/*!
 * Dashboard UI Kit - v1.0.0 
 * Copyright 2017 ZawiaStudio
 * @zawiastudio | zawiastudio.com 
 */

html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body,
html {
    height: 100%;
    min-height: 100%
}

body {
    margin: 0;
    background-color: #EFF3F6;
    /*background-color: #FAFAFA;*/
    direction: rtl;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Roboto', sans-serif
}

blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

button {
    cursor: pointer
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

li>ol,
li>ul {
    margin-bottom: 0
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-style: none
}

textarea {
    display: block;
    margin: 0;
    outline: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .5rem;
    color: #354052;
    font-weight: 500
}

h1 {
    font-size: 2.25rem
}

h2 {
    font-size: 1.75rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

p {
    font-size: .875rem
}

p,
strong {
    color: #354052
}

a {
    transition: color .15s ease-in-out;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
	background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    
}

a {
	color: #0081f2;
	/*color: #2ea1f8 */
}

a:hover {
	color: #D05A00
}
a:focus {
	outline:none;
}

hr {
    clear: both;
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 10px 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

mark {
    background-color: #ff0;
    color: #fff
}

small {
    font-size: 85%
}

blockquote {
    padding-right: 15px;
    border-right: 3px solid #e6eaee
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    box-sizing: inherit
}

.container {
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

.w-1000{
width: 1000px !important;
}
.w-1200{
width: 1200px !important;
}
.main-container {
	width: 660px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.sidebar{
	width: 300px !important;
	min-width: 300px !important;
	margin-right: 20px;
	position: relative;
	/*box-shadow: inset -6px 0 6px -7px rgba(0,0,0,0.40);
	padding: 10px;
	background: #F5F5F5;
	 border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
	*/
}

.sidebar_160{
	width: 160px !important;
	max-width: 160px !important;
	position: relative;
	/*box-shadow: inset 6px 0 6px -7px rgba(0,0,0,0.40)*/
}

.sidebar__right{
	width: 160px !important;
	max-width: 160px !important;
	will-change: min-height;
}.sidebar__left{
	will-change: min-height !important;
}
.sidebar__left--inner{
    transform: translate(0, 0) !important; /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0) !important;
    will-change: position, transform !important;
	clear: both !important;
}
/*
@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}
*/

.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
	flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

.offset-1 {
    margin-right: 8.333333%
}

.offset-2 {
    margin-right: 16.666667%
}

.offset-3 {
    margin-right: 25%
}

.offset-4 {
    margin-right: 33.333333%
}

.offset-5 {
    margin-right: 41.666667%
}

.offset-6 {
    margin-right: 50%
}

.offset-7 {
    margin-right: 58.333333%
}

.offset-8 {
    margin-right: 66.666667%
}

.offset-9 {
    margin-right: 75%
}

.offset-10 {
    margin-right: 83.333333%
}

.offset-11 {
    margin-right: 91.666667%
}


/*
@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}
*/

.flex-row {
    -ms-flex-direction: row!important;
    -webkit-box-orient: horizontal!important;
    flex-direction: row!important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -ms-flex-direction: column!important;
    -webkit-box-orient: vertical!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    -webkit-box-orient: horizontal!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    -webkit-box-orient: vertical!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    -webkit-box-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    -webkit-box-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    -webkit-box-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    -webkit-box-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}


/*
@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal!important
    }
    .flex-sm-column {
        -ms-flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        -webkit-box-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -ms-flex-align: start!important;
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -ms-flex-align: end!important;
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        -webkit-box-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal!important
    }
    .flex-md-column {
        -ms-flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-md-start {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -ms-flex-pack: end!important;
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        -webkit-box-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -ms-flex-align: start!important;
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -ms-flex-align: end!important;
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        -webkit-box-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal!important
    }
    .flex-lg-column {
        -ms-flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        -webkit-box-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -ms-flex-align: start!important;
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -ms-flex-align: end!important;
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        -webkit-box-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal!important
    }
    .flex-xl-column {
        -ms-flex-direction: column!important;
        -webkit-box-orient: vertical!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        -webkit-box-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        -webkit-box-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -ms-flex-align: start!important;
        -webkit-box-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -ms-flex-align: end!important;
        -webkit-box-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -ms-flex-align: center!important;
        -webkit-box-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        -webkit-box-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        -webkit-box-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}
*/

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

/*
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-right: 0;
    margin-right: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    right: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    right: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: right
}

.fa-pull-right {
    float: left
}

.fa.fa-pull-left {
    margin-left: .3em
}

.fa.fa-pull-right {
    margin-right: .3em
}

.pull-right {
    float: left
}

.pull-left {
    float: right
}

.fa.pull-left {
    margin-left: .3em
}

.fa.pull-right {
    margin-right: .3em
}

.fa-spin {
    -webkit-animation: a 2s infinite linear;
    animation: a 2s infinite linear
}

.fa-pulse {
    -webkit-animation: a 1s infinite steps(8);
    animation: a 1s infinite steps(8)
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-right:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-left:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-right:before {
    content: "\f053"
}

.fa-chevron-left:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-right:before {
    content: "\f060"
}

.fa-arrow-left:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-left:before {
    content: "\f0a4"
}

.fa-hand-o-right:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-right:before {
    content: "\f0a8"
}

.fa-arrow-circle-left:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-right:before {
    content: "\f0d9"
}

.fa-caret-left:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-right:before {
    content: "\f100"
}

.fa-angle-double-left:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-right:before {
    content: "\f104"
}

.fa-angle-left:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-right:before {
    content: "\f10d"
}

.fa-quote-left:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-right:before {
    content: "\f137"
}

.fa-chevron-circle-left:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-right:before {
    content: "\f177"
}

.fa-long-arrow-left:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-left:before {
    content: "\f18e"
}

.fa-arrow-circle-o-right:before {
    content: "\f190"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}
*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.fc {
    direction: rtl;
    text-align: right
}

.fc-rtl {
    text-align: left
}

body .fc {
    font-size: 1em
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc button {
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid
}

.fc-state-default.fc-corner-left {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: linear-gradient(-180deg, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px hsla(0, 0%, 100%, .75);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 100% -15px;
    transition: background-position .1s linear
}

.fc-state-active,
.fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: right;
    margin: 0 -1px 0 0
}

.fc .fc-button-group>:first-child {
    margin-right: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: right
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
    float: left
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.fc-bg {
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc td,
.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

a[data-goto] {
    cursor: pointer
}

a[data-goto]:hover {
    text-decoration: underline
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-right: 0 hidden transparent;
    border-left: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
    background: none;
    border-color: transparent
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad
}

.fc-event,
.fc-event-dot {
    background-color: #3a87ad
}

.fc-event,
.fc-event:hover {
    color: #fff;
    text-decoration: none
}

.fc-event.fc-draggable,
.fc-event[href] {
    cursor: pointer
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
    display: block
}

.fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    right: 50%;
    width: 40px;
    height: 40px;
    margin-right: -20px;
    margin-top: -20px
}

.fc-event.fc-selected {
    z-index: 9999!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    right: 0;
    left: 0
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    right: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    left: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-right: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-left: -4px
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background: #000;
    opacity: .25
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-right: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-left: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666
}

.fc-unthemed td.fc-today {
    background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3
}

.fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: Courier New, Courier, monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fc-icon:after {
    position: relative
}

.fc-icon-right-single-arrow:after {
    content: "\02039";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-left-single-arrow:after {
    content: "\0203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%
}

.fc-icon-left-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px
}

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5
}

.ui-widget .fc-disabled-day {
    background-image: none
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.ui-widget .fc-event {
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: none
}

.fc.fc-bootstrap3 a {
    text-decoration: none
}

.fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline
}

.fc-bootstrap3 hr.fc-divider {
    border-color: inherit
}

.fc-bootstrap3 .fc-today.alert {
    border-radius: 0
}

.fc-bootstrap3 .fc-popover .panel-body {
    padding: 0
}

.fc-bootstrap3 .fc-time-grid .fc-slats table {
    background: none
}

.fc-toolbar {
    text-align: center
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em
}

.fc-toolbar.fc-footer-toolbar {
    margin-top: 1em
}

.fc-toolbar .fc-left {
    float: right
}

.fc-toolbar .fc-right {
    float: left
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc .fc-toolbar>*>* {
    float: right;
    margin-right: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-right: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *,
.fc-view-container:after,
.fc-view-container:before {
    box-sizing: content-box
}

.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.fc-day-top.fc-other-month {
    opacity: .3
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
    padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: right
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: gray
}

.fc-basic-view td.fc-week-number {
    text-align: center
}

.fc-basic-view td.fc-week-number>* {
    display: inline-block;
    min-width: 1.25em
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: left
}

.fc-rtl .fc-axis {
    text-align: right
}

.fc-time-grid,
.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-content-col {
    position: relative
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0
}

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-highlight-container {
    z-index: 3
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5
}

.fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-highlight-container {
    position: relative
}

.fc-time-grid .fc-highlight {
    position: absolute;
    right: 0;
    left: 0
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    right: 0;
    left: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none
}

.fc-time-grid-event .fc-content {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    right: 0;
    left: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    right: 50%;
    margin-right: -5px;
    bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    right: 0;
    left: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.fc-rtl .fc-list-view {
    direction: ltr
}

.fc-list-view {
    border-width: 1px;
    border-style: solid
}

.fc .fc-list-table {
    table-layout: auto
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px
}

.fc-list-table tr:first-child td {
    border-top-width: 0
}

.fc-list-heading {
    border-bottom-width: 1px
}

.fc-list-heading td {
    font-weight: 700
}

.fc-ltr .fc-list-heading-main {
    float: right
}

.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
    float: left
}

.fc-rtl .fc-list-heading-alt {
    float: right
}

.fc-list-item.fc-has-url {
    cursor: pointer
}

.fc-list-item-marker,
.fc-list-item-time {
    white-space: nowrap;
    width: 1px
}

.fc-ltr .fc-list-item-marker {
    padding-left: 0
}

.fc-rtl .fc-list-item-marker {
    padding-right: 0
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit
}

.fc-list-item-title a[href]:hover {
    text-decoration: underline
}

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fc-unthemed .fc-list-empty {
    background-color: #eee
}

.fc-view-container {
    background-color: #fff
}

.fc-header {
    height: 50px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    line-height: 50px;
    background: #2ea1f8;
    background: linear-gradient(-180deg, #2ea1f8, #1990ea)
}

.fc-header-title {
    margin: 0 30px 0 0;
    color: #fff;
    font-size: 1rem
}

.fc-toolbar.fc-header-toolbar {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 7px;
    margin: 0;
    background-color: #222c3c
}

.fc-right .fc-button-group {
    position: relative;
    top: -43px;
    left: 10px;
    height: 36px;
    border: 1px solid #1a83d2;
    border-radius: 4px
}

.fc-agendaDay-button,
.fc-agendaWeek-button,
.fc-button,
.fc-state-default {
    padding: 0 20px!important;
    height: 34px!important;
    background-color: #1e8fe4;
    box-shadow: none;
    border-color: transparent;
    color: #f0f3f8;
    font-size: .875rem!important;
    text-shadow: none;
    background-image: none;
    border: 0;
    outline: none
}

.fc-agendaDay-button:first-letter,
.fc-agendaWeek-button:first-letter,
.fc-month-button:first-letter {
    text-transform: uppercase
}

.fc-toolbar .fc-center {
    display: block;
    width: 100px;
    margin: 0 auto
}

.fc-toolbar .fc-center h2 {
    color: #fff;
    font-size: .875rem
}

.fc-left .fc-button-group .fc-button {
    margin: 0
}

.fc-state-default.fc-next-button,
.fc-state-default.fc-prev-button {
    border-radius: 100%!important
}

.fc-next-button,
.fc-prev-button {
    position: absolute!important;
    top: 11px;
    padding: 0!important;
    height: 28px!important;
    width: 28px;
    background-color: #313c4d;
    box-shadow: none;
    color: #ced0da;
    font-size: 8px!important;
    text-shadow: none;
    background-image: none;
    border: 0
}

.fc-prev-button {
    right: 30px
}

.fc-next-button {
    left: 30px
}

.fc th {
    padding: 12px 0;
    border: 0;
    color: #adafb2;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 600
}

.fc-day-number {
    padding: 15px 0 0 15px!important;
    color: #354052;
    font-size: 1rem;
    font-weight: 600
}

.fc-unthemed td {
    border-color: #e6eaee
}

.fc-unthemed td.fc-today {
    background: none
}

.fc-today .fc-day-number {
    background-color: red;
    padding: 0!important;
    margin: 10px 0 8px 10px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 100%;
    text-align: center;
    color: #fff
}

.fc-event {
    margin: 2px 0 0;
    font-size: .875rem;
    font-weight: 600;
    background-color: rgba(27, 185, 52, .1);
    border: 0;
    border-radius: 0;
    border-right: 2px solid #e6eaee
}

.fc-event,
.fc-event:hover {
    color: #354052
}

.fc-event .fc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px 8px 8px
}

.fc-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.fc-time {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-transform: uppercase;
    color: #354052;
    font-size: .75rem;
    font-weight: 400!important
}

.fc-event--blue {
    background-color: #269af3;
    background-color: rgba(38, 154, 243, .1);
    border-color: #269af3
}

.fc-event--orange {
    background-color: #ff7800;
    background-color: rgba(255, 120, 0, .1);
    border-color: #ff7800
}

.fc-event--green {
    background-color: #1bb934;
    background-color: rgba(27, 185, 52, .1);
    border-color: #1bb934
}

.gu-mirror {
    position: fixed!important;
    margin: 0!important;
    z-index: 9999!important;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80)
}

.gu-hide {
    display: none!important
}

.gu-unselectable {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.gu-transit {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20)
}

.o-page {
    position: relative;
    height: 100%
}

.o-page__sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    z-index: 300
}


/*
@media (max-width:992px) {
    .o-page__sidebar {
        width: 300px;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px)
    }
}
*/

.o-page__sidebar.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.o-page__content {
    margin-right: 250px;
    overflow: hidden
}


/*
@media (max-width:992px) {
    .o-page__content {
        margin-left: 0
    }
}
*/

.o-page__content.is-pushed {
    margin-right: 250px
}

.o-media {
    display: block
}

.o-media:after {
    display: table!important;
    clear: both!important;
    content: ""!important
}

.o-media__img {
    float: right
}

.o-media__img>img {
    display: block
}

.o-media__body {
    display: block;
    overflow: hidden;
	line-height: 1.2 !important;
}

.o-media__body,
.o-media__body>:last-child {
    margin-bottom: 0
}


.o-services {
    display: block
}

.o-services:after {
    display: table!important;
    clear: both!important;
    content: ""!important
}

.o-services__img {
    float: right
}

.o-services__img>img {
    display: block;
	width: 100px;
	height: 70px;
}

.o-services__body {
    display: block;
    overflow: hidden;
	line-height: 16px;
	font-size: 13px;
}

.o-services__body,
.o-services__body>:last-child {
    margin-bottom: 0
}


.o-company {
    display: block;
	
}

.o-company :after {
    display: table!important;
    clear: both!important;
    content: ""!important
}

.o-company __img {
    float: right
}

.o-company __img>img {
    display: block;
	border: solid 1px #ddd;
}

.o-company __body {
    display: block;
    overflow: hidden;
	line-height: 16px;
	font-size: 13px;
}

.o-company __body,
.o-company __body>:last-child {
    margin-bottom: 0
}

.c-footer__link {
	border-bottom: 1px solid #4D3C93;
}
.c-footer__link:last-child {
	border-bottom: 0 none;
}

.c-btn {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: .5rem 1.25rem;
    transition: all .15s ease-in-out;
    border: 1px solid;
    border-radius: 4px;
    border-color: #1a91eb;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #2ea1f8;
    background: linear-gradient(-180deg, #2ea1f8, #1990ea)
}

.c-btn:focus,
.c-btn:hover {
    outline: 0;
    color: #fff;
    text-decoration: none
}

.c-btn i {
    position: relative;
    bottom: -1px;
    font-size: 16px
}

.c-btn.has-dropdown {
    position: relative;
    padding-left: 2.5rem
}

.c-btn.has-dropdown:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-right: 1.25rem;
    padding: .5rem 8px;
    border-right: 1px solid;
    border-color: inherit;
    color: inherit;
    /*font-family: FontAwesome;*/
    font-family: "Font Awesome 5 Free";
    content: "\f107"
}

.c-btn.is-disabled,
.c-btn:disabled {
    border-color: #e6eaee;
    background: #f5f8fa;
    color: rgba(53, 64, 82, .5)
}

.c-btn.is-disabled:focus,
.c-btn.is-disabled:hover,
.c-btn:disabled:focus,
.c-btn:disabled:hover {
    border-color: #e6eaee;
    background: #f5f8fa;
    color: rgba(53, 64, 82, .5);
    cursor: not-allowed
}

.c-btn--fullwidth {
    width: 100%
}

.c-btn--small {
    padding: .25rem 1.125rem;
    font-size: .75rem
}

.c-btn--small i {
    margin-left: 5px
}

.c-btn--large {
    padding: .5rem 1.875rem;
    font-size: 1rem
}

.c-btn--primary {
    background: #475364;
    background: linear-gradient(-180deg, #475364, #273142);
    border-color: #354052
}

.c-btn--primary:hover {
    background: #3f4958;
    background: linear-gradient(-180deg, #3f4958, #151b24)
}

.c-btn--primary:focus {
    background: #3a4452;
    background: linear-gradient(-180deg, #3a4452, #12161e)
}

.c-btn--secondary {
    background: #fff;
    background: linear-gradient(-180deg, #fff, #efefef);
    border-color: #ddd;
    color: #354052
}

.c-btn--secondary:hover {
    background: #fcfcfc;
    background: linear-gradient(-180deg, #fcfcfc, #eceff3);
    color: #354052
}



.c-btn--secondary:focus {
    background: #fafafa;
    background: linear-gradient(-180deg, #fafafa, #e9ecf1);
    color: #354052
}

.c-btn--info {
    background: #2ea1f8;
    background: linear-gradient(-180deg, #2ea1f8, #1990ea);
    border-color: #1a91eb
}

.c-btn--info:hover {
    background: #1a98f7;
    background: linear-gradient(-180deg, #1a98f7, #1485db)
}

.c-btn--info:focus {
    background: #1094f7;
    background: linear-gradient(-180deg, #1094f7, #137fd1)
}

.c-btn--success {
    background: #39b54a;
    background: linear-gradient(-180deg, #39b54a, #34aa44);
    border-color: #249533
}

.c-btn--success:hover {
    background: #34a544;
    background: linear-gradient(-180deg, #34a544, #2f9a3e)
}

.c-btn--success:focus {
    background: #329e40;
    background: linear-gradient(-180deg, #329e40, #2d933b)
}

.c-btn--pink {
    background: #FF4081;
    background: linear-gradient(-180deg, #FF4081, #F50057);
    border-color: #F50057
}
.c-btn--fancy {
    background: #886ce6;
    background: linear-gradient(-180deg, #886ce6, #7d5be2);
    border-color: #7d5be2
}
.c-btn--fancy:hover {
    background: #7a5be3;
    background: linear-gradient(-180deg, #7a5be3, #6f4adf)
}

.c-btn--fancy:focus {
    background: #7352e2;
    background: linear-gradient(-180deg, #7352e2, #6841dd)
}

.c-btn--white {
    background: #ffffff;
    background: linear-gradient(-180deg, #ffffff, #fafafa);
    border-color: #7d5be2
}

.c-btn--pirsomet {
    background: #ffffff;
    border-color: #1a98f7;
	color:  #1a98f7
}

.c-btn--pirsomet:hover {
    background: #1a98f7;
    background: linear-gradient(-180deg, #1a98f7, #1485db)
	
}

.c-btn--transparent{
    background: transparent;
    background: transparent;
	 border: solid 1px #ddd;
	 color: #222222;
	 
}
.c-btn--transparent:hover {
	border: solid 1px #57449B;
    color: #57449B;
	
	
}
.c-btn--katom{
    background: #FF991D;
    /*background: linear-gradient(-180deg, #F59A41, #F7AB61);*/
	 border-color: #F8BC80;
	 color: #222222;
	 
}

.c-btn--katom:hover {
	/*background: #D05A00;
	background: linear-gradient(-180deg, #F7AB61, #F8BC80);*/
    color: #222222;
	
}
.c-btn--warning {
    background: #fd9a18;
    background: linear-gradient(-180deg, #fd9a18, #f16911);
    border-color: #f16911
}

.c-btn--warning:hover {
    background: #fd9104;
    background: linear-gradient(-180deg, #fd9104, #e0600d)
}
.c-btn--warning-light {
    background: #fd9104;
    background: linear-gradient(-180deg, #fd9104, #f16911);    
    border-color: #f16911
}

.c-btn--warning-light:hover {
background: #fd9104;
    background: linear-gradient(-180deg, #fd9104, #e0600d);	
}

.c-btn--warning:focus {
    background: #f48c02;
    background: linear-gradient(-180deg, #f48c02, #d75c0d)
}

.c-btn--danger {
    background: #f95359;
    background: linear-gradient(-180deg, #f95359, #d35847);
    border-color: #d35847
}

.c-btn--danger:hover {
    background: #f83f46;
    background: linear-gradient(-180deg, #f83f46, #cf4937)
}

.c-btn--danger:focus {
    background: #f8353c;
    background: linear-gradient(-180deg, #f8353c, #cb4331)
}

.c-btn-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c-btn-group>.c-btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.c-btn-group>.c-btn:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.c-btn-group>.c-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.c-btn-group>.c-btn+.c-btn {
    border-right: 0
}

.c-btn-group--fullwidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.c-btn-group--fullwidth>.c-btn,
.c-navbar {
    width: 100%
}

.c-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 910px;
    min-height: 70px;
    padding: 13px 10px;
    border-bottom: 1px solid #e6eaee;
    background-color: #fff
}


/*
@media (max-width:768px) {
    .c-navbar {
        padding: .625rem .9375rem
    }
}
*/

.c-navbar__search {
    width: 180px!important
}

.c-navbar__brand {
    display: inline-block;
    width: 240px;
   
    margin: 0 0 0 20px
}


/*
@media (max-width:768px) {
    .c-navbar__brand {
        margin-right: auto
    }
}
*/

.c-navbar__title {
    margin: 0;
    padding: 0;
    font-size: 1.125rem
}

.c-navbar--inverse {
    
	background: #7C69BA;
    /*
	background: linear-gradient(-180deg, #2ea1f8, #1990ea);
	*/
	/*
	background: rgb(124,105,186);
	
background: -moz-linear-gradient(top, rgba(124,105,186,1) 0%, rgba(87,68,155,1) 100%);
background: -webkit-linear-gradient(top, rgba(124,105,186,1) 0%,rgba(87,68,155,1) 100%);
background: linear-gradient(to bottom, rgba(124,105,186,1) 0%,rgba(87,68,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c69ba', endColorstr='#57449b',GradientType=0 );
*/
}

.c-navbar--inverse .c-nav,
.c-navbar--inverse .c-nav__item {
    border-color: #53b2f9
}

.c-navbar--inverse .c-avatar.has-dropdown:after,
.c-navbar--inverse .c-nav__link {
    color: #fff
}

.c-navbar--inverse .c-nav-toggle__icon,
.c-navbar--inverse .c-nav-toggle__icon:after,
.c-navbar--inverse .c-nav-toggle__icon:before {
    background-color: #fff;
    opacity: .95
}

.c-nav {
    display: block
}


/*
@media (max-width:768px) {
    .c-nav {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: .9375rem;
        margin-right: -.9375rem!important;
        margin-left: -.9375rem;
        border-top: 1px solid #e6eaee
    }
    .c-nav.collapse {
        display: none
    }
    .c-nav.show {
        display: block
    }
    .c-nav.collapsing {
        position: relative;
        height: 0;
        transition: height .6s;
        overflow: hidden
    }
}
*/

.c-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-nav__item {
    position: relative;
    margin: 0 0 0 15px
}


/*
@media (max-width:768px) {
    .c-nav__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        padding: 15px;
        border-bottom: 1px solid #f2f4f7
    }
}
*/

.c-nav__item:last-child {
    margin-left: 0
}


/*
@media (max-width:768px) {
    .c-nav__item:last-child {
        padding-bottom: 5px;
        border-bottom: 0
    }
}
*/

.c-nav__link {
    color: #57449B;
    font-size: .875rem;
    font-weight: 400
}

.c-nav__link:hover {
    text-decoration: none;
	color: #DE5A00;
}


/*
@media (max-width:768px) {
    .c-nav__link {
        display: block;
        color: #354052;
        font-size: 1rem
    }
}
*/

.c-nav-toggle {
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 .9375rem 0 0;
    padding: 0;
    border: 0;
    outline: none;
    background-color: transparent;
    cursor: pointer
}


/*
@media (max-width:768px) {
    .c-nav-toggle {
        display: block
    }
}
*/

.c-nav-toggle__bar {
    display: block;
    position: relative;
    width: 30px;
    height: 4px;
    transition: all .3s;
    border-radius: 4px;
    background-color: #354052
}

.c-nav-toggle__bar:first-child {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.c-nav-toggle__bar:last-child {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

.c-table {
    display: table;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff;
    border-collapse: collapse
}


/*
@media (max-width:992px) {
    .c-table {
        display: block;
        overflow-x: auto;
        overflow-y: hidden
    }
}
*/

.c-table--fixed {
    table-layout: fixed
}

.c-table__title {
    position: relative;
    padding: 25px 30px;
    border: 1px solid #e6eaee;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    color: #354052;
    font-size: 24px;
    text-align: right
}

.c-table__title small {
    display: inline-block;
    margin-right: 10px;
    color: #7f8fa4;
    font-size: 14px
}

.c-table__title small:before {
    display: inline-block;
    position: relative;
    bottom: -2px;
    width: 1px;
    height: 14px;
    margin-left: 12px;
    background-color: #dfe3e9;
    content: ""
}

.c-table__title-action {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #afb4bb;
    font-size: 22px
}

.c-table__head--slim {
    padding: 0;
    background-color: #F8FAFB
}

.c-table__head--slim .c-table__cell {
    padding: 10px 30px 10px 0
}

.c-table__row {
    border-top: 1px solid #e6eaee;
    border-bottom: 1px solid #e6eaee
}

.c-table__row:last-child {
    border-bottom: 0
}

.c-table__row--danger,
.c-table__row--info,
.c-table__row--success,
.c-table__row--warning {
    border-right: 3px solid
}

.c-table__row--success {
    border-right-color: #1bb934
}

.c-table__row--danger {
    border-right-color: #ed1c24
}

.c-table__row--info {
    border-right-color: #2ea1f8
}

.c-table__row--warning {
    border-right-color: #fd9a18
}

.c-table__cell {
    padding: 20px 30px 20px 0;
    color: #354052;
    font-size: .875rem;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    vertical-align: middle;
	width: inherit;

	text-overflow: ellipsis;
	max-width: 120px;
	overflow: hidden;
	width: auto;
}
.c-table__cell.c-table__cell--wrap {
    white-space: normal !important;
}

.c-table__cell:last-child {
    padding-left: 1.875rem
}

.c-table__cell--head {
    color: #7f8fa4;
    font-size: .875rem;
    font-weight: 500
}

.c-table__cell--img {
    -ms-flex-align: center
}

.c-pagination,
.c-table__cell--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.c-pagination {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    margin-bottom: 15px;
    text-align: center
}

.c-pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0
}

.c-pagination__item {
    display: inline-block;
    margin-right: -1px
}

.c-pagination__item:first-child .c-pagination__control {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.c-pagination__item:last-child .c-pagination__control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.c-pagination__control {
    display: block;
    height: 2.1875rem;
    padding: 0 16px;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff;
    font-size: .875rem;
    font-weight: 600;
    line-height: 2.1875rem;
    text-align: center;
    color: #ced0da
}

.c-pagination__control i {
    font-size: 16px;
    color: #ced0da;
    position: relative;
    bottom: -1px;
    transition: color .15s
}

.c-pagination__control:hover {
    color: #354052;
    text-decoration: none
}

.c-pagination__control:hover i {
    color: #354052
}

.c-pagination__link {
    display: block;
    height: 2.1875rem;
    padding: 0 16px;
    border: 1px solid #e6eaee;
    background-color: #fff;
    color: rgba(53, 64, 82, .5);
    font-size: 14px;
    line-height: 2.1875rem;
    text-align: center
}

.c-pagination__link.is-active {
    color: #354052
}

.c-pagination__link:hover {
    color: #354052;
    text-decoration: none
}

.c-pagination__counter {
    display: inline-block;
    margin: 0;
    padding: 8px 15px;
    color: #7f8fa4;
    vertical-align: middle
}

.c-badge {
    display: inline-block;
    margin: 0;
    padding: 2px 4px;
    border-radius: 4px;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase
}

.c-badge>i {
    margin-left: .3125rem
}

.c-badge--small {
    padding: 4px 10px;
    font-size: 10px
}

.c-badge--xsmall {
    padding: 2px 5px;
    font-size: 10px
}

.c-badge--success {
    background-color: #1bb934
}

.c-badge--info {
    background-color: #2ea1f8
}

.c-badge--warning {
    background-color: #fd9a18
}

.c-badge--danger {
    background-color: #ed1c24
}

.c-badge--primary {
    background-color: #475364
}

.c-badge--secondary {
    background-color: #b7c0cd
}
.c-badge--fancy {
    background-color: #6F4ADF
}
.c-badge--taglist:hover::before{
	color: #FA8C05!important;
}

.c-article-label {
	font-size: .875rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	vertical-align: middle;
	padding: 3px  !important;
	margin-left: 5px !important;
}
.c-badge--taglist::before{
    
	
    margin: 0 2px 0 0;
	display: inline-block;
    position: relative;
    top: 0px;
    font-weight: 300;
	content: "#";
	font-size: 12px;
	/*
	vertical-align: middle;
	content: "#";
	padding-left: 1px;
	font-size: .8rem !important;
	color: #462595;
	font-size: .8rem!important;
	font-weight: 300;
	*/
}
.c-badge--taglist:hover{
	color: #FA8C05!important;
	
}
.c-badge--taglist{
    
	background-color: #f5f5f5;
    padding: 0 4px 1px 5px !important;
	/*margin-right: 5px;*/
	color: #462595;
	font-size: .875rem!important;
	font-weight: 300;
	border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
}
.c-badge--tag {
    background-color: #F59A41;
    color: #222;
	padding: 0 5px !important;
}

.c-select,
.c-select select {
    position: relative
}

.c-select select {
    background: #fff;
    background: linear-gradient(-180deg, #fff, #f2f4f7);
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 15px;
    transition: all .1s;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    outline: none;
    color: rgba(53, 64, 82, .5);
    font-size: .875rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: vertical
}

.c-select:after {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #a8aab7;
    font-family: FontAwesome;
    content: "\f107"
}

.c-select:hover select {
    border-color: #53b2f9;
    color: #354052
}

.c-select.is-disabled select {
    border-color: #dfe3e9;
    background: #eaeef1;
    color: rgba(53, 64, 82, .5)
}

.c-tooltip {
    position: relative
}

.c-tooltip:after {
    display: none;
    position: absolute;
    max-height: 5rem;
    padding: .625rem .9375rem;
    border-radius: 4px;
    background-color: #1d2531;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    content: attr(aria-label);
    overflow: hidden;
    z-index: 200
}

.c-tooltip:before {
    display: none;
    position: absolute;
    border: 6px solid transparent;
    content: " "
}

.c-tooltip:hover:after,
.c-tooltip:hover:before {
    display: block
}

.c-tooltip--top:after {
    bottom: 100%;
    right: 50%;
    -webkit-transform: translate(50%, -12px);
    transform: translate(50%, -12px)
}

.c-tooltip--top:before {
    bottom: 100%;
    right: 50%;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    border-top-color: #1d2531
}

.c-tooltip--bottom:after {
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, 12px);
    transform: translate(50%, 12px)
}

.c-tooltip--bottom:before {
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    border-bottom-color: #1d2531
}

.c-tooltip--right:after {
    top: 50%;
    right: 100%;
    -webkit-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%)
}

.c-tooltip--right:before {
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #1d2531
}

.c-tooltip--left:after {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(12px, -50%);
    transform: translate(12px, -50%)
}

.c-tooltip--left:before {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right-color: #1d2531
}

.c-alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 0 .9375rem;
    padding: .75rem;
    transition: all .3s;
    border-radius: 4px;
    color: #fff
}

.c-alert .c-close {
    position: absolute;
    top: .75rem;
    left: .75rem
}

.c-alert__icon {
    position: relative;
    bottom: -4px;
    margin-left: .625rem;
    font-size: 1.125rem;
    opacity: .7
}

.c-alert--success {
    background-color: #1bb934
}

.c-alert--info {
    background-color: #2ea1f8
}

.c-alert--warning {
    background-color: #fd9a18
}

.c-alert--orange {
    background: rgb(245,154,65);

}
.c-alert--orange-blend {
    background: rgb(245,154,65);
background: -moz-linear-gradient(left, rgba(245,154,65,1) 0%, rgba(208,90,0,1) 100%);
background: -webkit-linear-gradient(left, rgba(245,154,65,1) 0%,rgba(208,90,0,1) 100%);
background: linear-gradient(to right, rgba(245,154,65,1) 0%,rgba(208,90,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59a41', endColorstr='#d05a00',GradientType=1 );
}
.c-alert--danger {
    background-color: #ed1c24
}

.c-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-avatar.has-dropdown {
    cursor: pointer;
    overflow: visible
}

.c-avatar.has-dropdown:after {
    display: block;
    padding-right: 10px;
    color: #7f8fa4;
    font-family: FontAwesome;
    content: "\f107"
}

.c-avatar.has-dropdown:hover {
    text-decoration: none
}

.c-avatar .c-avatar__img {
    width: 70px;
    height: 70px
}

.c-avatar__img {
    border-radius: 100%;
    overflow: hidden
}

.c-avatar--xsmall .c-avatar__img {
    /*width: 30px;
    height: 30px;*/
	width: 80px;
	height: 60px;
	border-radius: 4px;
	margin-top: 4px;
	border: solid 1px #ddd;
}

.c-avatar--small .c-avatar__img {
    /*width: 50px;
    height: 50px;*/
	width: 80px;
	height: 60px;
	border-radius: 4px;
	margin-top: 4px;
	border: solid 1px #ddd;
}

.c-avatar--medium .c-avatar__img {
    width: 60px;
    height: 60px
}

.c-avatar--large .c-avatar__img {
    width: 90px;
    height: 90px
}

.c-avatar--xlarge .c-avatar__img {
    width: 110px;
    height: 110px
}

.c-avatar--super .c-avatar__img {
    width: 130px;
    height: 130px
}

.c-progress {
    display: block;
    width: 100%;
    height: 20px;
    margin: 0 0 15px;
    border-radius: 20px;
    background-color: #e6eaee
}

.c-progress__bar {
    position: relative;
    height: 100%;
    border-radius: 20px;
    background-color: #354052;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.c-progress--xsmall {
    height: 2px
}

.c-progress--small {
    height: 4px
}

.c-progress--danger .c-progress__bar {
    background-color: #ed1c24
}

.c-progress--info .c-progress__bar {
    background-color: #2ea1f8
}

.c-progress--success .c-progress__bar {
    background-color: #1bb934
}

.c-progress--warning .c-progress__bar {
    background-color: #D05A00
}

.c-progress--fancy .c-progress__bar {
    background-color: #8261e6
}

.c-progress__bar .c-progress__bar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: red;
    z-index: 200
}

.c-tabs__list {
    padding: 20px 30px;
    border: 1px solid #dfe3e9;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #fff
}
.c-tabs__list li {
 display:inline-block
}
.c-tabs__link {
    margin: 0 0 0 15px;
    padding: 0 0 7px;
    color: #7f8fa4;
    font-size: 1rem
}

.c-tabs__link:hover {
    color: #354052;
    text-decoration: none
}

.c-tabs__link.active,
.c-tabs__link.is-active {
    border-bottom: 2px solid #FA8C05 ;
    color: #2d3848;
    font-weight: 600
}

.c-tabs__list--splitted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: 0;
    background-color: transparent
}

.c-tabs__list--splitted .c-tabs__item {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0
}

.c-tabs__list--splitted .c-tabs__link {
    display: inline-block;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 4px;
    padding: 15px 30px;
    border: 1px solid #dfe3e9;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 14px;
    background: #fff;
    background: linear-gradient(-180deg, #fff, #f4f7fa)
}

.c-tabs__list--splitted .c-tabs__link.active,
.c-tabs__list--splitted .c-tabs__link.is-active {
    padding: 20px 35px;
    border-bottom-color: #fff;
    background: #fff;
    font-size: 18px
}

.c-tabs__pane {
    display: none;
    margin: 0;
    padding: 20px 30px;
    border: 1px solid #dfe3e9;
    border-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff
}

.c-tabs__pane.active,
.c-tabs__pane.is-active {
    display: block
}

.c-calendar {
    display: inline-block;
    max-width: 400px;
    margin: 0;
    padding: 0;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    background-color: #fff
}

.c-calendar__header {
    display: inline-block;
    font-size: .875rem
}

.c-calendar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px;
    border-bottom: 1px solid #dfe3e9;
    text-align: center
}

.c-calendar__control {
    color: #bbc5d5
}

.c-calendar__picker {
    padding: 15px 20px;
    text-align: center
}

.c-calendar__day {
    color: rgba(53, 64, 82, .5);
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase
}

.c-calendar__day abbr {
    border-bottom: 0;
    text-decoration: none
}

.c-calendar__date {
    position: relative;
    padding: .625rem;
    color: #354052;
    cursor: pointer;
    z-index: 200
}

.c-calendar__date.is-disabled {
    opacity: .5
}

.c-calendar__date:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #e6eaee;
    text-align: center;
    content: " ";
    opacity: 0;
    z-index: -100
}

.c-calendar__date:hover:before {
    opacity: .4
}

.c-calendar__date.is-active {
    color: #fff
}

.c-calendar__date.is-active:before {
    background-color: #1a91eb;
    opacity: 1
}

.c-dropdown {
    display: inline-block;
    position: relative
}

.c-dropdown__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 9.375rem;
    margin: 5px 0 0;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    background-color: #fff;
    text-align: right;
    z-index: 400
}

.c-dropdown__menu.show {
    display: block
}

.c-dropdown__menu--large {
    width: 18.75rem
}

.c-dropdown__menu--large .c-dropdown__item {
    padding: .625rem .9375rem
}

.c-dropdown__item {
    display: block;
    padding: .5rem .9375rem;
    border-bottom: 1px solid #dfe3e9;
    color: #354052;
    font-size: .875rem;
    font-weight: 400
}

.c-dropdown__item:hover {
    background-color: #f2f4f7;
    color: #2ea1f8;
    text-decoration: none
}

.c-dropdown__item:last-child {
    border-bottom: 0
}

.c-breadcrumb {
    display: block;
    margin: 0;
    padding: 0
}

.c-breadcrumb__item {
    display: inline-block;
    color: #848c98
}

.c-breadcrumb__item>a {
    color: inherit
}
.c-breadcrumb__item>a :hover{
    color: #D05A00
}
.c-breadcrumb__item:not(:last-child):after {
    margin: 0 .325rem 0 0;
    color: #ddd;
    content: " ";
}

.c-breadcrumb__item.is-active {
    color: #354052
}
.c-breadcrumb__item.is-active {
    color: #354052
}


.n-breadcrumb {
    display: block;
    margin: 0;
    padding: 0
}

.n-breadcrumb__item {
    display: inline-block;
    color: #848c98
}

.n-breadcrumb__item>a {
    color: inherit
}
.n-breadcrumb__item>a :hover{
    color: #D05A00
}
.n-breadcrumb__item:not(:last-child):after {
	font-family: "Font Awesome 5 Free";
	margin: 0 3px;
	color: #ddd;
	content: "\f111";
	font-size: 3px;
	font-weight: 900;
	vertical-align: middle;
}

.c-taglist {
    display: block;
    margin: 0;
    padding: 0
}

.c-taglist__item {
    display: inline-block;
    color: #848c98
}

.c-taglist__item>a {
    color: #462595
}
.c-taglist__item>a :hover{
    color: #D05A00
}
.c-taglist__item:not(:last-child):after {
	/*display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 5px 0 0;
    color: #ddd;
    content: "•"*/
}

.c-notification {
    display: inline-block;
    position: relative;
    margin-left: 10px
}

.c-notification__icon {
    color: #7f8fa4;
    font-size: 20px
}

.c-notification__number {
    display: inline-block;
    position: absolute;
    top: -3px;
    left: -10px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 20px;
    background-color: #ff7800;
    color: #fff;
    font-size: .75rem;
    line-height: 20px;
    text-align: center
}

.c-notification__number-right {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    padding: 0 3px;
	margin-left: 3px;
    border-radius: 20px;
    background-color: #cc0000;
    color: #fff;
    font-size: .75rem;
    line-height: 20px;
    text-align: center
}

.c-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    background-color: #fff;
    /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .07)*/
}


/*
@media only screen and (max-width:768px) {
    .c-toolbar {
        padding: 20px 15px
    }
}
*/

.c-toolbar__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    color: #354052;
    font-size: 32px
}

.c-toolbar__title.has-divider:after {
    display: block;
    width: 1px;
    height: 15px;
    margin: 0 13px;
    background-color: #dfe3e9;
    
}

.c-toolbar__meta {
    margin: 0;
    color: #7f8fa4;
    font-size: 14px
}

.c-toolbar__icon {
    display: block;
    color: #ced0da;
    font-size: 18px
}

.c-toolbar__icon.is-active {
    color: #2ea1f8
}

.c-toolbar__icon.has-divider:after {
    display: inline-block;
    position: relative;
    top: 0;
    width: 1px;
    height: 15px;
    margin: 0 13px;
    background-color: #dfe3e9;
    content: " "
}

.c-toolbar__link {
    color: #7f8fa4;
    font-size: 14px
}

.c-toolbar__link.has-dropdown:after {
    display: inline-block;
    margin-right: 10px;
    color: inherit;
    font-family: FontAwesome;
    font-size: 12px;
    content: "\f3d0"
}


/*
@media only screen and (max-width:576px) {
    .c-toolbar__nav {
        margin-right: auto;
        margin-left: auto
    }
}
*/

.c-toolbar__nav-item {
    margin-left: 25px;
    padding: 0 0 27px;
    color: #7f8fa4;
    font-size: 1rem
}

.c-toolbar__nav-item:last-child {
    margin-left: 0
}

.c-toolbar__nav-item:hover {
    color: #354052;
    text-decoration: none
}

.c-toolbar__nav-item.is-active {
    border-bottom: 2px solid #2ea1f8;
    color: #2d3848;
    font-weight: 600
}


/*
@media only screen and (max-width:576px) {
    .c-toolbar__nav-item {
        padding-bottom: 20px
    }
}
*/

.c-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 45px;
    cursor: pointer
}

.c-toggle.is-disabled {
    cursor: not-allowed;
    opacity: .5
}

.c-toggle.is-disabled .c-toggle__btn.is-active {
    border-color: #e7e9ed;
    background-color: #fafbfc;
    color: #565f6d
}

.c-toggle__btn {
    width: 50%;
    height: 45px;
    transition: all .3s;
    border: 1px solid #e7e9ed;
    border-radius: 4px;
    background-color: #fafbfc;
    color: #565f6d;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: inherit
}

.c-toggle__btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.c-toggle__btn:nth-child(2) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.c-toggle__btn.is-active {
    border-color: #249533;
    background-color: #39b54a;
    color: #fff
}

.c-toggle__label {
    width: 100%;
    height: 45px;
    line-height: 45px;
    cursor: inherit
}

.c-toggle__input {
    display: none;
    width: 100%;
    height: 100%
}

.c-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 .9375rem;
    color: #354052;
    font-size: .875rem;
    font-weight: 400;
    cursor: pointer
}

.c-choice.is-disabled,
.c-choice:disabled {
    color: rgba(53, 64, 82, .5)
}

.c-choice.is-disabled .c-choice__input:after,
.c-choice:disabled .c-choice__input:after {
    border-color: #dfe3e9;
    background-color: #e6eaee
}

.c-choice__input {
    position: relative;
    top: -1px;
    margin: 0 0 0 15px;
    visibility: hidden
}

.c-choice__input,
.c-choice__input:after {
    display: inline-block;
    width: 16px;
    height: 16px
}

.c-choice__input:after {
    transition: all .3s;
    border: 1px solid #bbc5d5;
    background-color: #fff;
    color: #fff;
    line-height: 15px;
    text-align: center;
    content: "";
    visibility: visible
}

.c-choice__input[type=checkbox]:after {
    border-radius: 4px
}

.c-choice__input[type=checkbox]:checked:after {
    border-color: #34aa44;
    background-color: #39b54a;
    font-family: FontAwesome;
    font-size: 10px;
    content: "\f00c"
}

.c-choice__input[type=radio]:after {
    border-radius: 100%
}

.c-choice__input[type=radio]:checked:after {
    border: 4px solid #39b54a;
    background-color: #fff;
    box-shadow: 0 0 0 1px #34aa44
}

.c-field {
    position: relative;
    width: 100%
}

.c-field.has-addon-left,
.c-field.has-addon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.c-field.has-addon-left>.c-input,
.c-field.has-addon-right>.c-input {
    -ms-flex-preferred-size: calc(1 - $field-addon-width);
    flex-basis: calc(1 - $field-addon-width)
}

.c-field.has-addon-left>.c-field__addon {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.c-field.has-addon-left>.c-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.c-field.has-addon-right>.c-field__addon {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.c-field.has-addon-right>.c-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.c-field.has-icon-left>.c-field__icon,
.c-field.has-icon-right>.c-field__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ced0da;
    font-size: 1.125rem
}

.c-field.has-icon-left>.c-input {
    padding-right: 40px
}

.c-field.has-icon-left>.c-field__icon {
    right: 15px
}

.c-field.has-icon-right>.c-input {
    padding-left: 40px
}

.c-field.has-icon-right>.c-field__icon {
    left: 15px
}

@media (min-width:768px) {
    .c-field--inline {
        width: 270px
    }
}

.c-field__label {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 .3125rem;
    color: #7f8fa4;
    font-size: .875rem;
    font-weight: 400
}

.c-field__addon {
    background: #fff;
    background: linear-gradient(-180deg, #fff, #f2f4f7);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: 2.625rem;
    flex-basis: 2.625rem;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    color: #ced0da;
    font-size: 18px;
    text-align: center
}

.c-field__message {
    display: inline-block;
    margin: 0 0 0 .3125rem;
    padding: 0;
    color: rgba(53, 64, 82, .5);
    font-size: .75rem
}

.c-field__message>i {
    margin-left: 5px
}

.c-switch {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 24px;
    background-color: #dfe3e9;
    cursor: pointer
}

.c-switch,
.c-switch:after {
    transition: all .3s;
    border-radius: 83px
}

.c-switch:after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    content: " "
}

.c-switch.is-active {
    background-color: #34aa44
}

.c-switch.is-active:after {
    left: 26px
}

.c-switch.is-disabled {
    cursor: not-allowed
}

.c-switch.is-disabled:after {
    opacity: .5
}

.c-switch.is-disabled.is-active {
    background-color: #dfe3e9
}

.c-switch.is-disabled.is-active:after {
    left: 2px
}

.c-switch__input {
    display: none
}

.c-switch__label {
    margin: 0 55px 0 0;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-input {
    display: block;
    width: 100%;
    margin: 0;
    padding: .59375rem .9375rem;
    transition: all .3s;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    color: #354052;
    font-size: .875rem;
    font-weight: 400;
    resize: none
}

.c-input::-webkit-input-placeholder {
    transition: opacity .3s;
    color: rgba(53, 64, 82, .5);
    font-weight: 400;
    opacity: .5
}

.c-input:-ms-input-placeholder,
.c-input::-ms-input-placeholder {
    transition: opacity .3s;
    color: rgba(53, 64, 82, .5);
    font-weight: 400;
    opacity: .5
}

.c-input::placeholder {
    transition: opacity .3s;
    color: rgba(53, 64, 82, .5);
    font-weight: 400;
    opacity: .5
}

.c-input:focus {
    border-color: #F4A85F;
    outline: none
}

.c-input:focus::-webkit-input-placeholder {
    opacity: .2
}

.c-input:focus:-ms-input-placeholder,
.c-input:focus::-ms-input-placeholder {
    opacity: .2
}

.c-input:focus::placeholder {
    opacity: .2
}

.c-input.is-disabled,
.c-input:disabled {
    border-color: #dfe3e9;
    background-color: #e6eaee;
    color: rgba(53, 64, 82, .5);
    cursor: not-allowed
}

textarea.c-input {
    min-height: 90px;
    font-size: .875rem;
    font-weight: 400
}

.c-input--success,
.c-input--success:focus {
    border-color: #1bb934
}

.c-input--warning,
.c-input--warning:focus {
    border-color: #fd9a18
}

.c-input--danger,
.c-input--danger:focus {
    border-color: #ed1c24;
    color: #ed1c24
}

.c-range {
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.c-range--inline {
    width: 96px
}

.c-range::-webkit-slider-thumb {
    position: relative;
    top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #2da1f8;
    background: linear-gradient(-180deg, #2da1f8, #1991eb)
}

.c-range::-webkit-slider-runnable-track {
    height: 2px;
    border-radius: 1px;
    background-color: #ced0da
}

.c-close {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 1.625rem;
    line-height: 1;
    opacity: .7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.c-close:focus,
.c-close:hover {
    opacity: 1
}

.c-close:focus,
.c-modal {
    outline: 0
}

.c-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .3s;
    z-index: 500
}

.modal-open .c-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-open {
    overflow: hidden
}

.c-modal__dialog {
    position: relative;
    margin: 30px auto
}

.modal.fade .c-modal__dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: all .3s
}

.modal.show .c-modal__dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-body {
    position: relative
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #1d2531;
    z-index: 400
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .9
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.c-profile-card {
    margin: 0 0 .9375rem;
    padding: .625rem;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff
}

.c-profile-card__cover {
    height: 100px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    overflow: hidden
}

.c-profile-card__cover>img {
    display: block
}

.c-profile-card__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -20px
}

.c-profile-card__avatar {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    margin: 0 0 0 .9375rem;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden
}

.c-profile-card__avatar>img {
    display: block
}

.c-profile-card__name {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: .9375rem 0 0;
    font-size: 1rem;
    line-height: 1.25
}

.c-profile-card__username {
    display: block;
    color: #7f8fa4;
    font-size: .875rem
}

.c-profile-card__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-profile-card__stats:last-child {
    margin-left: 0
}

.c-profile-card__state {
    margin-left: 20px;
    color: #7f8fa4;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.375;
    text-transform: uppercase
}

.c-profile-card__state:last-child {
    margin-left: 0
}

.c-profile-card__state-number {
    display: block;
    margin: 0;
    color: #222222;
    font-size: 16px;
    font-weight: 400
}

.c-profile-card__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .625rem 12px;
    border-bottom: 1px solid #e6eaee
}

.c-profile-card__social-icon {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    color: #fff;
    line-height: 38px;
    text-align: center
}

.c-profile-card__social-icon:hover {
    color: #fff
}

.c-profile-card__meta {
    padding: .9375rem .625rem 0
}

.c-profile-card__meta:last-child {
    margin-bottom: 0
}

.c-profile-card__meta-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 .625rem;
    font-size: .875rem
}

.c-profile-card__meta-item>i {
    margin-left: .75rem;
    color: #7f8fa4;
    font-size: 1rem
}

.c-event {
    margin-bottom: 1.875rem;
    padding: .625rem;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background: #fff
}

.c-event__img {
    position: relative;
    margin-bottom: .9375rem;
    overflow: hidden
}

.c-event__img>img {
    display: block
}

.c-event__status {
	position: absolute;
	bottom: 2px;
	right: 2px;
	padding: 2px 4px;
	border-radius: 0;
	background: rgba(49, 53, 63, .55);
	color: #fff;
	font-size: .75rem;
	font-weight: 300;
	border-radius: 3px;
    /*position: absolute;
    top: .625rem;
    left: .625rem;
    padding: 5px 12px;
    border-radius: 4px;
    background: rgba(49, 53, 63, .25);
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase*/
}

.c-event__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 20px 0 10px
}

.c-event__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 500
}

.c-event__place {
    display: block;
    margin: 0;
    color: #7f8fa4;
    font-size: .75rem
}

.c-event__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-sidebar {
    position: relative;
    height: 100%;
    margin: 0;
    padding-bottom: 1.875rem;
    background-color: #222c3c;
    overflow: auto;
    z-index: 200
}

.c-sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: transparent
}

.c-sidebar::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .5)
}

.c-sidebar__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid #2a3547;
    color: #e6eaee;
    font-size: 16px;
    vertical-align: middle
}

.c-sidebar__brand:hover {
    color: #e6eaee;
    text-decoration: none
}

.c-sidebar__brand-img {
    display: inline-block;
    height: 44px;
    margin-left: .625rem
}

.c-sidebar__title {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-right: 30px;
    color: #7f8fa4;
    font-size: 12px;
    text-transform: uppercase
}

.c-sidebar__divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2a3547
}

.c-sidebar__item {
    position: relative;
    transition: background-color .2s
}

.c-sidebar__item.has-submenu>.c-sidebar__link:after {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 30px;
    color: #b7c0cd;
    font-family: FontAwesome;
    content: "\f0d7"
}

.c-sidebar__item.is-open {
    background-color: #1d2531;
    box-shadow: inset -3px 0 0 0 #00a8ff
}

.c-sidebar__item.is-open>.c-sidebar__link:after {
    content: "\f0d8"
}

.c-sidebar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px 10px 0;
    transition: background-color .2s;
    color: #b7c0cd;
    font-size: .875rem
}

.c-sidebar__link.is-active {
    background-color: #1d2531;
    box-shadow: inset -3px 0 0 0 #00a8ff
}

.c-sidebar__link:hover {
    color: #fff;
    text-decoration: none
}

.c-sidebar__submenu.collapse {
    display: none
}

.c-sidebar__submenu.show {
    display: block
}

.c-sidebar__submenu.collapsing {
    position: relative;
    height: 0;
    transition: height .3s;
    overflow: hidden
}

.c-sidebar-toggle {
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 0 0 .9375rem;
    padding: 0;
    border: 0;
    outline: none;
    background-color: transparent;
    cursor: pointer
}


/*
@media (max-width:992px) {
    .c-sidebar-toggle {
        display: block
    }
}
*/

.c-sidebar-toggle__bar {
    display: block;
    position: relative;
    width: 30px;
    height: 4px;
    transition: all .3s;
    border-radius: 4px;
    background-color: #354052
}

.c-sidebar-toggle__bar:first-child {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.c-sidebar-toggle__bar:last-child {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

.c-project {
    margin-bottom: 1.875rem;
    padding: .625rem .625rem 20px;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background: #fff
}

.c-project:hover .c-project__profile:nth-child(n) {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-project__img {
    position: relative;
    margin-bottom: .75rem;
    border-radius: 4px;
    overflow: hidden
}

.c-project__img>img {
    display: block
}

.c-project__title {
    margin: 0;
    padding-right: .625rem;
    font-size: 1rem;
    font-weight: 500
}

.c-project__status {
    display: block;
    margin: 0;
    color: #7f8fa4;
    font-size: .75rem
}

.c-project__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.25rem;
    padding-right: .625rem
}

.c-project__profile {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: .3125rem;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    text-align: center
}

.c-project__profile:nth-child(2) {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.c-project__profile:nth-child(3) {
    -webkit-transform: translateX(40px);
    transform: translateX(40px)
}

.c-project__profile:nth-child(4) {
    -webkit-transform: translateX(60px);
    transform: translateX(60px)
}

.c-project__profile:nth-child(5) {
    -webkit-transform: translateX(80px);
    transform: translateX(80px)
}


/*
@media (max-width:1200px) {
    .c-project__profile:nth-child(n) {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
*/

.c-project__profile img {
    border-radius: 100%
}

.c-project__profile--btn {
    border-radius: 100%;
    background-color: #e6eaee;
    color: #7f8fa4;
    font-size: .875rem;
    line-height: 32px
}

.c-project__profile--btn:hover {
    background-color: #1bb934;
    color: #fff
}

.c-post {
    margin: 0 0 .9375rem;
    border-radius: 4px
}

.c-post,
.c-post__content {
    width: 100%;
    min-width: 100%
}

.c-post__content {
    min-height: 120px;
    padding: .625rem 20px .625rem 1.875rem;
    border: 1px solid #e6eaee;
    color: #354052;
    font-size: .875rem;
    overflow-y: auto;
    resize: none
}

.c-post__toolbar {
    padding: 12px;
    border: 1px solid #e6eaee;
    border-top: 0;
    background-color: #fafbfc;
    overflow: hidden
}

.c-post__submit {
    margin-left: 12px;
    padding-left: .8rem;
    padding-right: .8rem
}

.c-post__time {
    position: relative;
    padding: 0 12px 0 0
}

.c-post__time:before {
    display: inline-block;
    position: absolute;
    top: -24px;
    right: 0;
    width: 1px;
    height: 70px;
    background-color: #e6eaee;
    content: ""
}

.c-post__time i {
    margin-left: 5px
}


/*
@media (max-width:576px) {
    .c-post__time {
        display: none
    }
}
*/

.c-stream {
    margin: 0 0 1.875rem;
    border-radius: 4px;
}
/*
.c-stream-item {
    padding: 10px 12px .9375rem 10px;
	border-style: solid;
    border-width: 1px 1px 0px 1px;
	border-color: #d2cbe2;
    margin: 0;
    background-color: #E5DFF1;
	font-size: 13px;
}
*/
.c-stream-item {
    /*background-color: #E7E4F2;*/
    background-color: #e5dff1;
	padding: 10px 12px .9375rem 10px;
    font-size: 13px;
    
    border-style: solid;
	border-color: #d3cce3;
    
    border-width: 1px 1px 0 1px;
    margin: 0;
	
	/*border-width: 1px;
    margin: 0 0 17px 0;
	border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;*/
	overflow: hidden;
}

.c-stream-item .likeclsH:empty{
    display: none;
	
}
.c-stream-item:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	/*box-shadow: 0 0 7px 2px rgba(0,0,0,.1)
	border: 1px solid #583E9F;*/
}
.c-stream-item:first-child:hover	 {
	border-right: 1px solid #d2cbe2;
}
.c-stream-item:first-child {
	border-top: 1px solid #d2cbe2;
	background: #C9BFDF !important; 
}
.c-stream-item:last-child {
	border-bottom: 1px solid #d2cbe2;
}
.c-stream-body {
	background-color: #fff !important; 
	background-color: #fff !important; 
	border-top: solid 1px #E5DFF1;
	display: none;
}
.has-divider:after {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 1px;
    height: 15px;
    margin: 0 5px;
    background-color: #dfe3e9;
    content: " "
}
.has-divider-before:before {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 1px;
    height: 15px;
    margin: 0 5px 0 5px;
    background-color: #dfe3e9;
    content: " "
}


.has-divider-small:after {
    display: inline-block;
    position: relative;
    top: 0;
    width: 1px;
    height: 10px;
    margin: 0 5px;
    background-color: #dfe3e9;
    content: " "
}


.image-popup:hover {
	cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}

.has-dot-before:before {
    display: inline-block;
    position: relative;
    top: 0px;
    margin: 0 3px;
    color: #D05A00;
    /*font-family: FontAwesome;*/
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	content: "\f111";
	font-size: 3px;
	vertical-align: middle;
	
}

.has-dot-after:after {
    display: inline-block;
    position: relative;
    margin: 0 3px 0;
    color: #D05A00;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	content: "\f111";
	font-size: 3px;
	vertical-align: middle;
	
}

.has-pipe-before:before {
    display: inline-block;
    position: relative;
    top: 0px;
    margin: 0 3px;
    color: #D05A00;
    /*font-family: FontAwesome;*/
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	content: "\f068";
	font-size: 20px;
	vertical-align: middle;
	transform: rotate(90deg) scaleX(-1);
	
}

.c-stream-item .has-divider:after {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 1px;
    height: 15px;
    margin: 0 5px;
    background-color: #dfe3e9;
    content: " "
}


/*
.c-stream-item .has-dot:after {
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 5px ;
    color: #ddd;
    content: "•"
}
*/
.c-stream-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .3125rem;
	cursor: pointer;
	
}

.c-stream-item__content{
	
}
.c-stream-item__name {
    color: #555555;
    font-weight: 400;
	cursor: pointer;
}

.c-stream-item__title.showarrowicon:hover:after {
	font-family: 'Font Awesome 5 Free';
    content: "\f107";
	display: inline-block;
    padding-right: 3px;
    font-weight: 900;
	font-size: 13px;
	color: #D05A00;
	
}

.c-stream-item__title {
    color: #000000;
    font-weight: 700;
    margin-bottom: .9375rem !important;
	padding: 0 7px 3px 0;
}

.c-stream-item__username {
    /*vertical-align: middle;*/
    color: #444;
    font-size: 13px;
    font-weight: 400;
}
.myuser:before {
	display: inline-block;
	position: relative;
	top: 0px;
	margin: 0 0 0 3px;
	color: #34a544;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0a8";
	font-size: 15px;
	vertical-align: middle;
}	

.myuser {
/*    color: #D05A00;
    font-weight: 400;
	*/
}
.c-stream-item__username img {
vertical-align: middle;	
}

.c-stream-item__name:hover .c-stream-item__username {
    display: inline-block;
    text-decoration: none
}

.c-stream-item__time {
    color: #7f8fa4;
    font-size: .875rem
}

.c-stream-item__timestamp {
    color: #7f8fa4;
    font-size: 12px;
	padding-top: 5px;
}

.c-stream-item__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    margin-bottom: .9375rem;
    margin-top: .9375rem;
	
}

.c-stream-item__gallery a>img {
    max-width: 100% !important;
    height: auto !important;
	/*width: auto;
    border-radius: 4px;*/
    border-right: solid 5px #efefef;
    padding-right: 10px;
}

.c-stream-item__actionlist {
    display: inline-block
}

.c-stream-item__tag {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #7f8fa4;
    /*vertical-align: middle;*/
}
/*
.c-stream-item__tag:first-of-type {
	margin-right: 7px;
}
*/
.c-stream-item__action {
    display: inline-block;
    margin: 0;
    color: #607d8b;
    vertical-align: middle;
	font-size: 13px;
}

.c-stream-item__action:before {
    display: inline-block;
    position: relative;
    top: 0px;
    margin: 0 3px 0 5px;
    color: #C9BFDF;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	content: "\f111";
	font-size: 3px;
	vertical-align: middle;
	

}



.c-stream-item__action>i {
    margin-left: .3125rem;
    font-size: 14px;
}

.c-strem-item__actiontoggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: -.1875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7f8fa4
}

.c-gallery-card {
    margin: 0 0 1.875rem;
    padding: 10px;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background: #fff
}

.c-gallery-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 .9375rem
}

.c-gallery-card__title {
    display: inline-block;
    margin: 0;
    font-size: 1rem
}

.c-gallery-card__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-gallery-card__img {
    width: calc(50% - 5px);
    margin: 0 0 .625rem;
    border-radius: 4px
}

.c-state {
    position: relative;
    margin-bottom: 1.875rem;
    padding: .9375rem;
    border-radius: 4px
}

.c-state__title {
    margin: .625rem .9375rem 0 0;
    color: #fff;
    font-size: .75rem;
    text-transform: uppercase;
    /*opacity: .7*/
}

.c-state__number {
    display: block;
    margin: 0 .9375rem 20px 0;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 400
}

.c-state__status {
    margin: 0;
    padding: .625rem .9375rem 0 0;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase
}

.c-state__indicator {
    display: inline-block;
    position: absolute;
    top: .9375rem;
    left: .9375rem;
    color: #fff;
    font-size: 38px;
    opacity: .2
}

.c-state__indicator>i {
    display: block
}

.c-state,
.c-state--info {
    background-color: #3b517c
}

.c-state--success {
    background-color: #66b92e
}

.c-state--warning {
    background-color: #da932c
}

.c-state--danger {
    background-color: #d65b4a
}

.c-state--purple {
    background-color: #E5DFF1;
}

.c-state--gray {
    background-color: #E5EAEF;
}
.c-state--br-green {
    border-right: solid 2px #45B854 !important;
}
.c-state--br-red {
    border-right: solid 2px #EE1C24 !important;
}

.c-state--lgray {
    background-color: #fafafa;
}
.c-state--white {
    background-color: #FFFFFF;
}

.c-landing-card {
    padding: 2.5rem 1.875rem 2.5rem 2.5rem;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff;
    text-align: center
}

.c-landing-card__img {
    margin-bottom: 1.25rem
}

.c-landing-card__title {
    margin: 0 0 .9375rem;
    font-size: 1rem;
    font-weight: 600
}

.c-todo {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.875rem;
    border-top: 1px solid #e6eaee
}

.c-todo,
.c-todo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-todo__content {
    transition: all .3s;
    color: #354052;
    font-size: .875rem;
    cursor: pointer
}

.c-todo.is-completed .c-todo__content {
    text-decoration: line-through;
    opacity: .5
}

.c-todo__input {
    display: inline-block;
    margin: 0 0 0 .9375rem;
    cursor: pointer;
    visibility: hidden
}

.c-todo__input:after {
    display: inline-block;
    position: relative;
    top: -3px;
    width: 16px;
    height: 16px;
    transition: all .3s;
    border: 1px solid #b7c0cd;
    border-radius: 100%;
    background-color: #fff;
    color: #fff;
    line-height: 15px;
    text-align: center;
    content: "";
    visibility: visible
}

.c-todo__input:checked:after {
    border-color: #b7c0cd;
    background-color: #b7c0cd;
    color: #fff;
    font-family: FontAwesome;
    font-size: 10px;
    content: "\f00c"
}

.c-todo-stream {
    display: block;
    position: relative
}

.c-todo-stream:before {
    position: absolute;
    top: 7.5%;
    right: 7px;
    width: 2px;
    height: 85%;
    background-color: #b7c0cd;
    content: "";
    opacity: .2
}

.c-todo-stream .c-todo {
    margin-bottom: 15px;
    padding: 0;
    border-top: 0
}
.c-likes {
    overflow-y: auto;
	height: calc(100vh - 139px);
}
.c-messages {
    overflow-y: auto;
    height: calc(100vh - 139px);
    border-left: 1px solid #e3e8ef;
	width: 100% !important;
}

.c-messages,.c-likes::-webkit-scrollbar {
    width: 6px;
    background-color: transparent
}

.c-messages,.c-likes::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .5)
}

.c-message {
    display: block;
    position: relative;
    padding: 15px 30px 15px 20px;
    border-bottom: 1px solid #e3e8ef;
    color: #354052;
	font-weight: 400;
}

.c-message:hover{
	text-decoration: none;
}
.c-message:hover > .o-media> .o-media__img > i{
	color: #7C69BA !important
}

.c-message.is-active {
    border-right: 3px solid #53b2f9
}

.c-message__title {
    margin: 0;
    color: #354052;
    font-size: 16px;
	font-weight: 300 !important;
}

.c-message__title-meta {
    display: block;
    color: #7f8fa4;
    font-size: .875rem;
	font-weight: 300;
}

.c-message__time {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ddd;
    font-size: 14px;
	font-weight: 300;
}

.c-message__snippet {
    margin: 10px 0 0 40px
}

.c-message__counter {
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 25px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #53b2f9;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

.c-msg__divider {
 position:relative;
 display:block;
 text-align:center;
 color:#D05A00;
 font-size:.875rem
}
.c-msg__divider:after,
.c-msg__divider:before {
 content:" ";
 position:absolute;
 top:50%;
 width:40%;
 height:1px;
 background-color:#ddd
}
.c-msg__divider:before {
 left:0
}
.c-msg__divider:after {
 right:0
}
.c-msg__divider.is-active {
 color:#999
}
.c-msg__divider.is-active:after,.c-msg__divider.is-active:before {
 background-color:#ddd
}




.c-chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    overflow-y: auto;
    height: calc(100vh - 139px)
}

.c-chat__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto
}

.c-chat__body::-webkit-scrollbar {
    width: 6px;
    background-color: transparent
}

.c-chat__body::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .5)
}

.c-chat__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px
}

.c-chat__message {
    padding: 20px 30px 20px 80px
}

.c-chat__message-author {
    display: inline-block;
    margin-bottom: 10px;
    color: #354052;
    font-size: 1rem;
    font-weight: 500
}

.c-chat__message-time {
    margin-right: 8px;
    color: #7f8fa4;
    font-size: 14px
}

.c-chat__message-content {
    margin: 0;
    color: #354052
}

.c-chat__divider {
    position: relative;
    display: block;
    text-align: right;
    color: #7f8fa4;
    font-size: 12px;
	padding: 5px 7px;
	background-color: #FAFAFA;
}

/*
.c-chat__divider:after,
.c-chat__divider:before {
    content: " ";
    position: absolute;
    top: 50%;
    width: 42%;
    height: 1px;
    background-color: #e3e8ef
}


.c-chat__divider:before {
    right: 0
}

.c-chat__divider:after {
    left: 0
}

.c-chat__divider.is-active {
    color: #1a91eb
}

.c-chat__divider.is-active:after,
.c-chat__divider.is-active:before {
    background-color: #1a91eb
}
*/
.c-chat__composer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 60px);
    height: 60px;
    margin: 0 auto 20px;
    padding: 0;
    background-color: #fff
}

.c-chat__composer .c-field__addon {
    padding: 5px 25px
}

.c-credit-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 196px
}

.c-credit-card__card {
    position: absolute;
    width: 50%;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    padding: 1.5625rem 1.875rem;
    border: 2px solid #2ea1f8;
    border-radius: 8px;
    background-color: #fff
}

.c-credit-card__logo {
    margin-bottom: .9375rem
}

.c-credit-card__number {
    margin-bottom: .3125rem;
    color: #354052;
    font-size: 1.25rem;
    font-weight: 600
}

.c-credit-card__status {
    margin: 0;
    color: #7f8fa4;
    font-size: .875rem
}

.c-credit-card__user {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    max-height: 195px;
    padding: 30px 0;
    padding-right: calc(50% + 60px);
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff
}

.c-credit-card__user-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}

.c-credit-card__user-meta {
    margin: 0 0 5px;
    font-size: .875rem
}

.c-search-result {
    position: relative;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff
}

.c-search-result__avatar {
    margin-left: 1.25rem
}

.c-search-result__title {
    margin-bottom: 0;
    font-size: 1rem
}

.c-search-result__meta {
    color: #7f8fa4;
    font-size: .875rem
}

.c-search-result__actionlist {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem
}

.c-search-result__action {
    display: inline-block;
    margin-right: .625rem;
    float: right
}

.c-search-result__action>a {
    color: #b7c0cd
}

.c-search-result__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.c-search-result__gallery-item {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    border-radius: 4px;
    overflow: hidden
}

.c-search-result__gallery-item>a {
    display: block;
    line-height: 0
}

.c-search-form {
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    border-radius: 4px;
    background-color: #fff
}

.c-search-form__label {
    margin-bottom: .625rem;
    color: #7f8fa4;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase
}

.c-search-form__section {
    margin-bottom: .9375rem
}

.o-page__card {
  
}
.c-card {
    position: relative;
    border: 1px solid #e6eaee;
    border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    background-color: #fff
}
.c-icon {
    width: 30px;
    height: 30px;
    margin-left: .425rem;
    border: 1px solid #e6eaee;
    border-radius: 100%;
	-moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    color: #7f8fa4;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.c-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5625rem 1.875rem
}

.c-card__title {
    margin: 0;
    font-size: 1.125rem
}

.c-card__meta {
    color: #7f8fa4;
    font-size: .75rem
}

.c-card__icon {
    position: absolute;
    top: 1.875rem;
    left: 1.875rem
}

.c-card__header {
  padding: 1.5625rem 1.875rem;
  border-bottom: 1px solid #e6eaee;
  background-color: #fafbfc; }

/**
 * Remove default background-color of card's header
 */
.c-card__header--transparent {
  background-color: transparent; }

.c-card__title {
  margin: 0;
  font-size: 1.125rem; }

.c-card__meta {
  color: #7f8fa4;
  font-size: 0.75rem; }

.c-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 100%;
  color: #fff;
  font-size: 1.75rem;
  background: #ffffff;
  /*
  background: -webkit-gradient(linear, right top, right bottom, from(#2ea1f8), to(#1990ea));
  background: linear-gradient(to bottom, #2ea1f8, #1990ea); 
  */
}
.c-card__icon:hover i {
	color: inherit;
    text-decoration: none; 
}

.c-card__body {
  padding: 1.875rem; }

.c-graph-card {
    margin: 0 0 1.875rem;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff
}

.c-graph-card__content {
    padding: 1.875rem 1.875rem 0
}

.c-graph-card__title {
    margin: 0;
    font-size: 1.125rem
}

.c-graph-card__date {
    margin: 0 0 .625rem;
    color: #7f8fa4;
    font-size: .75rem
}

.c-graph-card__number {
    margin: 0;
    color: #354052;
    font-size: 2.5rem;
    font-weight: 300
}

.c-graph-card__status {
    margin: 0;
    color: #7f8fa4;
    font-size: .875rem
}

.c-graph-card__chart {
    position: relative;
    margin: 0;
    padding: 1.875rem
}

.c-divider {
    display: block;
    position: relative;
    height: 1px;
    background-color: #dfe3e9;
    color: #7f8fa4;
    font-size: .75rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}

.c-divider.has-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent
}

.c-divider.has-text:after,
.c-divider.has-text:before {
    width: 42%;
    height: 1px;
    background-color: #dfe3e9;
    content: ""
}


/*
@media (max-width:768px) {
    .c-divider:after,
    .c-divider:before {
        width: 30%
    }
}
*/

.c-divider--small {
    font-size: .875rem;
    text-transform: none
}

.c-divider--small.has-text:after,
.c-divider--small.has-text:before {
    width: 25%;
    height: 1px;
    background-color: #e3e8ef
}

.c-progress-card {
    margin: 0 0 1.875rem;
    padding: 1.875rem;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff
}

.c-progress-card__title {
    margin: 0;
    font-size: 1.125rem
}

.c-progress-card__date {
    margin: 0 0 1.875rem;
    color: #7f8fa4;
    font-size: .75rem
}

.c-progress-card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 .9375rem
}

.c-progress-card__item:last-child {
    margin-bottom: 0
}

.c-progress-card__label {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    color: #7f8fa4;
    font-size: .875rem
}

.c-progress-card__progress {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    margin: 0
}

.c-progress-card__legends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-progress-card__legend {
    display: inline-block;
    width: 10px;
    height: 2px;
    margin: 0 0 0 .625rem;
    vertical-align: middle
}

.c-panel {
    height: 100%;
    margin: 0;
    padding: 1.875rem;
    border: 1px solid #e6eaee;
    border-top: 0;
    background-color: #fff
}

.c-panel__title {
    margin-bottom: 1.875rem;
    font-size: 1rem
}

.c-panel__widget:after {
    display: block;
    height: 1px;
    margin: 1.875rem 0;
    background-color: #e6eaee;
    content: " ";
    opacity: .5
}

.c-panel__widget:last-child:after {
    content: none
}

.c-progress-circle {
    width: 50px;
    height: 50px;
    border: 5px solid #53b2f9;
    border-style: inside;
    border-radius: 100%
}

.c-state-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.875rem;
    padding: 1.875rem;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff
}
.c-state-card__icon {
    position: relative;
    width: 60px;
    height: 60px;
    margin-left: 1.25rem;
    border-radius: 100%;
    background-color: #b7c0cd;
    color: #fff;
    font-size: 2.5rem;
    line-height: 60px;
    text-align: center
}
.c-state-comment__icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin:3px 0;
    border-radius: 100%;
    background-color: #DAD5E9;
    color: #57439B;
    font-size: 17px;
    line-height: 30px;
    text-align: center
}

.c-state-comment__icon--small {
    position: relative;
    width: 30px;
    height: 30px;
    margin:3px 0;
    border-radius: 100%;
    background-color: #DAD5E9;
    color: #57439B;
    font-size: 15px;
    line-height: 30px;
    text-align: center
}

.c-comment_textarea{
	height: 40px !important;
	min-height: 40px !important;
}
/*
.c-state-card__icon:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 52px;
    height: 52px;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 100%;
    content: "";
    opacity: .2
}*/

.c-state-card__icon--info {
    background: #2ea1f8;
    background: linear-gradient(-180deg, #2ea1f8, #1990ea)
}

.c-state-card__icon--fancy {
    background: #886ce6;
    background: linear-gradient(-180deg, #886ce6, #7d5be2)
}

.c-state-card__icon--warning {
    background: #fd9a18;
    background: linear-gradient(-180deg, #fd9a18, #f16911)
}

.c-state-card__icon--success {
    background: #39b54a;
    background: linear-gradient(-180deg, #39b54a, #34aa44)
}

.c-state-card__icon--purple {
    background: #F9FBFF;
    color: #ddd
}
.c-state-card__icon--gray {
    background: #F6F7F9;
    color: #999
}

.c-state-card__text {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
	line-height: 1.2 !important;
}


.c-state-card__number {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 30px;
    font-weight: 400
}

.c-state-card__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 15px;
    left: -20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #bbc5d5;
    color: #fff;
    font-size: .625rem;
    text-align: center
}

.c-state-card__meta {
    margin: 0;
    color: #7f8fa4;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase
}

.c-summary {
    position: relative;
    padding: 0 1.875rem 1.875rem 0
}

.c-summary.has-divider:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: "";
    background: #dfe2e5;
    background: linear-gradient(0deg, #dfe2e5, #fff)
}


/*
@media (max-width:768px) {
    .c-summary.has-divider:after {
        top: auto;
        bottom: 15px;
        width: 100%;
        height: 1px
    }
}
*/

.c-summary__title {
    margin-bottom: .9375rem;
    color: #7f8fa4;
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase
}

.c-summary__number {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 1.875rem;
    font-weight: 400
}

.c-summary__status {
    display: block;
    position: absolute;
    top: .9375rem;
    left: -1.25rem;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #bbc5d5;
    color: #fff;
    font-size: .625rem;
    line-height: 14px;
    text-align: center
}

.c-summary__meta {
    margin: 0;
    color: #7f8fa4;
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase
}

.c-chart-container {
    position: relative;
    height: 95px
}

.c-chart__title {
    margin: 0;
    color: #7f8fa4;
    font-size: .75rem
}

.u-padding {
    padding: 0 1.875rem
}

.c-login-wrapper {
    position: relative;
    height: 100%
}

.c-login {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 450px;
    margin: auto;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff
}


/*
@media (max-width:576px) {
    .c-login {
        width: 95%;
        margin-top: 3.125rem;
        margin-bottom: 6.25rem
    }
}
*/

.c-login__head {
    position: relative;
    padding: 3.125rem 0 1.875rem;
    border-bottom: 1px solid #e6eaee;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #f8fafc
}

.c-login__brand {
    display: block;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    width: 70px;
    height: 70px;
    margin: 0 auto
}

.c-login__title {
    margin: 0;
    font-size: 24px;
    text-align: center
}

.c-login__content {
    padding: 1.875rem
}

.c-login__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-login__social-icon {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    height: 70px;
    border-radius: 4px;
    background-color: #354052;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    text-align: center
}

.c-login__social-icon:hover {
    color: #fff
}


/*
@media (max-width:576px) {
    .c-login__social-icon {
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%
    }
}
*/

.c-login__footer {
    position: absolute;
    bottom: -40px;
    width: 100%
}

.c-login__footer:after {
    display: table!important;
    clear: both!important;
    content: ""!important
}

.c-login__footer-link {
    color: #7f8fa4;
    font-size: .875rem
}

.c-project-card {
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden
}

.c-project-card__img {
    display: block
}

.c-project-card__head {
    padding: 1.25rem 1.875rem;
    border-bottom: 1px solid #e6eaee
}

.c-project-card__title {
    margin: 0;
    font-size: 1rem
}

.c-project-card__info {
    margin: 0;
    color: #7f8fa4;
    font-size: .75rem
}

.c-project-card__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.875rem
}

.c-menu__title {
    margin: 0 20px .625rem 0;
    color: #9fa9ba;
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase
}

.c-menu__item {
    border-bottom: solid 1px #ddd;
}
.c-menu__item.no-border {
    border-bottom: 0 none;
}
.c-menu__item:last-child {
    border-bottom: 0 none;
}

.c-menu__link {
    display: inline-block;
    width: 100%;
    padding: 3px 5px;
    color: #354052;
    font-size: .875rem;
    font-weight: 400
}

.c-menu__link:hover {
    text-decoration: none
}

.c-menu__link.is-active {
    background-color: #1991eb;
    color: #fff
}

.c-menu__icon {
    margin-left: .625rem;
    color: #7f8fa4
}

.c-menu__link:hover .c-menu__icon {
    color: #F59A41
}

.c-board {
    position: relative;
    margin-bottom: 3.125rem
}

.c-board__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .625rem
}

.c-board__title {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600
}

.c-board__actions {
    display: block;
    position: relative
}

.c-board__actions>a {
    color: #bbc5d5
}

.c-board__content {
    position: relative;
    padding: 10px;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #f5f8fa;
    overflow-y: auto
}

.c-board__btn {
    display: block;
    position: absolute;
    bottom: -16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #fff;
    font-size: .875rem;
    line-height: 32px;
    text-align: center;
    z-index: 200;
    background: #2ea1f8;
    background: linear-gradient(-180deg, #2ea1f8, #1990ea)
}

.c-board__btn:hover {
    color: #fff
}

.c-add-board {
    display: block;
    width: 100%;
    margin-top: 2.125rem;
    margin-bottom: 1.875rem;
    padding: .9375rem 1.25rem;
    border-radius: 4px;
    background-color: #b7c0cd;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    opacity: .8
}

.c-add-board>i {
    margin-left: .625rem
}

.c-add-board:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1
}

.c-board--danger .c-board__content,
.c-board--info .c-board__content,
.c-board--success .c-board__content,
.c-board--warning .c-board__content {
    border-top: 3px solid #2ea1f8;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.c-board--info .c-board__content {
    border-top-color: #2ea1f8
}

.c-board--success .c-board__content {
    border-top-color: #1bb934
}

.c-board--warning .c-board__content {
    border-top-color: #fd9a18
}

.c-board--danger .c-board__content {
    border-top-color: #ed1c24
}

.c-task {
    margin-bottom: .625rem;
    border: 1px solid #e6eaee;
    border-radius: 4px;
    background-color: #fff;
    cursor: -webkit-grabbing;
    /*cursor: grabbing;*/
    overflow: hidden
}

.c-task:last-of-type {
    margin-bottom: 0
}

.c-task__img {
    display: block
}

.c-task__content {
    margin: 0;
    padding: .9375rem .625rem .625rem;
    color: #354052;
    font-size: .875rem;
    font-weight: 600
}

.c-task__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 .625rem .625rem 0
}

.c-task__indicator,
.c-task__indicators {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-task__indicator {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: .9375rem;
    color: #7f8fa4;
    font-size: .75rem;
    font-weight: 600
}

.c-task__indicator>i {
    display: inline-block;
    margin-left: .3125rem;
    color: #bbc5d5;
    font-size: 1rem
}

.c-task--danger,
.c-task--info,
.c-task--success,
.c-task--warning {
    border-right: 3px solid #2ea1f8;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.c-task--info {
    border-right-color: #2ea1f8
}

.c-task--success {
    border-right-color: #1bb934
}

.c-task--warning {
    border-right-color: #fd9a18
}

.c-task--danger {
    border-right-color: #ed1c24
}

.c-onboard {
    position: relative;
    width: 770px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden
}

.c-onboard__header {
    background: #2ea1f8;
    background: linear-gradient(-180deg, #2ea1f8, #1990ea);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 1.875rem
}

.c-onboard__title {
    margin: 0;
    color: #fff;
    font-size: 18px
}

.c-onboard__close {
    color: #fff;
    opacity: .8;
    font-size: 18px
}

.c-onboard__close:hover {
    color: #fff
}

.c-onboard__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 15px 30px;
    background-color: #222c3c
}

.c-onboard__nav-title {
    margin: 0 0 0 30px;
    color: #fff;
    font-size: 14px
}

.c-onboard__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #848c98
}

.c-onboard__nav-link {
    color: #848c98;
    font-size: 14px
}

.c-onboard__nav-link.is-active {
    color: #fff
}

.c-onboard__nav-counter {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    border-radius: 100%;
    background-color: #313c4d;
    color: #828a96;
    line-height: 28px;
    text-align: center
}

.c-onboard__nav-link.is-active .c-onboard__nav-counter {
    background: #2ea1f8;
    background: linear-gradient(-180deg, #2ea1f8, #1990ea);
    color: #fff
}

.c-onboard__body {
    width: 70%;
    margin: 0 auto;
    text-align: center
}

.c-onboard__img {
    position: relative;
    bottom: -10px;
    text-align: center
}

.c-onboard__next {
    position: absolute;
    bottom: 10px;
    left: 20px
}

.c-onboard__skip {
    position: absolute;
    bottom: 18px;
    right: 30px;
    font-size: 14px
}

.c-plans {
    position: relative;
    width: 910px;
    margin: 0 auto;
    padding: 40px 0 0;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    overflow: hidden
}

.c-plans__header {
    width: 55%;
    margin: 0 auto
}

.c-plans__close {
    position: absolute;
    top: 1.875rem;
    left: 1.875rem;
    color: #1d2531;
    font-size: 18px;
    opacity: .75
}

.c-plans__close:hover {
    opacity: 1
}

.c-plans__title {
    margin: 0 0 5px
}

.c-plans__description {
    margin: 0 0 50px;
    color: #7f8fa4
}

.c-plans__body {
    padding: 0 60px
}

.c-plans__footer {
    padding: 17px 0;
    background-color: #f0f3f8;
    box-shadow: 0 -1px 0 0 #e6eaee
}

.c-plan {
    margin: 0 5px 30px;
    padding: 40px 20px 25px;
    border: 1px solid #dfe3e9;
    border-radius: 4px;
    background-color: transparent;
    text-align: right
}

.c-plan__img {
    position: absolute;
    top: -20px
}

.c-plan__title {
    margin: 0;
    color: #7383a1;
    font-size: 12px;
    text-transform: uppercase
}

.c-plan__price {
    margin: 0;
    font-size: 28px
}

.c-plan__note {
    margin: 0;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase
}

.c-plan__divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    background-color: #dfe3e9
}

.c-plan__feature {
    margin-bottom: 5px;
    color: #7e8da9;
    font-size: .875rem
}

.c-fileitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .9375rem 0;
    border-bottom: 1px solid #e6eaee
}

.c-fileitem:first-child {
    padding-top: 0
}

.c-fileitem:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.c-fileitem__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-fileitem__img {
    max-width: 60px;
    margin-left: 20px;
    border-radius: 4px;
    overflow: hidden
}

.c-fileitem__img>img {
    display: block
}

.c-fileitem__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #354052;
    font-weight: 600
}

.c-fileitem__name>img {
    margin-left: 8px
}

.c-fileitem__date {
    color: #7f8fa4;
    font-size: .875rem
}

.c-fileitem__date i {
    margin: 0 5px
}


/*
@media (max-width:768px) {
    .c-overview-card .u-border-left,
    .c-overview-card .u-border-right {
        border: 0!important
    }
}

@media (max-width:768px) {
    .c-overview-card__section {
        margin-bottom: 30px
    }
    .c-overview-card__section h3 {
        font-size: 1.25rem
    }
}
*/

.u-h1 {
    font-size: 2.25rem
}

.u-h2 {
    font-size: 1.75rem
}

.u-h3 {
    font-size: 1.5rem
}

.u-h4 {
    font-size: 1.25rem
}

.u-h5 {
    font-size: 1.125rem
}

.u-h6 {
    font-size: 1rem
}

.u-text-mute {
    color: #7f8fa4!important
}

.u-text-danger {
    /*color: #ff333a!important;*/
    color: #ff0000!important
}

.u-text-success {
    /*color: #093!important;*/
    color: #008000!important
}

.u-text-dark {
    color: #354052
}
.u-text-gray {
    color: #444444
}
.u-text-xxgray {
    color: #ddd !important;
}.u-text-xgray {
    color: #bbb !important;
}
.u-text-white {
    color: #ffffff !important;
}

.u-text-purple {
    color: #57439B !important;
}
.u-text-dark-purple {
    color: #57439B !important;
}
.u-text-xlight-purple {
   color: #7C69BA!important;
}
.u-text-light-purple {
    color: #E5DFF1 !important;
}
.u-text-xdark-purple {
    color: #462595 !important;
}.u-text-xxdark-purple {
    color: #1E1C6F !important;
}

.u-text-dark-orange {
    color: #d05a00 !important;
}

.u-text-tiny {
    font-size: .625rem!important
}

.u-text-xxsmall {
    font-size: .70rem!important
}

.u-text-xsmall {
    font-size: .75rem!important
}

.u-text-small {
    font-size: .875rem!important
}
.u-text-medium {
    font-size: 0.95rem!important
}
.u-text-large {
    font-size: 1rem!important
}
.u-text-xlarge {
    font-size: 1.25rem!important
}
.u-text-bold {
    font-weight: 700!important
}
.u-text-normal {
    font-weight: 300!important
}
.u-text-right {
    text-align: left!important
}

.u-text-left {
    text-align: right!important
}

.u-text-center {
    text-align: center!important
}

.u-text-uppercase {
    text-transform: uppercase!important
}

.u-text-lowercase {
    text-transform: lowercase!important
}

.u-text-capitalize {
    text-transform: capitalize!important
}

.u-float-left {
    float: right!important
}

.u-float-right {
    float: left!important
}

.u-clearfix:after {
    display: table!important;
    clear: both!important;
    content: ""!important
}

.inner-wrapper-sticky:after {
    display: table!important;
    clear: both!important;
    content: ""!important
}

.u-m-zero {
    margin: 0!important
}

.u-mt-zero {
    margin-top: 0!important
}

.u-mr-zero {
    margin-left: 0!important
}

.u-mb-zero {
    margin-bottom: 0!important
}

.u-ml-zero {
    margin-right: 0!important
}

.u-mv-zero {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.u-mh-zero {
    margin-left: 0!important;
    margin-right: 0!important
}

.u-m-auto {
    margin: auto!important
}

.u-mt-auto {
    margin-top: auto!important
}

.u-mr-auto {
    margin-left: auto!important
}

.u-mb-auto {
    margin-bottom: auto!important
}

.u-ml-auto {
    margin-right: auto!important
}

.u-mv-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.u-mh-auto {
    margin-left: auto!important;
    margin-right: auto!important
}

.u-m-xsmall {
    margin: .625rem!important
}

.u-mt-xsmall {
    margin-top: .625rem!important
}

.u-mr-xsmall {
    margin-left: .625rem!important
}
.u-mr-xxsmall {
    margin-left: 7px!important
}
.u-ml-xxsmall {
    margin-right: 7px!important
}
.u-mt-xxsmall {
    margin-top: 7px!important
}
.u-mb-xxsmall {
    margin-bottom: 7px!important
}
.u-mb-xsmall {
    margin-bottom: .625rem!important
}

.u-ml-xsmall {
    margin-right: .625rem!important
}

.u-mv-xsmall {
    margin-top: .625rem!important;
    margin-bottom: .625rem!important
}

.u-mh-xsmall {
    margin-left: .625rem!important;
    margin-right: .625rem!important
}

.u-m-small {
    margin: .9375rem!important
}

.u-mt-small {
    margin-top: .9375rem!important
}

.u-mr-small {
    margin-left: .9375rem!important
}

.u-mb-small {
    margin-bottom: .9375rem!important
}

.u-ml-small {
    margin-right: .9375rem!important
}

.u-mv-small {
    margin-top: .9375rem!important;
    margin-bottom: .9375rem!important
}

.u-mh-small {
    margin-left: .9375rem!important;
    margin-right: .9375rem!important
}

.u-m-medium {
    margin: 1.875rem!important
}

.u-mt-medium {
    margin-top: 1.875rem!important
}

.u-mr-medium {
    margin-left: 1.875rem!important
}

.u-mb-medium {
    margin-bottom: 1.875rem!important
}

.u-ml-medium {
    margin-right: 1.875rem!important
}

.u-mv-medium {
    margin-top: 1.875rem!important;
    margin-bottom: 1.875rem!important
}

.u-mh-medium {
    margin-left: 1.875rem!important;
    margin-right: 1.875rem!important
}

.u-m-large {
    margin: 3.125rem!important
}

.u-mt-large {
    margin-top: 3.125rem!important
}

.u-mr-large {
    margin-left: 3.125rem!important
}

.u-mb-large {
    margin-bottom: 3.125rem!important
}

.u-ml-large {
    margin-right: 3.125rem!important
}

.u-mv-large {
    margin-top: 3.125rem!important;
    margin-bottom: 3.125rem!important
}

.u-mh-large {
    margin-left: 3.125rem!important;
    margin-right: 3.125rem!important
}

.u-m-xlarge {
    margin: 6.25rem!important
}

.u-mt-xlarge {
    margin-top: 6.25rem!important
}

.u-mr-xlarge {
    margin-left: 6.25rem!important
}

.u-mb-xlarge {
    margin-bottom: 6.25rem!important
}

.u-ml-xlarge {
    margin-right: 6.25rem!important
}

.u-mv-xlarge {
    margin-top: 6.25rem!important;
    margin-bottom: 6.25rem!important
}

.u-mh-xlarge {
    margin-left: 6.25rem!important;
    margin-right: 6.25rem!important
}

.u-p-zero {
    padding: 0!important
}

.u-pt-zero {
    padding-top: 0!important
}

.u-pr-zero {
    padding-left: 0!important
}

.u-pb-zero {
    padding-bottom: 0!important
}

.u-pl-zero {
    padding-right: 0!important
}

.u-pv-zero {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.u-ph-zero {
    padding-left: 0!important;
    padding-right: 0!important
}

.u-p-auto {
    padding: auto!important
}

.u-pt-auto {
    padding-top: auto!important
}

.u-pr-auto {
    padding-left: auto!important
}

.u-pb-auto {
    padding-bottom: auto!important
}

.u-pl-auto {
    padding-right: auto!important
}

.u-pv-auto {
    padding-top: auto!important;
    padding-bottom: auto!important
}

.u-ph-auto {
    padding-left: auto!important;
    padding-right: auto!important
}

.u-p-xxsmall {
    padding: 7px !important
}
.u-pv-xxsmall {
    padding-top: 7px !important;
    padding-bottom: 7px !important
}
.u-ph-xxsmall {
    padding-left: 7px !important;
    padding-right: 7px !important
}
.u-ph-xsmall {
    padding-left: .625rem!important;
    padding-right: .625rem!important;
}
.u-p-xsmall {
    padding: .625rem!important
}

.u-pt-xsmall {
    padding-top: 7px!important
}
.u-pt-xxsmall {
    padding-top: .625rem!important
}
.u-pr-xsmall {
    padding-left: .625rem!important
}
.u-pr-xxsmall {
    padding-left: 7px!important
}
.u-pl-xxsmall {
    padding-right: 7px!important
}
.u-pb-xsmall {
    padding-bottom: .625rem!important
}
.u-pb-xxsmall {
    padding-bottom: 7px!important
}
.u-pl-xsmall {
    padding-right: .625rem!important
}

.u-pv-xsmall {
    padding-top: .625rem!important;
    padding-bottom: .625rem!important
}

.u-ph-auto {
    padding-left: .625rem!important;
    padding-right: .625rem!important
}

.u-p-small {
    padding: .9375rem!important
}

.u-pt-small {
    padding-top: .9375rem!important
}

.u-pr-small {
    padding-left: .9375rem!important
}

.u-pb-small {
    padding-bottom: .9375rem!important
}

.u-pl-small {
    padding-right: .9375rem!important
}

.u-pv-small {
    padding-top: .9375rem!important;
    padding-bottom: .9375rem!important
}

.u-ph-small {
    padding-left: .9375rem!important;
    padding-right: .9375rem!important
}

.u-p-medium {
    padding: 1.875rem!important
}

.u-pt-medium {
    padding-top: 1.875rem!important
}

.u-pr-medium {
    padding-left: 1.875rem!important
}

.u-pb-medium {
    padding-bottom: 1.875rem!important
}

.u-pl-medium {
    padding-right: 1.875rem!important
}

.u-pv-medium {
    padding-top: 1.875rem!important;
    padding-bottom: 1.875rem!important
}

.u-ph-medium {
    padding-left: 1.875rem!important;
    padding-right: 1.875rem!important
}

.u-p-large {
    padding: 3.125rem!important
}

.u-pt-large {
    padding-top: 3.125rem!important
}

.u-pr-large {
    padding-left: 3.125rem!important
}

.u-pb-large {
    padding-bottom: 3.125rem!important
}

.u-pl-large {
    padding-right: 3.125rem!important
}

.u-pv-large {
    padding-top: 3.125rem!important;
    padding-bottom: 3.125rem!important
}

.u-ph-large {
    padding-left: 3.125rem!important;
    padding-right: 3.125rem!important
}

.u-p-xlarge {
    padding: 6.25rem!important
}

.u-pt-xlarge {
    padding-top: 6.25rem!important
}

.u-pr-xlarge {
    padding-left: 6.25rem!important
}

.u-pb-xlarge {
    padding-bottom: 6.25rem!important
}

.u-pl-xlarge {
    padding-right: 6.25rem!important
}

.u-pv-xlarge {
    padding-top: 6.25rem!important;
    padding-bottom: 6.25rem!important
}

.u-ph-xlarge {
    padding-left: 6.25rem!important;
    padding-right: 6.25rem!important
}

.u-color-success {
    color: #008000!important
    /*color: #1bb934!important*/
}

.u-color-info {
    color: #2ea1f8!important
}

.u-color-danger {
    color: #ff0000!important
    /*color: #ed1c24!important*/
}

.u-color-warning {
    color: #D05A00!important
}

.u-color-primary {
    color: #222!important
}
.u-color-fancy {
    color: #c51162!important
}
.u-color-deep-purple {
    color: #12005e!important
}

.u-color-black {
    color: #000000!important
}
.u-color-dark-gray {
    color: #999999!important
}
.u-color-dark-purple {
    color: rgb(30, 28, 111)!important
}
.u-color-secondary,
.u-color-white {
    color: #fff!important
}

.u-bg-transparent {
    background-color: transparent !important;
    background: transparent !important;
}


.u-bg-success {
    background-color: #1bb934!important
}

.u-bg-info {
    background-color: #1a91eb!important
}

.u-bg-danger {
    background-color: #ed1c24!important
}

.u-bg-fancy {
    background-color: #a388e3!important
}
.u-bg-warning {
    background-color: #D05A00!important
}

.u-bg-gray {
    background-color: #F6F7F9!important
}
.u-bg-gray-light {
    background-color: #F9FBFF!important
}

.u-bg-primary {
    background-color: #475364!important
}

.u-bg-purple {
    background-color: #57439B!important
}
.u-bg-purple-light {
    background-color: #7C69BA!important
}
.u-bg-black-gradient{
	background: rgb(14,14,14);
	background: -moz-linear-gradient(top, rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);
	background: -webkit-linear-gradient(top, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: linear-gradient(to bottom, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 );
}
.u-bg-purple-gradient{
	background: #57439B;
	background: -moz-linear-gradient(left, #57439B 0%, #6001D2 100%);
	background: -webkit-linear-gradient(left, #57439B 0%,#6001D2 100%);
	background: linear-gradient(to right, #57439B 0%,#6001D2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57439B', endColorstr='#6001D2',GradientType=1 );
}
.u-bg-purple-gradient-down{
background: #57439B;
background: -moz-linear-gradient(top, #57439B 0%, #583E9F 100%);
background: -webkit-linear-gradient(top,#57439B 0%,#583E9F 100%);
background: linear-gradient(#57439B,#583E9F);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57439B', endColorstr='#583E9F',GradientType=0 );
}

.u-bg-secondary,
.u-bg-white {
    background-color: #fff!important
}

.u-color-facebook {
    color: #2492e4!important
}

.u-color-twitter {
    color: #0af!important
}

.u-color-pinterest {
    color: #e30f27!important
}

.u-color-behance {
    color: #187ac6!important
}

.u-color-dribbble {
    color: #ea4c89!important
}

.u-color-linkedin {
    color: #222!important
}

.u-bg-facebook {
    border-color: #2492e4!important;
    background: #2492e4!important
}

.u-bg-twitter {
    border-color: #0af!important;
    background: #0af!important
}

.u-bg-pinterest {
    border-color: #e30f27!important;
    background: #e30f27!important
}

.u-bg-behance {
    border-color: #187ac6!important;
    background: #187ac6!important
}

.u-bg-dribbble {
    border-color: #ea4c89!important;
    background: #ea4c89!important
}

.u-bg-linkedin {
    border-color: #222;
    background-color: #222!important
}

.u-block {
    display: block!important
}

.u-inline-block {
    display: inline-block!important
}

.u-vertical-middle {
    vertical-align:middle!important
}
.u-inline {
    display: inline!important
}

.u-border {
    border: 1px solid #e6eaee!important
}

.u-border-top {
    border-top: 1px solid #e6eaee!important
}
.u-border-top--warning {
	border-top: 3px solid #fd9a18 !important;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.u-border-bottom--warning {
	border-bottom: 3px solid #fd9a18 !important;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}


.u-border-right {
    border-left: 1px solid #e6eaee!important
}

.u-border-bottom {
    border-bottom: 1px solid #e6eaee!important
}

.u-border-bottom-red {
    border-bottom: 3px solid #ed1c24!important
}
.u-border-bottom-green {
    border-bottom: 3px solid #34a544!important
}
.u-border-bottom-gray {
    border-bottom: 3px solid #e6eaee!important
}


.u-border-left {
    border-right: 1px solid #e6eaee!important
}

.u-border-zero {
    border: 0!important
}

.u-border-top-zero {
    border-top: 0!important
}

.u-border-right-zero {
    border-left: 0!important
}

.u-border-bottom-zero {
    border-bottom: 0!important
}

.u-border-left-zero {
    border-right: 0!important
}

.u-border-flat {
-webkit-border-radius: 0!important;
-moz-border-radius: 0!important;
border-radius: 0!important;
}
.u-border-rounded {
    border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px!important;
    overflow: hidden
}

.u-border-circle {
    border-radius: 100%;
    overflow: hidden
}

.u-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.u-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.u-justify-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: start!important
}

.u-justify-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: end!important
}

.u-justify-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.u-justify-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.u-justify-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.u-align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.u-align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.u-align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.u-align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.u-align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.u-flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.u-flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.u-hidden {
    display: none!important
}

.u-hidden-visually {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    margin: -1px!important;
    padding: 0!important;
    border: 0!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important
}


/*
@media (max-width:576px) {
    .u-hidden-down\@mobile {
        display: none!important
    }
}

@media (max-width:768px) {
    .u-hidden-down\@tablet {
        display: none!important
    }
}

@media (max-width:992px) {
    .u-hidden-down\@desktop {
        display: none!important
    }
}

@media (max-width:1200px) {
    .u-hidden-down\@wide {
        display: none!important
    }
}

@media (min-width:576px) {
    .u-hidden-up\@mobile {
        display: none!important
    }
}

@media (min-width:768px) {
    .u-hidden-up\@tablet {
        display: none!important
    }
}

@media (min-width:992px) {
    .u-hidden-up\@desktop {
        display: none!important
    }
}

@media (min-width:1200px) {
    .u-hidden-up\@wide {
        display: none!important
    }
}
*/

.u-opacity-heavy {
    opacity: .75!important
}

.u-opacity-medium {
    opacity: .5!important
}

.u-opacity-light {
    opacity: .25!important
}

.u-opacity-zero {
    opacity: 0
}

.u-width-25 {
    width: 25%!important
}
.u-width-33 {
    width: 33.33%!important
}
.u-width-50 {
    width: 50%!important
}

.u-width-75 {
    width: 75%!important
}

.u-width-100 {
    width: 100%!important
}

.u-height-25 {
    height: 25%!important
}

.u-height-50 {
    height: 50%!important
}

.u-height-75 {
    height: 75%!important
}

.u-height-100 {
    height: 100%!important
}

.totop {
    position: fixed;
    bottom: 90px;
    right: 10px;
    cursor: pointer;
    display: none;
	z-index: 1000;
	
	width: 30px;
    height: 30px;
    
    border-radius: 100%;
	-moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
	background-color: #886ce6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.15)));
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.15) 100%);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.btn-circle{
	width: 36px;
    height: 36px;
    color: #ffffff;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
	background-color: #57439B;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.15)));
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.15) 100%);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.pirsomet{
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 2px 4px;
	background: #fff;
	color: #444444;
	font-size: 10px;
	font-weight: 300;
	border-radius: 3px;
    padding: 1px 3px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}	

/* ========================================================================== */
.circle-icon {
    width: 30px;
    height: 30px;
    margin-left: .425rem;
    /*border: 1px solid #7C69BA;*/
    border-radius: 100%;
	-moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
	background-color: #1A97F6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.15)));
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.15) 100%);
	/*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
}

.profile-circle-icon{
	width: 40px;
    height: 40px;
	 border-radius: 100%;
	-moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	background-color: #E91E63;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.15)));
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.15) 100%);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	font-weight: 300;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	
}

.circle-icon--fancy {
	color: #ffffff;
	background: #886CE6;
	font-weight: 300;
	background: linear-gradient(to bottom, #886CE6 0%,#7B85FF 100%);
}

.circle-icon--orange {
	color: #ffffff;
	background: #D05A00;
}
.circle-icon--green {
	color: #ffffff;
	background: #96BF35;
}
.circle-icon--red {
	color: #ffffff;
	background: #cc0000;
}

.circle-icon--gray {
	color: #ddd;
	background: #F9FBFF;
}

/* ========================================================================== */

.hide {
	display: none!important
}
.show {
	display: block!important
}
		
.shadow {
	/*
	-webkit-box-shadow:0 2px 4px 0 rgba(50,50,93,.1);
	box-shadow:0 2px 4px 0 rgba(50,50,93,.1);
	
	-webkit-box-shadow: 0 1px 1px 0 rgba(60,64,67,.08),0 1px 3px 1px rgba(60,64,67,.16);
	box-shadow: 0 1px 1px 0 rgba(60,64,67,.08),0 1px 3px 1px rgba(60,64,67,.16);
	*/
	-webkit-box-shadow:0 2px 4px 0 rgba(50,50,93,.1);
	-moz-box-shadow:0 2px 4px 0 rgba(50,50,93,.1);
	box-shadow:0 2px 4px 0 rgba(50,50,93,.1)
}
/*
.main-stream::before {
 box-shadow: -10px 0 10px -15px inset;
content: " ";
height: 100%;
left: -15px !important;
position: absolute;
top: 0;
width: 10px;
}

.main-stream::after {
 box-shadow: 10px 0 10px -15px inset;
content: " ";
height: 100%;
right: -15px !important;
position: absolute;
top: 0;
width: 10px;
}
*/
.pointer {
	cursor: pointer;
}

.main-stream  {
	height: auto;
}
.main-content.shadow {
 -webkit-box-shadow:0 2px 4px 0 rgba(50,50,93,.4);
 box-shadow:0 2px 4px 0 rgba(50,50,93,.4)
}


.toolbar {
	z-index: 100;
}
.toolbar--shadow{
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:    0 1px 4px rgba(0,0,0,0.1);
	box-shadow:        0 1px 4px rgba(0,0,0,0.1)
}

.cta_strip{
background: #fff;
background: linear-gradient(-180deg, #fff, #efefef);
border: solid 1px #ddd;

-webkit-box-shadow:0 2px 4px 0 rgba(50,50,93,.1);
box-shadow:0 2px 4px 0 rgba(50,50,93,.1);
width: 1000px;
display: block;
width: 100%;
z-index: 4;
}


.indices_strip{
	background: #EFF3F6;
	border-top: solid 1px #bbb;
	width: 100%;
	position: fixed;
	margin: 0 auto !important;
	bottom: -3px;
	display: block;
	width: 100%;
	height: 50px;
	z-index: 900;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.35);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.35);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.35);
}
.indices_strip__inner {
	background: transparent !important;
}
.indices_strip__inner .u-border-right {
    border-left: 1px solid #ddd!important;
} 
.indices_strip__inner .u-border-left {
    border-right: 1px solid #ddd!important
} 

.bar-center::after, .bar-left::after, .bar-right::after, .dbar-center::after, .dbar-left::after, .dbar-right::after {
    content: "";
    display: block;
    position: relative;
    margin: 8px auto 0;
        margin-right: auto;
    margin-right: auto;
    width: 20%;
    max-width: 120px;
    border-bottom-color: #6200EE;
    border-bottom-style: solid;
    border-bottom-width: 4px;
}
.bar-right::after, .dbar-right::after {
    margin-right: 0 !important;
}

.c-btn--orange{
padding: .5rem 0.45rem;
border-color: #e08e42;
border-width: 0 0 0 1px;
background: #e08e42;
background: -moz-linear-gradient(top, #e08e42 0%, #e08e42 49%, #d97102 50%, #d97102 100%);
background: -webkit-linear-gradient(top, #e08e42 0%,#e08e42 49%,#d97102 50%,#d97102 100%);
background: linear-gradient(to bottom, #e08e42 0%,#e08e42 49%,#d97102 50%,#d97102 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08e42', endColorstr='#d97102',GradientType=0 );
}

.c-btn--purple{
border-color: #462595;
border-width: 0 0 0 1px;
background: #9a8ac9;
background: -moz-linear-gradient(top, #9a8ac9 0%, #9a8ac9 50%, #7d67b9 51%, #7d67b9 100%);
background: -webkit-linear-gradient(top, #9a8ac9 0%,#9a8ac9 50%,#7d67b9 51%,#7d67b9 100%);
background: linear-gradient(to bottom, #9a8ac9 0%,#9a8ac9 50%,#7d67b9 51%,#7d67b9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a8ac9', endColorstr='#7d67b9',GradientType=0 );
}
.c-btn--gray{
border-color: #462595;
border-width: 0 0 0 1px;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}


.comments { 
	display: block; 
	/*font-family: Arial;*/
	 font-family: 'Roboto', sans-serif;
	background-color: #fff;
}

.comments .cmmnt{display: block; position: relative; /*padding-right: 15px; */ }

.comments .cmmnt .avatar  { 
position: absolute;
top: 13px;
right: 5px;
color: #F59A41;
font-size: 7px;
}

.ForumIcon{
    max-width: 15px;
    margin-left: 3px;
}

.pushUser{
	float: right!important;
	margin-left: 5px;
	color: #D05A00;
	font-weight: 400;
}	
.comments .more-comments{ 
	font-size: 1.1em;
	background-color: #f0f0f0 !important;
	padding: 7px ;
}
/*
.comments .more-comments::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #D05A00;
    font-size: 8px;
    float: right;
    margin-top: 5px;
    margin-right: -7px;
}
*/
.comments .cmmnt .cmmnt-content { 
	cursor: pointer;
	padding: 0 ;
}

.comments .cmmnt .cmmnt-content header { font-size: 0.9em; display: block;/* margin-bottom: 2px;*/ color: #999999; text-align: right; }
.comments .cmmnt .cmmnt-content header .pubdate { font-size: 0.8em; color: #999999; float: left; padding-left: 5px}
.comments .cmmnt .cmmnt-content header .userlink { font-weight: bold; font-size: 1em; color: #7C69BA; text-decoration: none; padding-right: 5px;} 
.msg-title { font-size: 1em; display: block; font-weight: bold; color: #999999; padding-right: 5px; margin-bottom: 0; padding-bottom: 0;} 
.msgbody { font-size: 1.0em; display: block; padding: 5px; font-weight: normal; color: #000000;  line-height:1.2em}

.comments .morepanel { 
	border-top: solid 1px #d3cce3!important;
}	

.comments .cmmnt { 
	margin-bottom: 0; 
	margin-top: 0;
	background: #f0f0f0;
	/*background: #F9FBFF;
	background: #F5F5F5;
	background: #F7F7F7;*/
	padding: 5px;
	border-top: solid 1px #d3cce3;
	width: 100%
}



.comments .cmmnt:first-of-type {
	/*border-top: 0 none !important;*/
}

.comments .cmmnt::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	/*font-weight: 900;*/
	color: #D05A00;
	font-size: 8px;
	float: right;
	margin-top: 5px;
	margin-right: -7px;
}

.comments .replies { 
	margin-bottom: 0; 
	margin-top: 0;
	background: #ffffff;
	padding-left: 0;
	width: 100%
}

.comments .cmmnt .chart { 
	background: #ffffff; 
	padding: 0;  
	-webkit-box-shadow: 1px 1px 2px 1px  rgba(0,0,0,0.44); -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.24); box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.24);
	border-left: solid 1px rgba(0,0,0,0.15);
	width:95%;
	margin-right: 8px;
}

.comments .cmmnt .cmmnt-content footer { background: #efefef; font-size: 0.9em; display: block; padding:0; color: #999999; text-align: right; border-top: solid 1px #ddd; }
.comments .cmmnt .cmmnt-content footer .msgviews   { font-size: 1.2em; color: #999999;  padding: 0 4px 0 4px;  text-decoration: none}
.comments .cmmnt .cmmnt-content footer .msgcomment { font-size: 1.2em; color: #999999; padding: 0 4px 0 4px;  }
.comments .cmmnt .cmmnt-content footer .msgicon {font-size: 1.2em; color: #49479D; float:right; padding: 3px 10px 0 3px;}
.comments .cmmnt .cmmnt-content footer .separator {display: inline; width:1px; background-color:#ddd; border-right:1px solid #ddd;}


.comments  .L2 {padding-right: 15px !important}
.comments  .L3 {padding-right: 30px !important}
.comments  .L4 {padding-right: 45px !important}
.comments  .L5 {padding-right: 60px !important}
.comments  .L6 {padding-right: 75px !important}
.comments  .L7 {padding-right: 90px !important}
.comments  .L8 {padding-right: 105px !important}
.comments  .L9 {padding-right: 120px !important}
.comments  .L10 {padding-right: 135px !important}
.comments  .L11 {padding-right: 150px !important}
.comments  .L12 {padding-right: 165px !important}




#hoverbox {
    background-color: white;
    border: solid 1px #dddddd;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 4px 16px rgba(0,0,0,0.3);
    color: #666;
    font-size: 13px;
    width: 350px;
    height: auto;
    overflow: hidden;
    position: fixed;
    word-wrap: break-word;
    z-index: 1202;
    display: none;
    margin-right: 5px;
	
}


/* -----------------------------------------------------
   Dropdown Menu
-------------------------------------------------------- */
.header {
	width: 100%;
	padding: 0;
	background: transparent;
	/*background-color: #7C69BA;*/
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
}
.header-inner {
  width: 910px;
  /*height: 34px;*/
  color: #fff;
  padding: 0;
  background: transparent;
	/*background-color: #7C69BA;*/
  /*box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);*/
  margin: 0 auto;
}

.header-categories {
  display: block;
  position: relative;
  
}

.header-fixed {
	position: fixed;
	top:0; 
	left:0;
	width: 100%; 
	z-index:1040;
	-webkit-box-shadow:0 2px 4px 0 rgba(50,50,93,.1);
	box-shadow:0 2px 4px 0 rgba(50,50,93,.1);
	background: #FAFAFB !important;
	border-top: solid 2px #FA8C05 !important;
}
.toolbar-fixed {
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow:0 2px 4px 0 rgba(50,50,93,.1);
	box-shadow:0 2px 4px 0 rgba(50,50,93,.1)
}
.ul-base {
  margin: 0;
  padding: 0;
  list-style: none;
}

li.dropdown {
  display: inline-block;
  position: relative;
  /*border-left: solid 1px #59439B;*/

  margin: 0;
}

li.dropdown a {
  display: block;
  height: 34px;
  padding: 0 10px;
  color: #fff;
  font-size: 17px;
  line-height: 34px;
  text-decoration: none;
  
}


li.dropdown a i {
  vertical-align: middle;
}
li.dropdown .dropdown-menu {
  display: none;
  overflow: visible;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: right;
  /*border-radius: 2px;*/
  background-color: #fafafa;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  
}



li.dropdown .dropdown-menu li {
	display: block;
	border-bottom: solid 1px #ddd;
	
}
li.dropdown .dropdown-menu li a {
	display: block;
	height: 30px;
	color: #444444;
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
}
.dropdown-menu li a:hover {
	color: #D05A00!important;
	background: #efefef;
}

li.dropdown .dropdown-menu li:last-child {
	border-bottom: 0 none;
}
li.dropdown.open .dropdown-menu {
	display: block;
}




.notification_counter {
	height: 20px;
	padding: 1px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	/*background: #886ce6;
    background: linear-gradient(-180deg, #886ce6, #7d5be2);
    border-color: #7d5be2;*/
	
	background-color: #E91E63;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.15)));
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.15) 100%);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	/*-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	font-size: 10pt;
	color: #ffffff;
	font-weight: 300;
	line-height: 20px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	margin-left: 2px;
}

.u-text-shadow {
text-shadow: 0px 1px 0 #57439B;
}
/*.notification_counter {
	height: 20px;
	padding: 1px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	background-color: #eb252e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.15)));
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.15) 100%);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	
	font-size: 10pt;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	margin-left: 2px;
}*/

.notification_counter--off {
	background-color: #F5F8F9!important;
	color: #2222!important;
}

.tagia:hover::before {
	color: #ffffff;
	/*content: "#";*/
}
.tagia::before {
	
	display: inline-block;
    position: relative;
    top: 0px;
    margin: 0 2px 0 0;
    color: #57439B;
    font-weight: 300;
	font-size: 8pt;
	content: "#";
	/*content: "\f111";
	vertical-align: middle;*/
}
.tagia {
	font-size: 9pt;
	color: #57439B !important;
	font-weight: 700;
	/*text-shadow: 0 -1px rgba(0, 0, 0, 0.3);*/
	padding: 0 1px 1px 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	background-color: #EDE9F9 ;
	
	/*
	background-color: #886ce6 ;
	background-color: #9C87E0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.15)));
	background-image: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.15) 100%);
	line-height: 20px;
	margin-left: 3px;
	*/
}
/*
.tagia {
	height: 20px;
	padding: 0 4px 1px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	background-color: #9C87E0;
	font-size: 9pt;
	color: #fff !important;
	font-weight: 300;
	margin-left: 3px;
}
*/
.tagia:hover {
	/*
	color: #2ea1f8 !important;
	
	height: 20px;
	padding: 0 4px 1px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	
	*/
	color: #ffffff !important;
	background-color: #D05A00;
}
.label-purple {
	font-size: 9pt;
	color: #57439B !important;
	font-weight: 300;
	/*text-shadow: 0 -1px rgba(0, 0, 0, 0.3);*/
	padding: 0 5px 3px 5px;
	border-radius: 5px;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 5px !important;
	background-color: #EDE9F9;
}
.label-purple:hover {
	color: #ffffff !important;
	background-color: #D05A00;
}
.like {
	color: #E2264D
	/*
	color: #D05A00
	color: #886ce6
	*/
}
.like:hover {
	/*transform: scale(1.2);*/
	color: #E2264D
}

.dropdown-menu .dropdown-caret {
 position:absolute;
 top:-10px;
 right:12px;
 width:18px;
 height:10px;
 float:left;
 overflow:hidden
}

.search_dropdown .dropdown-caret {
 position:absolute;
 top:-10px;
 right:12px;
 width:18px;
 height:10px;
 float:left;
 overflow:hidden
}

.dropdown-menu.dropdown-menu--rightAlign .dropdown-caret,.dropdown-caret.right {
 left:auto;
 right:10px
}
.dropdown-caret.center,.dropdown.center .dropdown-menu .dropdown-caret {
 left:50%;
 margin-left:-9px
}
.dropdown-caret .caret-outer,.dropdown-caret .caret-inner {
 position:absolute;
 top:0;
 left:0;
 display:inline-block;
 margin-left:-1px
}
.dropdown-caret .caret-outer {
 border-bottom:10px solid #657786;
 border-bottom-color:rgba(0,0,0,0.1);
 border-left:10px solid transparent;
 border-right:10px solid transparent;
 height:auto;
 left:0;
 top:0;
 width:auto
}
.dropdown-caret .caret-inner {
 top:1px;
 left:1px;
 border-left:9px solid transparent;
 border-right:9px solid transparent;
 border-bottom:9px solid #FAFAFA;
 border-bottom-color:#FAFAFA
}
.with-rightCaret .dropdown-caret {
 left:auto;
 right:13px
}



/* -----------------------------------------------------
   Search bar
-------------------------------------------------------- */
.search_bar {
  background: #fff;
  border: #57449B solid 1px;
  position: relative;
  max-width: 420px;
  margin-right: 5px;
}
.search_bar input[type=text] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  padding: 5px;
  margin: 0;
  overflow: hidden;
}
.search_bar input[type=text]:focus {
  outline: none;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
/*.search_bar button[type=submit] {
  background: -webkit-gradient(linear, right top, right bottom, from(#E08F40), to(#D97102));
  background: linear-gradient(#E08F40, #D97102);
  color: rgba(255, 255, 255, 0);
  border: 1px solid #1C62A8;
  width: 10%;
  min-width: 56px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  border-radius: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}*/
.search_bar button[type=submit] {
  background: #6f4adf;
  color: rgba(255, 255, 255, 0);
  border: 0 none;
  width: 10%;
  min-width: 56px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search_bar button[type=submit]:after {
  content: "\f002";
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 5px;
  left: 40%;
  font-weight: 900;
  /*background: url("http://media.lib.byu.edu/assets/images/searchbar/1.0/search-icon.svg") no-repeat center center;
  background-size: contain;*/
}
/*
.search_bar button[type=submit]:hover, .search_bar button[type=submit]:focus {
  background: -webkit-gradient(linear, right top, right bottom, from(#3388dd), to(#2174c7));
  background: linear-gradient(#3388dd, #2174c7);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
*/
.search_bar .search_dropdown {
  font-weight: 300;
  min-width: 17px;
  background: #886ce6;
  /*
  background: -webkit-gradient(linear, right top, right bottom, from(#f4f4f4), to(#e2e2e2));
  background: linear-gradient(#f4f4f4, #e2e2e2);
  */
  /*border-left: 1px solid #ddd;*/
  color: #fff;
  padding: 0 5px 0 28px;
  /*border-radius: 0 2px 2px 0;*/
  position: absolute;
  top: 0;
  left: 54px;
  bottom: 0;
  /*z-index: 10000;*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.search_bar .search_dropdown:after {
  content: "\f107";
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 2px;
  left: 10px;
  font-weight: 900;
  
}
.search_bar .search_dropdown:hover, .search_bar .search_dropdown.active {
  /*
	background: -webkit-gradient(linear, right top, right bottom, from(#e7e7e7), to(#d5d5d5));
  background: linear-gradient(#e7e7e7, #d5d5d5);
  */
  cursor: pointer;
  /*border-left-color: #ccc;*/
}
.search_bar .search_dropdown > span {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  white-space: nowrap;
  font-size: 15px;
}
.search_bar .search_dropdown ul {
  display: none;
  position: absolute;
  top: 105%;
  right: -1px;
  font-size: 14px;
  width: 90px;
  background: #FAFAFA;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #ddd;
  /*border-radius: 3px;*/
  padding: 0;
  margin-top: 10px;
  z-index: 1;
}
.search_bar .search_dropdown li {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  color: #444444;
  line-height: 30px;
  position: relative;
  border-bottom: solid 1px #ddd;
}

.search_bar .search_dropdown li:last-child {
	border-bottom: 0 none;
}

.search_bar .search_dropdown li:hover {
  background: #efefef;
}
.search_bar .search_dropdown li.selected {
  font-weight: 400;
  color: #DD8329;
}
.search_bar.small {
  max-width: 300px;
}
.search_bar.small input[type=text] {
  font-size: 15px;
	text-align: right;
	direction: rtl;
	width: 264px;
background: #ffffff;
color: #57449B;
}

.search_bar ::-webkit-input-placeholder {
  font-weight: 300;
}
.search_bar :-moz-input-placeholder {
  font-weight: 300;
}
.search_bar ::-ms-input-placeholder {
  font-weight: 300;
}
.search_bar ::placeholder {
  font-weight: 300;
}



.search_slide {
  padding: 5px 0;
  width: 130px;
  /*
  height: 22px;
  position: relative;
  left: 10px;
  float: left;
  line-height: 22px;
  */
}

.search_slide input {
  /*position: absolute;*/
  width: 0px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  /*
  float: Left;
  margin-left: 210px;
  
  height: 30px;
  line-height: 18px;
  padding: 0 2px 0 2px;
  border-radius: 5px;
  */
}

.search_slide:hover input,
.search_slide input:focus {
  width: 100px;
  margin-left: 0px;
  /*border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;*/
}


#article_body p{
	font-size: 16px !important;
	margin-bottom: 20px !important;
}
/*
#article_body p:first-of-type::first-letter{
	font-size: 18px !important;
	font-weight: 700px;
}*/
#article_body p.hasStrong{
	margin-bottom: 0 !important;
}
#article_body p.u-text-tiny{
	font-size:.625rem !important;
}
div#article_body ul {
	list-style-position: outside;
	list-style-type: disc;
	color: #444444;
	padding-right: 15px;
	margin-bottom: 20px;
}
div#article_body ul li {
	margin-bottom: 10px;
}

.c-newsletter_signup_box {
    padding-top: 16px;
    text-align: center;
}

.c-newsletter_signup_box__main {
    background: #FAFAFA;
    border: 2px solid #57449B;
    color: #3b3b3b;
    padding: 32px 16px 16px;
    position: relative;
}
.c-newsletter_signup_box__icon {
    background: #FAFAFA;
    left: 50%;
    position: absolute;
    top: 2px;
    padding: 0 10px;
    transform: translate(-50%,-50%);
}


#trending_table tr:nth-child(n+7) {
		display: none;
	}
	#trending_table:hover tr:nth-child(n+7) {
		display: table-row;
		-webkit-animation:	table_show 1s ease;
		-moz-animation:    	table_show 1s ease;
		-o-animation:  	    table_show 1s ease;
		animation: 			table_show 1s ease;
	}
	
	@-webkit-keyframes table_show {
		0% {transform: scaleY(0);}
		100% {transform: scaleY(1);}
	}
	@-moz-keyframes table_show {
		0% {transform: scaleY(0);}
		100% {transform: scaleY(1);}
	}
	@-o-keyframes table_show {
		0% {transform: scaleY(0);}
		100% {transform: scaleY(1);}
	}
	@keyframes table_show {
		0% {transform: scaleY(0);}
		100% {transform: scaleY(1);}
	}


.load-animate {
  -webkit-animation: load 1s linear infinite;
          animation: load 1s linear infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: #dddddd;
  background-image: -webkit-gradient(linear, left top, right top, from(#dddddd), color-stop(20%, #f5f5f5), color-stop(40%, #efefef), to(#dddddd));
  background-image: linear-gradient(to left, #dddddd 0%, #f5f5f5 20%, #efefef 40%, #dddddd 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.load-animate.profile-pic {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes load {
  0% {
    background-position: -680px 0;
  }
  100% {
    background-position: 680px 0;
  }
}

@keyframes load {
  0% {
    background-position: -680px 0;
  }
  100% {
    background-position: 680px 0;
  }
}
@-webkit-keyframes load-image {
  0% {
    background-position: -680px 0;
  }
  100% {
    background-position: 680px 0;
  }
}
@keyframes load-image {
  0% {
    background-position: -680px 0;
  }
  100% {
    background-position: 680px 0;
  }
}


/**/

.FeaturedList {
	display: block;
	height: 100px;
	min-height: 100px;
	position: relative;
	width: 100%;
}
.FeaturedList, .FeaturedList_Cover, .FeaturedList_text {
	color: #fff;
	text-decoration: none;
}

.FeaturedList_Cover {
	background-color: #2b374c;
	background-repeat: no-repeat;
	background-size: cover;
	color: transparent;
	z-index: 1;
	border-radius: 5px;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.FeaturedList_Container {
    display: -ms-flexbox;
    display: flex;
    background-image: linear-gradient(180deg,transparent 40%,#000000 100%);
    /*background-image: -webkit-linear-gradient(180deg,transparent 40%,#000000 100%);
    background-image: -moz-linear-gradient(180deg,transparent 40%,#000000 100%);
    background-image: -ms-linear-gradient(180deg,transparent 40%,#000000 100%);
    background-image: -o-linear-gradient(180deg,transparent 40%,#000000 100%);*/
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 7px;
    z-index: 2;
	border-radius: 9px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


.FeaturedList_title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1.08;
    margin: 0 0 5px;
	color: #fff;
	text-decoration: none;
}
.FeaturedList_desc {
    font-size: 11px;
    line-height: 1.1;
    padding: 0;
	color: #fff;
	text-decoration: none;
}
				