﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);
@import "spinners.css";

body, h1, h2, h3, h4, h5, h6 {
    font-family: Rubik,sans-serif;
    font-weight: 300;
}

.badge, .bg-title h4, .list li, .nav-small-cap, .top-left-part a {
    text-transform: capitalize;
}

.ui.multiple.dropdown > .label, .waves-effect {
    -ms-user-select: none;
    -moz-user-select: none;
}

.fa, .mdi-set, .mdi:before {
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

.fa, .mdi-set, .mdi:before, .panel-default > .panel-heading a:after {
    -moz-osx-font-smoothing: grayscale;
}
.m-l-10 {
    margin-left:40px;
}
.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px);
    }

.md-radio, html {
    position: relative;
}

* {
    outline: 0!important;
}

body {
    background: #2f323e;
    margin: 0;
    overflow-x: hidden;
    color: #4a4a4a;
}

html {
    min-height: 100%;
    background: #fff;
}

.padding-2 .select2 {
    border-radius: 0;
}

.nav-pillsty3 li a {
    padding: 8px 16.2px!important;
    border-radius: 0!important;
}
.ajaxpopupGrid tr td {
    padding: 1px 4px !important;
    border-bottom: 1px solid #999 ;
    font-size: 12px !important;
}
.ajaxpopupGrid tr th {
    padding: 1px 4px !important;
    font-size: 12px !important;
}


.padding7 {
    padding: 7px 12px!important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 7px 0;
}
.ajaxpopupGrid tr th {
    padding: 4px;
    border-bottom: 1px solid #999;
}
.ajaxpopupGrid {
    border: 1px solid #999;
}
.list li, b {
    font-weight: 500;
}

h1 {
    line-height: 48px;
    font-size: 36px;
}

h2 {
    line-height: 36px;
    font-size: 24px;
}

h3 {
    line-height: 30px;
    font-size: 21px;
}

h4, h5 {
    font-size: 18px;
}

h4 {
    line-height: 22px;
}

h5 {

    font-size: 13px;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.prev-step i {
    margin: 0 -7px;
}

.card-container {
    position: relative;
}

    .card-container .card {
        min-height: 110px;
        margin-bottom: 20px;
        position: relative;
        -webkit-perspective: 600px;
        perspective: 600px;
        width: 100%;
        cursor: pointer;
        z-index: 9;
    }

        .card-container .card .front {
            height: 100%;
            position: relative;
            width: 100%;
            padding: 28px;
            top: 0;
            left: 0;
            z-index: 11;
            -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
            -webkit-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            transition: all .4s ease-in-out;
        }

        .card-container .card:hover .front {
            z-index: 11;
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .card-container .card:hover .back {
            z-index: 12;
            -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
        }

        .card-container .card .back {
            position: absolute;
            top: 0;
            border: 0;
            height: 100%;
            width: 100%;
            left: 0;
            z-index: 10;
            -webkit-transform: rotateY(-180deg);
            transform: rotateY(-179deg);
            -webkit-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            transition: all .4s ease-in-out;
        }

            .card-container .card .back > .row {
                height: 100%;
                margin: 0;
            }

                .card-container .card .back > .row > div {
                    height: 100%;
                    padding: 0;
                }

                    .card-container .card .back > .row > div a {
                        display: block;
                        width: 100%;
                        height: 100%;
                        text-align: center;
                        padding: 60px 10px;
                    }

                        .card-container .card .back > .row > div a i {
                            display: block;
                            margin-bottom: 5px;
                        }
.text-elg {
    font-size: 21px;
    font-weight: bold;
}
                        .card-container .card .back > .row > div a:hover {
                            text-decoration: none;
                        }

                    .card-container .card .back > .row > div:first-of-type a {
                       background-color: rgb(203, 239, 255);
                    }
                    .card-container .card .back > .row > div a h3 {
                        color: #0e0e0e;
                    }

                    .card-container .card .back > .row > div:nth-of-type(2) a {
                        background-color: rgba(203, 239, 255, 0.80);
                    }
                     .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}
                     .sidebar-form {
                         padding:10px;
                     }
 .sidebar-form input[type="text"],  .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
}
 .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}
 input[type="text"],  .sidebar-form .btn {
   
}
 .sidebar-form input[type="text"]:focus,  .sidebar-form input[type="text"]:focus+.input-group-btn .btn {
    background-color: #fff;
    color: #666;
}
 .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}
 .sidebar-form input[type="text"]:focus,.sidebar-form input[type="text"]:active, .sidebar-form input[type="text"]:hover{
     border:none;
 }
.sidebar-form input[type="text"],  .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
}

@media only screen and (max-width:420px) {
    .card-container .card .front {
        padding: 28px 10px;
    }
}

.bg-slategray {
 
    border: 1px solid #e2e2e2;
    
   
  
    background-color: #ffffff;
}
h3.single-striked:before {
    left: 0;
}

h3.single-striked:after, h3.single-striked:before {
    height: 1px;
    width: calc(50% - 260px);
    position: absolute;
    background: #cbc2ba;
    top: 50%;
    content: "";

}

h3.single-striked {
    font-size: 24px;
 
    position: relative;
    text-align: center;
 
    color: #2eabd6;
    margin: 30px 5px;
}
.widget-two-icon {
     color: #2eabd6;
    border: 4px double #2eabd6;
    padding: 10px 7px;
  
}
h3.single-striked:after {
    right: 0;
}

h3.single-striked span {
    background: transparent;
}
.btnNext i, .next-step i {
    margin: 0 6px;
}

.btnPrevious i {
    margin: 0 -7px;
}

.light_op_text {
    color: rgba(255,255,255,.5);
}

blockquote {
    border: 1px solid rgba(120,130,140,.13);
}

p {
    line-height: 1.6;
}

a:hover {
    outline: 0;
}

.md-radio input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.md-radio label {
    cursor: pointer;
    padding-left: 30px;
}

    .md-radio label > span {
        display: block;
        position: absolute;
        left: 0;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        transition-duration: .3s;
    }

        .md-radio label > span.inc {
            background: #fff;
            left: -20px;
            top: -20px;
            height: 60px;
            width: 60px;
            opacity: 0;
            border-radius: 50%!important;
            -moz-border-radius: 50%!important;
            -webkit-border-radius: 50%!important;
            -webkit-animation: growCircleRadio .3s ease;
            -moz-animation: growCircleRadio .3s ease;
            animation: growCircleRadio .3s ease;
        }

    .md-radio label > .box {
        top: 0;
        border: 2px solid #666;
        height: 20px;
        width: 20px;
        border-radius: 50%!important;
        -moz-border-radius: 50%!important;
        -webkit-border-radius: 50%!important;
        z-index: 5;
    }

    .md-radio label > .check {
        top: 4px;
        left: 5px;
        width: 11px;
        height: 11px;
        background: #2cabe3;
        opacity: 0;
        z-index: 6;
        border-radius: 50%!important;
        -moz-border-radius: 50%!important;
        -webkit-border-radius: 50%!important;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

.fixed-header .logo, .navbar-header .logo1 {
    display: none;
}

.fixed-header .logo1, .list, .scroll {
    display: block;
}

.fixed-header .subcription {
    color: #35414f;
    padding: 15px 0;
}

.fixed-header .navbar-top-links > li > a {
    color: #35414f!important;
}

.md-radio input[type=radio]:disabled:checked ~ label > .check, .md-radio input[type=radio]:disabled ~ label, .md-radio input[type=radio]:disabled ~ label > .box, .md-radio input[type=radio][disabled]:checked ~ label > .check, .md-radio input[type=radio][disabled] ~ label, .md-radio input[type=radio][disabled] ~ label > .box {
    cursor: not-allowed;
    opacity: .7;
    filter: alpha(opacity=70);
}

.get-code, .list li, .scroller {
    cursor: pointer;
}

.link-effect.link-effect-2 span, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .tabletitle thead {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b7d8', endColorstr='#008bd1', GradientType=0 );
}

.has-error .md-radio label, .has-error.md-radio label {
    color: #e73d4a;
}

    .has-error .md-radio label > .box, .has-error.md-radio label > .box {
        border-color: #e73d4a;
    }

    .has-error .md-radio label > .check, .has-error.md-radio label > .check {
        background: #e73d4a;
    }

.has-success .md-radio label, .has-success.md-radio label {
    color: #27a4b0;
}

    .has-success .md-radio label > .box, .has-success.md-radio label > .box {
        border-color: #27a4b0;
    }

    .has-success .md-radio label > .check, .has-success.md-radio label > .check {
        background: #27a4b0;
    }

.has-warning .md-radio label, .has-warning.md-radio label {
    color: #c29d0b;
}

    .has-warning .md-radio label > .box, .has-warning.md-radio label > .box {
        border-color: #c29d0b;
    }

    .has-warning .md-radio label > .check, .has-warning.md-radio label > .check {
        background: #c29d0b;
    }

.has-info .md-radio label, .has-info.md-radio label {
    color: #327ad5;
}

    .has-info .md-radio label > .box, .has-info.md-radio label > .box {
        border-color: #327ad5;
    }

    .has-info .md-radio label > .check, .has-info.md-radio label > .check {
        background: #327ad5;
    }

.list {
    height: 76px;
    transition: -webkit-transform .5s cubic-bezier(.35,0,.25,1);
    transition: transform .5s cubic-bezier(.35,0,.25,1);
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border-radius: 10px 10px 0 0;
    padding: 16px;
}

    .list li, .scroll, .scrollcon {
        position: relative;
    }

.form-control:focus, .form-control:focus:hover {
    outline: 0;
    border: 2px solid;
    border-color: #2cabe3!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.scroll {
    overflow: hidden;
    height: 76px;
}

.panel-default1 .panel-heading {
    background: #f5f5f5!important;
    color: #4c5667!important;
    border-bottom: 1px solid #ececec;
}

.panel-default2 .panel-heading {
    background: #fff!important;
    color: #4c5667!important;
    border-bottom: 1px solid #1d9fd4;
    border-top: 1px solid #ececec;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 2;
    border: 1px solid transparent;
    border-radius: 6px 6px 0 0!important;
    margin-top: 8px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: -moz-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#41b7d8),color-stop(100%,#008bd1));
    background: -webkit-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -o-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -ms-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: linear-gradient(to bottom,#41b7d8 0,#008bd1 100%);
}

.list li {
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    padding: 1px 0;
    transition: background-color .35s cubic-bezier(.35,0,.25,1);
    white-space: nowrap;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scroller {
    text-align: center;
    display: none;
    padding: 11px 7px 7px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
}

.scrollcon .scroller-right {
    float: right;
    right: 0;
}

.scrollcon {
    display: block;
    padding: 0 26px;
}

    .scrollcon .scroller-left {
        float: left;
        left: 0;
    }

.link-effect.link-effect-2 {
    color: #fff;
    line-height: 1.8em;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

    .link-effect.link-effect-2 span {
        position: relative;
        display: inline-block;
        padding: 6px 20px;
        background: -moz-linear-gradient(top,#41b7d8 0,#008bd1 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#41b7d8),color-stop(100%,#008bd1));
        background: -webkit-linear-gradient(top,#41b7d8 0,#008bd1 100%);
        background: -o-linear-gradient(top,#41b7d8 0,#008bd1 100%);
        background: -ms-linear-gradient(top,#41b7d8 0,#008bd1 100%);
        background: linear-gradient(to bottom,#41b7d8 0,#008bd1 100%);
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        transition: transform .3s;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

.link-effect {
    margin: 1px 17px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}

    .link-effect.link-effect-2 span::before {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #245682;
        content: attr(data-hover);
        padding: 6px 20px;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        transition: background .3s;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    .link-effect:focus, .link-effect:hover {
        outline: 0;
        text-decoration: none;
    }

    .link-effect.link-effect-2:focus span, .link-effect.link-effect-2:hover span {
        -webkit-transform: rotateX(90deg) translateY(-22px);
        -moz-transform: rotateX(90deg) translateY(-22px);
        -ms-transform: rotateX(90deg) translateY(-22px);
        -o-transform: rotateX(90deg) translateY(-22px);
        transform: rotateX(90deg) translateY(-22px);
    }

.btn-white {
    border: 1px solid #fff!important;
    color: #fff;
    border-radius: 0!important;
}

    .btn-white:hover {
        background: #2cabe3;
    }

.form-control:hover:not(:disabled) {
    border-color: #666667;
}

.scrollcon .scroller-left, .scrollcon .scroller-right {
    height: 25px;
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 2.2em;
    z-index: 2;
    cursor: pointer;
    font-size: 11px;
    background: center center no-repeat #fff;
    transition: all .5s cubic-bezier(.35,0,.25,1);
    padding: 0 5px;
    border-radius: 100%;
    border: 1px solid #a7a6a6;
}

    .scrollcon .scroller-left:hover, .scrollcon .scroller-right:hover {
        background: #36c5d3;
        color: #fff;
        border-color: #36c5d3;
    }

a:active, a:focus {
    outline: 0;
    text-decoration: none;
}

.clear {
    clear: both;
}

.font-12 {
    font-size: 12px;
}

hr {
    border-color: rgba(120,130,140,.4);
}

.b-t {
    border-top: 1px solid rgba(120,130,140,.13);
}

.b-b {
    border-bottom: 1px solid rgba(120,130,140,.13);
}

.b-l {
    border-left: 1px solid rgba(120,130,140,.13);
}

.b-r {
    border-right: 1px solid rgba(120,130,140,.13);
}

.b-all {
    border: 1px solid rgba(120,130,140,.13);
}

.b-none {
    border: 0!important;
}

.max-height {
    height: 310px;
    overflow: auto;
}

.p-0 {
    padding: 0!important;
}

.p-10 {
    padding: 10px!important;
}

.p-20 {
    padding: 20px!important;
}

.p-30 {
    padding: 30px!important;
}

.p-l-0 {
    padding-left: 0!important;
}

.p-l-10 {
    padding-left: 10px!important;
}

.p-l-20 {
    padding-left: 20px!important;
}

.p-l-30 {
    padding-left: 30px!important;
}

.p-r-0 {
    padding-right: 0!important;
}

.p-r-10 {
    padding-right: 10px!important;
}

.p-r-20 {
    padding-right: 20px!important;
}

.p-r-30 {
    padding-right: 30px!important;
}

.p-r-40 {
    padding-right: 40px!important;
}

.p-t-0 {
    padding-top: 0!important;
}

.p-t-10 {
    padding-top: 10px!important;
}

.p-t-20 {
    padding-top: 20px!important;
}

.p-t-30 {
    padding-top: 30px!important;
}

.p-b-0 {
    padding-bottom: 0!important;
}

.p-b-10 {
    padding-bottom: 10px!important;
}

.p-b-20 {
    padding-bottom: 20px!important;
}

.p-b-30 {
    padding-bottom: 30px!important;
}

.p-b-40 {
    padding-bottom: 40px!important;
}

.m-0 {
    margin: 0!important;
}

.m-l-5 {
    margin-left: 5px!important;
}

.m-l-10 {
    margin-left: 10px!important;
}

.m-l-15 {
    margin-left: 15px!important;
}

.m-l-20 {
    margin-left: 20px!important;
}

.m-l-30 {
    margin-left: 30px!important;
}

.m-l-40 {
    margin-left: 40px!important;
}

.m-r-5 {
    margin-right: 5px!important;
}

.m-r-10 {
    margin-right: 10px!important;
}

.m-r-15 {
    margin-right: 15px!important;
}

.m-r-20 {
    margin-right: 20px!important;
}

.m-r-30 {
    margin-right: 30px!important;
}

.m-r-40 {
    margin-right: 40px!important;
}

.m-t-5 {
    margin-top: 5px!important;
}

.m-t-0 {
    margin-top: 0!important;
}

.m-t-10 {
    margin-top: 10px!important;
}

.m-t-15 {
    margin-top: 15px!important;
}

.m-t-20 {
    margin-top: 5px!important;
}

.m-t-30 {
    margin-top: 30px!important;
}

.m-t-40 {
    margin-top: 40px!important;
}

.m-b-0 {
    margin-bottom: 0!important;
}

.m-b-5 {
    margin-bottom: 5px!important;
}

.m-b-10 {
    margin-bottom: 10px!important;
}

.m-b-15 {
    margin-bottom: 15px!important;
}

.m-b-20 {
    margin-bottom: 20px!important;
}

.m-b-30 {
    margin-bottom: 30px!important;
}

.m-b-40 {
    margin-bottom: 40px!important;
}

.vt {
    vertical-align: top;
}

.vb {
    vertical-align: bottom;
}

.cell, .get-code, .vertical-middle, .vm {
    vertical-align: middle;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-light {
    font-weight: 300;
}

.pull-in {
    margin-left: -15px;
    margin-right: -15px;
}

.b-0 {
    border: none!important;
}

.mdi {
    font-size: 17px;
}

.bx-shadow {
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.mx-box {
    max-height: 380px;
    min-height: 380px;
}

.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

.txt-oflo {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.di {
    display: inline-block;
}

.get-code {
    color: #fff;
    border-radius: 100%;
    padding: 4px 9px;
    font-size: 10px;
    margin: 0 5px;
}

.badge {
    font-weight: 600;
    padding: 3px 5px;
    font-size: 12px;
    margin-top: 1px;
    background-color: #ffc36d;
}

.badge-xs {
    font-size: 9px;
}

.badge-sm, .badge-xs {
    -webkit-transform: translate(0,-2px);
    -ms-transform: translate(0,-2px);
    -o-transform: translate(0,-2px);
    transform: translate(0,-2px);
}

.badge-success {
    background-color: #22b14c;
}

.badge-info {
    background-color: #2cabe3;
}

.badge-warning {
    background-color: #ffc36d;
}

.badge-danger {
    background-color: #ff7676;
}

.badge-purple {
    background-color: #707cd2;
}

.badge-red {
    background-color: #fb3a3a;
}

.badge-inverse {
    background-color: #4c5667;
}

.notify {
    position: relative;
    margin-top: -30px;
}

    .notify .heartbit {
        position: absolute;
        top: -20px;
        right: -16px;
        height: 25px;
        width: 25px;
        z-index: 10;
        border: 5px solid #ff7676;
        border-radius: 70px;
        -moz-animation: heartbit 1s ease-out;
        -moz-animation-iteration-count: infinite;
        -o-animation: heartbit 1s ease-out;
        -o-animation-iteration-count: infinite;
        -webkit-animation: heartbit 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .notify .point {
        width: 6px;
        height: 6px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #ff7676;
        position: absolute;
        right: -6px;
        top: -10px;
    }

.label, .label-rouded, .label-rounded {
    border-radius: 60px;
    padding: 4px 12px 3px;
    font-weight: 500;
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    25% {
        -moz-transform: scale(.1);
        opacity: .1;
    }

    50% {
        -moz-transform: scale(.5);
        opacity: .3;
    }

    75% {
        -moz-transform: scale(.8);
        opacity: .5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(.1);
        opacity: .1;
    }

    50% {
        -webkit-transform: scale(.5);
        opacity: .3;
    }

    75% {
        -webkit-transform: scale(.8);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.text-danger {
   color: #fb2c28;
    FONT-WEIGHT: BOLD;
}
.msgModify {
   color: #000;
    FONT-WEIGHT: BOLD;
}
.text-muted {
    color: #35414f!important;
    font-size: 18px;
}

.text-warning {
    color: #ffc36d;
}

.text-success {
    color: #22b14c;
}

.text-info {
    color: #28a266;
}

.text-inverse {
    color: #4c5667;
}

.text-blue {
    color: #02bec9;
}

.text-primary, .text-purple {
    color: #707cd2;
}

.text-megna {
    color: #01c0c8;
}

.text-dark {
    color: #96a2b4!important;
}

.fw-500 {
    font-weight: 500;
}

.bg-primary {
    background-color: #707cd2!important;
}

.bg-success {
    background-color: #22b14c!important;
}

.bg-info {
    background-color: #2cabe3!important;
}

.bg-warning {
    background-color: #ffc36d!important;
}

.bg-danger, .bg-theme-alt {
    background-color: #ff7676!important;
}

.bg-theme {
    background-color: #2cabe3!important;
}

.bg-theme-dark {
    background-color: #2f323e!important;
}

.bg-inverse {
    background-color: #4c5667!important;
}

.bg-purple {
    background-color: #707cd2!important;
}

.bg-white {
    background-color: #fff!important;
}

.bg-light {
    background-color: rgba(120,130,140,.2)!important;
}

.bg-extralight {
    background-color: rgba(0,0,0,.1)!important;
}

.label {
    letter-spacing: .05em;
}
td .label {
   color:#999;
   font-size:13px;
   font-weight:400;
   padding-left:1px;
}
.label-custom {
    background-color: #01c0c8;
}

.label-success {
    background-color: #28a266;
}

.label-info {
    background-color: #2cabe3;
}

.label-warning {
    background-color: #ffc36d;
}

.label-danger {
    background-color: #ff7676;
}

.label-megna {
    background-color: #01c0c8;
}

.label-primary, .label-purple {
    background-color: #707cd2;
}

.label-red {
    background-color: #fb3a3a;
}

.label-inverse {
    background-color: #4c5667;
}

.label-white {
    background-color: #fff;
}

.label-default {
    background-color: rgba(120,130,140,.76);
}

.nav-pillsty3 li a:hover {
    background: #2cabe3!important;
    color: #fff!important;
}

.dropdown-menu {
    border: 1px solid rgba(120,130,140,.13);
    border-radius: 0;
    box-shadow: 0 3px 12px rgba(0,0,0,.05)!important;
    -webkit-box-shadow: 0!important;
    -moz-box-shadow: 0!important;
    padding-bottom: 8px;
    margin-top: 0;
}

    .dropdown-menu > li > a {
        padding: 9px 20px;
    }

.padding-0, .padding-2 {
    padding-right: 0;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: rgba(0,0,0,.1);
}

.navbar-top-links .progress {
    margin-bottom: 6px;
}

label {
    font-weight: 500!important;
}

.radio-list {
    padding-left: 15px;
}

.padding-1, .padding-2 {
    padding-left: 0;
}

.done span.round-tab {
    border: 2px solid #5cb85c;
    color: #5cb85c;
}

    .done span.round-tab i {
        color: #5cb85c;
    }

.divshow {
    display: none;
}

.radio td {
    padding-right: 50px;
}

.form-control {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
    box-shadow: none;
    height: 24px;
    max-width: 100%;
    padding:0px 6px;
    transition: all .3s linear 0s;
    margin-bottom: 5px;
}

.padding-0 .select2 {
    border-radius: 5px 0 0 5px;
}

.padding-1 input {
    border-radius: 0 5px 5px 0;
}

.padding-0 input {
    border-radius: 5px 0 0 5px;
}

.navi {
    margin-right: 5px;
    color: #4c5667;
    font-weight: 800;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.padding-2 input {
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: #1b9dd4;
}

.form-control:hover {
    box-shadow: 0 0 2px 0 rgba(0,0,0,.05);
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 44px;
    padding: 5px 10px;
    font-size: 18px;
}

.bootstrap-tagsinput {
    border: 1px solid rgba(120,130,140,.2);
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 7px 12px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 9px 10px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down, .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
}

.input-group-btn .btn {
    padding: 4px 12px;
}

.form-horizontal .form-group {
    margin-bottom: 15px;
}

.form-group, .media {
    margin-bottom: 10px;
}

.list-group-item, .list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
    border-color: rgba(120,130,140,.13);
}

    .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
        background: #2cabe3;
        border-color: #2cabe3;
    }

.list-task .list-group-item, .list-task .list-group-item:first-child, .list-task .list-group-item:last-child {
    border-radius: 0;
    border: 0;
}

.media {
    border: 1px solid rgba(120,130,140,.13);
    padding: 15px;
}

    .media .media-heading {
        font-weight: 500;
    }

.well, pre {
    border-radius: 0;
}

.nav-tabs > li > a {
    color: #96a2b4;
    font-weight: 300;
}

.paddingleft28 {
    padding-left: 28px;
}

.modal-content {
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    border: 2px solid #ddd;
}

.alert, .btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn:last-child:not(:first-child), .panel, .popover {
    border-radius: 0;
}

.white1 {
    color: #fff!important;
}

.carousel-control {
    width: 8%;
}

    .carousel-control span {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        font-size: 30px;
    }

.popover {
    z-index: 100;
}

.popover-title {
    padding: 5px 14px;
}

.container-fluid {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}

.table-responsive {
    overflow-y: hidden;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #96a2b4;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        background-color: rgba(120,130,140,.2);
    }

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: left;
}

    .pagination-split li:first-child {
        margin-left: 0;
    }

    .pagination-split li a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #2cabe3;
    border-color: #2cabe3;
}

.pager li > a, .pager li > span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #96a2b4;
}

.table-box {
    display: table;
    width: 100%;
}

.cell {
    display: table-cell;
}

.jqstooltip {
    width: auto!important;
    height: auto!important;
}

#wrapper {
    width: 100%;
}
.footer p, .footer a{
	color: #fff;
    font-size: 15px;
    margin-bottom: 0;
	font-weight:500;
}
.breadcrumb1 li a:after, .breadcrumb1 li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    top: 50%;
    margin-top: -50px;
}

#page-wrapper {
    padding: 0 0 60px;
    min-height: 568px;
   background:#f1f1f1;
   padding-top: 64px;

}
.homebg{
        width: 100%;
    margin: 0 auto;
    height: 600px;
    text-align: center;
}
.homebg .logoimg{
    min-width: 200px;
    max-width: 500px;
    border-width: 0px;
}
.datepickeror{
      width: 88.9%;
    float: left;
    margin: 0 0px 0px 0px;
}
.backgroundb{
    background:#2cabe3;
    font-weight:500;
    color:#fff;
}
    .backgroundb td {
        color: #fff;
    }
.ajaxGrid tr th{
	    background: #2cabe3;
    padding: 3px 6px;
   
    color: #fff;
}
.ajaxGrid tr .form-control{
	margin:5px 0;
}
.white-box h4{
	    background: #2cabe3;
    color: #fff;
    padding: 2px 10px;
    font-size: 17px;
}
.ajaxGrid {
	margin-top:6px;
}
.footer {
    bottom: 0;
    left: 0;
    padding: 5px 15px 5px 80px;
    position: absolute;
    right: 0;
    background: #fff;
}

.bg-title {
    overflow: hidden;
    padding: 0;
    margin-bottom: 5px;
    margin-left: -25.5px;
    margin-right: -25.5px;
}

.navbar-top-links, .navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.breadcrumb1 {
    list-style: none;
    overflow: hidden;
    float: right;
    padding-right: 31px;
    margin-bottom: 0;
}

    .breadcrumb1 li {
        float: left;
    }

        .breadcrumb1 li a {
            color: #fff;
            text-decoration: none;
            padding: 10px 0 10px 65px;
            background: brown;
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
        }

            .breadcrumb1 li a:after {
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                left: 100%;
                z-index: 2;
            }

            .breadcrumb1 li a:before {
                border-left: 30px solid #fff;
                position: absolute;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .breadcrumb1 li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb1 li:nth-child(2) a {
            background: hsla(34,85%,45%,1);
        }

            .breadcrumb1 li:nth-child(2) a:after {
                border-left-color: hsla(34,85%,45%,1);
            }

        .breadcrumb1 li:nth-child(3) a {
            background: hsla(34,85%,55%,1);
        }

            .breadcrumb1 li:nth-child(3) a:after {
                border-left-color: hsla(34,85%,55%,1);
            }

        .breadcrumb1 li:nth-child(4) a {
            background: hsla(34,85%,65%,1);
        }

            .breadcrumb1 li:nth-child(4) a:after {
                border-left-color: hsla(34,85%,65%,1);
            }

        .breadcrumb1 li:nth-child(5) a {
            background: hsla(34,85%,75%,1);
        }

            .breadcrumb1 li:nth-child(5) a:after {
                border-left-color: hsla(34,85%,75%,1);
            }

        .breadcrumb1 li:last-child a {
            background: 0 0!important;
            color: #000;
            pointer-events: none;
            cursor: default;
        }

        .breadcrumb1 li a:hover {
            background: hsla(34,85%,25%,1);
        }

            .breadcrumb1 li a:hover:after {
                border-left-color: hsla(34,85%,25%,1)!important;
            }

.bg-title h4 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 10px 4px 8px 5px;
}

.bg-title .breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    float: right;
    padding: 0;
    margin-top: 8px;
}

.btn.btn-outline.blue {
    border: 1px solid #3598dc;
    color: #3598dc;
    background: 0 0;
    border-radius: 0;
}

.btn.btn-outline.white {
    border: 1px solid #fff;
    color: #fff;
    background: 0 0;
    border-radius: 0;
}

.bg-title .breadcrumb .active {
    color: #2cabe3;
}

.logo b {
    height: 60px;
    float: left;
    padding-left: 2px;
    width: auto;
    line-height: 59px;
    text-align: center;
    padding-top:12px;
}

.sum_head, .sum_head h4 {
    text-align: left;
}

.logo i {
    color: #fff;
}

.top-left-part {
    width: 230px;
    float: left;
}

    .top-left-part a {
        color: #fff;
        line-height: 64px;
        font-size: 18px;
        padding-left: 10px;
    }

.fixed-header .top-left-part a {
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    padding-left: 10px;
    text-transform: capitalize;
}

.top-left-part .light-logo {
    display: none;
}

.navbar-header {
    width: 100%;
    border: 0;
}

.navbar-default {
    border: 0;
}

.navbar-top-links .badge {
    position: absolute;
    right: 6px;
    top: 15px;
}

.navbar-top-links > li {
    float: left;
    text-align:right;
}

    .navbar-top-links > li > a {
        color: #fff;
        padding: 0 14px;
        line-height: 64px;
        min-height: 60px;
    }

.fixed-header .navbar-top-links > li > a {
    padding: 0 14px;
    line-height: 50px;
    min-height: 50px;
}

.navbar-top-links > li > a:hover {
    background: #005b83;
}

.navbar-top-links > li > a:focus {
    background: rgba(0,0,0,0);
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: rgba(61,62,62,.11);
    border-top: 5px solid #36c5d;
}

.table_sum tbody th, .table_sum thead th, .table_summ tbody tr:hover, .table_summ_heat tbody tr:hover {
    background-color: #e8f3f8;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

    .navbar-top-links .dropdown-menu li a div {
        white-space: normal;
    }

.navbar-top-links .dropdown-alerts, .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
    width: 275px;
    top: 65px;
}

sumary_box {
    margin-top: 30px;
    width: 100%;
}

.sum_head {
    margin-bottom: 15px;
}

    .color_head h3, .sum_head h4 {
        margin: 0;
        padding: 0;
    }

.table_sum tbody td, .table_summ tbody td {
    text-align: right;
    border-bottom: 1px solid #d2d2d2;
    border-top: 0;
    line-height: 20px;
}

.sum_head span {
    font-size: 12px;
    display: block;
}

.table_sum, .table_summ {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: separate;
}

    .table_summ thead th {
        font-size: 15px;
        font-weight: 800;
        color: #9d9d9d;
    }

    .table_summ tbody td {
        padding: 5px;
    }

    .table_sum thead th {
        font-size: 13px;
        font-weight: 400;
        color: #666;
        border-collapse: separate;
    }

    .table_sum tbody td {
        padding: 5px;
    }

    .table_summ tbody td:nth-last-child(7) {
        text-align: left;
    }

.eq thead th {
    text-align: center;
}

    .eq tbody td:nth-last-child(12), .eq thead th:nth-last-child(12) {
        text-align: left;
    }

.eq tbody td:nth-last-child(7) {
    text-align: right;
}

.chart_cont {
    width: 100%;
}

.contai_bx1, .contai_bx2 {
    width: 50%;
    float: left;
}

.top5 tbody td:nth-last-child(3), .top5 thead th:nth-last-child(3) {
    text-align: left;
}

.bord_skyblue {
    border-bottom: #9ed4ff 2px solid;
}

.table_summ_heat {
    width: 100%;
    border-collapse: separate;
}

    .table_summ_heat thead th {
        font-size: 12px;
        font-weight: 800;
        color: #9d9d9d;
    }

    .table_summ_heat tbody td {
        line-height: 20px;
        text-align: right;
        padding: 5px;
        border-bottom: 1px solid #d2d2d2;
    }

    .table_summ_heat td:nth-last-child(6), .table_summ_heat td:nth-last-child(7) {
        text-align: left;
    }

.none:hover {
    background-color: #FFF!important;
}

.int_menu_1 {
    width: 900px;
    height: 86px;
    background: url(../images/intel_menu_shadow.png) center no-repeat;
    margin: 0 auto;
}

    .int_menu_1 .int_menu_in_1 {
        padding: 12px 25px;
        height: 62px;
    }

.int_menu_in_1 ul {
    margin: 0;
    padding: 0;
}

    .int_menu_in_1 ul li {
        float: left;
        margin: 0 1px;
        padding: 0;
        position: relative;
    }

        .int_menu_in_1 ul li a {
            display: block;
            color: #616161;
            text-align: center;
            position: relative;
            font-size: 16px;
            line-height: 62px;
            padding: 0 18px;
            z-index: 99;
        }

            .int_menu_in_1 ul li a span {
                display: none;
                height: 2px;
                background: #F60;
            }

            .int_menu_in_1 ul li a em {
                display: none;
                width: 8px;
                height: 50px;
                position: absolute;
                left: 0;
                bottom: 0;
                background: url(../images/h-shadow-L.png) bottom no-repeat;
            }

        .int_menu_in_1 ul li.active a {
            background: url(../images/h-shadow-R.png) bottom right no-repeat;
            color: #ce3000;
        }

            .int_menu_in ul li.active a span, .int_menu_in_1 ul li.active a em {
                display: block;
            }

        .int_menu_in_1 ul li:hover a {
            color: #ce3000;
        }

.heat_map {
    width: 100%;
}

.quest_main {
    width: 100%;
    margin-top: 30px;
}

.quest {
    font-size: 13px;
    color: #0169b0;
    font-weight: 700;
    margin-bottom: 10px;
}

.table_quest {
    margin-left: 20px;
    width: 90%;
}

    .table_quest td {
        margin-bottom: 15px;
        margin-left: 15px;
        line-height: 35px;
    }

.price_wrap {
    width: 100%;
    margin-top: 70px;
}

.div_table, .tab_head {
    width: 100%;
}

.bor_collap {
    border-collapse: separate;
}

.tab_head td {
    font-size: 18px;
    text-align: center;
    padding: 10px;
}

.td1 {
    width: 30%;
}

.td2, .td3, .td4, .td5 {
    width: 14%;
}

.tbody {
    width: 100%;
    height: 300px;
    margin-top: 15px;
    overflow-y: auto;
}

.tbody_style td {
    text-align: center;
    line-height: 40px;
}

.tbody_style tr:nth-child(odd) {
    background-color: #e0eff9;
}

.active .link-effect.link-effect-20 span, .tabletitle thead {
    background: -moz-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#41b7d8),color-stop(100%,#008bd1));
    background: -webkit-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -o-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -ms-linear-gradient(top,#41b7d8 0,#008bd1 100%);
}

.tbody_style td:nth-last-child(5) {
    text-align: left;
    padding-left: 5px;
}

.WebRupee {
    font-family: FontAwesome;
    color: #383838;
    font-size: 23px;
}

.amt {
    font-size: 46px;
    color: #007ed3;
}

.amt_2500 {
    font-size: 40px;
    color: #007ed3;
}

.month_500, .months {
    font-size: 23px;
    color: #383838;
    display: block;
    bottom: 13px;
    position: relative;
}

.month_500 {
    margin-left: 25px;
}

.price_btn {
    width: 100px;
    margin: 0 auto;
}

.tabletitle thead {
    background: linear-gradient(to bottom,#41b7d8 0,#008bd1 100%);
}

.bordertop-left {
    border-radius: 12px 0 0;
}

.bordertop-right {
    border-radius: 0 12px 0 0;
}

.tabletitle thead th {
    color: #fff;
}

.collaptable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px 0!important;
}

    .collaptable tr th:first-child {
        border-spacing: 0 0!important;
    }

    .collaptable .Equity td {
        border-bottom: 2px solid #00b69b;
        background: #fff!important;
    }

    .collaptable .cash td {
        border-bottom: 2px solid #ff6c00;
        background: #fff!important;
    }

    .collaptable .AlternateAssets td {
        border-bottom: 2px solid #fde000;
        background: #fff!important;
    }

    .collaptable .Debt td {
        border-bottom: 2px solid #0094dd;
        background: #fff!important;
    }

.navbar-top-links .dropdown-user .dw-user-box {
    padding: 15px;
}

    .navbar-top-links .dropdown-user .dw-user-box .u-img {
        width: 80px;
        display: inline-block;
        vertical-align: top;
    }

        .navbar-top-links .dropdown-user .dw-user-box .u-img img {
            width: 100%;
            border-radius: 5px;
        }

    .navbar-top-links .dropdown-user .dw-user-box .u-text {
        display: inline-block;
        padding-left: 10px;
    }

        .navbar-top-links .dropdown-user .dw-user-box .u-text p {
            margin-bottom: 3px;
        }

.navbar-header .navbar-toggle {
    float: none;
    padding: 0 15px;
    line-height: 60px;
    border: 0;
    color: rgba(255,255,255,.5);
    margin: 0;
    display: inline-block;
    border-radius: 0;
}

    .navbar-header .navbar-toggle:focus, .navbar-header .navbar-toggle:hover {
        background: rgba(0,0,0,.3);
        color: #fff;
    }

.app-search a, .footable-row-detail-value .panel-group .panel-heading a {
    color: #4c5667;
}

.app-search {
    position: relative;
    margin: 0;
}

    .app-search a {
        position: absolute;
        top: 20px;
        right: 10px;
    }

    .app-search .form-control, .app-search .form-control:focus {
        border: none;
        font-size: 13px;
        color: #4c5667;
        padding-left: 20px;
        padding-right: 40px;
        background: rgba(255,255,255,.9);
        box-shadow: none;
        height: 30px;
        font-weight: 600;
        width: 180px;
        display: inline-block;
        line-height: 30px;
        margin-top: 15px;
        border-radius: 40px;
        transition: .5s ease-out;
    }

        .app-search .form-control::-moz-placeholder {
            color: #4c5667;
            opacity: .5;
        }

        .app-search .form-control::-webkit-input-placeholder {
            color: #4c5667;
            opacity: .5;
        }

        .app-search .form-control::-ms-placeholder {
            color: #4c5667;
            opacity: .5;
        }

.nav-small-cap {
    color: #a6afbb;
    cursor: default;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .035em;
    padding: 12px 15px!important;
    pointer-events: none;
    margin: 20px 0 0 -15px;
}

.profile-pic {
    padding: 0 20px;
    line-height: 50px;
}

    .profile-pic img {
        margin-right: 10px;
    }

.drop-title {
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #96a2b4;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 20px 15px;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-rounded {
    border-radius: 60px;
}

.btn-custom, .btn-custom.disabled {
    background: #2cabe3;
    border: 1px solid #2cabe3;
    color: #fff;
}

    .btn-custom.disabled.focus, .btn-custom.disabled:focus, .btn-custom.disabled:hover, .btn-custom.focus, .btn-custom:focus, .btn-custom:hover {
        background: #2cabe3;
        opacity: .8;
        color: #fff;
        border: 1px solid #2cabe3;
    }

.sidebar1 {
    padding-top: 0;
    height: 100%;
    transition: 50ms ease-in;
    box-shadow: 1px 0 20px rgba(0,0,0,.08);
}

.btn-success, .btn-success.disabled {
    background: #22b14c;
    border: 1px solid #22b14c;
}

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success.focus, .btn-success:focus, .btn-success:hover {
        background: #22b14c;
        opacity: .9;
    }

.form-md-radios > label {
    font-size: 13px;
    color: #888;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-md-radios.has-error label {
    color: #ed6b75;
}

.form-md-radios.has-info label {
    color: #659be0;
}

.form-md-radios.has-success label {
    color: #36c6d3;
}

.form-md-radios.has-warning label {
    color: #F1C40F;
}

.md-radio-list {
    margin: 5px 0;
}

.form-horizontal .md-radio-list {
    margin-top: 5px;
}

.md-radio-list .md-radio {
    display: block;
    margin-bottom: 10px;
}

.md-radio-inline {
    margin: 5px 0;
}

.form-horizontal .md-radio-inline {
    margin-top: 7px;
}

.md-radio-inline .md-radio {
    display: inline-block;
    margin-right: 20px;
}

    .md-radio-inline .md-radio:last-child {
        margin-right: 0;
    }

.md-radio input[type=radio]:checked ~ label > .check {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info.focus, .btn-info:focus, .btn-info:hover {
    background: #2cabe3;
    opacity: .8;
}

.btn-warning, .btn-warning.disabled {
    background: #ffc36d;
    border: 1px solid #ffc36d;
}

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
        background: #ffc36d;
        opacity: .8;
        border: 1px solid #ffc36d;
    }

.btn-danger, .btn-danger.disabled {
    background: #f73425;
    border: 1px solid #36c5d3;
}

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
        background: #f73425;
        opacity: .9;
    }

.btn-default, .btn-default.disabled {
    background: rgba(120,130,140,.2);
    border: 1px solid rgba(120,130,140,.2);
}

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default.focus, .btn-default:focus, .btn-default:hover {
        opacity: .8;
        border: 1px solid rgba(120,130,140,.2);
        background: rgba(73,77,80,.74);
    }

    .btn-default.btn-outline {
        background-color: #2f323e;
    }

        .btn-default.btn-outline.focus, .btn-default.btn-outline:focus, .btn-default.btn-outline:hover {
            background: rgba(120,130,140,.2);
        }

.btn-primary.btn-outline {
    color: #707cd2;
    background-color: #fff;
}

    .btn-primary.btn-outline.focus, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:hover {
        background: #707cd2;
        color: #fff;
    }

.btn-success.btn-outline {
    color: #22b14c;
    background-color: transparent;
}

    .btn-success.btn-outline.focus, .btn-success.btn-outline:focus, .btn-success.btn-outline:hover {
        background: #22b14c;
        color: #fff;
    }

.btn-info.btn-outline {
    color: #2cabe3;
    background-color: transparent;
}

    .btn-info.btn-outline.focus, .btn-info.btn-outline:focus, .btn-info.btn-outline:hover {
        background: #2cabe3;
        color: #fff;
    }

.btn-warning.btn-outline {
    color: #ffc36d;
    background-color: transparent;
}

    .btn-warning.btn-outline.focus, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:hover {
        background: #ffc36d;
        color: #fff;
    }

.btn-danger.btn-outline {
    color: #ff7676;
    background-color: transparent;
}

    .btn-danger.btn-outline.focus, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:hover {
        background: #ff7676;
        color: #fff;
    }

.button-box .btn {
    margin: 0 8px 8px 0;
}

.btn-danger.btn-outline:hover, .btn-info.btn-outline:hover, .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-warning.btn-outline:hover {
    color: #fff;
}

.btn-dribbble, .btn-dropbox, .btn-facebook, .btn-flickr, .btn-github, .btn-googleplus, .btn-instagram, .btn-linkedin, .btn-skype, .btn-tumblr, .btn-twitter, .btn-youtube {
    color: #fff!important;
}

.btn-label {
    background: rgba(0,0,0,.05);
    display: inline-block;
    margin: -6px 12px -6px -14px;
    padding: 7px 15px;
}

.btn-facebook {
    background-color: #3b5998!important;
}

.btn-twitter {
    background-color: #55acee!important;
}

.btn-linkedin {
    background-color: #007bb6!important;
}

.btn-dribbble {
    background-color: #ea4c89!important;
}

.btn-googleplus {
    background-color: #dd4b39!important;
}

.btn-instagram {
    background-color: #3f729b!important;
}

.btn-pinterest {
    color: #fff!important;
    background-color: #cb2027!important;
}

.btn-dropbox {
    background-color: #007ee5!important;
}

.btn-flickr {
    background-color: #ff0084!important;
}

.btn-tumblr {
    background-color: #32506d!important;
}

.btn-skype {
    background-color: #00aff0!important;
}

.btn-youtube {
    background-color: #b00!important;
}

.btn-github {
    background-color: #171515!important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background: #4ebcdb;
    background: -moz-linear-gradient(top,#4ebcdb 0,#1695d5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4ebcdb),color-stop(100%,#1695d5));
    background: -webkit-linear-gradient(top,#4ebcdb 0,#1695d5 100%);
    background: -o-linear-gradient(top,#4ebcdb 0,#1695d5 100%);
    background: -ms-linear-gradient(top,#4ebcdb 0,#1695d5 100%);
    background: linear-gradient(to bottom,#4ebcdb 0,#1695d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ebcdb', endColorstr='#1694d5', GradientType=0 );
}

.ui.dropdown .menu, .ui.selection.dropdown {
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    outline: 0;
}

.pageheader {
      margin-bottom: 6px;
    margin-top: 6px;
}

    .pageheader h2 {
        display: none;
        color: #4a555b;
        font-size: 30px;
        font-weight: 300;
        margin-top: 10px;
    }

.ui.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: 0;
    text-align: left;
    -webkit-transition: box-shadow .1s ease,width .1s ease;
    transition: box-shadow .1s ease,width .1s ease;
    -webkit-tap-highlight-color: transparent;
}

    .ui.dropdown .menu {
        cursor: auto;
        position: absolute;
        display: none;
        top: 100%;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin: 0;
        padding: 0;
        font-size: 1em;
        text-shadow: none;
        text-align: left;
        box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
        border-radius: .28571429rem;
        -webkit-transition: opacity .1s ease;
        transition: opacity .1s ease;
        z-index: 11;
        will-change: transform,opacity;
    }

        .ui.dropdown .menu > * {
            white-space: nowrap;
        }

    .ui.dropdown > input:not(.search):first-child, .ui.dropdown > select {
        display: none!important;
    }

    .ui.dropdown > .dropdown.icon {
        position: relative;
        font-size: .85714286em;
        margin: 0 0 0 1em;
    }

    .ui.dropdown .menu > .item .dropdown.icon {
        width: auto;
        float: right;
        margin: 0 0 0 1em;
    }

        .ui.dropdown .menu > .item .dropdown.icon + .text {
            margin-right: 1em;
        }

    .ui.dropdown > .text {
        display: inline-block;
        -webkit-transition: none;
        transition: none;
    }

    .ui.dropdown .menu > .item {
        position: relative;
        cursor: pointer;
        display: block;
        border: none;
        height: auto;
        text-align: left;
        border-top: none;
        line-height: 1em;
        color: rgba(0,0,0,.87);
        padding: .78571429rem 1.14285714rem!important;
        font-size: 1rem;
        text-transform: none;
        font-weight: 400;
        box-shadow: none;
        -webkit-touch-callout: none;
    }

        .ui.dropdown .menu > .item:first-child {
            border-top-width: 0;
        }

    .ui.dropdown .menu .item > [class*="right floated"], .ui.dropdown > .text > [class*="right floated"] {
        float: right!important;
        margin-right: 0!important;
        margin-left: 1em!important;
    }

    .ui.dropdown .menu .item > [class*="left floated"], .ui.dropdown > .text > [class*="left floated"] {
        float: left!important;
        margin-left: 0!important;
        margin-right: 1em!important;
    }

    .ui.dropdown .menu .item > .flag.floated, .ui.dropdown .menu .item > .icon.floated, .ui.dropdown .menu .item > .image.floated, .ui.dropdown .menu .item > img.floated {
        margin-top: 0;
    }

    .ui.dropdown .menu > .header {
        margin: 1rem 0 .75rem;
        padding: 0 1.14285714rem;
        color: rgba(0,0,0,.85);
        font-size: .78571429em;
        font-weight: 700;
        text-transform: uppercase;
    }

    .ui.dropdown .menu > .divider {
        border-top: 1px solid rgba(34,36,38,.1);
        height: 0;
        margin: .5em 0;
    }

    .ui.dropdown .menu > .input {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 1.14285714rem .78571429rem;
        min-width: 10rem;
    }

.ui.button.dropdown .menu, .ui.label.dropdown .menu {
    min-width: 100%;
}

.ui.dropdown .menu > .header + .input {
    margin-top: 0;
}

.ui.dropdown .menu > .input:not(.transparent) input {
    padding: .5em 1em;
}

.ui.dropdown .menu > .input:not(.transparent) .button, .ui.dropdown .menu > .input:not(.transparent) .icon, .ui.dropdown .menu > .input:not(.transparent) .label {
    padding-top: .5em;
    padding-bottom: .5em;
}

.ui.dropdown .menu > .item > .description, .ui.dropdown > .text > .description {
    float: right;
    margin: 0 0 0 1em;
    color: rgba(0,0,0,.4);
}

.ui.dropdown .menu > .message {
    padding: .78571429rem 1.14285714rem;
    font-weight: 400;
}

    .ui.dropdown .menu > .message:not(.ui) {
        color: rgba(0,0,0,.4);
    }

.ui.dropdown .menu .menu {
    top: 0!important;
    left: 100%;
    right: auto;
    margin: 0 0 0 -.5em!important;
    border-radius: .28571429rem!important;
    z-index: 21!important;
}

    .ui.dropdown .menu .menu:after {
        display: none;
    }

.ui.dropdown .menu > .item > .flag, .ui.dropdown .menu > .item > .icon, .ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > .label, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .flag, .ui.dropdown > .text > .icon, .ui.dropdown > .text > .image, .ui.dropdown > .text > .label, .ui.dropdown > .text > img {
    margin-top: 0;
    margin-left: 0;
    float: none;
    margin-right: .78571429rem;
}

.ui.dropdown .menu > .item > .image, .ui.dropdown .menu > .item > img, .ui.dropdown > .text > .image, .ui.dropdown > .text > img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-top: -.5em;
    margin-bottom: -.5em;
    max-height: 2em;
}

.ui.dropdown .ui.menu > .item:before, .ui.menu .ui.dropdown .menu > .item:before {
    display: none;
}

.ui.menu .ui.dropdown .menu .active.item {
    border-left: none;
}

.ui.buttons > .ui.dropdown:last-child .menu, .ui.menu .right.dropdown.item .menu, .ui.menu .right.menu .dropdown:last-child .menu {
    left: auto;
    right: 0;
}

.ui.dropdown.icon.button > .dropdown.icon {
    margin: 0;
}

.ui.selection.dropdown {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    min-width: 14em;
    min-height: 2.71428571em;
    display: inline-block;
    padding: .78571429em 2.1em .78571429em 1em;
    color: rgba(0,0,0,.87);
    box-shadow: none;
    border-radius: .28571429rem;
    -webkit-transition: box-shadow .1s ease,width .1s ease;
    transition: box-shadow .1s ease,width .1s ease;
}

    .ui.selection.dropdown .menu:after, .ui.selection.dropdown .menu:before, .ui.selection.dropdown .menu > .hidden.addition.item {
        display: none;
    }

    .ui.selection.dropdown.active, .ui.selection.dropdown.visible {
        z-index: 10;
    }

select.ui.dropdown {
    height: 38px;
    padding: .5em;
    border: 1px solid rgba(34,36,38,.15);
    visibility: visible;
}

.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1.21428571em;
    top: .78571429em;
    right: 1em;
    z-index: 3;
    margin: -.78571429em;
    padding: .91666667em;
    opacity: .8;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
}

.ui.compact.selection.dropdown {
    min-width: 0;
}

.ui.selection.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    border-top-width: 0!important;
    outline: 0;
    margin: 0 -1px;
    min-width: calc(100% + 2px);
    width: calc(100% + 2px);
    border-radius: 0 0 .28571429rem .28571429rem;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
}

.ui.scrolling.dropdown .menu, .ui.search.dropdown .menu {
    overflow-x: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.ui.selection.dropdown .menu > .message {
    padding: .78571429rem 1.14285714rem;
}

@media only screen and (max-width:767px) {
    .ui.selection.dropdown .menu {
        max-height: 8.01428571rem;
    }
}

@media only screen and (min-width:768px) {
    .ui.selection.dropdown .menu {
        max-height: 10.68571429rem;
    }
}

@media only screen and (min-width:992px) {
    .ui.selection.dropdown .menu {
        max-height: 16.02857143rem;
    }
}

@media only screen and (min-width:1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem;
    }
}

.ui.selection.dropdown .menu > .item {
    border-top: 1px solid #fafafa;
    padding: .78571429rem 1.14285714rem!important;
    white-space: normal;
    word-wrap: normal;
}

.ui.selection.dropdown:hover {
    border-color: rgba(34,36,38,.35);
    box-shadow: none;
}

.ui.selection.active.dropdown, .ui.selection.active.dropdown .menu {
    border-color: #96c8da;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
}

.ui.selection.dropdown:focus {
    border-color: #96c8da;
    box-shadow: none;
}

    .ui.selection.active.dropdown:hover, .ui.selection.active.dropdown:hover .menu, .ui.selection.dropdown:focus .menu {
        border-color: #96c8da;
        box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    }

.ui.selection.visible.dropdown > .text:not(.default) {
    font-weight: 400;
    color: rgba(0,0,0,.8);
}

.ui.active.selection.dropdown > .dropdown.icon, .ui.visible.selection.dropdown > .dropdown.icon {
    opacity: 1;
    z-index: 3;
}

.ui.active.selection.dropdown {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.ui.active.empty.selection.dropdown {
    border-radius: .28571429rem!important;
    box-shadow: none!important;
}

    .ui.active.empty.selection.dropdown .menu, .ui.search.dropdown > input.search {
        border: none!important;
        box-shadow: none!important;
    }

.ui.search.dropdown {
    min-width: '';
}

    .ui.search.dropdown > input.search {
        background: none!important;
        cursor: text;
        top: 0;
        left: 1px;
        width: 100%;
        outline: 0;
        -webkit-tap-highlight-color: rgba(255,255,255,0);
        padding: inherit;
        position: absolute;
        z-index: 2;
    }

.ui.search.selection.dropdown > input.search, .ui.search.selection.dropdown > span.sizer {
    padding: .67857143em 2.1em .67857143em 1em;
    line-height: 1.21428571em;
}

.ui.search.dropdown > .text {
    cursor: text;
    position: relative;
    left: 1px;
    z-index: 3;
}

.ui.multiple.dropdown .menu, .ui.search.dropdown.active > input.search, .ui.search.dropdown.visible > input.search {
    cursor: auto;
}

.ui.search.selection.dropdown > span.sizer {
    display: none;
    white-space: pre;
}

.ui.search.dropdown.active > .text, .ui.search.dropdown.visible > .text {
    pointer-events: none;
}

.ui.active.search.dropdown input.search:focus + .text .flag, .ui.active.search.dropdown input.search:focus + .text .icon {
    opacity: .45;
}

.ui.active.search.dropdown input.search:focus + .text {
    color: rgba(115,115,115,.87)!important;
}

.ui.search.dropdown .menu {
    overflow-y: auto;
    backface-visibility: hidden;
}

@media only screen and (max-width:767px) {
    .ui.search.dropdown .menu {
        max-height: 8.01428571rem;
    }
}

@media only screen and (min-width:768px) {
    .ui.search.dropdown .menu {
        max-height: 10.68571429rem;
    }
}

@media only screen and (min-width:992px) {
    .ui.search.dropdown .menu {
        max-height: 16.02857143rem;
    }
}

@media only screen and (min-width:1920px) {
    .ui.search.dropdown .menu {
        max-height: 21.37142857rem;
    }
}

.ui.multiple.dropdown {
    padding: .22619048em 2.1em .22619048em .35714286em;
}

.ui.multiple.search.dropdown, .ui.multiple.search.dropdown > input.search {
    cursor: text;
}

.ui.multiple.dropdown > .label {
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 1em;
    padding: .35714286em .78571429em;
    margin: .14285714rem .28571429rem .14285714rem 0;
    box-shadow: 0 0 0 1px rgba(34,36,38,.15) inset;
}

.ui.multiple.dropdown .dropdown.icon {
    margin: '';
    padding: '';
}

.ui.multiple.dropdown > .text {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: .45238095em 0 .45238095em .64285714em;
    line-height: 1.21428571em;
}

.ui.multiple.dropdown > .label ~ input.search {
    margin-left: .14285714em!important;
}

.ui.multiple.dropdown > .label ~ .text {
    display: none;
}

.ui.multiple.search.dropdown > .text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit;
    margin: .45238095em 0 .45238095em .64285714em;
    line-height: 1.21428571em;
}

.ui.multiple.search.dropdown > .label ~ .text {
    display: none;
}

.ui.multiple.search.dropdown > input.search {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: .45238095em 0 .45238095em .64285714em;
    width: 2.2em;
    line-height: 1.21428571em;
}

.ui.inline.dropdown {
    cursor: pointer;
    display: inline-block;
    color: inherit;
}

    .ui.inline.dropdown .dropdown.icon {
        margin: 0 .5em 0 .21428571em;
        vertical-align: baseline;
    }

    .ui.inline.dropdown > .text {
        font-weight: 700;
    }

    .ui.inline.dropdown .menu {
        cursor: auto;
        margin-top: .21428571em;
        border-radius: .28571429rem;
    }

.ui.dropdown .menu .active.item {
    background: 0 0;
    font-weight: 700;
    color: rgba(0,0,0,.95);
    box-shadow: none;
    z-index: 12;
}

.ui.dropdown .menu > .item:hover {
    background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.95);
    z-index: 13;
}

.ui.loading.dropdown > i.icon {
    height: 1em!important;
}

    .ui.loading.dropdown > i.icon:after, .ui.loading.dropdown > i.icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -.64285714em 0 0 -.64285714em;
        width: 1.28571429em;
        height: 1.28571429em;
        content: '';
    }

.ui.loading.selection.dropdown > i.icon {
    padding: 1.5em 1.28571429em!important;
}

.ui.loading.dropdown > i.icon:before {
    border-radius: 500rem;
    border: .2em solid rgba(0,0,0,.1);
}

.ui.loading.dropdown > i.icon:after {
    box-shadow: 0 0 0 1px transparent;
    -webkit-animation: dropdown-spin .6s linear;
    animation: dropdown-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: .2em;
}

.ui.dropdown.error > .menu, .ui.dropdown.error > .menu .menu, .ui.multiple.selection.error.dropdown > .label, .ui.selection.dropdown.error:hover {
    border-color: #e0b4b4;
}

.ui.loading.dropdown.button > i.icon:after, .ui.loading.dropdown.button > i.icon:before {
    display: none;
}

@-webkit-keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text {
    color: rgba(191,191,191,.87);
}

.ui.default.dropdown:not(.button) > input:focus + .text, .ui.dropdown:not(.button) > input:focus + .default.text {
    color: rgba(115,115,115,.87);
}

.ui.loading.dropdown > .text {
    -webkit-transition: none;
    transition: none;
}

.ui.dropdown .loading.menu {
    display: block;
    visibility: hidden;
    z-index: -1;
}

.ui.dropdown > .loading.menu {
    left: 0!important;
    right: auto!important;
}

.ui.dropdown > .menu .loading.menu {
    left: 100%!important;
    right: auto!important;
}

.ui.dropdown .menu .selected.item, .ui.dropdown.selected {
    background: rgba(0,0,0,.03);
    color: rgba(0,0,0,.95);
}

.ui.dropdown.error, .ui.dropdown.error > .default.text, .ui.dropdown.error > .menu > .item, .ui.dropdown.error > .text {
    color: #9f3a38;
}

.ui.dropdown > .filtered.text {
    visibility: hidden;
}

.ui.dropdown .filtered.item {
    display: none!important;
}

.ui.selection.dropdown.error {
    background: #fff6f6;
    border-color: #e0b4b4;
}

.ui.dropdown.error > .menu > .item:hover {
    background-color: #fff2f2;
}

.ui.dropdown.error > .menu .active.item {
    background-color: #fdcfcf;
}

.ui.disabled.dropdown, .ui.dropdown .menu > .disabled.item {
    cursor: default;
    pointer-events: none;
    opacity: .45;
}

.ui.dropdown .menu {
    left: 0;
}

    .ui.dropdown .menu .right.menu, .ui.dropdown .right.menu > .menu {
        left: 100%!important;
        right: auto!important;
        border-radius: .28571429rem!important;
    }

.ui.dropdown > .left.menu {
    left: auto!important;
    right: 0!important;
}

    .ui.dropdown .menu .left.menu, .ui.dropdown > .left.menu .menu {
        left: auto;
        right: 100%;
        margin: 0 -.5em 0 0!important;
        border-radius: .28571429rem!important;
    }

.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0;
}

.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    overflow-y: auto;
    min-width: 100%!important;
    width: auto!important;
}

.ui.dropdown .item .left.dropdown.icon + .text, .ui.dropdown .left.menu .item .dropdown.icon + .text {
    margin-left: 1em;
    margin-right: 0;
}

.ui.upward.dropdown > .menu {
    top: auto;
    bottom: 100%;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
    border-radius: .28571429rem .28571429rem 0 0;
}

.ui.dropdown .upward.menu {
    top: auto!important;
    bottom: 0!important;
}

.ui.simple.upward.active.dropdown, .ui.simple.upward.dropdown:hover {
    border-radius: .28571429rem .28571429rem 0 0!important;
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
    border-radius: .28571429rem .28571429rem 0 0;
}

.ui.active.upward.selection.dropdown, .ui.upward.selection.dropdown.visible {
    border-radius: 0 0 .28571429rem .28571429rem!important;
}

.ui.upward.selection.dropdown .menu {
    border-top-width: 1px!important;
    border-bottom-width: 0!important;
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.08);
}

.ui.upward.selection.dropdown:hover {
    box-shadow: 0 0 2px 0 rgba(0,0,0,.05);
}

.ui.upward.selection.dropdown.visible {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.08);
}

.ui.upward.active.selection.dropdown:hover {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
}

    .ui.upward.active.selection.dropdown:hover .menu {
        box-shadow: 0 -2px 3px 0 rgba(0,0,0,.08);
    }

.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
    overflow-x: hidden;
    overflow-y: auto;
}

.ui.scrolling.dropdown .menu {
    backface-visibility: hidden;
}

.ui.dropdown .scrolling.menu {
    position: static;
    border: none;
    box-shadow: none!important;
    border-radius: 0!important;
    margin: 0!important;
    border-top: 1px solid rgba(34,36,38,.15);
}

    .ui.dropdown .scrolling.menu .item:first-child, .ui.dropdown .scrolling.menu > .item.item.item, .ui.scrolling.dropdown .menu .item.item.item, .ui.scrolling.dropdown .menu .item:first-child {
        border-top: none;
    }

.ui.dropdown > .animating.menu .scrolling.menu, .ui.dropdown > .visible.menu .scrolling.menu {
    display: block;
}

@media all and (-ms-high-contrast:none) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        min-width: calc(100% - 17px);
    }
}

@media only screen and (max-width:767px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 10.28571429rem;
    }
}

@media only screen and (min-width:768px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 15.42857143rem;
    }
}

@media only screen and (min-width:992px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 20.57142857rem;
    }
}

@media only screen and (min-width:1920px) {
    .ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu {
        max-height: 20.57142857rem;
    }
}

.ui.simple.dropdown .menu:after, .ui.simple.dropdown .menu:before {
    display: none;
}

.ui.simple.dropdown .menu {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -9999px!important;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
}

.ui.simple.active.dropdown, .ui.simple.dropdown:hover {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

    .ui.simple.active.dropdown > .menu, .ui.simple.dropdown:hover > .menu {
        overflow: visible;
        width: auto;
        height: auto;
        top: 100%!important;
        opacity: 1;
    }

        .ui.simple.dropdown:hover > .menu > .item:hover > .menu, .ui.simple.dropdown > .menu > .item:active > .menu {
            overflow: visible;
            width: auto;
            height: auto;
            top: 0!important;
            left: 100%!important;
            opacity: 1;
        }

.ui.simple.disabled.dropdown:hover .menu {
    display: none;
    height: 0;
    width: 0;
    overflow: hidden;
}

.ui.simple.visible.dropdown > .menu {
    display: block;
}

.ui.fluid.dropdown {
    display: block;
    width: 100%;
    min-width: 0;
}

    .ui.fluid.dropdown > .dropdown.icon {
        float: right;
    }

.ui.floating.dropdown .menu {
    left: 0;
    right: auto;
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;
    border-radius: .28571429rem!important;
}

.ui.floating.dropdown > .menu {
    margin-top: .5em!important;
    border-radius: .28571429rem!important;
}

.ui.pointing.dropdown > .menu {
    top: 100%;
    margin-top: .78571429rem;
    border-radius: .28571429rem;
}

    .ui.pointing.dropdown > .menu:after {
        display: block;
        position: absolute;
        pointer-events: none;
        content: '';
        visibility: visible;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: .5em;
        height: .5em;
        box-shadow: -1px -1px 0 0 rgba(34,36,38,.15);
        background: #fff;
        z-index: 2;
        top: -.25em;
        left: 50%;
        margin: 0 0 0 -.25em;
    }

.ui.top.left.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    margin: 1em 0 0;
}

    .ui.top.left.pointing.dropdown > .menu:after {
        top: -.25em;
        left: 1em;
        right: auto;
        margin: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.ui.top.right.pointing.dropdown > .menu {
    top: 100%;
    bottom: auto;
    right: 0;
    left: auto;
    margin: 1em 0 0;
}

    .ui.top.pointing.dropdown > .left.menu:after, .ui.top.right.pointing.dropdown > .menu:after {
        top: -.25em;
        left: auto!important;
        right: 1em!important;
        margin: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.ui.left.pointing.dropdown > .menu {
    top: 0;
    left: 100%;
    right: auto;
    margin: 0 0 0 1em;
}

    .ui.left.pointing.dropdown > .menu:after {
        top: 1em;
        left: -.25em;
        margin: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
    left: auto!important;
    right: 100%!important;
    margin: 0 1em 0 0;
}

    .ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
        top: 1em;
        left: auto;
        right: -.25em;
        margin: 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

.ui.right.pointing.dropdown > .menu {
    top: 0;
    left: auto;
    right: 100%;
    margin: 0 1em 0 0;
}

    .ui.right.pointing.dropdown > .menu:after {
        top: 1em;
        left: auto;
        right: -.25em;
        margin: 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

.ui.bottom.pointing.dropdown > .menu {
    top: auto;
    bottom: 100%;
    left: 0;
    right: auto;
    margin: 0 0 1em;
}

    .ui.bottom.pointing.dropdown > .menu:after {
        top: auto;
        bottom: -.25em;
        right: auto;
        margin: 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .ui.bottom.pointing.dropdown > .menu .menu {
        top: auto!important;
        bottom: 0!important;
    }

.ui.bottom.left.pointing.dropdown > .menu {
    left: 0;
    right: auto;
}

    .ui.bottom.left.pointing.dropdown > .menu:after {
        left: 1em;
        right: auto;
    }

.ui.bottom.right.pointing.dropdown > .menu {
    right: 0;
    left: auto;
}

    .ui.bottom.right.pointing.dropdown > .menu:after {
        left: auto;
        right: 1em;
    }

.ui.pointing.upward.dropdown .menu, .ui.top.pointing.upward.dropdown .menu {
    top: auto!important;
    bottom: 100%!important;
    margin: 0 0 .78571429rem;
    border-radius: .28571429rem;
}

    .ui.pointing.upward.dropdown .menu:after, .ui.top.pointing.upward.dropdown .menu:after {
        top: 100%!important;
        bottom: auto!important;
        box-shadow: 1px 1px 0 0 rgba(34,36,38,.15);
        margin: -.25em 0 0;
    }

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
    top: auto!important;
    bottom: 0!important;
    margin: 0 1em 0 0;
}

    .ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
        top: auto!important;
        bottom: 0!important;
        margin: 0 0 1em;
        box-shadow: -1px -1px 0 0 rgba(34,36,38,.15);
    }

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
    top: auto!important;
    bottom: 0!important;
    margin: 0 0 0 1em;
}

    .ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
        top: auto!important;
        bottom: 0!important;
        margin: 0 0 1em;
        box-shadow: -1px -1px 0 0 rgba(34,36,38,.15);
    }

@font-face {
    font-family: Dropdown;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
    font-weight: 400;
    font-style: normal;
}

.ui.dropdown > .dropdown.icon {
    font-family: Dropdown;
    line-height: 1;
    height: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    width: auto;
}

    .ui.dropdown > .dropdown.icon:before {
        content: '\f0d7';
    }

.ui.dropdown .menu .item .dropdown.icon:before {
    content: '\f0da';
}

.ui.dropdown .item .left.dropdown.icon:before, .ui.dropdown .left.menu .item .dropdown.icon:before {
    content: "\f0d9";
}

.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
    content: "\f0da";
}

.footable-row-detail-value .panel-group .panel-heading {
    background: #e6e6e6!important;
}

.footable-row-detail-value .panel-default > .panel-heading a[aria-expanded=true]:after, .footable-row-detail-value .panel-default > .panel-heading a[aria-expanded=false]:after {
    background: #d4d4d4!important;
}

.footable-row-detail-value .panel-group .panel {
    box-shadow: none;
}

.pageheader .page-bar, .panel {
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.footable-row-detail-value .panel-collapse .panel-body .table {
    margin: 0;
}

.footable-row-detail-value hr {
    margin-top: 6px;
    margin-bottom: 6px;
}

.footable-row-detail-value .panel-group {
    margin-bottom: 10px;
}

.pageheader h2 span {
    font-size: 13px;
    color: #95a2a9;
    font-style: italic;
}

.pageheader .page-bar {
    background-color: #337C9C;
    margin-top: 0;
}

    .pageheader .page-bar .page-breadcrumb {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
    }

        .pageheader .page-bar .page-breadcrumb > li {
            display: inline-block;
        }

            .pageheader .page-bar .page-breadcrumb > li > a {
                   color: #fff;
    padding: 8px 10px;
    display: inline-block;
    font-weight: 500;
            }

                .pageheader .page-bar .page-breadcrumb > li > a:hover {
                    color: #16a085;
                    text-decoration: none;
                }

            .pageheader .page-bar .page-breadcrumb > li:before {
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: 400;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f105";
                color: #95a2a9;
            }

            .checkbox label::before, .pageheader .page-bar .page-breadcrumb > li:first-child:before {
                content: "";
            }

            .pageheader .page-bar .page-breadcrumb > li:first-child {
                margin-right: 8px;
            }

                .pageheader .page-bar .page-breadcrumb > li:first-child > a, .pageheader .page-bar .page-breadcrumb > li:first-child > a:hover {
                    color: #fff;
                }

    .pageheader .page-bar .page-toolbar {
        display: inline-block;
        float: right;
    }

        .pageheader .page-bar .page-toolbar .btn {
            padding: 8px 12px;
        }

@media only screen and (max-width:992px) {
    .page-bar .page-toolbar .btn span {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .page-bar .page-toolbar .btn {
        width: 37px;
    }

        .page-bar .page-toolbar .btn i:last-of-type {
            display: none;
        }
}

@media only screen and (max-width:480px) {
    .pageheader h2 span {
        display: block;
    }

    .pageheader .page-bar .page-breadcrumb {
        width: 100%;
    }

        .pageheader .page-bar .page-breadcrumb > li {
            font-size: 12px;
            display: block;
            padding-left: 10px;
        }

            .pageheader .page-bar .page-breadcrumb > li:first-child {
                padding-left: 0;
                margin-right: 0;
            }

            .pageheader .page-bar .page-breadcrumb > li > a {
                padding: 8px 5px;
            }

    .pageheader .page-bar .page-toolbar {
        display: none;
    }
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .btn-success:focus, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    background-color: #22b14c;
    border: 1px solid #22b14c;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #2cabe3;
    border: 1px solid #2cabe3;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus, .btn-warning.focus:active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning:focus, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    background-color: #ffc36d;
    border: 1px solid #ffc36d;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus, .btn-danger.focus:active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger:focus, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    background-color: #ff7676;
    border: 1px solid #ff7676;
}

.btn-inverse, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
    background-color: #4c5667;
    border: 1px solid #4c5667;
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted rgba(120,130,140,.13);
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
        }

    .chat .glyphicon, .panel .slidedown .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
    }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(120,130,140,.13);
    background-color: rgba(0,0,0,.1);
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.white-box {
    padding: 5px 25px 25px;
    margin-bottom: 10px;
    margin-top: 0;
}

    .white-box .box-title {
        margin: 0 0 12px;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 16px;
    }

.panel {
    margin-bottom: 30px;
    border: 0;
}

    .panel .panel-heading {
        border-radius: 0;
        font-weight: 100;
        font-size: 13px;
        padding: 4px 15px;
        background: #145fa3;
        color: #fff;
    }

.panel {
    background: #fff!important;
}

thead {
    background: #e5f7ff;
}

    tbody td, thead th {
        color: #1d1d1d;
    }

.panel .panel-heading .panel-title {
    font-size: 16px;
    color: #fff;
}

.box-shadow2 {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

.lable-form {
    padding: 5px 0;
    font-weight: 500;
    color: #000;
}

.lable-form1 {
    padding: 5px 0;
    font-weight: 400;
}

.panel .panel-heading a i {
    font-size: 26px;
    margin-left: 8px;
}

.panel .panel-action {
    float: right;
}

    .panel .panel-action a {
        opacity: .5;
    }

        .panel .panel-action a:hover {
            opacity: 1;
        }

.panel .panel-body {
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

    .panel .panel-body:first-child h3 {
        margin-top: 0;
        font-weight: 500;
        font-family: Rubik,sans-serif;
        font-size: 13px;
        text-transform: capitalize;
    }

.panel .panel-footer {
    border-radius: 0;
    padding: 20px 25px;
}

.panel-green, .panel-success {
    border-color: #22b14c;
}

    .panel-green .panel-heading, .panel-success .panel-heading {
        border-color: #22b14c;
        color: #fff;
        background-color: #22b14c;
    }

        .panel-green .panel-heading a, .panel-success .panel-heading a {
            color: #fff;
        }

            .panel-green .panel-heading a:hover, .panel-success .panel-heading a:hover {
                color: rgba(255,255,255,.5);
            }

    .panel-green a, .panel-success a {
        color: #22b14c;
    }

        .panel-green a:hover, .panel-success a:hover {
            color: #1ece77;
        }

.panel-black, .panel-inverse {
    border-color: #4c5667;
}

    .panel-black .panel-heading, .panel-inverse .panel-heading {
        border-color: #4c5667;
        color: #fff;
        background-color: #4c5667;
    }

        .panel-black .panel-heading a, .panel-inverse .panel-heading a {
            color: #fff;
        }

            .panel-black .panel-heading a:hover, .panel-inverse .panel-heading a:hover {
                color: rgba(255,255,255,.5);
            }

    .panel-black a, .panel-inverse a {
        color: #4c5667;
    }

        .panel-black a:hover, .panel-inverse a:hover {
            color: #2c313b;
        }

.panel-darkblue, .panel-primary {
    border-color: #707cd2;
}

    .panel-darkblue .panel-heading, .panel-primary .panel-heading {
        border-color: #707cd2;
        color: #fff;
        background-color: #707cd2;
    }

        .panel-darkblue .panel-heading a, .panel-primary .panel-heading a {
            color: #fff;
        }

            .panel-darkblue .panel-heading a:hover, .panel-primary .panel-heading a:hover {
                color: rgba(255,255,255,.5);
            }

    .panel-darkblue a, .panel-primary a {
        color: #707cd2;
    }

        .panel-darkblue a:hover, .panel-primary a:hover {
            color: #3b4abb;
        }

.panel-blue, .panel-info {
    border-color: #2cabe3;
}

    .panel-blue .panel-heading, .panel-info .panel-heading {
        border-color: #2cabe3;
        color: #fff;
        background-color: #2cabe3;
    }

        .panel-blue .panel-heading a, .panel-info .panel-heading a {
            color: #fff;
        }

            .panel-blue .panel-heading a:hover, .panel-info .panel-heading a:hover {
                color: rgba(255,255,255,.5);
            }

    .panel-blue a, .panel-info a {
        color: #2cabe3;
    }

        .panel-blue a:hover, .panel-info a:hover {
            color: #177eac;
        }

.panel-danger, .panel-red {
    border-color: #ff7676;
}

    .panel-danger .panel-heading, .panel-red .panel-heading {
        border-color: #ff7676;
        color: #fff;
        background-color: #ff7676;
    }

        .panel-danger .panel-heading a, .panel-red .panel-heading a {
            color: #fff;
        }

            .panel-danger .panel-heading a:hover, .panel-red .panel-heading a:hover {
                color: rgba(255,255,255,.5);
            }

    .panel-danger a, .panel-red a {
        color: #ff7676;
    }

        .panel-danger a:hover, .panel-red a:hover {
            color: #ff2a2a;
        }

.panel-warning, .panel-yellow {
    border-color: #ffc36d;
}

    .panel-warning .panel-heading, .panel-yellow .panel-heading {
        border-color: #ffc36d;
        color: #fff;
        background-color: #ffc36d;
    }

        .panel-warning .panel-heading a, .panel-yellow .panel-heading a {
            color: #fff;
        }

            .panel-warning .panel-heading a:hover, .panel-yellow .panel-heading a:hover {
                color: rgba(255,255,255,.5);
            }

    .panel-warning a, .panel-yellow a {
        color: #ffc36d;
    }

        .panel-warning a:hover, .panel-yellow a:hover {
            color: #ffa421;
        }

.panel-theme, .panel-themecolor {
    border-color: #2cabe3;
}

    .panel-theme .panel-heading, .panel-themecolor .panel-heading {
        border-color: #2cabe3;
        color: #fff;
        background-color: #2cabe3;
    }

        .panel-theme .panel-heading a, .panel-themecolor .panel-heading a {
            color: #fff;
        }

            .panel-theme .panel-heading a:hover, .panel-themecolor .panel-heading a:hover {
                color: rgba(255,255,255,.5);
            }

    .panel-theme a, .panel-themecolor a {
        color: #2cabe3;
    }

        .panel-theme a:hover, .panel-themecolor a:hover {
            color: #177eac;
        }

.panel-default, .panel-white {
    border-color: rgba(120,130,140,.13);
}

    .panel-default .panel-heading, .panel-white .panel-heading {
        background-color: #fff;
        border-bottom: 1px solid rgba(120,130,140,.13);
    }

    .panel-default .panel-body, .panel-white .panel-body {
        color: #4a4a4a;
    }

    .panel-default .panel-action a, .panel-white .panel-action a {
        color: #96a2b4;
        opacity: .5;
    }

        .panel-default .panel-action a:hover, .panel-white .panel-action a:hover {
            opacity: 1;
            color: #96a2b4;
        }

    .panel-default .panel-footer, .panel-white .panel-footer {
        background: #fff;
        color: #96a2b4;
        border-top: 1px solid rgba(120,130,140,.13);
    }

.full-panel-info {
    border-color: #2cabe3;
}

    .full-panel-info .panel-heading {
        border-color: #2cabe3;
        color: #fff;
        background-color: #2cabe3;
        border-bottom: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-info .panel-body {
        background: #2cabe3;
        color: #fff;
    }

    .full-panel-info .panel-footer {
        background: #2cabe3;
        color: #fff;
        border-top: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-info a {
        color: #2cabe3;
    }

        .full-panel-info a:hover {
            color: #177eac;
        }

.full-panel-warning {
    border-color: #ffc36d;
}

    .full-panel-warning .panel-heading {
        border-color: #ffc36d;
        color: #fff;
        background-color: #ffc36d;
        border-bottom: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-warning .panel-body {
        background: #ffc36d;
        color: #fff;
    }

    .full-panel-warning .panel-footer {
        background: #ffc36d;
        color: #fff;
        border-top: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-warning a {
        color: #ffc36d;
    }

        .full-panel-warning a:hover {
            color: #ffa421;
        }

.full-panel-success {
    border-color: #22b14c;
}

    .full-panel-success .panel-heading {
        border-color: #22b14c;
        color: #fff;
        background-color: #22b14c;
        border-bottom: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-success .panel-body {
        background: #22b14c;
        color: #fff;
    }

    .full-panel-success .panel-footer {
        background: #22b14c;
        color: #fff;
        border-top: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-success a {
        color: #22b14c;
    }

        .full-panel-success a:hover {
            color: #1ece77;
        }

.full-panel-purple {
    border-color: #707cd2;
}

    .full-panel-purple .panel-heading {
        color: #fff;
        background-color: #707cd2;
        border-bottom: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-purple .panel-body {
        background: #707cd2;
        color: #fff;
    }

    .full-panel-purple .panel-footer {
        background: #707cd2;
        color: #fff;
        border-top: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-purple a {
        color: #707cd2;
    }

        .full-panel-purple a:hover {
            color: #3b4abb;
        }

.full-panel-danger {
    border-color: #ff7676;
}

    .full-panel-danger .panel-heading {
        border-color: #ff7676;
        color: #fff;
        background-color: #ff7676;
        border-bottom: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-danger .panel-body {
        background: #ff7676;
        color: #fff;
    }

    .full-panel-danger .panel-footer {
        background: #ff7676;
        color: #fff;
        border-top: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-danger a {
        color: #ff7676;
    }

        .full-panel-danger a:hover {
            color: #ff2a2a;
        }

.full-panel-inverse {
    border-color: #4c5667;
}

    .full-panel-inverse .panel-heading {
        border-color: #4c5667;
        color: #fff;
        background-color: #4c5667;
        border-bottom: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-inverse .panel-body {
        background: #4c5667;
        color: #fff;
    }

    .full-panel-inverse .panel-footer {
        background: #4c5667;
        color: #fff;
        border-top: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-inverse a {
        color: #4c5667;
    }

        .full-panel-inverse a:hover {
            color: #2c313b;
        }

.full-panel-default {
    border-color: rgba(120,130,140,.13);
}

    .full-panel-default .panel-heading {
        color: #96a2b4;
        background-color: #fff;
        border-bottom: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-default .panel-body {
        color: #96a2b4;
    }

    .full-panel-default .panel-footer {
        background: #fff;
        color: #96a2b4;
        border-top: 1px solid rgba(120,130,140,.13);
    }

    .full-panel-default a {
        color: #96a2b4;
    }

        .full-panel-default a:hover {
            color: #2c313b;
        }

.panel-opcl {
    float: right;
}

    .panel-opcl i {
        margin-left: 8px;
        font-size: 10px;
        cursor: pointer;
    }

.fa-fw {
    width: 20px!important;
    display: inline-block!important;
    text-align: left!important;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0,0,0,.08);
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
        -webkit-transition-property: -webkit-transform,opacity;
        -moz-transition-property: -moz-transform,opacity;
        -o-transition-property: -o-transform,opacity;
        transition-property: transform,opacity;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
    }

    .waves-effect.waves-light .waves-ripple {
        background: rgba(255,255,255,.4);
        background: -webkit-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
        background: -o-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
        background: -moz-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
        background: radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
    }

    .waves-effect.waves-classic .waves-ripple {
        background: rgba(0,0,0,.2);
    }

    .waves-effect.waves-classic.waves-light .waves-ripple {
        background: rgba(255,255,255,.4);
    }

.waves-notransition {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

.btn-ef, .waves-float {
    -webkit-transition: all .3s;
}

.fcbtn, .waves-float {
    -moz-transition: all .3s;
}

.waves-button, .waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle,#fff 100%,#000 100%);
}

    .waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: none;
        outline: 0;
        color: inherit;
        background-color: rgba(0,0,0,0);
        font-size: 15px;
        line-height: 1em;
        text-align: center;
        text-decoration: none;
        z-index: 1;
    }

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em;
}

.waves-button-input {
    margin: 0;
    padding: .15em 1.1em;
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom;
}

    .waves-input-wrapper.waves-button {
        padding: 0;
    }

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.panel-body1 {
    border: 0!important;
}

    .panel-body1 .table {
        margin: 0!important;
        padding: 0;
    }

.checkbox.checkbox-inline, .radio.radio-inline {
    margin-top: 0;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
    box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
    -o-transition: all .3s;
    transition: all .3s;
}

    .waves-float:active {
        -webkit-box-shadow: 0 8px 20px 1px rgba(0,0,0,.3);
        box-shadow: 0 8px 20px 1px rgba(0,0,0,.3);
    }

.waves-block {
    display: block;
}

.common-list {
    margin: 0;
    padding: 0;
}

    .common-list li {
        list-style: none;
        display: block;
    }

        .common-list li a {
            padding: 12px 0;
            color: #96a2b4;
            display: block;
        }

            .common-list li a:hover {
                color: #2cabe3;
            }

.checkbox {
    padding-left: 20px;
}

    /*.checkbox label {
        display: inline-block;
        padding-left: 5px;
        position: relative;
    }

        .checkbox label::after, .checkbox label::before {
            position: absolute;
            left: 0;
            margin-left: -20px;
            display: inline-block;
        }

        .checkbox label::before {
            -o-transition: .3s ease-in-out;
            -webkit-transition: .3s ease-in-out;
            background-color: #fff;
            border-radius: 1px;
            border: 1px solid rgba(120,130,140,.13);
            height: 17px;
            transition: .3s ease-in-out;
            width: 17px;
            outline: 0!important;
        }

        .checkbox label::after {
            color: #96a2b4;
            font-size: 11px;
            height: 16px;
            padding-left: 3px;
            padding-top: 1px;
            top: 0;
            width: 16px;
        }

.checkbox-danger input[type=checkbox]:checked + label::after, .checkbox-info input[type=checkbox]:checked + label::after, .checkbox-inverse input[type=checkbox]:checked + label::after, .checkbox-primary input[type=checkbox]:checked + label::after, .checkbox-purple input[type=checkbox]:checked + label::after, .checkbox-red input[type=checkbox]:checked + label::after, .checkbox-success input[type=checkbox]:checked + label::after, .checkbox-warning input[type=checkbox]:checked + label::after {
    color: #fff;
}*/

.checkbox input[type=checkbox] {
    cursor: pointer;
    opacity: 1;
    z-index: 1;
    outline: 0!important;
}

    .checkbox input[type=checkbox]:disabled + label {
        opacity: .65;
    }

    .checkbox input[type=checkbox]:focus + label::before {
        outline-offset: -2px;
        outline: 0;
        outline: dotted thin;
    }

    .checkbox input[type=checkbox]:checked + label::after {
        content: "\f00c";
        font-family: FontAwesome;
        display:none;
    }

    .checkbox input[type=checkbox]:disabled + label::before {
        background-color: rgba(120,130,140,.2);
        cursor: not-allowed;
    }

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-single label {
    height: 17px;
}

.checkbox-primary input[type=checkbox]:checked + label::before {
    background-color: #707cd2;
    border-color: #707cd2;
}

.checkbox-danger input[type=checkbox]:checked + label::before {
    background-color: #ff7676;
    border-color: #ff7676;
}

.checkbox-info input[type=checkbox]:checked + label::before {
    background-color: #2cabe3;
    border-color: #2cabe3;
}

.checkbox-warning input[type=checkbox]:checked + label::before {
    background-color: #ffc36d;
    border-color: #ffc36d;
}

.checkbox-success input[type=checkbox]:checked + label::before {
    background-color: #22b14c;
    border-color: #22b14c;
}

.checkbox-purple input[type=checkbox]:checked + label::before {
    background-color: #707cd2;
    border-color: #707cd2;
}

.checkbox-red input[type=checkbox]:checked + label::before {
    background-color: #ff7676;
    border-color: #ff7676;
}

.checkbox-inverse input[type=checkbox]:checked + label::before {
    background-color: #4c5667;
    border-color: #4c5667;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        padding-left: 5px;
        position: relative;
    }

        .radio label::before {
            -o-transition: border .5s ease-in-out;
            -webkit-transition: border .5s ease-in-out;
            background: #fff!important;
            border-radius: 50%;
            border: 1px solid #b9b9b9;
            content: "";
            display: inline-block;
            height: 17px;
            left: 0;
            margin-left: -20px;
            position: absolute;
            transition: border .5s ease-in-out;
            width: 17px;
            outline: 0!important;
        }

        .radio label::after, .time-item:before {
            content: " ";
        }

        .radio label::after {
            -moz-transition: -moz-transform .3s cubic-bezier(.8,-.33,.2,1.33);
            -ms-transform: scale(0,0);
            -o-transform: scale(0,0);
            -o-transition: -o-transform .3s cubic-bezier(.8,-.33,.2,1.33);
            -webkit-transform: scale(0,0);
            -webkit-transition: -webkit-transform .3s cubic-bezier(.8,-.33,.2,1.33);
            background-color: #36c5d3;
            border-radius: 50%;
            display: inline-block;
            height: 7px;
            left: 5px;
            margin-left: -20px;
            position: absolute;
            top: 5px;
            transform: scale(0,0);
            transition: transform .3s cubic-bezier(.8,-.33,.2,1.33);
            width: 7px;
        }

.radio-primary input[type=radio] + label::after, .radio-primary input[type=radio]:checked + label::after {
    background-color: #707cd2;
}

.radio input[type=radio] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: 0!important;
}

    .radio input[type=radio]:disabled + label {
        opacity: .65;
    }

    .radio input[type=radio]:focus + label::before {
        outline-offset: -2px;
        outline: -webkit-focus-ring-color auto 5px;
        outline: dotted thin;
    }

    .radio input[type=radio]:checked + label::after {
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }

    .radio input[type=radio]:disabled + label::before {
        cursor: not-allowed;
    }

.radio.radio-single label {
    height: 17px;
}

.radio-primary input[type=radio]:checked + label::before {
    border-color: #707cd2;
}

.radio-danger input[type=radio] + label::after, .radio-danger input[type=radio]:checked + label::after {
    background-color: #ff7676;
}

.radio-danger input[type=radio]:checked + label::before {
    border-color: #ff7676;
}

.radio-info input[type=radio] + label::after, .radio-info input[type=radio]:checked + label::after {
    background-color: #2cabe3;
}

.radio-info input[type=radio]:checked + label::before {
    border-color: #2cabe3;
}

.radio-warning input[type=radio] + label::after, .radio-warning input[type=radio]:checked + label::after {
    background-color: #ffc36d;
}

.radio-warning input[type=radio]:checked + label::before {
    border-color: #ffc36d;
}

.radio-success input[type=radio] + label::after, .radio-success input[type=radio]:checked + label::after {
    background-color: #22b14c;
}

.radio-success input[type=radio]:checked + label::before {
    border-color: #22b14c;
}

.radio-purple input[type=radio] + label::after, .radio-purple input[type=radio]:checked + label::after {
    background-color: #707cd2;
}

.radio-purple input[type=radio]:checked + label::before {
    border-color: #707cd2;
}

.radio-red input[type=radio] + label::after, .radio-red input[type=radio]:checked + label::after {
    background-color: #ff7676;
}

.radio-red input[type=radio]:checked + label::before {
    border-color: #ff7676;
}

.fileupload {
    overflow: hidden;
    position: relative;
}

    .fileupload input.upload {
        cursor: pointer;
        filter: alpha(opacity=0);
        font-size: 20px;
        margin: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.model_img {
    cursor: pointer;
}

.myadmin-dd .dd-list .dd-item .dd-handle {
    border: 1px solid rgba(120,130,140,.13);
    padding: 8px 16px;
    height: auto;
    font-weight: 600;
    border-radius: 0;
}

    .myadmin-dd .dd-list .dd-item .dd-handle:hover {
        color: #2cabe3;
    }

.myadmin-dd .dd-list .dd-item button {
    height: auto;
    font-size: 17px;
    margin: 8px auto;
    color: #96a2b4;
    width: 30px;
}

.myadmin-dd-empty .dd-list .dd3-handle {
    border: 1px solid rgba(120,130,140,.13);
    border-bottom: 0;
    height: 36px;
    width: 36px;
}

    .myadmin-dd-empty .dd-list .dd3-handle:before {
        color: inherit;
        top: 7px;
    }

    .myadmin-dd-empty .dd-list .dd3-content:hover, .myadmin-dd-empty .dd-list .dd3-handle:hover {
        color: #2cabe3;
    }

.myadmin-dd-empty .dd-list .dd3-content {
    height: auto;
    border: 1px solid rgba(120,130,140,.13);
    padding: 8px 16px 8px 46px;
    font-weight: 600;
}

.myadmin-dd-empty .dd-list button {
    width: 26px;
    height: 26px;
    font-size: 16px;
    font-weight: 600;
}

.settings_box {
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 100;
}

    .settings_box a {
        background: #fff;
        padding: 15px;
        display: inline-block;
        vertical-align: top;
    }

        .settings_box a i {
            display: block;
            -webkit-animation-name: rotate;
            -webkit-animation-duration: 2s;
            -moz-animation-name: rotate;
            -moz-animation-duration: 2s;
            -moz-animation-iteration-count: infinite;
            -moz-animation-timing-function: linear;
            animation-name: rotate;
            font-size: 16px;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

.theme_color {
    margin: 0;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    width: 0;
    transition: .5s ease-out;
    background: #fff;
}

    .theme_color li {
        list-style: none;
        width: 30%;
        float: left;
        margin: 0 1.5%;
    }

        .theme_color li a {
            padding: 5px;
            height: 50px;
            display: block;
        }

            .theme_color li a.theme-green {
                background: #22b14c;
            }

            .theme_color li a.theme-red {
                background: #ff7676;
            }

            .theme_color li a.theme-dark {
                background: #4c5667;
            }

.theme_block {
    width: 200px;
    padding: 30px;
}

ul.common li {
    display: inline-block;
    line-height: 40px;
    list-style: none;
    width: 48%;
}

    ul.common li a {
        color: #96a2b4;
    }

        ul.common li a:hover {
            color: #2cabe3;
        }

.circle {
    border-radius: 100%;
    text-align: center;
    color: #fff;
}

.circle-sm {
    width: 40px;
    padding-top: 12px;
    height: 40px;
    font-size: 14px!important;
}

.circle-md {
    width: 60px;
    padding-top: 15px;
    height: 60px;
    font-size: 24px!important;
}

.circle-lg {
    width: 80px;
    padding-top: 20px;
    height: 80px;
    font-size: 30px!important;
}

.row-in i {
    font-size: 24px;
}

.megamenu {
    left: 0;
    right: 0;
    width: 100%;
}

.mega-dropdown {
    position: static!important;
}

.mega-dropdown-menu {
    padding: 20px 20px 20px 80px;
    width: 100%;
    -webkit-box-shadow: none;
    border: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.1)!important;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                padding: 8px 0;
                clear: both;
                line-height: 1.428571429;
                color: #96a2b4;
                white-space: normal;
            }

                .mega-dropdown-menu > li > ul > li > a:focus, .mega-dropdown-menu > li > ul > li > a:hover {
                    text-decoration: none;
                    color: #2cabe3;
                }

.myadmin-alert a, .search-listing li h3 a:hover {
    text-decoration: underline;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    margin-top: 12px;
}

.mega-dropdown-menu li.demo-box a {
    color: #fff;
    display: block;
}

    .mega-dropdown-menu li.demo-box a:hover {
        opacity: .8;
    }

.mailbox {
    width: 280px;
    overflow: auto;
    padding-bottom: 0;
}

.message-center a {
    border-bottom: 1px solid rgba(120,130,140,.13);
    display: block;
    padding: 9px 15px;
}

    .message-center a:hover {
        background: rgba(0,0,0,.1);
    }

.message-center .user-img {
    width: 40px;
    float: left;
    position: relative;
    margin: 0 10px 15px 0;
}

    .message-center .user-img img {
        width: 100%;
    }

    .message-center .user-img .profile-status {
        border: 2px solid #fff;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        left: 30px;
        position: absolute;
        top: 1px;
        width: 10px;
    }

.basic-list li, .comment-center .comment-body {
    border-bottom: 1px solid rgba(120,130,140,.13);
}

.message-center .user-img .online {
    background: #22b14c;
}

.message-center .user-img .busy {
    background: #ff7676;
}

.message-center .user-img .away, .message-center .user-img .offline {
    background: #ffc36d;
}

.message-center .mail-contnet h5 {
    margin: 0;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-center .mail-contnet .mail-desc {
    font-size: 12px;
    display: block;
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #96a2b4;
}

.message-center .mail-contnet .time {
    display: block;
    font-size: 10px;
    color: #96a2b4;
}

.mail-contnet a.action {
    margin-left: 10px;
    font-size: 12px;
    visibility: hidden;
}

.mail-contnet:hover a.action {
    visibility: visible;
}

.inbox-center .unread td {
    font-weight: 400;
}

.inbox-center a {
    color: #96a2b4;
    padding: 2px 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.comment-center {
    margin: 0 -25px;
}

    .comment-center .comment-body {
        display: table;
        width: 100%;
        padding: 20px 25px;
    }

        .comment-center .comment-body:hover {
            background: rgba(0,0,0,.1);
        }

    .comment-center .user-img {
        width: 40px;
        display: table-cell;
        position: relative;
        margin: 0 10px 0 0;
    }

        .comment-center .user-img img {
            width: 100%;
        }

    .comment-center .mail-contnet {
        display: table-cell;
        padding-left: 15px;
        vertical-align: top;
    }

        .comment-center .mail-contnet h5 {
            margin-top: 0;
            font-weight: 400;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .comment-center .mail-contnet .mail-desc {
            font-size: 13px;
            display: block;
            margin: 15px 0;
            line-height: 25px;
            color: #848a96;
            overflow: hidden;
            max-height: 52px;
            text-overflow: ellipsis;
        }

.col-in li, .col-in li .circle {
    display: inline-block;
}

.comment-center .mail-contnet .time {
    display: inline-block;
    font-size: 12px;
    color: #98a6ad;
}

.sales-report {
    margin: 12px -25px;
    padding: 15px;
}

.col-in, .dropdown-alerts li.divider, .dropdown-tasks li.divider {
    margin: 0;
}

.dropdown-alerts, .dropdown-tasks {
    padding: 0;
}

    .dropdown-alerts li a, .dropdown-tasks li a, .mailbox li > a {
        padding: 15px 20px;
    }

.row-in-br {
    border-right: 1px solid rgba(120,130,140,.13);
}

.col-in {
    list-style: none;
    padding: 0;
}

    .col-in li {
        vertical-align: middle;
        padding: 0 10px;
    }

        .col-in li.col-middle {
            width: 40%;
        }

        .col-in li.col-last {
            float: right;
        }

    .col-in h3 {
        font-size: 36px;
        font-weight: 100;
    }

.basic-list {
    padding: 0;
}

    .basic-list li {
        display: block;
        padding: 15px 0;
        line-height: 27px;
    }

.btn-ef.btn-ef-3.btn-ef-3a, .steamline .sl-right {
    padding-left: 50px;
}

.basic-list li:last-child {
    border-bottom: 0;
}

.steamline {
    position: relative;
    border-left: 1px solid rgba(120,130,140,.13);
    margin-left: 20px;
}

    .steamline .sl-left {
        float: left;
        margin-left: -20px;
        z-index: 1;
        width: 40px;
        line-height: 40px;
        text-align: center;
        height: 40px;
        border-radius: 100%;
        color: #fff;
        background: #96a2b4;
        margin-right: 15px;
    }

        .steamline .sl-left img {
            max-width: 40px;
        }

    .steamline .sl-right .desc, .steamline .sl-right .inline-photos {
        margin-bottom: 30px;
    }

    .steamline .sl-right div > a {
        font-weight: 400;
    }

    .steamline .sl-item {
        border-bottom: 1px solid rgba(120,130,140,.13);
        margin: 20px 0;
    }

.sl-date {
    font-size: 10px;
    color: #98a6ad;
}

.time-item {
    border-color: $border;
    padding-bottom: 1px;
    position: relative;
}

    .time-item:before {
        display: table;
    }

    .time-item:after {
        background-color: #fff;
        border-color: rgba(120,130,140,.13);
        border-radius: 10px;
        border-style: solid;
        border-width: 2px;
        bottom: 0;
        content: '';
        height: 14px;
        left: 0;
        margin-left: -8px;
        position: absolute;
        top: 5px;
        width: 14px;
    }

.time-item-item:after {
    content: " ";
    display: table;
}

.item-info {
    margin-bottom: 15px;
    margin-left: 15px;
}

    .item-info p {
        margin-bottom: 10px!important;
    }

.user-bg {
    margin: -25px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

    .user-bg .overlay-box {
        background: #707cd2;
        opacity: .9;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        text-align: center;
    }

        .user-bg .overlay-box .user-content {
            padding: 15px;
            margin-top: 30px;
        }

.user-btm-box {
    padding: 40px 0 10px;
    clear: both;
    overflow: hidden;
}

.vertical .carousel-inner {
    height: 100%;
    position: relative;
}

.carousel.vertical .item {
    -webkit-transition: .6s ease-in-out top;
    -moz-transition: .6s ease-in-out top;
    -ms-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
    left: 0;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

    .carousel.vertical .next.left, .carousel.vertical .prev.right {
        top: 0;
    }

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.twi-user img {
    margin-right: 20px;
    width: 50px;
}

.twi-user {
    margin: 18px 0;
}

.carousel-inner h3 {
    overflow: hidden;
}

.carousel-inner > .item > img {
    width: 100%;
}

.chart-box {
    margin: 25px -15px -17px -17px;
}

.chat-list {
    list-style: none;
    padding: 0 20px;
}

    .chat-list li {
        margin-bottom: 24px;
        overflow: auto;
    }

.btn-1d, .btn-1e, .btn-1f, .btn-ef.btn-ef-1.btn-ef-1d, .btn-ef.btn-ef-1.btn-ef-1e, .btn-ef.btn-ef-1.btn-ef-1f, .btn-ef.btn-ef-3.btn-ef-3c, .btn-ef.btn-ef-4, .btn-ef.btn-ef-5, .btn-ef.btn-ef-7.btn-ef-7a, .btn-ef.btn-ef-7.btn-ef-7b, .btn-ef.btn-ef-7.btn-ef-7c, .btn-ef.btn-ef-7.btn-ef-7d, .btn-file, .calendar-widget, .earning-box li .er-row, .earning-box li .er-row .er-text h3, .fileinput .thumbnail, .fileinput-filename, .inbox-widget.inbox_listing .inbox-item .inbox-item-text, .news-slide .news-content h2, .news-slide .overlaybg, .pageheader1, .progress, .timeline > li > .timeline-badge, .weather-box .weather-time, .weather-box .weather-top, .weather-with-bg .wt-top .wt-img {
    overflow: hidden;
}

.chat-list .chat-image {
    display: inline-block;
    float: left;
    text-align: center;
    width: 50px;
}

    .chat-list .chat-image img {
        border-radius: 100%;
        width: 100%;
    }

.chat-list .chat-text {
    border-radius: 0 8px 8px;
    display: inline-block;
    padding: 15px;
    font-size: 13px;
    position: relative;
}

    .chat-list .chat-text h4 {
        display: block;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        margin: 0;
        line-height: 15px;
        position: relative;
    }

    .chat-list .chat-text p {
        margin: 0;
        padding-top: 3px;
    }

    .chat-list .chat-text b {
        font-size: 10px;
        opacity: .8;
    }

.chat-list .chat-body {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-left: 12px;
    width: 65%;
}

.chat-list .odd .chat-image {
    float: right!important;
}

.chat-list .odd .chat-body {
    float: right!important;
    margin-right: 12px;
    text-align: right;
}

.chat-list .odd .chat-text {
    border-radius: 8px 0 8px 8px;
}

.chat-send {
    padding-left: 0;
    padding-right: 30px;
}

    .chat-send button {
        width: 100%;
    }

.weather-box .weather-top {
    padding: 10px 25px;
    margin: 0 -25px;
    background: rgba(0,0,0,.1);
}

    .weather-box .weather-top h2 {
        line-height: 24px;
    }

        .weather-box .weather-top h2 small {
            font-size: 13px;
        }

    .weather-box .weather-top .today_crnt {
        font-size: 45px;
        font-weight: 100;
    }

        .weather-box .weather-top .today_crnt canvas {
            display: inline-block;
            margin-right: 10px;
            vertical-align: middle;
        }

.weather-box .weather-info {
    padding: 10px 0;
}

.weather-box .weather-time {
    text-align: center;
    padding-top: 15px;
}

    .weather-box .weather-time li span {
        display: block;
    }

    .weather-box .weather-time li canvas {
        font-size: 20px;
        margin: 10px 0;
    }

.demo-container {
    width: 100%;
    height: 350px;
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 1.2em;
}

.myadmin-alert {
    border-radius: 0;
    color: #fff;
    padding: 12px 30px 12px 12px;
    position: relative;
    text-align: left;
}

    .myadmin-alert a {
        color: inherit;
        font-weight: 600;
    }

    .myadmin-alert h4 {
        color: inherit;
        font-size: 13px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
    }

    .myadmin-alert .img {
        border-radius: 3px;
        height: 40px;
        left: 12px;
        position: absolute;
        top: 12px;
        width: 40px;
    }

.myadmin-alert-img {
    min-height: 64px;
    padding-left: 65px;
}

.myadmin-alert-icon {
    padding-left: 20px;
}

    .myadmin-alert-icon i {
        padding-right: 10px;
    }

.myadmin-alert .closed {
    color: rgba(255,255,255,.5);
    font-size: 20px;
    font-weight: 500;
    padding: 4px;
    position: absolute;
    right: 3px;
    text-decoration: none;
    top: 0;
}

    .myadmin-alert .closed:hover {
        color: #fff;
    }

.myadmin-alert-click {
    cursor: pointer;
    padding-right: 12px;
}

.myadmin-alert .primary {
    background: rgba(0,0,0,.4);
    border: none;
    border-radius: 3px;
    color: inherit;
    outline: 0;
    padding: 4px 10px;
}

.myadmin-alert .cancel {
    background: rgba(255,255,255,.4);
    border: none;
    border-radius: 3px;
    color: rgba(0,0,0,.8);
    outline: 0;
    padding: 4px 10px;
}

    .myadmin-alert .cancel:hover, .myadmin-alert .primary:hover {
        opacity: .9;
    }

.myadmin-alert-bottom, .myadmin-alert-bottom-left, .myadmin-alert-bottom-right, .myadmin-alert-fullscreen, .myadmin-alert-top, .myadmin-alert-top-left, .myadmin-alert-top-right {
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
    display: none;
    position: fixed;
    z-index: 1000;
}

.btn-ef, .icon-btn {
    position: relative;
}

.myadmin-alert-top {
    left: 0;
    right: 0;
    top: 0;
}

.myadmin-alert-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.myadmin-alert-top-left {
    left: 20px;
    top: 80px;
}

.myadmin-alert-top-right {
    right: 20px;
    top: 80px;
}

.myadmin-alert-bottom-left {
    bottom: 20px;
    left: 20px;
}

.myadmin-alert-bottom-right {
    bottom: 20px;
    right: 20px;
}

.myadmin-alert-fullsize {
    left: 50%;
    margin: -20px;
    top: 50%;
}

.alert-custom {
    background: #2cabe3;
    color: #fff;
    border-color: #2cabe3;
}

.alert-inverse {
    background: #4c5667;
    color: #fff;
    border-color: #4c5667;
}

.alert-success {
    background: #22b14c;
    color: #fff;
    border-color: #22b14c;
}

.alert-dark {
    background: #96a2b4;
    color: #fff;
    border-color: #96a2b4;
}

.alert-warning {
    background: #ffc36d;
    color: #fff;
    border-color: #ffc36d;
}

.alert-danger {
    background: #ff7676;
    color: #fff;
    border-color: #ff7676;
}

.alert-primary {
    background: #707cd2;
    color: #fff;
    border-color: #707cd2;
}

.alert-info {
    background: #2cabe3;
    color: #fff;
    border-color: #2cabe3;
}

    .alert-info .closed, .alert-info a.closed:hover {
        color: inherit;
    }

.tab-content {
    margin-top: 10px;
}

.customtab {
    border-bottom: 0 solid rgba(0,0,0,.1);
}

    .customtab li.active a, .customtab li.active a:focus, .customtab li.active a:hover {
        border: 0;
        border-bottom: 2px solid #2cabe3;
        margin-bottom: -1px;
        color: #2cabe3;
    }

    .customtab li a, .customtab li a:focus, .customtab li a:hover {
        border: 0;
    }

.customtab2 {
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 10px 0;
}

    .customtab2 li.active a, .customtab2 li.active a:focus, .customtab2 li.active a:hover {
        border: 1px solid #2cabe3;
        color: #fff;
    }

    .customtab2 li a, .customtab2 li a:focus, .customtab2 li a:hover {
        border: 0;
    }

.vtabs {
    display: table;
}

    .vtabs .tabs-vertical {
        width: 225px;
        border-right: 1px solid rgba(120,130,140,.13);
        display: table-cell;
        vertical-align: top;
    }

        .vtabs .tabs-vertical li a {
            color: #96a2b4;
            margin-bottom: 10px;
        }

    .vtabs .tab-content {
        display: table-cell;
        padding: 0 20px;
        vertical-align: top;
    }

.btn-ef, .btn-ef.btn-ef-5 span, .icon-btn {
    display: inline-block;
}

.icon-btn {
    height: 60px;
    min-width: 80px;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    padding: 12px 0 0;
    background-color: #fafafa;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #646464;
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}

.control-label {
    font-size: 15px;
}

.icon-btn:hover {
    text-decoration: none;
    border-color: #36c5d3;
    color: #36c5d3;
    text-shadow: 0 1px 0 #fff;
    transition: all .3s ease;
    box-shadow: none;
}

.btn-ef {
    border: none;
    outline: 0;
    z-index: 1;
    transition: all .3s;
}

    .btn-ef.btn-ef-4 > i, .btn-ef:after {
        -webkit-transition: all .3s;
        position: absolute;
    }

    .btn-ef:active, .btn-ef:focus {
        outline: 0;
        box-shadow: none;
    }

    .btn-ef:after {
        content: '';
        z-index: -1;
        transition: all .3s;
    }

    .btn-ef.btn-ef-1 {
        background: 0 0;
        border: 2px solid #616f77;
        color: #616f77;
    }

        .btn-ef.btn-ef-1.btn-ef-1b.active, .btn-ef.btn-ef-1.btn-ef-1b:active, .btn-ef.btn-ef-1.btn-ef-1b:hover, .btn-ef.btn-ef-1.btn-ef-1c.active, .btn-ef.btn-ef-1.btn-ef-1c:active, .btn-ef.btn-ef-1.btn-ef-1c:hover, .btn-ef.btn-ef-1.btn-ef-1d.active, .btn-ef.btn-ef-1.btn-ef-1d:active, .btn-ef.btn-ef-1.btn-ef-1d:hover, .btn-ef.btn-ef-1.btn-ef-1e.active, .btn-ef.btn-ef-1.btn-ef-1e:active, .btn-ef.btn-ef-1.btn-ef-1e:hover, .btn-ef.btn-ef-1.btn-ef-1f.active, .btn-ef.btn-ef-1.btn-ef-1f:active, .btn-ef.btn-ef-1.btn-ef-1f:hover {
            color: #fff;
        }

        .btn-ef.btn-ef-1.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1a:hover {
            background-color: #616f77;
            color: #fff;
        }

        .btn-ef.btn-ef-1.btn-ef-1b:after {
            width: 100%;
            height: 0;
            top: 0;
            left: 0;
            background: #616f77;
        }

        .btn-ef.btn-ef-1.btn-ef-1b.active:after, .btn-ef.btn-ef-1.btn-ef-1b:active:after, .btn-ef.btn-ef-1.btn-ef-1b:hover:after {
            height: 100%;
        }

        .btn-ef.btn-ef-1.btn-ef-1c:after {
            width: 0;
            height: 100%;
            top: 0;
            left: 0;
            background: #616f77;
        }

        .btn-ef.btn-ef-1.btn-ef-1c.active:after, .btn-ef.btn-ef-1.btn-ef-1c:active:after, .btn-ef.btn-ef-1.btn-ef-1c:hover:after {
            width: 100%;
        }

        .btn-ef.btn-ef-1.btn-ef-1d:after {
            width: 0;
            height: 103%;
            top: 50%;
            left: 50%;
            background: #616f77;
            opacity: 0;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
        }

        .btn-ef.btn-ef-1.btn-ef-1d.active:after, .btn-ef.btn-ef-1.btn-ef-1d:active:after, .btn-ef.btn-ef-1.btn-ef-1d:hover:after {
            width: 80%;
            opacity: 1;
        }

        .btn-ef.btn-ef-1.btn-ef-1d.active:after, .btn-ef.btn-ef-1.btn-ef-1d:active:after {
            width: 101%;
            opacity: 1;
        }

        .btn-ef.btn-ef-1.btn-ef-1e:after {
            width: 110%;
            height: 0;
            top: 50%;
            left: 50%;
            background: #616f77;
            opacity: 0;
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
        }

        .btn-ef.btn-ef-1.btn-ef-1e.active:after, .btn-ef.btn-ef-1.btn-ef-1e:active:after, .btn-ef.btn-ef-1.btn-ef-1e:hover:after {
            height: 160%;
            opacity: 1;
        }

        .btn-ef.btn-ef-1.btn-ef-1e.active:after, .btn-ef.btn-ef-1.btn-ef-1e:active:after {
            height: 400%;
            opacity: 1;
        }

        .btn-ef.btn-ef-1.btn-ef-1f:after {
            width: 101%;
            height: 0;
            top: 50%;
            left: 50%;
            background: #616f77;
            opacity: 0;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
        }

        .btn-ef.btn-ef-1.btn-ef-1f.active:after, .btn-ef.btn-ef-1.btn-ef-1f:active:after, .btn-ef.btn-ef-1.btn-ef-1f:hover:after {
            height: 75%;
            opacity: 1;
        }

        .btn-ef.btn-ef-1.btn-ef-1f.active:after, .btn-ef.btn-ef-1.btn-ef-1f:active:after {
            height: 130%;
            opacity: 1;
        }

        .btn-ef.btn-ef-1.btn-ef-1-primary {
            border-color: #428bca;
            color: #428bca;
        }

            .btn-ef.btn-ef-1.btn-ef-1-primary.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-primary.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-primary.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-primary:after {
                background-color: #428bca;
            }

        .btn-ef.btn-ef-1.btn-ef-1-success {
            border-color: #5cb85c;
            color: #5cb85c;
        }

            .btn-ef.btn-ef-1.btn-ef-1-success.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-success.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-success.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-success:after {
                background-color: #5cb85c;
            }

        .btn-ef.btn-ef-1.btn-ef-1-warning {
            border-color: #f0ad4e;
            color: #f0ad4e;
        }

            .btn-ef.btn-ef-1.btn-ef-1-warning.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-warning.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-warning.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-warning:after {
                background-color: #f0ad4e;
            }

        .btn-ef.btn-ef-1.btn-ef-1-danger {
            border-color: #d9534f;
            color: #d9534f;
        }

            .btn-ef.btn-ef-1.btn-ef-1-danger.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-danger.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-danger.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-danger:after {
                background-color: #d9534f;
            }

        .btn-ef.btn-ef-1.btn-ef-1-info {
            border-color: #5bc0de;
            color: #5bc0de;
        }

            .btn-ef.btn-ef-1.btn-ef-1-info.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-info.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-info.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-info:after {
                background-color: #5bc0de;
            }

        .btn-ef.btn-ef-1.btn-ef-1-cyan {
            border-color: #23a9e6;
            color: #23a9e6;
        }

            .btn-ef.btn-ef-1.btn-ef-1-cyan.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-cyan.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-cyan.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-cyan:after {
                background-color: #23a9e6;
            }

        .btn-ef.btn-ef-1.btn-ef-1-amethyst {
            border-color: #cd97eb;
            color: #cd97eb;
        }

            .btn-ef.btn-ef-1.btn-ef-1-amethyst.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-amethyst.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-amethyst.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-amethyst:after {
                background-color: #cd97eb;
            }

        .btn-ef.btn-ef-1.btn-ef-1-green {
            border-color: #48b14c;
            color: #48b14c;
        }

            .btn-ef.btn-ef-1.btn-ef-1-green.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-green.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-green.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-green:after {
                background-color: #48b14c;
            }

        .btn-ef.btn-ef-1.btn-ef-1-orange {
            border-color: #fcc101;
            color: #fcc101;
        }

            .btn-ef.btn-ef-1.btn-ef-1-orange.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-orange.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-orange.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-orange:after {
                background-color: #fcc101;
            }

        .btn-ef.btn-ef-1.btn-ef-1-red {
            border-color: #f7412c;
            color: #f7412c;
        }

            .btn-ef.btn-ef-1.btn-ef-1-red.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-red.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-red.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-red:after {
                background-color: #f7412c;
            }

        .btn-ef.btn-ef-1.btn-ef-1-greensea {
            border-color: #16a085;
            color: #16a085;
        }

            .btn-ef.btn-ef-1.btn-ef-1-greensea.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-greensea.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-greensea.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-greensea:after {
                background-color: #16a085;
            }

        .btn-ef.btn-ef-1.btn-ef-1-dutch {
            border-color: #1693a5;
            color: #1693a5;
        }

            .btn-ef.btn-ef-1.btn-ef-1-dutch.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-dutch.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-dutch.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-dutch:after {
                background-color: #1693a5;
            }

        .btn-ef.btn-ef-1.btn-ef-1-hotpink {
            border-color: #f06;
            color: #f06;
        }

            .btn-ef.btn-ef-1.btn-ef-1-hotpink.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-hotpink.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-hotpink.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-hotpink:after {
                background-color: #f06;
            }

        .btn-ef.btn-ef-1.btn-ef-1-drank {
            border-color: #a40778;
            color: #a40778;
        }

            .btn-ef.btn-ef-1.btn-ef-1-drank.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-drank.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-drank.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-drank:after {
                background-color: #a40778;
            }

        .btn-ef.btn-ef-1.btn-ef-1-blue {
            border-color: #00a7f6;
            color: #00a7f6;
        }

            .btn-ef.btn-ef-1.btn-ef-1-blue.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-blue.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-blue.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-blue:after {
                background-color: #00a7f6;
            }

        .btn-ef.btn-ef-1.btn-ef-1-lightred {
            border-color: #e05d6f;
            color: #e05d6f;
        }

            .btn-ef.btn-ef-1.btn-ef-1-lightred.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-lightred.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-lightred.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-lightred:after {
                background-color: #e05d6f;
            }

        .btn-ef.btn-ef-1.btn-ef-1-slategray {
            border-color: #3f4e62;
            color: #3f4e62;
        }

            .btn-ef.btn-ef-1.btn-ef-1-slategray.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-slategray.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-slategray.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-slategray:after {
                background-color: #3f4e62;
            }

        .btn-ef.btn-ef-1.btn-ef-1-darkgray {
            border-color: #333;
            color: #333;
        }

            .btn-ef.btn-ef-1.btn-ef-1-darkgray.btn-ef-1a.active, .btn-ef.btn-ef-1.btn-ef-1-darkgray.btn-ef-1a:active, .btn-ef.btn-ef-1.btn-ef-1-darkgray.btn-ef-1a:hover, .btn-ef.btn-ef-1.btn-ef-1-darkgray:after {
                background-color: #333;
            }

    .btn-ef.btn-ef-2 {
        background: #e6e6e6;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 3px;
        color: #616f77;
        -webkit-transition: none;
        transition: none;
    }

        .btn-ef.btn-ef-2.btn-rounded {
            border-radius: 4px;
        }

        .btn-ef.btn-ef-2.btn-ef-2a:hover {
            top: 2px;
            box-shadow: 0 1px;
        }

        .btn-ef.btn-ef-2.btn-ef-2a.active, .btn-ef.btn-ef-2.btn-ef-2a:active {
            top: 3px;
            box-shadow: 0 0;
        }

        .btn-ef.btn-ef-2.btn-ef-2b:hover {
            top: -2px;
            box-shadow: 0 5px;
        }

        .btn-ef.btn-ef-2.btn-ef-2b.active, .btn-ef.btn-ef-2.btn-ef-2b:active {
            top: 3px;
            box-shadow: 0 0;
        }

        .btn-ef.btn-ef-2.btn-ef-2c {
            box-shadow: -3px 0;
        }

            .btn-ef.btn-ef-2.btn-ef-2c:hover {
                left: -2px;
                box-shadow: -1px 0;
            }

            .btn-ef.btn-ef-2.btn-ef-2c.active, .btn-ef.btn-ef-2.btn-ef-2c:active {
                left: -3px;
                box-shadow: 0 0;
            }

        .btn-ef.btn-ef-2.btn-ef-2d {
            box-shadow: 3px 0;
        }

            .btn-ef.btn-ef-2.btn-ef-2d:hover {
                left: 2px;
                box-shadow: 1px 0;
            }

            .btn-ef.btn-ef-2.btn-ef-2d.active, .btn-ef.btn-ef-2.btn-ef-2d:active {
                left: 3px;
                box-shadow: 0 0;
            }

        .btn-ef.btn-ef-2.btn-ef-2-primary {
            color: #428bca;
            background-color: #cde1f1;
        }

        .btn-ef.btn-ef-2.btn-ef-2-success {
            color: #5cb85c;
            background-color: #d8eed8;
        }

        .btn-ef.btn-ef-2.btn-ef-2-warning {
            color: #f0ad4e;
            background-color: #fceedb;
        }

        .btn-ef.btn-ef-2.btn-ef-2-danger {
            color: #d9534f;
            background-color: #f9e2e2;
        }

        .btn-ef.btn-ef-2.btn-ef-2-info {
            color: #5bc0de;
            background-color: #f0f9fc;
        }

        .btn-ef.btn-ef-2.btn-ef-2-cyan {
            color: #23a9e6;
            background-color: #daf1fb;
        }

        .btn-ef.btn-ef-2.btn-ef-2-amethyst {
            color: #cd97eb;
            background-color: #f6edfb;
        }

        .btn-ef.btn-ef-2.btn-ef-2-green {
            color: #48b14c;
            background-color: #fbfdfb;
        }

        .btn-ef.btn-ef-2.btn-ef-2-orange {
            color: orange;
            background-color: #fff2ca;
        }

        .btn-ef.btn-ef-2.btn-ef-2-red {
            color: #f7412c;
            background-color: #fdc6bf;
        }

        .btn-ef.btn-ef-2.btn-ef-2-greensea {
            color: #16a085;
            background-color: #d5f9f2;
        }

        .btn-ef.btn-ef-2.btn-ef-2-dutch {
            color: #1693a5;
            background-color: #daf6fa;
        }

        .btn-ef.btn-ef-2.btn-ef-2-hotpink {
            color: #f06;
            background-color: #ffe6f0;
        }

        .btn-ef.btn-ef-2.btn-ef-2-drank {
            color: #a40778;
            background-color: #fdc7ee;
        }

        .btn-ef.btn-ef-2.btn-ef-2-blue {
            color: #00a7f6;
            background-color: #c3ecff;
        }

        .btn-ef.btn-ef-2.btn-ef-2-lightred {
            color: #e05d6f;
            background-color: #f9dde1;
        }

        .btn-ef.btn-ef-2.btn-ef-2-slategray {
            color: #3f4e62;
            background-color: #b6c1d0;
        }

        .btn-ef.btn-ef-2.btn-ef-2-darkgray {
            color: #333;
            background-color: #a6a6a6;
        }

    .btn-ef.btn-ef-3.btn-default {
        background: #e2e2e2;
        color: #616f77;
    }

        .btn-ef.btn-ef-3.btn-default:hover {
            background: #c9c9c9;
        }

        .btn-ef.btn-ef-3.btn-default.active, .btn-ef.btn-ef-3.btn-default:active {
            background: #bcbcbc;
        }

        .btn-ef.btn-ef-3.btn-default:focus {
            background: #e2e2e2;
            color: #616f77;
        }

    .btn-ef.btn-ef-3:active {
        top: 2px;
    }

    .btn-ef.btn-ef-3 > i {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 32px;
        font-size: 130%;
        width: 40px;
    }

    .btn-ef.btn-ef-3.btn-ef-3a > i {
        background: rgba(0,0,0,.05);
    }

    .btn-ef.btn-ef-3.btn-ef-3b {
        padding-left: 45px;
    }

        .btn-ef.btn-ef-3.btn-ef-3b > i {
            width: 36px;
            border-right: 1px solid hsla(0,0%,100%,.3);
        }

    .btn-ef.btn-ef-3.btn-ef-3c {
        padding-right: 45px;
    }

        .btn-ef.btn-ef-3.btn-ef-3c > i {
            left: auto;
            right: -6px;
            font-size: 12px;
            z-index: 2;
        }

        .btn-ef.btn-ef-3.btn-ef-3c:after {
            width: 30%;
            height: 200%;
            background: hsla(0,0%,100%,.1);
            z-index: 1;
            right: 0;
            top: 0;
            margin: -5px 0 0 -5px;
            -webkit-transform-origin: 0 0;
            -webkit-transform: rotate(-20deg);
            -moz-transform-origin: 0 0;
            -moz-transform: rotate(-20deg);
            -ms-transform-origin: 0 0;
            -ms-transform: rotate(-20deg);
            transform-origin: 0 0;
            transform: rotate(-20deg);
        }

        .btn-ef.btn-ef-3.btn-ef-3c:hover:after {
            width: 40%;
        }

    .btn-ef.btn-ef-4 {
        padding: 7px 20px;
    }

        .btn-ef.btn-ef-4.btn-default {
            border: 2px solid #ccc;
        }

            .btn-ef.btn-ef-4.btn-default:hover {
                border: 2px solid #b3b3b3;
            }

        .btn-ef.btn-ef-4.active, .btn-ef.btn-ef-4:active {
            top: 0;
        }

        .btn-ef.btn-ef-4 > i {
            height: 100%;
            line-height: 37px;
            transition: all .3s;
        }

        .btn-ef.btn-ef-4.btn-ef-4a > i {
            left: 130%;
            top: 0;
        }

        .btn-ef.btn-ef-4.btn-ef-4a:hover > i {
            left: 80%;
        }

        .btn-ef.btn-ef-4.btn-ef-4b > i {
            left: 70%;
            opacity: 0;
            top: 0;
        }

        .btn-ef.btn-ef-4.btn-ef-4b:hover > i {
            left: 80%;
            opacity: 1;
        }

        .btn-ef.btn-ef-4.btn-ef-4c > i {
            left: -50%;
            top: 0;
        }

        .btn-ef.btn-ef-4.btn-ef-4c:hover > i {
            left: 10%;
        }

        .btn-ef.btn-ef-4.btn-ef-4d > i {
            left: 30%;
            opacity: 0;
            top: 0;
        }

        .btn-ef.btn-ef-4.btn-ef-4d:hover > i {
            left: 10%;
            opacity: 1;
        }

    .btn-ef.btn-ef-5 {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .btn-ef.btn-ef-5 span, .btn.btn-icon-only i, .sticon::before {
            -webkit-backface-visibility: hidden;
        }

        .btn-ef.btn-ef-5.btn-default {
            border: 1px solid #ccc;
        }

            .btn-ef.btn-ef-5.btn-default:hover {
                border-color: #b3b3b3;
            }

        .btn-ef.btn-ef-5.active, .btn-ef.btn-ef-5:active {
            top: 2px;
        }

            .btn-ef.btn-ef-5.active i, .btn-ef.btn-ef-5:active i {
                color: #fff;
            }

        .btn-ef.btn-ef-5 span {
            backface-visibility: hidden;
        }

        .btn-ef.btn-ef-5 i, .btn-ef.btn-ef-5 span {
            width: 100%;
            height: 100%;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .btn-ef.btn-ef-5 i {
            position: absolute;
            line-height: 1.8;
            font-size: 130%;
        }

        .btn-ef.btn-ef-5.btn-ef-5a:hover span {
            -webkit-transform: translateY(300%);
            transform: translateY(300%);
        }

        .btn-ef.btn-ef-5.btn-ef-5a:hover i {
            top: 0;
        }

        .btn-ef.btn-ef-5.btn-ef-5a i {
            left: 0;
            top: -100%;
        }

        .btn-ef.btn-ef-5.btn-ef-5b:hover span {
            -webkit-transform: translateX(200%);
            transform: translateX(200%);
        }

        .btn-ef.btn-ef-5.btn-ef-5b:hover i {
            left: 0;
        }

        .btn-ef.btn-ef-5.btn-ef-5b i {
            left: -100%;
            top: 0;
        }

    .btn-ef.btn-ef-6 {
        border-width: 0;
        padding: 8px 14px;
        -webkit-transition: none;
        transition: none;
    }

        .btn-ef.btn-ef-6.btn-default {
            background: #e2e2e2;
            color: #616f77;
        }

            .btn-ef.btn-ef-6.btn-default:hover {
                background: #c9c9c9;
            }

            .btn-ef.btn-ef-6.btn-default.active, .btn-ef.btn-ef-6.btn-default:active {
                background: #bcbcbc;
            }

            .btn-ef.btn-ef-6.btn-default:focus {
                background: #e2e2e2;
                color: #616f77;
            }

        .btn-ef.btn-ef-6.active, .btn-ef.btn-ef-6:active {
            top: 2px;
        }

        .btn-ef.btn-ef-6:hover {
            padding: 6px 12px;
            border-width: 2px;
            background: 0 0!important;
            color: #616f77;
        }

    .btn-ef.btn-ef-7.btn-ef-7c:after, .btn-ef.btn-ef-7.btn-ef-7d:after {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.1);
        -webkit-transition: none;
    }

    .btn-ef.btn-ef-6.btn-ef-6a {
        border-style: solid;
    }

    .btn-ef.btn-ef-6.btn-ef-6b {
        border-style: dashed;
    }

    .btn-ef.btn-ef-6.btn-ef-6c {
        border-style: dotted;
    }

    .btn-ef.btn-ef-6.btn-ef-6d {
        padding: 10px 16px;
        border-style: double;
    }

        .btn-ef.btn-ef-6.btn-ef-6d:hover {
            border-width: 4px;
            padding: 6px 12px;
        }

    .btn-ef.btn-ef-7 {
        border-width: 1px;
        border-style: solid;
        padding: 6px 16px 6px 40px;
    }

        .btn-ef.btn-ef-7:not(.btn-icon-only) i {
            color: hsla(0,0%,100%,.5);
        }

        .btn-ef.btn-ef-7.btn-default {
            border-color: #ccc;
        }

            .btn-ef.btn-ef-7.btn-default:not(.btn-icon-only) i {
                color: rgba(0,0,0,.5);
            }

            .btn-ef.btn-ef-7.btn-default:hover {
                border-color: #b3b3b3;
            }

        .btn-ef.btn-ef-7.btn-ef-7a i {
            position: absolute;
            left: 0;
            width: 32%;
            font-size: 130%;
            line-height: 1.1;
        }

        .btn-ef.btn-ef-7.btn-ef-7a.btn-activated {
            -webkit-animation: i .5s;
            animation: i .5s;
        }

            .btn-ef.btn-ef-7.btn-ef-7a.btn-activated i {
                -webkit-animation: j .5s;
                animation: j .5s;
            }

        .btn-ef.btn-ef-7.btn-ef-7b i {
            position: absolute;
            left: 0;
            width: 28%;
            font-size: 130%;
            line-height: 1.1;
        }

        .btn-ef.btn-ef-7.btn-ef-7b.btn-activated i {
            -webkit-animation: k .5s;
            animation: k .5s;
        }

        .btn-ef.btn-ef-7.btn-ef-7c i {
            z-index: 1;
        }

        .btn-ef.btn-ef-7.btn-ef-7c:after {
            height: 100%;
            z-index: 0;
            width: 0;
            transition: none;
        }

        .btn-ef.btn-ef-7.btn-ef-7c.btn-activated:after {
            -webkit-animation: l .7s forwards;
            animation: l .7s forwards;
        }

        .btn-ef.btn-ef-7.btn-ef-7d i {
            z-index: 1;
        }

        .btn-ef.btn-ef-7.btn-ef-7d:after {
            height: 0;
            width: 100%;
            z-index: 0;
            transition: none;
        }

        .btn-ef.btn-ef-7.btn-ef-7e i.after, .btn-ef.btn-ef-7.btn-ef-7f i.after {
            -webkit-transition: none;
            font-size: 22px;
            line-height: 42px;
            filter: alpha(opacity=0);
            opacity: 0;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            z-index: 1;
        }

        .btn-ef.btn-ef-7.btn-ef-7d.btn-activated:after {
            -webkit-animation: m .7s forwards;
            animation: m .7s forwards;
        }

        .btn-ef.btn-ef-7.btn-ef-7e i.after {
            color: #ea515e;
            -webkit-transform: scale(0);
            transform: scale(0);
            transition: none;
        }

        .btn-ef.btn-ef-7.btn-ef-7e.btn-activated i.after {
            -webkit-animation: n .5s forwards;
            animation: n .5s forwards;
        }

        .btn-ef.btn-ef-7.btn-ef-7f i.after {
            color: #ffe44d;
            visibility: hidden;
            -webkit-transform: scale(4);
            transform: scale(4);
            transition: none;
        }

        .btn-ef.btn-ef-7.btn-ef-7f.btn-activated i.after {
            visibility: visible;
            -webkit-animation: o .3s forwards;
            animation: o .3s forwards;
        }

        .btn-ef.btn-ef-7.btn-ef-7g i.after {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 1;
            font-size: 22px;
            line-height: 42px;
            color: #616f77;
            visibility: hidden;
            -webkit-transform: scale(2);
            transform: scale(2);
            filter: alpha(opacity=0);
            opacity: 0;
            -webkit-transition: none;
            transition: none;
        }

.active .link-effect.link-effect-20 span, .link-effect.link-effect-20 span::before, .panel-group .panel-heading {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b7d8', endColorstr='#008bd1', GradientType=0 );
}

.btn-ef.btn-ef-7.btn-ef-7g.btn-activated i.after {
    visibility: visible;
    -webkit-animation: p .5s forwards;
    animation: p .5s forwards;
}

.btn-ef.btn-ef-7.btn-ef-7h span {
    display: inline-block;
    width: 100%;
}

.btn-ef.btn-ef-7.btn-ef-7h i {
    position: absolute;
    left: 0;
    width: 28%;
    font-size: 130%;
    line-height: 1.1;
}

.btn-ef.btn-ef-7.btn-ef-7h.btn-activated i {
    -webkit-animation: k .5s;
    animation: k .5s;
}

.btn-ef.btn-activated-error, .btn-ef.btn-activated-success {
    color: transparent!important;
}

    .btn-ef.btn-activated-error:after, .btn-ef.btn-activated-success:after {
        z-index: 1;
        color: #fff;
        left: 40%;
    }

    .btn-ef.btn-activated-success .fa:before {
        content: "\f118";
    }

    .btn-ef.btn-activated-success:after {
        content: "Success!";
        -webkit-animation: q .5s;
        animation: q .5s;
    }

.btn-ef.btn-activated-error {
    -webkit-animation: shake .5s;
    animation: shake .5s;
}

    .btn-ef.btn-activated-error .fa:before {
        content: "\f119";
    }

    .btn-ef.btn-activated-error:after {
        content: "Error!";
        -webkit-animation: r .5s;
        animation: r .5s;
    }

.btn {
    border-radius: 8px;
    /*height:25px;*/
}

    .btn.btn-transparent {
        background: 0 0;
        border: 0;
    }

    .btn.btn-theme:hover {
        color: #fff;
        border-color: #1199d3;
        background-color: #1199d3;
    }

    .btn.btn-noradius {
        border-radius: 0;
    }

    .btn.btn-rounded-10 {
        border-radius: 10px;
    }

    .btn.btn-rounded-20 {
        border-radius: 20px;
    }

    .btn.btn-rounded-40 {
        border-radius: 40px;
    }

    .btn.btn-rounded-50p {
        border-radius: 50%;
    }

    .btn.no-border {
        border: 0;
    }

    .btn.btn-icon-only {
        font-size: 0;
        padding: 20px 25px;
        position: relative;
    }

        .btn.btn-icon-only i {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            font-size: 22px;
            line-height: 42px;
            backface-visibility: hidden;
        }

.nav-pills > li > a, .wizard .nav-tabs, .wizard > div.wizard-inner {
    position: relative;
}

.btn.btn-nostyle {
    padding: 2px 5px;
    background: 0 0;
    border: 0;
}

.btn-cyan {
    background-color: #23a9e6;
    color: #fff;
    border-color: #1795ce;
}

    .btn-cyan.active, .btn-cyan:active, .btn-cyan:hover {
        background-color: #1795ce;
        border-color: #1588bc;
        color: #fff;
    }

    .btn-cyan.active, .btn-cyan:active {
        background-color: #1588bc;
        border-color: #147eae;
    }

.btn-amethyst {
    background-color: #cd97eb;
    color: #fff;
    border-color: #c382e7;
}

    .btn-amethyst.active, .btn-amethyst:active, .btn-amethyst:hover {
        background-color: #c382e7;
        border-color: #ba71e4;
        color: #fff;
    }

    .btn-amethyst.active, .btn-amethyst:active {
        background-color: #ba71e4;
        border-color: #b464e1;
    }

.btn-green {
    background-color: #48b14c;
    color: #fff;
    border-color: #44a647;
}

    .btn-green.active, .btn-green:active, .btn-green:hover {
        background-color: #44a647;
        border-color: #3e9841;
        color: #fff;
    }

    .btn-green.active, .btn-green:active {
        background-color: #3e9841;
        border-color: #398d3c;
    }

.btn-orange {
    background-color: #fcc101;
    color: #fff;
    border-color: #edb501;
}

    .btn-orange.active, .btn-orange:active, .btn-orange:hover {
        background-color: #edb501;
        border-color: #d8a601;
        color: #fff;
    }

    .btn-orange.active, .btn-orange:active {
        background-color: #d8a601;
        border-color: #c99a01;
    }

.btn-red {
    background-color: #f7412c;
    color: #fff;
    border-color: #e72009;
}

    .btn-red.active, .btn-red:active, .btn-red:hover {
        background-color: #e72009;
        border-color: #c01a07;
        color: #fff;
    }

    .btn-red.active, .btn-red:active {
        background-color: #c01a07;
        border-color: #b11807;
    }

.btn-greensea {
    background-color: #16a085;
    color: #fff;
    border-color: #138a72;
}

    .btn-greensea.active, .btn-greensea:active, .btn-greensea:hover {
        background-color: #138a72;
        border-color: #107863;
        color: #fff;
    }

    .btn-greensea.active, .btn-greensea:active {
        background-color: #107863;
        border-color: #0f6a58;
    }

.btn-dutch {
    background-color: #1693a5;
    color: #fff;
    border-color: #137f8f;
}

    .btn-dutch.active, .btn-dutch:active, .btn-dutch:hover {
        background-color: #137f8f;
        border-color: #116f7d;
        color: #fff;
    }

    .btn-dutch.active, .btn-dutch:active {
        background-color: #116f7d;
        border-color: #0f636f;
    }

.btn-hotpink {
    background-color: #f06;
    color: #fff;
    border-color: #e6005c;
}

    .btn-hotpink.active, .btn-hotpink:active, .btn-hotpink:hover {
        background-color: #e6005c;
        border-color: #d10054;
        color: #fff;
    }

    .btn-hotpink.active, .btn-hotpink:active {
        background-color: #d10054;
        border-color: #c2004e;
    }

.btn-drank {
    background-color: #a40778;
    color: #fff;
    border-color: #8c0666;
}

    .btn-drank.active, .btn-drank:active, .btn-drank:hover {
        background-color: #8c0666;
        border-color: #780558;
        color: #fff;
    }

    .btn-drank.active, .btn-drank:active {
        background-color: #780558;
        border-color: #69044d;
    }

.btn-blue {
    background-color: #00a7f6;
    color: #fff;
    border-color: #0096dd;
}

    .btn-blue.active, .btn-blue:active, .btn-blue:hover {
        background-color: #0096dd;
        border-color: #0088c8;
        color: #fff;
    }

    .btn-blue.active, .btn-blue:active {
        background-color: #0088c8;
        border-color: #007db9;
    }

.btn-lightred {
    background-color: #e05d6f;
    color: #fff;
    border-color: #dc485c;
}

    .btn-lightred.active, .btn-lightred:active, .btn-lightred:hover {
        background-color: #dc485c;
        border-color: #d9364d;
        color: #fff;
    }

    .btn-lightred.active, .btn-lightred:active {
        background-color: #d9364d;
        border-color: #d62a41;
    }

.btn-slategray {
    background-color: #3f4e62;
    color: #fff;
    border-color: #354252;
}

    .btn-slategray.active, .btn-slategray:active, .btn-slategray:hover {
        background-color: #354252;
        border-color: #2d3846;
        color: #fff;
    }

    .btn-slategray.active, .btn-slategray:active {
        background-color: #2d3846;
        border-color: #27303d;
    }

.btn-darkgray {
    background-color: #333;
    color: #fff;
    border-color: #262626;
}

    .btn-darkgray.active, .btn-darkgray:active, .btn-darkgray:hover {
        background-color: #262626;
        border-color: #1c1c1c;
        color: #fff;
    }

    .btn-darkgray.active, .btn-darkgray:active {
        background-color: #1c1c1c;
        border-color: #141414;
    }

.btn-border {
    border-width: 2px;
    border-style: solid;
}

    .btn-border, .btn-border.active, .btn-border:active, .btn-border:focus, .btn-border:hover {
        background-color: transparent;
    }

        .btn-border.btn-sm, .btn-border.btn-xs, .btn-group-sm > .btn-border.btn, .btn-group-xs > .btn-border.btn {
            border-width: 1px;
        }

        .btn-border.btn-cyan {
            color: #23a9e6;
        }

            .btn-border.btn-cyan.active, .btn-border.btn-cyan:active, .btn-border.btn-cyan:hover {
                color: #1588bc;
            }

        .btn-border.btn-amethyst {
            color: #cd97eb;
        }

            .btn-border.btn-amethyst.active, .btn-border.btn-amethyst:active, .btn-border.btn-amethyst:hover {
                color: #ba71e4;
            }

        .btn-border.btn-green {
            color: #48b14c;
        }

            .btn-border.btn-green.active, .btn-border.btn-green:active, .btn-border.btn-green:hover {
                color: #3e9841;
            }

        .btn-border.btn-orange {
            color: #fcc101;
        }

            .btn-border.btn-orange.active, .btn-border.btn-orange:active, .btn-border.btn-orange:hover {
                color: #d8a601;
            }

        .btn-border.btn-red {
            color: #f7412c;
        }

            .btn-border.btn-red.active, .btn-border.btn-red:active, .btn-border.btn-red:hover {
                color: #c01a07;
            }

        .btn-border.btn-greensea {
            color: #16a085;
        }

            .btn-border.btn-greensea.active, .btn-border.btn-greensea:active, .btn-border.btn-greensea:hover {
                color: #107863;
            }

        .btn-border.btn-dutch {
            color: #1693a5;
        }

            .btn-border.btn-dutch.active, .btn-border.btn-dutch:active, .btn-border.btn-dutch:hover {
                color: #116f7d;
            }

        .btn-border.btn-hotpink {
            color: #f06;
        }

            .btn-border.btn-hotpink.active, .btn-border.btn-hotpink:active, .btn-border.btn-hotpink:hover {
                color: #d10054;
            }

        .btn-border.btn-drank {
            color: #a40778;
        }

            .btn-border.btn-drank.active, .btn-border.btn-drank:active, .btn-border.btn-drank:hover {
                color: #780558;
            }

        .btn-border.btn-blue {
            color: #00a7f6;
        }

            .btn-border.btn-blue.active, .btn-border.btn-blue:active, .btn-border.btn-blue:hover {
                color: #0088c8;
            }

        .btn-border.btn-lightred {
            color: #e05d6f;
        }

            .btn-border.btn-lightred.active, .btn-border.btn-lightred:active, .btn-border.btn-lightred:hover {
                color: #d9364d;
            }

        .btn-border.btn-slategray {
            color: #3f4e62;
        }

            .btn-border.btn-slategray.active, .btn-border.btn-slategray:active, .btn-border.btn-slategray:hover {
                color: #2d3846;
            }

        .btn-border.btn-darkgray {
            color: #333;
        }

            .btn-border.btn-darkgray.active, .btn-border.btn-darkgray:active, .btn-border.btn-darkgray:hover {
                color: #1c1c1c;
            }

        .btn-border.btn-primary {
            color: #428bca;
        }

            .btn-border.btn-primary.active, .btn-border.btn-primary:active, .btn-border.btn-primary:hover {
                color: #245682;
            }

        .btn-border.btn-success {
            color: #5cb85c;
        }

            .btn-border.btn-success.active, .btn-border.btn-success:active, .btn-border.btn-success:hover {
                color: #357935;
            }

        .btn-border.btn-warning {
            color: #f0ad4e;
        }

            .btn-border.btn-warning.active, .btn-border.btn-warning:active, .btn-border.btn-warning:hover {
                color: #c77c11;
            }

        .btn-border.btn-danger {
            color: #d9534f;
        }

            .btn-border.btn-danger.active, .btn-border.btn-danger:active, .btn-border.btn-danger:hover {
                color: #a02622;
            }

        .btn-border.btn-info {
            color: #5bc0de;
        }

            .btn-border.btn-info.active, .btn-border.btn-info:active, .btn-border.btn-info:hover {
                color: #2390b0;
            }

        .btn-border.btn-white {
            color: #fff;
            border-color: #fff;
        }

            .btn-border.btn-white.active, .btn-border.btn-white:active, .btn-border.btn-white:hover {
                background-color: hsla(0,0%,100%,.1);
            }

.minotaur-btn {
    font-family: Raleway,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 24px;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}

    .btn-group-lg > .minotaur-btn.btn, .minotaur-btn.btn-lg {
        font-size: 13px;
    }

    .btn-group-sm > .minotaur-btn.btn, .minotaur-btn.btn-sm {
        font-size: 11px;
        line-height: 16px;
        padding-top: 7px;
    }

    .btn-group-xs > .minotaur-btn.btn, .minotaur-btn.btn-xs {
        padding-top: 2px;
        line-height: 18px;
        font-size: 9px;
    }

.tabs-vertical li.active a, .tabs-vertical li.active a:focus, .tabs-vertical li.active a:hover {
    background: #2cabe3;
    border: 0;
    border-right: 2px solid #2cabe3;
    margin-right: -1px;
    color: #fff;
}

.customvtab .tabs-vertical li.active a, .customvtab .tabs-vertical li.active a:focus, .customvtab .tabs-vertical li.active a:hover {
    border: 0;
    border-right: 5px solid #36c5d3;
    margin-right: -1px;
    color: #bfbfbf;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: #2cabe3;
    color: #fff;
}

.margin6 {
    margin: -6px;
}

.card-box {
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.marginb {
    margin-bottom: 0;
}
.trhead {
    background: #2cabe3;
    color: #fff;
}
.trhead th {
    
    color: #fff;
}
.nav-pills > li > a {
    color: #333232;
    background: #e5f7ff;
    display: block;
    margin-bottom: 2px;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    padding: 2px 5.9px;
}

.white-box {
    background: #fff!important;
}

.compose thead {
    background: #35414f;
}

.wizard {
    margin: 5px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        margin: 0 auto 15px;
        border-bottom-color: #fff;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 41%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:focus, .wizard .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard .nav-tabs > li.active > a {
    background: 0 0;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.mt-step-title, .wizard .tab-pane {
    position: relative;
}

span.round-tab i {
    color: #555;
}

.sttabs nav li.tab-current a, .sttabs1 ul li a:focus, .sttabs1 ul li a:hover, .sttabs1 ul li.active a, .sttabs1 ul li.active a:focus, .sttabs1 ul li.active a:hover, .sttabs1 ul li:focus a, .sttabs1 ul li:hover a, .wizard li.active .mt-step-title, .wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

.required {
    color: red;
    font-weight: 700;
    font-size: 8px!important;
    vertical-align: super;
    margin-left: 5px;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 16.66%;
}

.mt-step-title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}

.heading {
    font-weight: 500;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: 0 0;
    }

.wizard h3 {
    margin-top: 0;
}

@media(max-width :585px) {
    .wizard;

{
    width: 90%;
    height: auto!important;
}

.wizard .nav-tabs > li a, span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

span.round-tab {
    font-size: 16px;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
}

}

.panel-default > .panel-heading a {
    display: block;
}

    .panel-default > .panel-heading a:after {
        content: "";
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        float: right;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
        font-size: 11px;
    }

    .panel-default > .panel-heading a[aria-expanded=true]:after {
        content: "\2212";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        background: #35414f;
        padding: 5px;
        border-radius: 17px;
        color: #fff;
    }

    .panel-default > .panel-heading a[aria-expanded=false]:after {
        content: "\002b";
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background: #35414f;
        padding: 5px;
        border-radius: 17px;
        color: #fff;
    }

.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before:hover {
    background: #9af6ff!important;
    color: #fff;
}

.panel-group .panel .panel-heading .accordion-toggle, .panel-group .panel .panel-heading a[data-toggle=collapse] {
    display: block;
}

    .panel-group .panel .panel-heading .accordion-toggle:before {
        content: '\e648';
        display: block;
        float: right;
        font-family: themify;
        font-size: 13px;
        text-align: right;
        width: 25px;
    }

.chart, .cibox {
    text-align: center;
}

.panel-group .panel .panel-heading + .panel-collapse .panel-body {
    border-top: none;
    background: #fff;
}

.panel-group .panel-heading {
    padding: 7px 20px;
    background: #41b7d8;
    background: -moz-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#41b7d8),color-stop(100%,#008bd1));
    background: -webkit-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -o-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -ms-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: linear-gradient(to bottom,#41b7d8 0,#008bd1 100%);
}

.padding-20 {
    padding: 20px;
}

.flipInY .panel:hover {
    background: #145fa3!important;
    color: #fff;
    border-radius: 0;
}

.cibox {
    width: 99.5%;
    height: 99%;
    margin: 0 auto;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.4);
}

    .cibox i {
        color: #36c5d3;
        font-size: 45px;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .cibox.act {
        color: #fff;
        background: 0 0;
        font-size: 13px;
        line-height: 18px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .cibox.act i {
            color: #fff;
            font-size: 40px;
            margin-top: 0;
            margin-bottom: 0px;
        }

        .cibox.act h5 {
            color: #fff;
            margin-bottom: 8px;
        }

        .cibox.act h4 {
            color: #fff;
            font-size:13px;
        }
        .cibox h4 {
            
            font-size: 13px;
        }
.pgr {

    margin-top: 18px;
   
    display: block;
   
}
    .pgr td {
        border-top: none !important;
    }
    .pgr span {
        padding: 9px 12px;
        background: #8b9093;
        border-radius: 5px;
        margin: 1px;
        color: #fff;
    }
    .pgr a {
        padding: 9px 12px;
        background: #329bc9;
        border-radius: 5px;
        margin: 2px;
        color: #fff;
    }
.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

    .accordion-option .title {
        font-size: 20px;
        font-weight: 700;
        float: left;
        padding: 0;
        margin: 0;
    }

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 16px;
        color: #6a6c6f;
    }

        .accordion-option .toggle-accordion:before {
            content: "Expand All";
        }

        .accordion-option .toggle-accordion.active:before {
            content: "Collapse All";
        }

.flipInY .panel {
    background: #4c5667!important;
    color: #fff;
}

.style_prevu_kit {
    display: inline-block;
    border: 0;
    width: 100%;
    position: relative;
    -webkit-transition: all 110ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 110ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 110ms ease-in;
    -moz-transform: scale(1);
    transition: all 110ms ease-in;
    transform: scale(1);
}

    .style_prevu_kit:hover {
        box-shadow: 0 0 10px #000;
        z-index: 2;
        -webkit-transition: all 110ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 110ms ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 110ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 110ms ease-in;
        transform: scale(1.1);
    }

.progress {
    -webkit-box-shadow: none!important;
    background-color: rgba(120,130,140,.13);
    box-shadow: none!important;
    height: 4px;
    border-radius: 0;
    margin-bottom: 18px;
}

.progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px;
}

.flipInY:hover {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.modal-header {
   background: #008bd1;
    color: #fefefe;
}
.modal-header  h5{

    color: #fff;
    font-weight:bold;
}
.dark-logo{
    min-height:20px;
    max-height:50px;

}
.modal-content {
    background: #fff!important;
}

.tittlep {
    margin-top: 0;
    font-weight: 500;
    font-family: Rubik,sans-serif;
    font-size: 13px;
    text-transform: capitalize;
}

.modal-header .close {
    top: -18px;
    position: absolute;
    right: -18px;
    height: 36px;
    width: 36px;
    background-color: #313a46;
    opacity: 1;
    border: 2px solid #fff;
    text-shadow: none;
    color: #fff;
    border-radius: 50%;
}

    .modal-header .close:hover {
        background-color: #2cabe3;
    }

.modal-header h4 {
    color: #4c5667;
    font-weight: 400;
}

.modal-body .form-control {
    margin-top: 10px;
}

.modal-body .lable1 {
    font-size: 13px;
    color: #313a46;
    letter-spacing: .01em;
    font-weight: 400;
}

.progress.progress-sm {
    height: 8px!important;
}

    .progress.progress-sm .progress-bar {
        font-size: 8px;
        line-height: 5px;
    }

.progress.progress-md {
    height: 15px!important;
}

    .progress.progress-md .progress-bar {
        font-size: 10.8px;
        line-height: 14.4px;
    }

.progress.progress-lg {
    height: 20px!important;
}

.progress-vertical, .progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

.progress.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px;
}

.progress-bar-primary {
    background-color: #707cd2;
}

.progress-bar-success {
    background-color: #00b69b;
}

.progress-bar-info {
    background-color: #0094dd;
}

.progress-bar-megna {
    background-color: #01c0c8;
}

.progress-bar-warning {
    background-color: #fde000;
}

.progress-bar-danger {
    background-color: #ff6c00;
}

.progress-bar-inverse {
    background-color: #4c5667;
}

.progress-bar-purple {
    background-color: #707cd2;
}

.progress-bar-custom {
    background-color: #2cabe3;
}

.progress-animated {
    -webkit-animation-duration: 5s;
    -webkit-animation-name: myanimation;
    -webkit-transition: 5s all;
    animation-duration: 5s;
    animation-name: myanimation;
    transition: 5s all;
}

@-webkit-keyframes myanimation {
    from {
        width: 0;
    }
}

@keyframes myanimation {
    from {
        width: 0;
    }
}

.progress-vertical {
    width: 4px;
}

    .progress-vertical .progress-bar {
        width: 100%;
    }

.progress-vertical-bottom {
    width: 4px;
}

    .progress-vertical-bottom .progress-bar {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .progress-vertical-bottom.progress-sm, .progress-vertical.progress-sm {
        width: 8px!important;
    }

        .progress-vertical-bottom.progress-sm .progress-bar, .progress-vertical.progress-sm .progress-bar {
            font-size: 8px;
            line-height: 5px;
        }

    .progress-vertical-bottom.progress-md, .progress-vertical.progress-md {
        width: 15px!important;
    }

        .progress-vertical-bottom.progress-md .progress-bar, .progress-vertical.progress-md .progress-bar {
            font-size: 10.8px;
            line-height: 14.4px;
        }

    .progress-vertical-bottom.progress-lg, .progress-vertical.progress-lg {
        width: 20px!important;
    }

        .progress-vertical-bottom.progress-lg .progress-bar, .progress-vertical.progress-lg .progress-bar {
            font-size: 12px;
            line-height: 20px;
        }

.timeline {
    position: relative;
    padding: 20px 0;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
}

    .timeline:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 3px;
        margin-left: -1.5px;
        background-color: #eee;
    }

    .timeline > li {
        position: relative;
        margin-bottom: 20px;
    }

        .timeline > li:after, .timeline > li:before {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            float: left;
            position: relative;
            width: 46%;
            padding: 20px;
            border: 1px solid rgba(120,130,140,.13);
            border-radius: 0;
            -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.05);
            box-shadow: 0 1px 6px rgba(0,0,0,.05);
        }

            .timeline > li > .timeline-panel:before {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 26px;
                right: -8px;
                border-top: 8px solid transparent;
                border-right: 0 solid rgba(120,130,140,.13);
                border-bottom: 8px solid transparent;
                border-left: 8px solid rgba(120,130,140,.13);
            }

            .timeline > li > .timeline-panel:after {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 27px;
                right: -7px;
                border-top: 7px solid transparent;
                border-right: 0 solid #fff;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #fff;
            }

        .timeline > li > .timeline-badge {
            z-index: 100;
            position: absolute;
            top: 16px;
            left: 50%;
            width: 50px;
            height: 50px;
            margin-left: -25px;
            border-radius: 50%;
            text-align: center;
            font-size: 1.4em;
            line-height: 50px;
            color: #fff;
            background-color: #4c5667;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -8px;
                border-right-width: 8px;
                border-left-width: 0;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -7px;
                border-right-width: 7px;
                border-left-width: 0;
            }

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid rgba(120,130,140,.2);
}

.timeline-badge.primary {
    background-color: #707cd2!important;
}

.timeline-badge.success {
    background-color: #22b14c!important;
}

.timeline-badge.warning {
    background-color: #ffc36d!important;
}

.timeline-badge.danger {
    background-color: #ff7676!important;
}

.timeline-badge.info {
    background-color: #2cabe3!important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 400;
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

.chart {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

    .chart > span > img, .pie-chart > span {
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    .chart.chart-widget-pie {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.pie-chart > span {
    margin-top: -2px;
}

.chart > span > img {
    width: 60%;
    height: 60%;
    margin: 0 auto;
}

.percent {
    display: inline-block;
    line-height: 100px;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
    color: #96a2b4;
}

    .percent:after {
        content: '%';
        margin-left: .1em;
        font-size: .8em;
    }

.table {
    margin-bottom: 10px;
    font-size:14px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 4px 8px;
    }

    .table > thead > tr > th {
        vertical-align: bottom;

    }
    .table > tbody > tr > th {
       background:#347dbb;
       color:#fff;
    }
.LVL0td2 {
    font-weight: 600;
}
.LVL1td2Bold{
    font-weight: 600;
    padding-left:30px;

}
.LVL2td2{
  padding-left:60px;
}
        .table > tbody > tr > th a {
            color: #fff;
        }
            th {
    font-weight: 400!important;
}

.Equitytittle thead {
    background: #e8f3f8;
    border-bottom: 2px solid #00b69b;
}

.link-effect.link-effect-20 {
    line-height: 1.8em;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
}

    .link-effect.link-effect-20 span {
        position: relative;
        display: inline-block;
        padding: 9px 20px;
        background: #e5f7ff;
        box-shadow: inset 0 3px #058ed1;
        -webkit-transition: background .6s;
        -moz-transition: background .6s;
        transition: background .6s;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
        transform-origin: 0 50%;
        color: #4c5667;
    }

.active .link-effect.link-effect-20 span {
    background: linear-gradient(to bottom,#41b7d8 0,#008bd1 100%);
    color: #fff;
}

.link-effect.link-effect-20 span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 9px 20px;
    background: -moz-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#41b7d8),color-stop(100%,#008bd1));
    background: -webkit-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -o-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -ms-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: linear-gradient(to bottom,#41b7d8 0,#008bd1 100%);
    color: #fff;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform .6s;
    -moz-transition: -moz-transform .6s;
    transition: transform .6s;
    -webkit-transform: rotateX(270deg);
    -moz-transform: rotateX(270deg);
    -ms-transform: rotateX(270deg);
    -o-transform: rotateX(270deg);
    transform: rotateX(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
}

.link-effect.link-effect-20:focus span, .link-effect.link-effect-20:hover span {
    background: #92bce0;
}

    .link-effect.link-effect-20:focus span::before, .link-effect.link-effect-20:hover span::before {
        -webkit-transform: rotateX(10deg);
        -moz-transform: rotateX(10deg);
        -ms-transform: rotateX(10deg);
        -o-transform: rotateX(10deg);
        transform: rotateX(10deg);
    }

table.focus-on tbody tr.focused td, table.focus-on tbody tr.focused th {
    background-color: #2cabe3;
    color: #fff;
}

.table-rep-plugin .table-responsive {
    border: none!important;
}

.table-rep-plugin tbody th {
    font-size: 13px;
    font-weight: 400;
}

.jsgrid .jsgrid-table {
    margin-bottom: 0;
}

.jsgrid-selected-row > td {
    background: rgba(0,0,0,.1);
    border-color: rgba(0,0,0,.1);
}

.footable-odd {
    background-color: rgba(0,0,0,.1);
}

.form-control-line {
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
    border-top: 0 none;
    box-shadow: none;
    padding-left: 0;
}

.has-success .form-control {
    border-color: #22b14c;
    box-shadow: none!important;
}

.has-warning .form-control {
    border-color: #ffc36d;
    box-shadow: none!important;
}

.has-error .form-control {
    border-color: #ff7676;
    box-shadow: none!important;
}

.input-group-addon {
    border-radius: 2px;
    border: 1px solid rgba(120,130,140,.13);
}

.input-daterange input:first-child, .input-daterange input:last-child {
    border-radius: 0;
}

.form-material .form-group {
    overflow: hidden;
}

.form-material .form-control {
    background-color: rgba(0,0,0,0);
    background-position: center bottom,center calc(99%);
    background-repeat: no-repeat;
    background-size: 0 2px,100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s;
}

    .form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
        background-image: linear-gradient(#36c5d3,#36c5d3),linear-gradient(rgba(120,130,140,.13),rgba(68,68,68,.58));
        border: 0;
        border-radius: 0;
        box-shadow: none;
        float: none;
    }

        .form-material .form-control.focus, .form-material .form-control:focus {
            background-size: 100% 2px,100% 1px;
            outline: 0;
            transition-duration: .3s;
        }

.form-bordered .form-group {
    border-bottom: 1px solid rgba(120,130,140,.13);
    padding-bottom: 20px;
}

.select2-container .select2-choice {
    background-image: none!important;
    border: none!important;
    height: auto!important;
    padding: 0!important;
    line-height: 22px!important;
    background-color: transparent!important;
    box-shadow: none!important;
}

    .select2-container .select2-choice .select2-arrow {
        background-image: none!important;
        background: 0 0;
        border: none;
        width: 14px;
        top: -2px;
    }

.select2-container .select2-container-multi.form-control {
    height: auto;
}

.select2-results .select2-highlighted {
    color: #fff;
    background-color: #2cabe3;
}

.select2-drop-active {
    border: 1px solid #e3e3e3!important;
    padding-top: 5px;
}

.select2-search input {
    border: 1px solid rgba(120,130,140,.13);
}

.select2-container-multi {
    width: 100%;
}

    .select2-container-multi .select2-choices {
        border: 1px solid #border!important;
        box-shadow: none!important;
        background-image: none!important;
        border-radius: 0!important;
        min-height: 38px;
    }

        .select2-container-multi .select2-choices .select2-search-choice {
            padding: 4px 7px 4px 18px;
            margin: 5px 0 3px 5px;
            color: #555;
            background: #f5f5f5;
            border-color: rgba(120,130,140,.13);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.gmaps-overlay_arrow.above, .gmaps-overlay_arrow.below {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 7px 7px 7px 10px;
    font-family: inherit;
}

.icon-list-demo div {
    cursor: pointer;
    line-height: 60px;
    white-space: nowrap;
    color: #96a2b4;
}

.calendar-event, .fc-event {
    cursor: move;
    background: #2cabe3;
}

.icon-list-demo div:hover {
    color: #96a2b4;
}

.icon-list-demo div p {
    margin: 10px 0;
    padding: 5px 0;
}

.icon-list-demo i {
    -webkit-transition: all .2s;
    -webkit-transition: font-size .2s;
    display: inline-block;
    font-size: 18px;
    margin: 0 15px 0 10px;
    text-align: left;
    vertical-align: middle;
    width: auto;
    transition: all .3s ease 0s;
}

.icon-list-demo .col-md-4 {
    border-radius: 0;
}

    .icon-list-demo .col-md-4:hover {
        background-color: rgba(0,0,0,.1);
    }

        .icon-list-demo .col-md-4:hover i {
            font-size: 2em;
        }

.gmaps, .gmaps-panaroma {
    height: 300px;
    background: rgba(120,130,140,.2);
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #707cd2;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.error-box, .login-register, .new-login-register {
    position: fixed;
    height: 100%;
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-top: 16px solid #707cd2;
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-bottom: 16px solid #707cd2;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.jvectormap-zoomout {
    top: 40px;
}

.error-box {
    top: 20%;
    width: 100%;
}

    .error-box .footer {
        width: 100%;
        left: 0;
        right: 0;
    }

.error-body {
    padding-top: 5%;
}

    .error-body h1 {
        font-size: 210px;
        font-weight: 900;
        line-height: 210px;
    }

.login-register {
    background: url(../plugins/images/login-register.jpg) center center/cover no-repeat!important;
}

.login-box {
    background: rgba(255, 255, 255, 0.60);
    width: 400px;
    margin: 10% auto 0;
}

    .login-box .footer {
        width: 100%;
        left: 0;
        right: 0;
    }

    .login-box .social {
        display: block;
        margin-bottom: 30px;
    }

#recoverform {
    display: none;
}

.new-login-register .lg-info-panel {
    background: url(../plugins/images/login-register.jpg) center center/cover no-repeat!important;
    width: 500px;
    height: 100%;
    position: fixed;
}

    .new-login-register .lg-info-panel .inner-panel {
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.5);
    }

    .new-login-register .lg-info-panel .lg-content {
        margin-top: 50%;
        text-align: center;
        padding: 0 50px;
    }

        .new-login-register .lg-info-panel .lg-content h2 {
            color: #fff;
        }

        .new-login-register .lg-info-panel .lg-content p {
            padding: 20px 0;
            color: rgba(255,255,255,.7);
            font-style: italic;
        }

.new-login-register .new-login-box {
    margin-left: 50%;
    margin-top: 10%;
    width: 400px;
}

    .new-login-register .new-login-box .new-lg-form {
        padding-top: 20px;
    }

        .new-login-register .new-login-box .new-lg-form label {
            text-transform: capitalize;
            font-size: 12px;
        }

    .new-login-register .new-login-box .social {
        display: block;
        margin-bottom: 30px;
    }

.pricing-box {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.featured-plan {
    margin-top: 0;
}

    .featured-plan .pricing-body {
        padding: 60px 0;
        background: rgba(0,0,0,.1);
        border: 1px solid #ddd;
    }

    .featured-plan .price-table-content .price-row, .price-table-content .price-row, .pricing-body {
        border-top: 1px solid rgba(120,130,140,.13);
    }

.pricing-body {
    border-radius: 0;
    border-bottom: 5px solid rgba(120,130,140,.13);
    vertical-align: middle;
    padding: 30px 0;
    position: relative;
}

    .pricing-body h2 {
        position: relative;
        font-size: 56px;
        margin: 20px 0 10px;
        font-weight: 500;
    }

        .pricing-body h2 span {
            position: absolute;
            font-size: 15px;
            top: -10px;
            margin-left: -10px;
        }

.price-table-content .price-row {
    padding: 20px 0;
}

.pricing-plan {
    padding: 0 15px;
}

    .pricing-plan .no-padding {
        padding: 0;
    }

.price-lable {
    position: absolute;
    top: -10px;
    padding: 5px 10px;
    margin: 0 auto;
    display: inline-block;
    width: 100px;
    left: 0;
    right: 0;
}

.mails td, .right-side-toggle {
    position: relative;
}

.mails a {
    color: #96a2b4;
}

.mails td {
    vertical-align: middle!important;
}

.analytics-info .list-inline li, .btn-file, .feeds li > div, .fileinput .btn, .fileinput .thumbnail, .fileinput-filename, .mails .checkbox {
    vertical-align: middle;
}

.mails td:last-of-type {
    width: 100px;
    padding-right: 20px;
}

.mails tr:hover .text-white {
    display: none;
}

.mails .mail-select {
    padding: 12px 20px;
    min-width: 134px;
}

.mails .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    height: 17px;
}

    .mails .checkbox label {
        min-height: 16px;
    }

.mail-list .list-group-item {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

    .mail-list .list-group-item:hover {
        background: #fcfdff;
        border-left: 3px solid #36c5d3;
    }

    .mail-list .list-group-item:focus {
        border-left: 3px solid rgba(0,0,0,.1);
    }

    .mail-list .list-group-item.active:focus {
        background: rgba(0,0,0,.1);
        border-left: 3px solid #ff7676;
    }

    .mail-list .list-group-item.active {
        border-left: 3px solid #36c5d3;
        border-radius: 0;
        color: #272727!important;
    }

.mail_listing {
    min-height: 500px;
}

.inbox_listing .inbox-item:hover {
    background: rgba(0,0,0,.1);
}

.inbox_listing .inbox-item {
    padding-left: 20px;
}

.inbox-widget.inbox_listing .inbox-item .inbox-item-text {
    height: 19px;
}

.message-center .unread .mail-contnet .mail-desc, .message-center .unread .mail-contnet h5 {
    font-weight: 600;
    color: #96a2b4!important;
}

.calendar {
    float: left;
    margin-bottom: 0;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin-bottom: 5px;
    margin-top: 15px;
}

    .fc-toolbar h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        text-transform: capitalize;
        color: #fff;
    }

    .fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar .ui-state-hover, .fc-toolbar button:focus, .fc-toolbar button:hover {
        z-index: 0;
    }

.fc-widget-header {
    border: 0!important;
}

.fc-widget-content {
    border-color: rgba(120,130,140,.13)!important;
}

.fc th.fc-widget-header {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 7px 0;
    text-transform: capitalize;
}

.fc th.fc-sat, .fc th.fc-sun, .fc th.fc-thu, .fc th.fc-tue {
    background: #34b6ef;
}

.fc th.fc-fri, .fc th.fc-mon, .fc th.fc-wed {
    background: #3bbcf5;
}

.fc-view {
    margin-top: 0;
}

.fc-toolbar {
    background: #2cabe3;
    margin: 0;
    padding: 24px 20px;
}

.fc-button {
    background: #3bbcf5;
    border: 1px solid #2cabe3;
    color: #fff;
    text-transform: capitalize;
}

    .fc-button:hover {
        background: #3bbcf5;
        opacity: .8;
    }

.fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}

.fc-state-hover {
    background: #F5F5F5;
}

.fc-unthemed .fc-today {
    border: 1px solid #ff7676;
    background: rgba(0,0,0,.1)!important;
}

.fc-cell-overlay, .fc-state-highlight {
    background: #f0f0f0;
}

.fc-event {
    border-radius: 0;
    border: none;
    font-size: 13px;
    margin: 1px -1px 0;
    padding: 5px;
    text-align: center;
}

.calendar-event {
    margin: 10px 5px 0 0;
    padding: 6px 10px;
    display: inline-block;
    color: #fff;
    min-width: 140px;
    text-align: center;
}

    .calendar-event a {
        float: right;
        opacity: .6;
        font-size: 10px;
        margin: 4px 0 0 10px;
        color: #fff;
    }

.fc-basic-view td.fc-week-number span {
    padding-right: 5px;
}

.fc-basic-view .fc-day-number {
    padding: 10px 15px;
    display: inline-block;
}

.weather h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

.weather i {
    color: #fff;
    font-size: 40px;
}

.weather .w-title-sub {
    color: rgba(255,255,255,.6);
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.right-side-toggle i {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    transition-property: transform;
    transition-duration: 1s;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    top: 7px;
    left: 8px;
}

.right-sidebar {
    position: fixed;
    right: -240px;
    width: 240px;
    display: none;
    z-index: 1000;
    top: 0;
    height: 100%;
    box-shadow: 5px 1px 40px rgba(0,0,0,.1);
    transition: all .3s ease;
}

    .right-sidebar .rpanel-title {
        display: block;
        padding: 14px;
        color: #fff;
        text-transform: capitalize;
        font-size: 18px;
        background: #2cabe3;
    }

        .chatonline li a span, .right-sidebar .rpanel-title span:hover {
            color: #96a2b4;
        }

        .right-sidebar .rpanel-title span {
            float: right;
            cursor: pointer;
            font-size: 11px;
        }

    .right-sidebar .r-panel-body {
        padding: 20px;
    }

        .right-sidebar .r-panel-body ul {
            margin: 0;
            padding: 0;
        }

            .right-sidebar .r-panel-body ul li {
                list-style: none;
                padding: 5px 0;
            }

.shw-rside {
    right: 0;
    width: 240px;
    display: block;
}

.chatonline img {
    margin-right: 10px;
    float: left;
    width: 30px;
}

.chatonline li a {
    padding: 13px 0;
    float: left;
    width: 100%;
    color: #ddd4d4;
    font-size: 15px;
}
    .chatonline li a:hover {
        color:#fff;
    }
    .chatonline li a span small {
        display: block;
        font-size: 10px;
    }

ul#themecolors, ul#themecolors li:first-child {
    display: block;
}

    #themecolors li a, .stat-item, ul#themecolors li {
        display: inline-block;
    }

#themecolors li a {
    width: 50px;
    height: 50px;
    margin: 5px;
    color: transparent;
    position: relative;
}

    #themecolors li a.working:before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 18px;
        line-height: 50px;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        text-align: center;
    }

.default-theme {
    background: #4c5667;
}

.green-theme {
    background: #22b14c;
}

.yellow-theme {
    background: #a0aec4;
}

.blue-theme {
    background: #2cabe3;
}

.purple-theme {
    background: #707cd2;
}

.megna-theme {
    background: rgba(120,130,140,.2);
}

.default-dark-theme {
    background: #4f5467;
    background: -moz-linear-gradient(left,#4f5467 0,#4f5467 23%,#ff7676 23%,#ff7676 99%);
    background: -webkit-linear-gradient(left,#4f5467 0,#4f5467 23%,#ff7676 23%,#ff7676 99%);
    background: linear-gradient(to right,#4f5467 0,#4f5467 23%,#ff7676 23%,#ff7676 99%);
}

.green-dark-theme {
    background: #4f5467;
    background: -moz-linear-gradient(left,#4f5467 0,#4f5467 23%,#00c292 23%,#00c292 99%);
    background: -webkit-linear-gradient(left,#4f5467 0,#4f5467 23%,#00c292 23%,#00c292 99%);
    background: linear-gradient(to right,#4f5467 0,#4f5467 23%,#00c292 23%,#00c292 99%);
}

.yellow-dark-theme {
    background: #4f5467;
    background: -moz-linear-gradient(left,#4f5467 0,#4f5467 23%,#a0aec4 23%,#a0aec4 99%);
    background: -webkit-linear-gradient(left,#4f5467 0,#4f5467 23%,#a0aec4 23%,#a0aec4 99%);
    background: linear-gradient(to right,#4f5467 0,#4f5467 23%,#a0aec4 23%,#a0aec4 99%);
}

.blue-dark-theme {
    background: #4f5467;
    background: -moz-linear-gradient(left,#4f5467 0,#4f5467 23%,#2cabe3 23%,#2cabe3 99%);
    background: -webkit-linear-gradient(left,#4f5467 0,#4f5467 23%,#2cabe3 23%,#2cabe3 99%);
    background: linear-gradient(to right,#4f5467 0,#4f5467 23%,#2cabe3 23%,#2cabe3 99%);
}

.purple-dark-theme {
    background: #4f5467;
    background: -moz-linear-gradient(left,#4f5467 0,#4f5467 23%,#707cd2 23%,#707cd2 99%);
    background: -webkit-linear-gradient(left,#4f5467 0,#4f5467 23%,#707cd2 23%,#707cd2 99%);
    background: linear-gradient(to right,#4f5467 0,#4f5467 23%,#707cd2 23%,#707cd2 99%);
}

.megna-dark-theme {
    background: #4f5467;
    background: -moz-linear-gradient(left,#4f5467 0,#4f5467 23%,rgba(120,130,140,.2) 23%,rgba(120,130,140,.2) 99%);
    background: -webkit-linear-gradient(left,#4f5467 0,#4f5467 23%,rgba(120,130,140,.2) 23%,rgba(120,130,140,.2) 99%);
    background: linear-gradient(to right,#4f5467 0,#4f5467 23%,rgba(120,130,140,.2) 23%,rgba(120,130,140,.2) 99%);
}

.red-dark-theme {
    background: #e20b0b;
    background: -moz-linear-gradient(left,#4f5467 0,#4f5467 23%,#e20b0b 23%,#e20b0b 99%);
    background: -webkit-linear-gradient(left,#4f5467 0,#4f5467 23%,#e20b0b 23%,#e20b0b 99%);
    background: linear-gradient(to right,#4f5467 0,#4f5467 23%,#e20b0b 23%,#e20b0b 99%);
}

.visited li a {
    color: #96a2b4;
}

.visited li.active a {
    color: #2cabe3;
}

.stats-row {
    margin-bottom: 20px;
}

.stat-item {
    padding-right: 15px;
}

    .stat-item + .stat-item {
        padding-left: 15px;
        border-left: 1px solid #eee;
    }

.country-state {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

    .country-state h2 {
        margin: 0;
    }

    .country-state .progress {
        margin-top: 8px;
    }

.two-part li {
    width: 48.8%;
}

    .two-part li i {
        font-size: 50px;
    }

    .two-part li span {
        font-size: 50px;
        font-weight: 100;
        font-family: Rubik,sans-serif;
    }

.news-slide {
    position: relative;
}

    .news-slide .overlaybg {
        height: 370px;
    }

        .news-slide .overlaybg img {
            width: 100%;
            height: 100%;
        }

    .news-slide .news-content {
        position: absolute;
        height: 370px;
        background: rgba(0,0,0,.5);
        z-index: 10;
        width: 100%;
        top: 0;
        padding: 30px;
    }

        .news-slide .news-content h2 {
            height: 240px;
            color: #fff;
        }

        .news-slide .news-content a {
            color: #fff;
            opacity: .6;
            text-transform: capitalize;
        }

            .news-slide .news-content a:hover {
                opacity: 1;
            }

.dashboard-slide .news-content, .dashboard-slide .overlaybg {
    height: 435px;
}

    .dashboard-slide .news-content h2 {
        height: 320px;
    }

.nav-pills-rounded li {
    display: inline-block;
    float: none;
}

    .nav-pills-rounded li a {
        border-radius: 60px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        color: #96a2b4;
        padding: 10px 25px;
    }

    .nav-pills-rounded li.active a, .nav-pills-rounded li.active a:focus, .nav-pills-rounded li.active a:hover {
        background: #2cabe3;
        color: #fff;
    }

.analytics-info .list-inline {
    margin-bottom: 0;
}

    .analytics-info .list-inline li span {
        font-size: 24px;
    }

    .analytics-info .list-inline li i {
        font-size: 20px;
    }

.feeds {
    margin: 0;
    padding: 0;
}

    .feeds li {
        list-style: none;
        padding: 10px;
        display: block;
    }

        .feeds li:hover {
            background: rgba(0,0,0,.1);
        }

        .feeds li > div {
            width: 40px;
            height: 40px;
            margin-right: 5px;
            display: inline-block;
            text-align: center;
            border-radius: 100%;
        }

            .feeds li > div i {
                line-height: 40px;
            }

        .feeds li span {
            float: right;
            width: auto;
            font-size: 12px;
        }

.jq-icon-info {
    background-color: #2cabe3;
    color: #fff;
}

.jq-icon-success {
    background-color: #22b14c;
    color: #fff;
}

.jq-icon-error {
    background-color: #ff7676;
    color: #fff;
}

.jq-icon-warning {
    background-color: #ffc36d;
    color: #fff;
}

.dropzone {
    border-style: dashed;
    border-width: 1px;
}

.weather h1 sup {
    font-size: 20px;
    top: -1.2em;
}

.fcbtn {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 8px 20px;
}

    .fcbtn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

.btn-1b:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
}

.btn-1b:active, .btn-1b:hover {
    color: #fff;
}

    .btn-1b:active:after, .btn-1b:hover:after {
        height: 100%;
    }

.btn-1b.btn-info:after, .btn-1c.btn-info:after, .btn-1d.btn-info:after, .btn-1e.btn-info:after, .btn-1f.btn-info:after {
    background: #2cabe3;
}

.btn-1b.btn-warning:after, .btn-1c.btn-warning:after, .btn-1d.btn-warning:after, .btn-1e.btn-warning:after, .btn-1f.btn-warning:after {
    background: #ffc36d;
}

.btn-1b.btn-danger:after, .btn-1c.btn-danger:after, .btn-1d.btn-danger:after, .btn-1e.btn-danger:after, .btn-1f.btn-danger:after {
    background: #ff7676;
}

.btn-1b.btn-primary:after, .btn-1c.btn-primary:after, .btn-1d.btn-primary:after, .btn-1e.btn-primary:after, .btn-1f.btn-primary:after {
    background: #707cd2;
}

.btn-1b.btn-success:after, .btn-1c.btn-success:after, .btn-1d.btn-success:after, .btn-1e.btn-success:after, .btn-1f.btn-success:after {
    background: #22b14c;
}

.btn-1b.btn-inverse:after, .btn-1c.btn-inverse:after, .btn-1d.btn-inverse:after, .btn-1e.btn-inverse:after, .btn-1f.btn-inverse:after {
    background: #4c5667;
}

.btn-1e:after, .btn-1f:after {
    background: #fff;
    top: 50%;
    left: 50%;
}

.btn-1c:after {
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
}

.btn-1c:active, .btn-1c:hover {
    color: #000;
}

    .btn-1c:active:after, .btn-1c:hover:after {
        width: 100%;
    }

.btn-1d:after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.btn-1d:hover:after {
    width: 100%;
    opacity: 1;
}

.btn-1e:after {
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover:after {
    height: 260%;
    opacity: 1;
}

.btn-1e:active:after {
    height: 400%;
    opacity: 1;
}

.btn-1f:after {
    width: 101%;
    height: 0;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.btn-1f:hover:after {
    height: 100%;
    opacity: 1;
}

.btn-1f:active:after {
    height: 130%;
    opacity: 1;
}

.sweet-alert {
    padding: 25px;
}

    .sweet-alert h2 {
        margin-top: 0;
    }

    .sweet-alert p {
        line-height: 30px;
    }

ul.list-icons {
    margin: 0;
    padding: 0;
}

    ul.list-icons li {
        list-style: none;
        line-height: 40px;
    }

        ul.list-icons li i {
            font-size: 12px;
            margin-right: 5px;
        }

.demo-popover .popover, .demo-tooltip .tooltip {
    position: relative;
    margin-right: 25px;
    opacity: 1;
    display: inline-block;
}

.tooltip-inner {
    border-radius: 3px;
    padding: 5px 10px;
}

.btn-file > input, .popover .popover-title {
    border-radius: 0;
}

.tooltip.in {
    opacity: 1;
}

.tooltip-primary + .tooltip .tooltip-inner, .tooltip-primary.tooltip .tooltip-inner {
    color: #fff;
    background-color: #707cd2;
}

.tooltip-primary + .tooltip.top .tooltip-arrow, .tooltip-primary.tooltip.top .tooltip-arrow {
    border-top-color: #707cd2;
}

.tooltip-primary + .tooltip.right .tooltip-arrow, .tooltip-primary.tooltip.right .tooltip-arrow {
    border-right-color: #707cd2;
}

.tooltip-primary + .tooltip.bottom .tooltip-arrow, .tooltip-primary.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #707cd2;
}

.tooltip-primary + .tooltip.left .tooltip-arrow, .tooltip-primary.tooltip.left .tooltip-arrow {
    border-left-color: #707cd2;
}

.tooltip-success + .tooltip .tooltip-inner, .tooltip-success.tooltip .tooltip-inner {
    color: #fff;
    background-color: #22b14c;
}

.tooltip-success + .tooltip.top .tooltip-arrow, .tooltip-success.tooltip.top .tooltip-arrow {
    border-top-color: #22b14c;
}

.tooltip-success + .tooltip.right .tooltip-arrow, .tooltip-success.tooltip.right .tooltip-arrow {
    border-right-color: #22b14c;
}

.tooltip-success + .tooltip.bottom .tooltip-arrow, .tooltip-success.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #22b14c;
}

.tooltip-success + .tooltip.left .tooltip-arrow, .tooltip-success.tooltip.left .tooltip-arrow {
    border-left-color: #22b14c;
}

.tooltip-warning + .tooltip .tooltip-inner, .tooltip-warning.tooltip .tooltip-inner {
    color: #fff;
    background-color: #ffc36d;
}

.tooltip-warning + .tooltip.top .tooltip-arrow, .tooltip-warning.tooltip.top .tooltip-arrow {
    border-top-color: #ffc36d;
}

.tooltip-warning + .tooltip.right .tooltip-arrow, .tooltip-warning.tooltip.right .tooltip-arrow {
    border-right-color: #ffc36d;
}

.tooltip-warning + .tooltip.bottom .tooltip-arrow, .tooltip-warning.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffc36d;
}

.tooltip-warning + .tooltip.left .tooltip-arrow, .tooltip-warning.tooltip.left .tooltip-arrow {
    border-left-color: #ffc36d;
}

.tooltip-info + .tooltip .tooltip-inner, .tooltip-info.tooltip .tooltip-inner {
    color: #fff;
    background-color: #2cabe3;
}

.tooltip-info + .tooltip.top .tooltip-arrow, .tooltip-info.tooltip.top .tooltip-arrow {
    border-top-color: #2cabe3;
}

.tooltip-info + .tooltip.right .tooltip-arrow, .tooltip-info.tooltip.right .tooltip-arrow {
    border-right-color: #2cabe3;
}

.tooltip-info + tooltip.bottom .tooltip-arrow, .tooltip-info.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2cabe3;
}

.tooltip-info + .tooltip.left .tooltip-arrow, .tooltip-info.tooltip.left .tooltip-arrow {
    border-left-color: #2cabe3;
}

.tooltip-danger + .tooltip .tooltip-inner, .tooltip-danger.tooltip .tooltip-inner {
    color: #fff;
    background-color: #ff7676;
}

.tooltip-danger + .tooltip.top .tooltip-arrow, .tooltip-danger.tooltip.top .tooltip-arrow {
    border-top-color: #ff7676;
}

.tooltip-danger + .tooltip.right .tooltip-arrow, .tooltip-danger.tooltip.right .tooltip-arrow {
    border-right-color: #ff7676;
}

.tooltip-danger + .tooltip.bottom .tooltip-arrow, .tooltip-danger.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ff7676;
}

.tooltip-danger + .tooltip.left .tooltip-arrow, .tooltip-danger.tooltip.left .tooltip-arrow {
    border-left-color: #ff7676;
}

.flotTip {
    padding: 8px 12px;
    background-color: #96a2b4;
    z-index: 100;
    color: #fff;
    opacity: .9;
    font-size: 13px;
}

.popover {
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.05);
    box-shadow: 0 2px 6px rgba(0,0,0,.05);
}

.popover-primary + .popover .popover-title {
    color: #fff;
    background-color: #707cd2;
    border-color: #707cd2;
}

.popover-primary + .popover.bottom .arrow, .popover-primary + .popover.bottom .arrow:after {
    border-bottom-color: #707cd2;
}

.popover-success + .popover .popover-title {
    color: #fff;
    background-color: #22b14c;
    border-color: #22b14c;
}

.popover-success + .popover.bottom .arrow, .popover-success + .popover.bottom .arrow:after {
    border-bottom-color: #22b14c;
}

.popover-info + .popover .popover-title {
    color: #fff;
    background-color: #2cabe3;
    border-color: #2cabe3;
}

.popover-info + .popover.bottom .arrow, .popover-info + .popover.bottom .arrow:after {
    border-bottom-color: #2cabe3;
}

.popover-warning + .popover .popover-title {
    color: #fff;
    background-color: #ffc36d;
    border-color: #ffc36d;
}

.popover-warning + .popover.bottom .arrow, .popover-warning + .popover.bottom .arrow:after {
    border-bottom-color: #ffc36d;
}

.popover-danger + .popover .popover-title {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676;
}

.popover-danger + .popover.bottom .arrow, .popover-danger + .popover.bottom .arrow:after {
    border-bottom-color: #ff7676;
}

.btn-file {
    position: relative;
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        font-size: 23px;
        height: 100%;
        width: 100%;
        direction: ltr;
        cursor: pointer;
    }

.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}

    .fileinput .form-control {
        padding-top: 7px;
        padding-bottom: 5px;
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text;
    }

    .fileinput .thumbnail {
        display: inline-block;
        margin-bottom: 5px;
        text-align: center;
    }

        .fileinput .thumbnail > img {
            max-height: 100%;
        }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    display: inline-block;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

.fileinput.input-group {
    display: table;
}

    .fileinput.input-group > * {
        position: relative;
        z-index: 2;
    }

    .fileinput.input-group > .btn-file {
        z-index: 1;
    }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.ms-container .ms-list {
    border-radius: 0;
    box-shadow: none;
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    padding: 6px 10px;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background: #2cabe3;
}

.dropzone .dz-message {
    text-align: center;
    margin: 10% 0;
}

.editable-input .form-control {
    height: 30px;
}

.asColorPicker-trigger {
    position: absolute;
    top: 0;
    right: -35px;
    height: 38px;
    width: 37px;
    border: 0;
}

#ct-bar-chart, #ct-city-wth, #ct-daily-sales, #ct-extra, #ct-main-bal, #ct-polar-chart, #ct-sales, #ct-visits, #ct-weather, .user-profile {
    position: relative;
}

.asColorPicker-dropdown {
    max-width: 260px;
}

.asColorPicker-clear {
    top: 7px;
    right: 16px;
}

.pageheader1 {
    margin-bottom: 10px;
    padding: 5px 0 0;
    border-radius: 0;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: #fff;
}

.risk_pro {
    color: #999;
    width: 150px;
}

.risk_icon {
    width: 40px;
    height: 30px;
    background: url(../plugins/images/risk_profile_icon.png) no-repeat;
}

.risk_icon_02 {
    background-position: -57px 0;
}

.risk_icon_03 {
    background-position: -114px 0;
}

.risk_icon_04 {
    background-position: -171px 0;
}

.risk_icon_05 {
    background-position: -227px 0;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background: #2cabe3;
    color: #fff;
}

.editable-table + input.error {
    border: 1px solid #danger;
    outline: 0;
    outline-offset: 0;
}

#editable-datatable_wrapper + input:focus, .editable-table + input, .editable-table + input:focus {
    border: 1px solid #2cabe3!important;
    outline: 0!important;
    outline-offset: 0!important;
}

.editable-table td:focus {
    outline: 0;
}

.user-profile {
    padding: 15px 0;
    text-align: center;
}

    .user-profile .user-pro-body {
        display: block;
    }

        .user-profile .user-pro-body img {
            width: 50px;
            display: block;
            margin: 0 auto 10px;
        }

        .user-profile .user-pro-body .u-dropdown {
            color: #97999f;
        }

        .user-profile .user-pro-body .dropdown-menu {
            right: 0;
            width: 180px;
            left: 0;
            margin: 0 auto;
        }

.wizard-steps {
    display: table;
    width: 100%;
}

    .wizard-steps > li {
        display: table-cell;
        padding: 10px 20px;
        background: rgba(0,0,0,.1);
    }

        .wizard-steps > li span {
            border-radius: 100%;
            border: 1px solid rgba(120,130,140,.13);
            width: 40px;
            height: 40px;
            display: inline-block;
            vertical-align: middle;
            padding-top: 9px;
            margin-right: 8px;
            text-align: center;
        }

.wizard-content {
    padding: 25px;
    border-color: rgba(120,130,140,.13);
    margin-bottom: 30px;
}

.wizard-steps > li.current, .wizard-steps > li.done {
    background: #2cabe3;
    color: #fff;
}

    .wizard-steps > li.current span, .wizard-steps > li.done span {
        border-color: #fff;
        color: #fff;
    }

    .wizard-steps > li.current h4, .wizard-steps > li.done h4 {
        color: #fff;
    }

.wizard-steps > li.done {
    background: #22b14c;
}

.wizard-steps > li.error {
    background: #ff7676;
}

.wiz-aco .pager {
    margin: 0;
}

#morris-donut-chart svg text {
    font-family: Rubik,sans-serif!important;
    font-weight: 400!important;
}

#diagram {
    margin: 0 auto;
    width: 250px;
    padding-top: 60px;
    height: 341px;
}

    #diagram circle {
        fill: #fff;
    }

    #diagram text {
        fill: #96a2b4;
    }

.get {
    display: none;
}

ul.expense-box {
    margin: 0;
    padding: 0;
}

    ul.expense-box li {
        list-style: none;
        display: inline-block;
        padding: 8px 0 8px 20px;
    }

        ul.expense-box li i {
            width: 60px;
            font-size: 30px;
            vertical-align: middle;
            display: inline-block;
        }

        ul.expense-box li span {
            display: inline-block;
            vertical-align: middle;
        }

            ul.expense-box li span h2 {
                margin-bottom: 0;
                font-weight: 400;
            }

            ul.expense-box li span h4 {
                margin-top: 0;
            }

.minus-margin {
    margin: 0 -25px;
}

.manage-users {
    margin-bottom: 30px;
}

    .manage-users .tabs-style-iconbox nav {
        background: #2cabe3;
    }

        .manage-users .tabs-style-iconbox nav ul li a {
            color: rgba(255,255,255,.6);
            text-transform: capitalize;
        }

            .manage-users .tabs-style-iconbox nav ul li a.sticon:before {
                margin-bottom: 15px;
            }

        .manage-users .tabs-style-iconbox nav ul li.tab-current a {
            box-shadow: none;
        }

ul.side-icon-text {
    margin: 0;
    padding: 0;
}

    ul.side-icon-text > li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
    }

        ul.side-icon-text > li a {
            color: #96a2b4;
            font-weight: 400;
        }

            ul.side-icon-text > li a:hover {
                color: #2cabe3;
            }

            ul.side-icon-text > li a span {
                margin-right: 10px;
            }

.manage-table {
    border-top: 1px solid rgba(120,130,140,.13);
    margin: 10px -25px 0;
    padding: 30px;
}

.table tbody tr.advance-table-row {
    border: 2px solid rgba(120,130,140,.13);
    white-space: nowrap;
}

    .table tbody tr.advance-table-row .checkbox {
        margin: 0;
    }

    .table tbody tr.advance-table-row.active {
        border: 2px solid #2cabe3;
    }

    .table tbody tr.advance-table-row td {
        vertical-align: middle!important;
        border: 0!important;
        font-size: 16px;
    }

td.sm-pd {
    padding: 5px 0!important;
}

.demo-container .flot-text, .demo-container .flot-x-axis, .wallet-widgets #morris-area-chart2 text {
    display: none;
}

ul.wallet-list {
    margin: 0;
    padding: 0;
}

    ul.wallet-list li {
        list-style: none;
        display: block;
        font-size: 18px;
        padding: 20px;
        border-top: 1px solid rgba(120,130,140,.13);
    }

        ul.wallet-list li i {
            font-size: 24px;
            display: inline-block;
            margin-right: 12px;
            vertical-align: middle;
            color: #2cabe3;
        }

        ul.wallet-list li a {
            vertical-align: middle;
            color: #96a2b4;
        }

            ul.wallet-list li a:hover {
                color: #2cabe3;
            }

@keyframes dasharray-craziness {
    0% {
        stroke-dasharray: 5px;
    }

    50% {
        stroke-dasharray: 6px;
    }

    100% {
        stroke-dasharray: 7px;
    }
}

#ct-extra .ct-series-a .ct-line, #ct-extra .ct-series-a .ct-point, #ct-sales .ct-series-a .ct-line, #ct-sales .ct-series-a .ct-point, #ct-weather .ct-series-a .ct-line, #ct-weather .ct-series-a .ct-point {
    stroke: #fff;
    stroke-shadow: 3px 10px 10px #000;
}

#ct-extra .ct-series-a .ct-area, #ct-sales .ct-series-a .ct-area, #ct-weather .ct-series-a .ct-area {
    fill: none;
}

#ct-extra .ct-grid, #ct-sales .ct-grid, #ct-weather .ct-grid {
    stroke: rgba(255,255,255,.2);
    stroke-dasharray: 0;
}

#ct-weather .ct-series-a .ct-line {
    animation: dasharray-craziness 2s infinite;
}

.ct-label {
    font-size: 1em;
}

#ct-extra .ct-series-a .ct-line, #ct-extra .ct-series-a .ct-point {
    stroke: #2cabe3;
    animation: dasharray-craziness .5s infinite;
}

#ct-extra .ct-grid {
    stroke: rgba(0,0,0,.2);
    stroke-dasharray: 2px;
}

#ct-bar-chart .ct-series-a .ct-bar {
    stroke: #2cabe3;
    stroke-width: 7px;
}

#ct-main-bal .ct-series-a .ct-line, #ct-main-bal .ct-series-a .ct-point {
    stroke: none;
    fill: #2cabe3;
    fill-opacity: .5;
}

#ct-main-bal .ct-series-b .ct-line, #ct-main-bal .ct-series-b .ct-point {
    stroke: #2cabe3;
    stroke-width: 1px;
    animation: dasharray-craziness 2s infinite;
    opacity: .8;
}

#ct-main-bal .ct-series-b .ct-area {
    fill: #2cabe3;
    fill-opacity: .2;
}

#ct-visits .ct-series-a .ct-line, #ct-visits .ct-series-a .ct-point {
    stroke: #ff7676;
}

#ct-visits .ct-series-b .ct-line, #ct-visits .ct-series-b .ct-point {
    stroke: #2cabe3;
}

#ct-visits .ct-series-a .ct-area {
    fill: #ff7676;
    fill-opacity: .1;
}

#ct-visits .ct-series-b .ct-area {
    fill: #2cabe3;
    fill-opacity: .1;
}

#ct-visits .ct-line {
    stroke-width: 2px;
}

#ct-city-wth .ct-label {
    color: #fff;
}

#ct-city-wth .ct-series-a .ct-line, #ct-city-wth .ct-series-a .ct-point {
    stroke: rgba(255,255,255,.2);
}

#ct-city-wth .ct-series-a .ct-area {
    fill: none;
}

#ct-polar-chart .ct-series-a .ct-point, #ct-polar-chart .ct-series-b .ct-point, #ct-polar-chart .ct-series-c .ct-point, #ct-polar-chart .ct-series-d .ct-point {
    stroke-width: 3px;
}

#ct-polar-chart .ct-series-a .ct-area {
    fill: #2cabe3;
}

#ct-polar-chart .ct-series-b .ct-area {
    fill: #22b14c;
}

#ct-polar-chart .ct-series-c .ct-area {
    fill: #ff7676;
}

#ct-polar-chart .ct-series-d .ct-area {
    fill: #ffc36d;
}

#ct-daily-sales .ct-series-a .ct-bar {
    stroke-width: 10px;
    stroke: #2f323e;
}

.dp-table {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .dp-table li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: table-cell;
        text-align: center;
    }

.calendar-widget {
    display: block;
}

    .calendar-widget .cal-left {
        width: 30%;
        float: left;
        position: absolute;
        padding: 5%;
        height: 100%;
    }

        .calendar-widget .cal-left .cal-btm-text {
            position: absolute;
            bottom: 40px;
            font-weight: 400;
        }

        .calendar-widget .cal-left h1 {
            font-size: 50px;
            margin-bottom: 0;
            font-weight: 400;
        }

        .calendar-widget .cal-left span {
            width: 100px;
            border-top: 2px solid #22b14c;
            height: 2px;
            margin: 3px 0;
            display: inline-block;
        }

    .calendar-widget .cal-right {
        width: 70%;
        float: right;
        min-height: 200px;
    }

        .calendar-widget .cal-right .cal-table {
            width: 100%;
        }

            .calendar-widget .cal-right .cal-table td {
                padding: 18px 15px;
                text-align: center;
                color: #fff;
                font-weight: 400;
            }

                .calendar-widget .cal-right .cal-table td h1 {
                    text-align: left;
                    color: #fff;
                    font-weight: 400;
                    padding-left: 30px;
                }

                .calendar-widget .cal-right .cal-table td .cal-add {
                    font-size: 24px;
                    color: #fff;
                }

                .calendar-widget .cal-right .cal-table td.cal-active {
                    border-radius: 60px;
                    background: rgba(0,0,0,.1);
                }

.real-time-widgets {
    text-align: center;
    position: relative;
}

    .real-time-widgets .data-text {
        width: 200px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        z-index: 200;
        right: 0;
        top: 110px;
    }

        .real-time-widgets .data-text h1 {
            font-size: 50px;
        }

        .real-time-widgets .data-text h5 {
            width: 70px;
            margin: 0 auto 10px;
            padding-bottom: 8px;
            border-bottom: 2px solid #22b14c;
        }

        .real-time-widgets .data-text span {
            font-size: 18px;
            font-weight: 400;
        }

.profile-social-icons {
    padding-bottom: 30px;
    font-size: 20px;
}

    .profile-social-icons a {
        color: #98a6ad;
    }

.city-weather-widget h1, .city-weather-widget h4, .city-weather-widget h5, .city-weather-widget i, .mailbox-widget .customtab li a {
    color: #fff;
}

.mailbox-widget .customtab {
    border-bottom: 0;
}

    .mailbox-widget .customtab li a:hover {
        background: 0 0;
        opacity: .5;
    }

    .mailbox-widget .customtab li.active a, .mailbox-widget .customtab li.active a:focus {
        background: 0 0;
        color: #fff;
        border-color: #22b14c;
    }

.sk-chat-widgets .chatonline {
    padding: 0;
}

    .sk-chat-widgets .chatonline li {
        list-style: none;
        padding: 5px 0;
        position: relative;
    }

        .sk-chat-widgets .chatonline li a {
            float: none;
            display: inline-block;
        }

            .sk-chat-widgets .chatonline li a img {
                width: 40px;
            }

        .sk-chat-widgets .chatonline li .call-chat {
            position: absolute;
            right: 0;
            display: none;
            top: 20px;
        }

        .sk-chat-widgets .chatonline li:hover .call-chat {
            display: block;
        }

.chat-box-input {
    border: 0;
    width: 100%;
    height: 60px;
    resize: none;
    line-height: 24px;
}

.manage-u-table select {
    max-width: 150px;
    border-radius: 60px;
}

.manage-u-table td {
    white-space: nowrap;
}

.city-weather-widget .side-icon-text i {
    font-size: 50px;
    margin-right: 15px;
}

.city-weather-widget .side-icon-text h1 {
    font-weight: 500;
}

.city-weather-days {
    padding: 0 15px;
}

    .city-weather-days li {
        text-align: center;
        font-size: 16px;
        padding: 18px 0;
        border-left: 1px solid rgba(120,130,140,.13);
        border-top: 1px solid rgba(120,130,140,.13);
    }

        .city-weather-days li span {
            display: block;
            text-transform: capitalize;
            line-height: 24px;
            padding: 7px 0;
        }

        .city-weather-days li i {
            font-size: 30px;
            color: #e8e8e8;
        }

        .city-weather-days li.active {
            border-bottom: 2px solid #ff7676;
        }

            .city-weather-days li.active i {
                color: #ff7676;
            }

.weather-with-bg .wt-top .wt-img {
    width: 100%;
    height: 350px;
    padding: 40px 60px;
    background-size: cover;
    background-position: center center;
}

    .weather-with-bg .wt-top .wt-img h1, .weather-with-bg .wt-top .wt-img h4, .weather-with-bg .wt-top .wt-img i {
        color: #fff;
    }

    .weather-with-bg .wt-top .wt-img .side-icon-text li i {
        font-size: 60px;
        margin-right: 20px;
    }

    .weather-with-bg .wt-top .wt-img .side-icon-text li h1 {
        font-size: 60px;
    }

    .weather-with-bg .wt-top .wt-img .wt-city-text {
        padding-top: 50px;
    }

.weather-with-bg .wt-counter li {
    display: inline-block;
    padding: 10px 7.5px;
}

    .weather-with-bg .wt-counter li a {
        min-width: 50px;
        display: block;
        padding: 13px;
        height: 50px;
        color: #96a2b4;
        font-size: 17px;
        text-align: center;
        border-radius: 100%;
    }

    .weather-with-bg .wt-counter li.active a {
        background: #2cabe3;
        color: #fff;
    }

.mt-gauge {
    height: 35px;
}

.calendar-events {
    padding: 8px 10px;
    border: 1px solid #fff;
    cursor: move;
}

    .calendar-events:hover {
        border: 1px dashed rgba(120,130,140,.13);
    }

    .calendar-events i {
        margin-right: 8px;
    }

.earning-box {
    padding: 0;
    margin: 0;
}

    .earning-box li {
        display: box;
        list-style: none;
        padding: 20px 0;
    }

        .earning-box li .er-row .er-pic {
            float: left;
            margin-right: 20px;
        }

            .earning-box li .er-row .er-pic img {
                width: 60px;
            }

        .earning-box li .er-row .er-text {
            float: left;
            width: 45%;
        }

            .earning-box li .er-row .er-text h3 {
                margin: 5px 0 0;
                font-weight: 400;
                font-size: 18px;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .earning-box li .er-row .er-count {
            float: right;
            font-size: 30px;
            padding-top: 5px;
            color: #2cabe3;
            font-weight: 400;
        }

.todo-list li {
    border: 0;
    border-bottom: 1px solid rgba(120,130,140,.13);
    margin-bottom: 0;
    padding: 20px 15px 15px 0;
}

    .todo-list li .checkbox label {
        font-weight: 400;
    }

    .todo-list li:last-child {
        border-bottom: 0;
    }

    .todo-list li .assignedto {
        padding: 0 0 0 27px;
        margin: 0;
    }

        .todo-list li .assignedto li {
            list-style: none;
            padding: 0;
            display: inline-block;
            border: 0;
            margin-right: 2px;
        }

            .todo-list li .assignedto li img {
                width: 30px;
                border-radius: 100%;
            }

    .todo-list li .item-date {
        padding-left: 25px;
        font-size: 12px;
        display: inline-block;
    }

.list-task .task-done span {
    text-decoration: line-through;
}

.no-bg-addon .input-group-addon {
    background-color: #1598d2;
    border: 1px solid rgba(120,130,140,.13);
    left: -2px;
    position: relative;
    z-index: 10;
    border-left: 0;
    color: rgba(255,255,255,.95);
    border-radius: 0 3px 3px 0;
}

.no-bg-addon .form-control {
    transition: 0s;
}

    .no-bg-addon .form-control:focus + .input-group-addon {
        border-color: #96a2b4;
        color: #96a2b4;
    }

.select-mode .btn {
    padding: 15px 0;
}

    .select-mode .btn.btn-default:focus {
        border-color: #2cabe3;
        color: #fff;
        background: #2cabe3;
    }

#side-menu li a:focus, #side-menu li.active > a {
    background: rgba(0,0,0,0);
}

ul.select-row-icon {
    padding: 0;
    margin: 0;
}

    ul.select-row-icon li {
        display: block;
        list-style: none;
    }

        ul.select-row-icon li a {
            display: block;
            color: #96a2b4;
            padding: 8px 15px;
            position: relative;
            border: 2px solid #fff;
        }

            ul.select-row-icon li a i {
                font-size: 24px;
                vertical-align: middle;
                padding-right: 10px;
            }

                ul.select-row-icon li a i.whn-hov {
                    color: #2cabe3;
                    display: none;
                    float: right;
                    position: absolute;
                    right: 15px;
                    top: 10px;
                }

            .sidebar .fa-fw, ul.select-row-icon li a.selected i.whn-hov, ul.select-row-icon li a:hover i.whn-hov {
                display: inline-block;
            }

            ul.select-row-icon li a.selected, ul.select-row-icon li a:hover {
                border: 2px solid rgba(120,130,140,.13);
            }

.sidebar {
    overflow-y: auto;
}

    .sidebar .sidebar-nav.navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar .fa-fw {
        width: 20px;
        text-align: center!important;
        font-style: normal;
        font-weight: 500;
        margin-right: 7px;
        font-size: 16px;
        vertical-align: middle;
    }

.fa-fw, .fa-li, .fa-stack-1x, .fa-stack-2x, .glyphs.character-mapping input, .sttabs nav, .sttabs nav ul li, .sttabs1, .sttabs1 ul li, .wi-fw {
    text-align: center;
}

.sidebar .mdi {
    font-size: 21px;
}

.sidebar .sidebar-head {
    padding: 6px 20px;
    width: 60px;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
}

    .sidebar .sidebar-head h3 {
        font-weight: 400;
    }

        .sidebar .sidebar-head h3 i {
            font-size: 20px;
        }

.sidebar:hover .sidebar-head {
    width: 240px;
}

.sidebar .label {
    font-size: 10px;
    border-radius: 60px;
    padding: 6px 8px;
    min-width: 30px;
    height: 20px;
    margin-top: 4px;
}

.sidebar .hide-menu, .sidebar .nav-small-cap {
    display: none;
}

.sidebar:hover .hide-menu {
    display: inline;
}

.sidebar:hover .nav-small-cap {
    display: block;
}

.sidebar #side-menu .user-pro .img-circle {
    width: 30px;
    margin-right: 10px;
}

.sidebar #side-menu .user-pro > a {
    padding-left: 15px;
}

.sidebar #side-menu .user-pro ul li a {
    padding-left: 25px;
}

.sidebar #side-menu .user-pro .nav-second-level li i {
    margin-right: 10px;
}

#side-menu {
    padding-top: 60px;
    overflow: hidden;
}

.sidebar .sidebar-search {
    padding: 15px;
}

#side-menu li a {
    color: #97999f;
    width: 240px;
}

#side-menu ul > li > a.active, #side-menu > li > a.active {
    color: #2cabe3;
}

#side-menu li.devider {
    margin: 7px 0;
    border-top: 1px solid rgba(120,130,140,.13);
}

.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em;
}

#side-menu > li > a {
    padding: 7px 35px 7px 20px;
    display: block;
}

    #side-menu > li > a:focus, #side-menu > li > a:hover {
        background: rgba(0,0,0,.1);
    }

#side-menu ul > li > a:hover {
    color: #2cabe3;
    background: 0 0;
}

.sidebar .arrow {
    position: absolute;
    right: 20px;
    top: 12px;
}

.sidebar .nav-second-level .arrow {
    right: 20px;
    top: 17px;
}

.sidebar .fa.arrow:before {
    content: "\f105";
}

.sidebar .active > a > span > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li, .sidebar .nav-third-level li {
    border-bottom: none!important;
}
.sidebar .nav-second-level.collapse.in li{
  background:#0c4661;
}
    .sidebar .nav-second-level li a {
        padding: 4px 10px 4px 20px;
    }

.sidebar:hover .nav-second-level li a {
    padding-left: 30px;
}

.sidebar .nav-third-level li a {
    padding-left: 20px;
}

.sidebar:hover .nav-third-level li a {
    padding-left: 40px;
}

.content-wrapper .nicescroll-rails {
    display: none!important;
}

.fa, .fa-stack, .mdi-set, .mdi:before, .wi {
    display: inline-block;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: "Material Design Icons";
    src: url(icons/material-design-iconic-font/fonts/materialdesignicons-webfont.1cadc);
    src: url(icons/material-design-iconic-font/fonts/materialdesignicons-webfont.1cbd4?#iefix&v=1.8.37) format("embedded-opentype"),url(icons/material-design-iconic-font/fonts/materialdesignicons-webfont.1ccdc) format("woff2"),url(icons/material-design-iconic-font/fonts/materialdesignicons-webfont.1cddc) format("woff"),url(icons/material-design-iconic-font/fonts/materialdesignicons-webfont.1cedc) format("truetype"),url(icons/material-design-iconic-font/fonts/materialdesignicons-webfont.1cfdc#materialdesigniconsregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

.mdi-set, .mdi:before {
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    transform: translate(0,0);
}

.mdi-access-point:before {
    content: "\F002";
}

.mdi-access-point-network:before {
    content: "\F003";
}

.mdi-account:before {
    content: "\F004";
}

.mdi-account-alert:before {
    content: "\F005";
}

.mdi-account-box:before {
    content: "\F006";
}

.mdi-account-box-outline:before {
    content: "\F007";
}

.mdi-account-card-details:before {
    content: "\F5D2";
}

.mdi-account-check:before {
    content: "\F008";
}

.mdi-account-circle:before {
    content: "\F009";
}

.mdi-account-convert:before {
    content: "\F00A";
}

.mdi-account-edit:before {
    content: "\F6BB";
}

.mdi-account-key:before {
    content: "\F00B";
}

.mdi-account-location:before {
    content: "\F00C";
}

.mdi-account-minus:before {
    content: "\F00D";
}

.mdi-account-multiple:before {
    content: "\F00E";
}

.mdi-account-multiple-minus:before {
    content: "\F5D3";
}

.mdi-account-multiple-outline:before {
    content: "\F00F";
}

.mdi-account-multiple-plus:before {
    content: "\F010";
}

.mdi-account-network:before {
    content: "\F011";
}

.mdi-account-off:before {
    content: "\F012";
}

.mdi-account-outline:before {
    content: "\F013";
}

.mdi-account-plus:before {
    content: "\F014";
}

.mdi-account-remove:before {
    content: "\F015";
}

.mdi-account-search:before {
    content: "\F016";
}

.mdi-account-settings:before {
    content: "\F630";
}

.mdi-account-settings-variant:before {
    content: "\F631";
}

.mdi-account-star:before {
    content: "\F017";
}

.mdi-account-star-variant:before {
    content: "\F018";
}

.mdi-account-switch:before {
    content: "\F019";
}

.mdi-adjust:before {
    content: "\F01A";
}

.mdi-air-conditioner:before {
    content: "\F01B";
}

.mdi-airballoon:before {
    content: "\F01C";
}

.mdi-airplane:before {
    content: "\F01D";
}

.mdi-airplane-landing:before {
    content: "\F5D4";
}

.mdi-airplane-off:before {
    content: "\F01E";
}

.mdi-airplane-takeoff:before {
    content: "\F5D5";
}

.mdi-airplay:before {
    content: "\F01F";
}

.mdi-alarm:before {
    content: "\F020";
}

.mdi-alarm-check:before {
    content: "\F021";
}

.mdi-alarm-multiple:before {
    content: "\F022";
}

.mdi-alarm-off:before {
    content: "\F023";
}

.mdi-alarm-plus:before {
    content: "\F024";
}

.mdi-alarm-snooze:before {
    content: "\F68D";
}

.mdi-album:before {
    content: "\F025";
}

.mdi-alert:before {
    content: "\F026";
}

.mdi-alert-box:before {
    content: "\F027";
}

.mdi-alert-circle:before {
    content: "\F028";
}

.mdi-alert-circle-outline:before {
    content: "\F5D6";
}

.mdi-alert-octagon:before {
    content: "\F029";
}

.mdi-alert-octagram:before {
    content: "\F6BC";
}

.mdi-alert-outline:before {
    content: "\F02A";
}

.mdi-all-inclusive:before {
    content: "\F6BD";
}

.mdi-alpha:before {
    content: "\F02B";
}

.mdi-alphabetical:before {
    content: "\F02C";
}

.mdi-altimeter:before {
    content: "\F5D7";
}

.mdi-amazon:before {
    content: "\F02D";
}

.mdi-amazon-clouddrive:before {
    content: "\F02E";
}

.mdi-ambulance:before {
    content: "\F02F";
}

.mdi-amplifier:before {
    content: "\F030";
}

.mdi-anchor:before {
    content: "\F031";
}

.mdi-android:before {
    content: "\F032";
}

.mdi-android-debug-bridge:before {
    content: "\F033";
}

.mdi-android-studio:before {
    content: "\F034";
}

.mdi-angular:before {
    content: "\F6B1";
}

.mdi-angularjs:before {
    content: "\F6BE";
}

.mdi-animation:before {
    content: "\F5D8";
}

.mdi-apple:before {
    content: "\F035";
}

.mdi-apple-finder:before {
    content: "\F036";
}

.mdi-apple-ios:before {
    content: "\F037";
}

.mdi-apple-keyboard-caps:before {
    content: "\F632";
}

.mdi-apple-keyboard-command:before {
    content: "\F633";
}

.mdi-apple-keyboard-control:before {
    content: "\F634";
}

.mdi-apple-keyboard-option:before {
    content: "\F635";
}

.mdi-apple-keyboard-shift:before {
    content: "\F636";
}

.mdi-apple-mobileme:before {
    content: "\F038";
}

.mdi-apple-safari:before {
    content: "\F039";
}

.mdi-application:before {
    content: "\F614";
}

.mdi-apps:before {
    content: "\F03B";
}

.mdi-archive:before {
    content: "\F03C";
}

.mdi-arrange-bring-forward:before {
    content: "\F03D";
}

.mdi-arrange-bring-to-front:before {
    content: "\F03E";
}

.mdi-arrange-send-backward:before {
    content: "\F03F";
}

.mdi-arrange-send-to-back:before {
    content: "\F040";
}

.mdi-arrow-all:before {
    content: "\F041";
}

.mdi-arrow-bottom-left:before {
    content: "\F042";
}

.mdi-arrow-bottom-right:before {
    content: "\F043";
}

.mdi-arrow-compress:before {
    content: "\F615";
}

.mdi-arrow-compress-all:before {
    content: "\F044";
}

.mdi-arrow-down:before {
    content: "\F045";
}

.mdi-arrow-down-bold:before {
    content: "\F046";
}

.mdi-arrow-down-bold-circle:before {
    content: "\F047";
}

.mdi-arrow-down-bold-circle-outline:before {
    content: "\F048";
}

.mdi-arrow-down-bold-hexagon-outline:before {
    content: "\F049";
}

.mdi-arrow-down-box:before {
    content: "\F6BF";
}

.mdi-arrow-down-drop-circle:before {
    content: "\F04A";
}

.mdi-arrow-down-drop-circle-outline:before {
    content: "\F04B";
}

.mdi-arrow-expand:before {
    content: "\F616";
}

.mdi-arrow-expand-all:before {
    content: "\F04C";
}

.mdi-arrow-left:before {
    content: "\F04D";
}

.mdi-arrow-left-bold:before {
    content: "\F04E";
}

.mdi-arrow-left-bold-circle:before {
    content: "\F04F";
}

.mdi-arrow-left-bold-circle-outline:before {
    content: "\F050";
}

.mdi-arrow-left-bold-hexagon-outline:before {
    content: "\F051";
}

.mdi-arrow-left-box:before {
    content: "\F6C0";
}

.mdi-arrow-left-drop-circle:before {
    content: "\F052";
}

.mdi-arrow-left-drop-circle-outline:before {
    content: "\F053";
}

.mdi-arrow-right:before {
    content: "\F054";
}

.mdi-arrow-right-bold:before {
    content: "\F055";
}

.mdi-arrow-right-bold-circle:before {
    content: "\F056";
}

.mdi-arrow-right-bold-circle-outline:before {
    content: "\F057";
}

.mdi-arrow-right-bold-hexagon-outline:before {
    content: "\F058";
}

.mdi-arrow-right-box:before {
    content: "\F6C1";
}

.mdi-arrow-right-drop-circle:before {
    content: "\F059";
}

.mdi-arrow-right-drop-circle-outline:before {
    content: "\F05A";
}

.mdi-arrow-top-left:before {
    content: "\F05B";
}

.mdi-arrow-top-right:before {
    content: "\F05C";
}

.mdi-arrow-up:before {
    content: "\F05D";
}

.mdi-arrow-up-bold:before {
    content: "\F05E";
}

.mdi-arrow-up-bold-circle:before {
    content: "\F05F";
}

.mdi-arrow-up-bold-circle-outline:before {
    content: "\F060";
}

.mdi-arrow-up-bold-hexagon-outline:before {
    content: "\F061";
}

.mdi-arrow-up-box:before {
    content: "\F6C2";
}

.mdi-arrow-up-drop-circle:before {
    content: "\F062";
}

.mdi-arrow-up-drop-circle-outline:before {
    content: "\F063";
}

.mdi-assistant:before {
    content: "\F064";
}

.mdi-asterisk:before {
    content: "\F6C3";
}

.mdi-at:before {
    content: "\F065";
}

.mdi-attachment:before {
    content: "\F066";
}

.mdi-audiobook:before {
    content: "\F067";
}

.mdi-auto-fix:before {
    content: "\F068";
}

.mdi-auto-upload:before {
    content: "\F069";
}

.mdi-autorenew:before {
    content: "\F06A";
}

.mdi-av-timer:before {
    content: "\F06B";
}

.mdi-baby:before {
    content: "\F06C";
}

.mdi-baby-buggy:before {
    content: "\F68E";
}

.mdi-backburger:before {
    content: "\F06D";
}

.mdi-backspace:before {
    content: "\F06E";
}

.mdi-backup-restore:before {
    content: "\F06F";
}

.mdi-bandcamp:before {
    content: "\F674";
}

.mdi-bank:before {
    content: "\F070";
}

.mdi-barcode:before {
    content: "\F071";
}

.mdi-barcode-scan:before {
    content: "\F072";
}

.mdi-barley:before {
    content: "\F073";
}

.mdi-barrel:before {
    content: "\F074";
}

.mdi-basecamp:before {
    content: "\F075";
}

.mdi-basket:before {
    content: "\F076";
}

.mdi-basket-fill:before {
    content: "\F077";
}

.mdi-basket-unfill:before {
    content: "\F078";
}

.mdi-battery:before {
    content: "\F079";
}

.mdi-battery-10:before {
    content: "\F07A";
}

.mdi-battery-20:before {
    content: "\F07B";
}

.mdi-battery-30:before {
    content: "\F07C";
}

.mdi-battery-40:before {
    content: "\F07D";
}

.mdi-battery-50:before {
    content: "\F07E";
}

.mdi-battery-60:before {
    content: "\F07F";
}

.mdi-battery-70:before {
    content: "\F080";
}

.mdi-battery-80:before {
    content: "\F081";
}

.mdi-battery-90:before {
    content: "\F082";
}

.mdi-battery-alert:before {
    content: "\F083";
}

.mdi-battery-charging:before {
    content: "\F084";
}

.mdi-battery-charging-100:before {
    content: "\F085";
}

.mdi-battery-charging-20:before {
    content: "\F086";
}

.mdi-battery-charging-30:before {
    content: "\F087";
}

.mdi-battery-charging-40:before {
    content: "\F088";
}

.mdi-battery-charging-60:before {
    content: "\F089";
}

.mdi-battery-charging-80:before {
    content: "\F08A";
}

.mdi-battery-charging-90:before {
    content: "\F08B";
}

.mdi-battery-minus:before {
    content: "\F08C";
}

.mdi-battery-negative:before {
    content: "\F08D";
}

.mdi-battery-outline:before {
    content: "\F08E";
}

.mdi-battery-plus:before {
    content: "\F08F";
}

.mdi-battery-positive:before {
    content: "\F090";
}

.mdi-battery-unknown:before {
    content: "\F091";
}

.mdi-beach:before {
    content: "\F092";
}

.mdi-beaker:before {
    content: "\F68F";
}

.mdi-beats:before {
    content: "\F097";
}

.mdi-beer:before {
    content: "\F098";
}

.mdi-behance:before {
    content: "\F099";
}

.mdi-bell:before {
    content: "\F09A";
}

.mdi-bell-off:before {
    content: "\F09B";
}

.mdi-bell-outline:before {
    content: "\F09C";
}

.mdi-bell-plus:before {
    content: "\F09D";
}

.mdi-bell-ring:before {
    content: "\F09E";
}

.mdi-bell-ring-outline:before {
    content: "\F09F";
}

.mdi-bell-sleep:before {
    content: "\F0A0";
}

.mdi-beta:before {
    content: "\F0A1";
}

.mdi-bible:before {
    content: "\F0A2";
}

.mdi-bike:before {
    content: "\F0A3";
}

.mdi-bing:before {
    content: "\F0A4";
}

.mdi-binoculars:before {
    content: "\F0A5";
}

.mdi-bio:before {
    content: "\F0A6";
}

.mdi-biohazard:before {
    content: "\F0A7";
}

.mdi-bitbucket:before {
    content: "\F0A8";
}

.mdi-black-mesa:before {
    content: "\F0A9";
}

.mdi-blackberry:before {
    content: "\F0AA";
}

.mdi-blender:before {
    content: "\F0AB";
}

.mdi-blinds:before {
    content: "\F0AC";
}

.mdi-block-helper:before {
    content: "\F0AD";
}

.mdi-blogger:before {
    content: "\F0AE";
}

.mdi-bluetooth:before {
    content: "\F0AF";
}

.mdi-bluetooth-audio:before {
    content: "\F0B0";
}

.mdi-bluetooth-connect:before {
    content: "\F0B1";
}

.mdi-bluetooth-off:before {
    content: "\F0B2";
}

.mdi-bluetooth-settings:before {
    content: "\F0B3";
}

.mdi-bluetooth-transfer:before {
    content: "\F0B4";
}

.mdi-blur:before {
    content: "\F0B5";
}

.mdi-blur-linear:before {
    content: "\F0B6";
}

.mdi-blur-off:before {
    content: "\F0B7";
}

.mdi-blur-radial:before {
    content: "\F0B8";
}

.mdi-bomb:before {
    content: "\F690";
}

.mdi-bomb-off:before {
    content: "\F6C4";
}

.mdi-bone:before {
    content: "\F0B9";
}

.mdi-book:before {
    content: "\F0BA";
}

.mdi-book-minus:before {
    content: "\F5D9";
}

.mdi-book-multiple:before {
    content: "\F0BB";
}

.mdi-book-multiple-variant:before {
    content: "\F0BC";
}

.mdi-book-open:before {
    content: "\F0BD";
}

.mdi-book-open-page-variant:before {
    content: "\F5DA";
}

.mdi-book-open-variant:before {
    content: "\F0BE";
}

.mdi-book-plus:before {
    content: "\F5DB";
}

.mdi-book-variant:before {
    content: "\F0BF";
}

.mdi-bookmark:before {
    content: "\F0C0";
}

.mdi-bookmark-check:before {
    content: "\F0C1";
}

.mdi-bookmark-music:before {
    content: "\F0C2";
}

.mdi-bookmark-outline:before {
    content: "\F0C3";
}

.mdi-bookmark-plus:before {
    content: "\F0C5";
}

.mdi-bookmark-plus-outline:before {
    content: "\F0C4";
}

.mdi-bookmark-remove:before {
    content: "\F0C6";
}

.mdi-boombox:before {
    content: "\F5DC";
}

.mdi-bootstrap:before {
    content: "\F6C5";
}

.mdi-border-all:before {
    content: "\F0C7";
}

.mdi-border-bottom:before {
    content: "\F0C8";
}

.mdi-border-color:before {
    content: "\F0C9";
}

.mdi-border-horizontal:before {
    content: "\F0CA";
}

.mdi-border-inside:before {
    content: "\F0CB";
}

.mdi-border-left:before {
    content: "\F0CC";
}

.mdi-border-none:before {
    content: "\F0CD";
}

.mdi-border-outside:before {
    content: "\F0CE";
}

.mdi-border-right:before {
    content: "\F0CF";
}

.mdi-border-style:before {
    content: "\F0D0";
}

.mdi-border-top:before {
    content: "\F0D1";
}

.mdi-border-vertical:before {
    content: "\F0D2";
}

.mdi-bow-tie:before {
    content: "\F677";
}

.mdi-bowl:before {
    content: "\F617";
}

.mdi-bowling:before {
    content: "\F0D3";
}

.mdi-box:before {
    content: "\F0D4";
}

.mdi-box-cutter:before {
    content: "\F0D5";
}

.mdi-box-shadow:before {
    content: "\F637";
}

.mdi-bridge:before {
    content: "\F618";
}

.mdi-briefcase:before {
    content: "\F0D6";
}

.mdi-briefcase-check:before {
    content: "\F0D7";
}

.mdi-briefcase-download:before {
    content: "\F0D8";
}

.mdi-briefcase-upload:before {
    content: "\F0D9";
}

.mdi-brightness-1:before {
    content: "\F0DA";
}

.mdi-brightness-2:before {
    content: "\F0DB";
}

.mdi-brightness-3:before {
    content: "\F0DC";
}

.mdi-brightness-4:before {
    content: "\F0DD";
}

.mdi-brightness-5:before {
    content: "\F0DE";
}

.mdi-brightness-6:before {
    content: "\F0DF";
}

.mdi-brightness-7:before {
    content: "\F0E0";
}

.mdi-brightness-auto:before {
    content: "\F0E1";
}

.mdi-broom:before {
    content: "\F0E2";
}

.mdi-brush:before {
    content: "\F0E3";
}

.mdi-buffer:before {
    content: "\F619";
}

.mdi-bug:before {
    content: "\F0E4";
}

.mdi-bulletin-board:before {
    content: "\F0E5";
}

.mdi-bullhorn:before {
    content: "\F0E6";
}

.mdi-bullseye:before {
    content: "\F5DD";
}

.mdi-burst-mode:before {
    content: "\F5DE";
}

.mdi-bus:before {
    content: "\F0E7";
}

.mdi-cached:before {
    content: "\F0E8";
}

.mdi-cake:before {
    content: "\F0E9";
}

.mdi-cake-layered:before {
    content: "\F0EA";
}

.mdi-cake-variant:before {
    content: "\F0EB";
}

.mdi-calculator:before {
    content: "\F0EC";
}

.mdi-calendar:before {
    content: "\F0ED";
}

.mdi-calendar-blank:before {
    content: "\F0EE";
}

.mdi-calendar-check:before {
    content: "\F0EF";
}

.mdi-calendar-clock:before {
    content: "\F0F0";
}

.mdi-calendar-multiple:before {
    content: "\F0F1";
}

.mdi-calendar-multiple-check:before {
    content: "\F0F2";
}

.mdi-calendar-plus:before {
    content: "\F0F3";
}

.mdi-calendar-question:before {
    content: "\F691";
}

.mdi-calendar-range:before {
    content: "\F678";
}

.mdi-calendar-remove:before {
    content: "\F0F4";
}

.mdi-calendar-text:before {
    content: "\F0F5";
}

.mdi-calendar-today:before {
    content: "\F0F6";
}

.mdi-call-made:before {
    content: "\F0F7";
}

.mdi-call-merge:before {
    content: "\F0F8";
}

.mdi-call-missed:before {
    content: "\F0F9";
}

.mdi-call-received:before {
    content: "\F0FA";
}

.mdi-call-split:before {
    content: "\F0FB";
}

.mdi-camcorder:before {
    content: "\F0FC";
}

.mdi-camcorder-box:before {
    content: "\F0FD";
}

.mdi-camcorder-box-off:before {
    content: "\F0FE";
}

.mdi-camcorder-off:before {
    content: "\F0FF";
}

.mdi-camera:before {
    content: "\F100";
}

.mdi-camera-burst:before {
    content: "\F692";
}

.mdi-camera-enhance:before {
    content: "\F101";
}

.mdi-camera-front:before {
    content: "\F102";
}

.mdi-camera-front-variant:before {
    content: "\F103";
}

.mdi-camera-iris:before {
    content: "\F104";
}

.mdi-camera-off:before {
    content: "\F5DF";
}

.mdi-camera-party-mode:before {
    content: "\F105";
}

.mdi-camera-rear:before {
    content: "\F106";
}

.mdi-camera-rear-variant:before {
    content: "\F107";
}

.mdi-camera-switch:before {
    content: "\F108";
}

.mdi-camera-timer:before {
    content: "\F109";
}

.mdi-candle:before {
    content: "\F5E2";
}

.mdi-candycane:before {
    content: "\F10A";
}

.mdi-car:before {
    content: "\F10B";
}

.mdi-car-battery:before {
    content: "\F10C";
}

.mdi-car-connected:before {
    content: "\F10D";
}

.mdi-car-wash:before {
    content: "\F10E";
}

.mdi-cards:before {
    content: "\F638";
}

.mdi-cards-outline:before {
    content: "\F639";
}

.mdi-cards-playing-outline:before {
    content: "\F63A";
}

.mdi-cards-variant:before {
    content: "\F6C6";
}

.mdi-carrot:before {
    content: "\F10F";
}

.mdi-cart:before {
    content: "\F110";
}

.mdi-cart-off:before {
    content: "\F66B";
}

.mdi-cart-outline:before {
    content: "\F111";
}

.mdi-cart-plus:before {
    content: "\F112";
}

.mdi-case-sensitive-alt:before {
    content: "\F113";
}

.mdi-cash:before {
    content: "\F114";
}

.mdi-cash-100:before {
    content: "\F115";
}

.mdi-cash-multiple:before {
    content: "\F116";
}

.mdi-cash-usd:before {
    content: "\F117";
}

.mdi-cast:before {
    content: "\F118";
}

.mdi-cast-connected:before {
    content: "\F119";
}

.mdi-castle:before {
    content: "\F11A";
}

.mdi-cat:before {
    content: "\F11B";
}

.mdi-cellphone:before {
    content: "\F11C";
}

.mdi-cellphone-android:before {
    content: "\F11D";
}

.mdi-cellphone-basic:before {
    content: "\F11E";
}

.mdi-cellphone-dock:before {
    content: "\F11F";
}

.mdi-cellphone-iphone:before {
    content: "\F120";
}

.mdi-cellphone-link:before {
    content: "\F121";
}

.mdi-cellphone-link-off:before {
    content: "\F122";
}

.mdi-cellphone-settings:before {
    content: "\F123";
}

.mdi-certificate:before {
    content: "\F124";
}

.mdi-chair-school:before {
    content: "\F125";
}

.mdi-chart-arc:before {
    content: "\F126";
}

.mdi-chart-areaspline:before {
    content: "\F127";
}

.mdi-chart-bar:before {
    content: "\F128";
}

.mdi-chart-bubble:before {
    content: "\F5E3";
}

.mdi-chart-gantt:before {
    content: "\F66C";
}

.mdi-chart-histogram:before {
    content: "\F129";
}

.mdi-chart-line:before {
    content: "\F12A";
}

.mdi-chart-pie:before {
    content: "\F12B";
}

.mdi-chart-scatterplot-hexbin:before {
    content: "\F66D";
}

.mdi-chart-timeline:before {
    content: "\F66E";
}

.mdi-check:before {
    content: "\F12C";
}

.mdi-check-all:before {
    content: "\F12D";
}

.mdi-check-circle:before {
    content: "\F5E0";
}

.mdi-check-circle-outline:before {
    content: "\F5E1";
}

.mdi-checkbox-blank:before {
    content: "\F12E";
}

.mdi-checkbox-blank-circle:before {
    content: "\F12F";
}

.mdi-checkbox-blank-circle-outline:before {
    content: "\F130";
}

.mdi-checkbox-blank-outline:before {
    content: "\F131";
}

.mdi-checkbox-marked:before {
    content: "\F132";
}

.mdi-checkbox-marked-circle:before {
    content: "\F133";
}

.mdi-checkbox-marked-circle-outline:before {
    content: "\F134";
}

.mdi-checkbox-marked-outline:before {
    content: "\F135";
}

.mdi-checkbox-multiple-blank:before {
    content: "\F136";
}

.mdi-checkbox-multiple-blank-circle:before {
    content: "\F63B";
}

.mdi-checkbox-multiple-blank-circle-outline:before {
    content: "\F63C";
}

.mdi-checkbox-multiple-blank-outline:before {
    content: "\F137";
}

.mdi-checkbox-multiple-marked:before {
    content: "\F138";
}

.mdi-checkbox-multiple-marked-circle:before {
    content: "\F63D";
}

.mdi-checkbox-multiple-marked-circle-outline:before {
    content: "\F63E";
}

.mdi-checkbox-multiple-marked-outline:before {
    content: "\F139";
}

.mdi-checkerboard:before {
    content: "\F13A";
}

.mdi-chemical-weapon:before {
    content: "\F13B";
}

.mdi-chevron-double-down:before {
    content: "\F13C";
}

.mdi-chevron-double-left:before {
    content: "\F13D";
}

.mdi-chevron-double-right:before {
    content: "\F13E";
}

.mdi-chevron-double-up:before {
    content: "\F13F";
}

.mdi-chevron-down:before {
    content: "\F140";
}

.mdi-chevron-left:before {
    content: "\F141";
}

.mdi-chevron-right:before {
    content: "\F142";
}

.mdi-chevron-up:before {
    content: "\F143";
}

.mdi-chip:before {
    content: "\F61A";
}

.mdi-church:before {
    content: "\F144";
}

.mdi-cisco-webex:before {
    content: "\F145";
}

.mdi-city:before {
    content: "\F146";
}

.mdi-clipboard:before {
    content: "\F147";
}

.mdi-clipboard-account:before {
    content: "\F148";
}

.mdi-clipboard-alert:before {
    content: "\F149";
}

.mdi-clipboard-arrow-down:before {
    content: "\F14A";
}

.mdi-clipboard-arrow-left:before {
    content: "\F14B";
}

.mdi-clipboard-check:before {
    content: "\F14C";
}

.mdi-clipboard-flow:before {
    content: "\F6C7";
}

.mdi-clipboard-outline:before {
    content: "\F14D";
}

.mdi-clipboard-text:before {
    content: "\F14E";
}

.mdi-clippy:before {
    content: "\F14F";
}

.mdi-clock:before {
    content: "\F150";
}

.mdi-clock-alert:before {
    content: "\F5CE";
}

.mdi-clock-end:before {
    content: "\F151";
}

.mdi-clock-fast:before {
    content: "\F152";
}

.mdi-clock-in:before {
    content: "\F153";
}

.mdi-clock-out:before {
    content: "\F154";
}

.mdi-clock-start:before {
    content: "\F155";
}

.mdi-close:before {
    content: "\F156";
}

.mdi-close-box:before {
    content: "\F157";
}

.mdi-close-box-outline:before {
    content: "\F158";
}

.mdi-close-circle:before {
    content: "\F159";
}

.mdi-close-circle-outline:before {
    content: "\F15A";
}

.mdi-close-network:before {
    content: "\F15B";
}

.mdi-close-octagon:before {
    content: "\F15C";
}

.mdi-close-octagon-outline:before {
    content: "\F15D";
}

.mdi-close-outline:before {
    content: "\F6C8";
}

.mdi-closed-caption:before {
    content: "\F15E";
}

.mdi-cloud:before {
    content: "\F15F";
}

.mdi-cloud-check:before {
    content: "\F160";
}

.mdi-cloud-circle:before {
    content: "\F161";
}

.mdi-cloud-download:before {
    content: "\F162";
}

.mdi-cloud-outline:before {
    content: "\F163";
}

.mdi-cloud-outline-off:before {
    content: "\F164";
}

.mdi-cloud-print:before {
    content: "\F165";
}

.mdi-cloud-print-outline:before {
    content: "\F166";
}

.mdi-cloud-sync:before {
    content: "\F63F";
}

.mdi-cloud-upload:before {
    content: "\F167";
}

.mdi-code-array:before {
    content: "\F168";
}

.mdi-code-braces:before {
    content: "\F169";
}

.mdi-code-brackets:before {
    content: "\F16A";
}

.mdi-code-equal:before {
    content: "\F16B";
}

.mdi-code-greater-than:before {
    content: "\F16C";
}

.mdi-code-greater-than-or-equal:before {
    content: "\F16D";
}

.mdi-code-less-than:before {
    content: "\F16E";
}

.mdi-code-less-than-or-equal:before {
    content: "\F16F";
}

.mdi-code-not-equal:before {
    content: "\F170";
}

.mdi-code-not-equal-variant:before {
    content: "\F171";
}

.mdi-code-parentheses:before {
    content: "\F172";
}

.mdi-code-string:before {
    content: "\F173";
}

.mdi-code-tags:before {
    content: "\F174";
}

.mdi-code-tags-check:before {
    content: "\F693";
}

.mdi-codepen:before {
    content: "\F175";
}

.mdi-coffee:before {
    content: "\F176";
}

.mdi-coffee-outline:before {
    content: "\F6C9";
}

.mdi-coffee-to-go:before {
    content: "\F177";
}

.mdi-coin:before {
    content: "\F178";
}

.mdi-coins:before {
    content: "\F694";
}

.mdi-collage:before {
    content: "\F640";
}

.mdi-color-helper:before {
    content: "\F179";
}

.mdi-comment:before {
    content: "\F17A";
}

.mdi-comment-account:before {
    content: "\F17B";
}

.mdi-comment-account-outline:before {
    content: "\F17C";
}

.mdi-comment-alert:before {
    content: "\F17D";
}

.mdi-comment-alert-outline:before {
    content: "\F17E";
}

.mdi-comment-check:before {
    content: "\F17F";
}

.mdi-comment-check-outline:before {
    content: "\F180";
}

.mdi-comment-multiple-outline:before {
    content: "\F181";
}

.mdi-comment-outline:before {
    content: "\F182";
}

.mdi-comment-plus-outline:before {
    content: "\F183";
}

.mdi-comment-processing:before {
    content: "\F184";
}

.mdi-comment-processing-outline:before {
    content: "\F185";
}

.mdi-comment-question-outline:before {
    content: "\F186";
}

.mdi-comment-remove-outline:before {
    content: "\F187";
}

.mdi-comment-text:before {
    content: "\F188";
}

.mdi-comment-text-outline:before {
    content: "\F189";
}

.mdi-compare:before {
    content: "\F18A";
}

.mdi-compass:before {
    content: "\F18B";
}

.mdi-compass-outline:before {
    content: "\F18C";
}

.mdi-console:before {
    content: "\F18D";
}

.mdi-contact-mail:before {
    content: "\F18E";
}

.mdi-contacts:before {
    content: "\F6CA";
}

.mdi-content-copy:before {
    content: "\F18F";
}

.mdi-content-cut:before {
    content: "\F190";
}

.mdi-content-duplicate:before {
    content: "\F191";
}

.mdi-content-paste:before {
    content: "\F192";
}

.mdi-content-save:before {
    content: "\F193";
}

.mdi-content-save-all:before {
    content: "\F194";
}

.mdi-content-save-settings:before {
    content: "\F61B";
}

.mdi-contrast:before {
    content: "\F195";
}

.mdi-contrast-box:before {
    content: "\F196";
}

.mdi-contrast-circle:before {
    content: "\F197";
}

.mdi-cookie:before {
    content: "\F198";
}

.mdi-copyright:before {
    content: "\F5E6";
}

.mdi-counter:before {
    content: "\F199";
}

.mdi-cow:before {
    content: "\F19A";
}

.mdi-creation:before {
    content: "\F1C9";
}

.mdi-credit-card:before {
    content: "\F19B";
}

.mdi-credit-card-multiple:before {
    content: "\F19C";
}

.mdi-credit-card-off:before {
    content: "\F5E4";
}

.mdi-credit-card-plus:before {
    content: "\F675";
}

.mdi-credit-card-scan:before {
    content: "\F19D";
}

.mdi-crop:before {
    content: "\F19E";
}

.mdi-crop-free:before {
    content: "\F19F";
}

.mdi-crop-landscape:before {
    content: "\F1A0";
}

.mdi-crop-portrait:before {
    content: "\F1A1";
}

.mdi-crop-rotate:before {
    content: "\F695";
}

.mdi-crop-square:before {
    content: "\F1A2";
}

.mdi-crosshairs:before {
    content: "\F1A3";
}

.mdi-crosshairs-gps:before {
    content: "\F1A4";
}

.mdi-crown:before {
    content: "\F1A5";
}

.mdi-cube:before {
    content: "\F1A6";
}

.mdi-cube-outline:before {
    content: "\F1A7";
}

.mdi-cube-send:before {
    content: "\F1A8";
}

.mdi-cube-unfolded:before {
    content: "\F1A9";
}

.mdi-cup:before {
    content: "\F1AA";
}

.mdi-cup-off:before {
    content: "\F5E5";
}

.mdi-cup-water:before {
    content: "\F1AB";
}

.mdi-currency-btc:before {
    content: "\F1AC";
}

.mdi-currency-eur:before {
    content: "\F1AD";
}

.mdi-currency-gbp:before {
    content: "\F1AE";
}

.mdi-currency-inr:before {
    content: "\F1AF";
}

.mdi-currency-ngn:before {
    content: "\F1B0";
}

.mdi-currency-rub:before {
    content: "\F1B1";
}

.mdi-currency-try:before {
    content: "\F1B2";
}

.mdi-currency-usd:before {
    content: "\F1B3";
}

.mdi-currency-usd-off:before {
    content: "\F679";
}

.mdi-cursor-default:before {
    content: "\F1B4";
}

.mdi-cursor-default-outline:before {
    content: "\F1B5";
}

.mdi-cursor-move:before {
    content: "\F1B6";
}

.mdi-cursor-pointer:before {
    content: "\F1B7";
}

.mdi-cursor-text:before {
    content: "\F5E7";
}

.mdi-database:before {
    content: "\F1B8";
}

.mdi-database-minus:before {
    content: "\F1B9";
}

.mdi-database-plus:before {
    content: "\F1BA";
}

.mdi-debug-step-into:before {
    content: "\F1BB";
}

.mdi-debug-step-out:before {
    content: "\F1BC";
}

.mdi-debug-step-over:before {
    content: "\F1BD";
}

.mdi-decimal-decrease:before {
    content: "\F1BE";
}

.mdi-decimal-increase:before {
    content: "\F1BF";
}

.mdi-delete:before {
    content: "\F1C0";
}

.mdi-delete-circle:before {
    content: "\F682";
}

.mdi-delete-empty:before {
    content: "\F6CB";
}

.mdi-delete-forever:before {
    content: "\F5E8";
}

.mdi-delete-sweep:before {
    content: "\F5E9";
}

.mdi-delete-variant:before {
    content: "\F1C1";
}

.mdi-delta:before {
    content: "\F1C2";
}

.mdi-deskphone:before {
    content: "\F1C3";
}

.mdi-desktop-mac:before {
    content: "\F1C4";
}

.mdi-desktop-tower:before {
    content: "\F1C5";
}

.mdi-details:before {
    content: "\F1C6";
}

.mdi-developer-board:before {
    content: "\F696";
}

.mdi-deviantart:before {
    content: "\F1C7";
}

.mdi-dialpad:before {
    content: "\F61C";
}

.mdi-diamond:before {
    content: "\F1C8";
}

.mdi-dice-1:before {
    content: "\F1CA";
}

.mdi-dice-2:before {
    content: "\F1CB";
}

.mdi-dice-3:before {
    content: "\F1CC";
}

.mdi-dice-4:before {
    content: "\F1CD";
}

.mdi-dice-5:before {
    content: "\F1CE";
}

.mdi-dice-6:before {
    content: "\F1CF";
}

.mdi-dice-d20:before {
    content: "\F5EA";
}

.mdi-dice-d4:before {
    content: "\F5EB";
}

.mdi-dice-d6:before {
    content: "\F5EC";
}

.mdi-dice-d8:before {
    content: "\F5ED";
}

.mdi-dictionary:before {
    content: "\F61D";
}

.mdi-directions:before {
    content: "\F1D0";
}

.mdi-directions-fork:before {
    content: "\F641";
}

.mdi-discord:before {
    content: "\F66F";
}

.mdi-disk:before {
    content: "\F5EE";
}

.mdi-disk-alert:before {
    content: "\F1D1";
}

.mdi-disqus:before {
    content: "\F1D2";
}

.mdi-disqus-outline:before {
    content: "\F1D3";
}

.mdi-division:before {
    content: "\F1D4";
}

.mdi-division-box:before {
    content: "\F1D5";
}

.mdi-dna:before {
    content: "\F683";
}

.mdi-dns:before {
    content: "\F1D6";
}

.mdi-do-not-disturb:before {
    content: "\F697";
}

.mdi-do-not-disturb-off:before {
    content: "\F698";
}

.mdi-dolby:before {
    content: "\F6B2";
}

.mdi-domain:before {
    content: "\F1D7";
}

.mdi-dots-horizontal:before {
    content: "\F1D8";
}

.mdi-dots-vertical:before {
    content: "\F1D9";
}

.mdi-douban:before {
    content: "\F699";
}

.mdi-download:before {
    content: "\F1DA";
}

.mdi-drag:before {
    content: "\F1DB";
}

.mdi-drag-horizontal:before {
    content: "\F1DC";
}

.mdi-drag-vertical:before {
    content: "\F1DD";
}

.mdi-drawing:before {
    content: "\F1DE";
}

.mdi-drawing-box:before {
    content: "\F1DF";
}

.mdi-dribbble:before {
    content: "\F1E0";
}

.mdi-dribbble-box:before {
    content: "\F1E1";
}

.mdi-drone:before {
    content: "\F1E2";
}

.mdi-dropbox:before {
    content: "\F1E3";
}

.mdi-drupal:before {
    content: "\F1E4";
}

.mdi-duck:before {
    content: "\F1E5";
}

.mdi-dumbbell:before {
    content: "\F1E6";
}

.mdi-earth:before {
    content: "\F1E7";
}

.mdi-earth-box:before {
    content: "\F6CC";
}

.mdi-earth-box-off:before {
    content: "\F6CD";
}

.mdi-earth-off:before {
    content: "\F1E8";
}

.mdi-edge:before {
    content: "\F1E9";
}

.mdi-eject:before {
    content: "\F1EA";
}

.mdi-elevation-decline:before {
    content: "\F1EB";
}

.mdi-elevation-rise:before {
    content: "\F1EC";
}

.mdi-elevator:before {
    content: "\F1ED";
}

.mdi-email:before {
    content: "\F1EE";
}

.mdi-email-alert:before {
    content: "\F6CE";
}

.mdi-email-open:before {
    content: "\F1EF";
}

.mdi-email-open-outline:before {
    content: "\F5EF";
}

.mdi-email-outline:before {
    content: "\F1F0";
}

.mdi-email-secure:before {
    content: "\F1F1";
}

.mdi-email-variant:before {
    content: "\F5F0";
}

.mdi-emby:before {
    content: "\F6B3";
}

.mdi-emoticon:before {
    content: "\F1F2";
}

.mdi-emoticon-cool:before {
    content: "\F1F3";
}

.mdi-emoticon-dead:before {
    content: "\F69A";
}

.mdi-emoticon-devil:before {
    content: "\F1F4";
}

.mdi-emoticon-excited:before {
    content: "\F69B";
}

.mdi-emoticon-happy:before {
    content: "\F1F5";
}

.mdi-emoticon-neutral:before {
    content: "\F1F6";
}

.mdi-emoticon-poop:before {
    content: "\F1F7";
}

.mdi-emoticon-sad:before {
    content: "\F1F8";
}

.mdi-emoticon-tongue:before {
    content: "\F1F9";
}

.mdi-engine:before {
    content: "\F1FA";
}

.mdi-engine-outline:before {
    content: "\F1FB";
}

.mdi-equal:before {
    content: "\F1FC";
}

.mdi-equal-box:before {
    content: "\F1FD";
}

.mdi-eraser:before {
    content: "\F1FE";
}

.mdi-eraser-variant:before {
    content: "\F642";
}

.mdi-escalator:before {
    content: "\F1FF";
}

.mdi-ethernet:before {
    content: "\F200";
}

.mdi-ethernet-cable:before {
    content: "\F201";
}

.mdi-ethernet-cable-off:before {
    content: "\F202";
}

.mdi-etsy:before {
    content: "\F203";
}

.mdi-ev-station:before {
    content: "\F5F1";
}

.mdi-evernote:before {
    content: "\F204";
}

.mdi-exclamation:before {
    content: "\F205";
}

.mdi-exit-to-app:before {
    content: "\F206";
}

.mdi-export:before {
    content: "\F207";
}

.mdi-eye:before {
    content: "\F208";
}

.mdi-eye-off:before {
    content: "\F209";
}

.mdi-eye-outline:before {
    content: "\F6CF";
}

.mdi-eye-outline-off:before {
    content: "\F6D0";
}

.mdi-eyedropper:before {
    content: "\F20A";
}

.mdi-eyedropper-variant:before {
    content: "\F20B";
}

.mdi-face:before {
    content: "\F643";
}

.mdi-face-profile:before {
    content: "\F644";
}

.mdi-facebook:before {
    content: "\F20C";
}

.mdi-facebook-box:before {
    content: "\F20D";
}

.mdi-facebook-messenger:before {
    content: "\F20E";
}

.mdi-factory:before {
    content: "\F20F";
}

.mdi-fan:before {
    content: "\F210";
}

.mdi-fast-forward:before {
    content: "\F211";
}

.mdi-fast-forward-outline:before {
    content: "\F6D1";
}

.mdi-fax:before {
    content: "\F212";
}

.mdi-feather:before {
    content: "\F6D2";
}

.mdi-ferry:before {
    content: "\F213";
}

.mdi-file:before {
    content: "\F214";
}

.mdi-file-chart:before {
    content: "\F215";
}

.mdi-file-check:before {
    content: "\F216";
}

.mdi-file-cloud:before {
    content: "\F217";
}

.mdi-file-delimited:before {
    content: "\F218";
}

.mdi-file-document:before {
    content: "\F219";
}

.mdi-file-document-box:before {
    content: "\F21A";
}

.mdi-file-excel:before {
    content: "\F21B";
}

.mdi-file-excel-box:before {
    content: "\F21C";
}

.mdi-file-export:before {
    content: "\F21D";
}

.mdi-file-find:before {
    content: "\F21E";
}

.mdi-file-hidden:before {
    content: "\F613";
}

.mdi-file-image:before {
    content: "\F21F";
}

.mdi-file-import:before {
    content: "\F220";
}

.mdi-file-lock:before {
    content: "\F221";
}

.mdi-file-multiple:before {
    content: "\F222";
}

.mdi-file-music:before {
    content: "\F223";
}

.mdi-file-outline:before {
    content: "\F224";
}

.mdi-file-pdf:before {
    content: "\F225";
}

.mdi-file-pdf-box:before {
    content: "\F226";
}

.mdi-file-powerpoint:before {
    content: "\F227";
}

.mdi-file-powerpoint-box:before {
    content: "\F228";
}

.mdi-file-presentation-box:before {
    content: "\F229";
}

.mdi-file-restore:before {
    content: "\F670";
}

.mdi-file-send:before {
    content: "\F22A";
}

.mdi-file-tree:before {
    content: "\F645";
}

.mdi-file-video:before {
    content: "\F22B";
}

.mdi-file-word:before {
    content: "\F22C";
}

.mdi-file-word-box:before {
    content: "\F22D";
}

.mdi-file-xml:before {
    content: "\F22E";
}

.mdi-film:before {
    content: "\F22F";
}

.mdi-filmstrip:before {
    content: "\F230";
}

.mdi-filmstrip-off:before {
    content: "\F231";
}

.mdi-filter:before {
    content: "\F232";
}

.mdi-filter-outline:before {
    content: "\F233";
}

.mdi-filter-remove:before {
    content: "\F234";
}

.mdi-filter-remove-outline:before {
    content: "\F235";
}

.mdi-filter-variant:before {
    content: "\F236";
}

.mdi-find-replace:before {
    content: "\F6D3";
}

.mdi-fingerprint:before {
    content: "\F237";
}

.mdi-fire:before {
    content: "\F238";
}

.mdi-firefox:before {
    content: "\F239";
}

.mdi-fish:before {
    content: "\F23A";
}

.mdi-flag:before {
    content: "\F23B";
}

.mdi-flag-checkered:before {
    content: "\F23C";
}

.mdi-flag-outline:before {
    content: "\F23D";
}

.mdi-flag-outline-variant:before {
    content: "\F23E";
}

.mdi-flag-triangle:before {
    content: "\F23F";
}

.mdi-flag-variant:before {
    content: "\F240";
}

.mdi-flash:before {
    content: "\F241";
}

.mdi-flash-auto:before {
    content: "\F242";
}

.mdi-flash-off:before {
    content: "\F243";
}

.mdi-flash-outline:before {
    content: "\F6D4";
}

.mdi-flash-red-eye:before {
    content: "\F67A";
}

.mdi-flashlight:before {
    content: "\F244";
}

.mdi-flashlight-off:before {
    content: "\F245";
}

.mdi-flask:before {
    content: "\F093";
}

.mdi-flask-empty:before {
    content: "\F094";
}

.mdi-flask-empty-outline:before {
    content: "\F095";
}

.mdi-flask-outline:before {
    content: "\F096";
}

.mdi-flattr:before {
    content: "\F246";
}

.mdi-flip-to-back:before {
    content: "\F247";
}

.mdi-flip-to-front:before {
    content: "\F248";
}

.mdi-floppy:before {
    content: "\F249";
}

.mdi-flower:before {
    content: "\F24A";
}

.mdi-folder:before {
    content: "\F24B";
}

.mdi-folder-account:before {
    content: "\F24C";
}

.mdi-folder-download:before {
    content: "\F24D";
}

.mdi-folder-google-drive:before {
    content: "\F24E";
}

.mdi-folder-image:before {
    content: "\F24F";
}

.mdi-folder-lock:before {
    content: "\F250";
}

.mdi-folder-lock-open:before {
    content: "\F251";
}

.mdi-folder-move:before {
    content: "\F252";
}

.mdi-folder-multiple:before {
    content: "\F253";
}

.mdi-folder-multiple-image:before {
    content: "\F254";
}

.mdi-folder-multiple-outline:before {
    content: "\F255";
}

.mdi-folder-outline:before {
    content: "\F256";
}

.mdi-folder-plus:before {
    content: "\F257";
}

.mdi-folder-remove:before {
    content: "\F258";
}

.mdi-folder-star:before {
    content: "\F69C";
}

.mdi-folder-upload:before {
    content: "\F259";
}

.mdi-font-awesome:before {
    content: "\F03A";
}

.mdi-food:before {
    content: "\F25A";
}

.mdi-food-apple:before {
    content: "\F25B";
}

.mdi-food-fork-drink:before {
    content: "\F5F2";
}

.mdi-food-off:before {
    content: "\F5F3";
}

.mdi-food-variant:before {
    content: "\F25C";
}

.mdi-football:before {
    content: "\F25D";
}

.mdi-football-australian:before {
    content: "\F25E";
}

.mdi-football-helmet:before {
    content: "\F25F";
}

.mdi-format-align-center:before {
    content: "\F260";
}

.mdi-format-align-justify:before {
    content: "\F261";
}

.mdi-format-align-left:before {
    content: "\F262";
}

.mdi-format-align-right:before {
    content: "\F263";
}

.mdi-format-annotation-plus:before {
    content: "\F646";
}

.mdi-format-bold:before {
    content: "\F264";
}

.mdi-format-clear:before {
    content: "\F265";
}

.mdi-format-color-fill:before {
    content: "\F266";
}

.mdi-format-color-text:before {
    content: "\F69D";
}

.mdi-format-float-center:before {
    content: "\F267";
}

.mdi-format-float-left:before {
    content: "\F268";
}

.mdi-format-float-none:before {
    content: "\F269";
}

.mdi-format-float-right:before {
    content: "\F26A";
}

.mdi-format-font:before {
    content: "\F6D5";
}

.mdi-format-header-1:before {
    content: "\F26B";
}

.mdi-format-header-2:before {
    content: "\F26C";
}

.mdi-format-header-3:before {
    content: "\F26D";
}

.mdi-format-header-4:before {
    content: "\F26E";
}

.mdi-format-header-5:before {
    content: "\F26F";
}

.mdi-format-header-6:before {
    content: "\F270";
}

.mdi-format-header-decrease:before {
    content: "\F271";
}

.mdi-format-header-equal:before {
    content: "\F272";
}

.mdi-format-header-increase:before {
    content: "\F273";
}

.mdi-format-header-pound:before {
    content: "\F274";
}

.mdi-format-horizontal-align-center:before {
    content: "\F61E";
}

.mdi-format-horizontal-align-left:before {
    content: "\F61F";
}

.mdi-format-horizontal-align-right:before {
    content: "\F620";
}

.mdi-format-indent-decrease:before {
    content: "\F275";
}

.mdi-format-indent-increase:before {
    content: "\F276";
}

.mdi-format-italic:before {
    content: "\F277";
}

.mdi-format-line-spacing:before {
    content: "\F278";
}

.mdi-format-line-style:before {
    content: "\F5C8";
}

.mdi-format-line-weight:before {
    content: "\F5C9";
}

.mdi-format-list-bulleted:before {
    content: "\F279";
}

.mdi-format-list-bulleted-type:before {
    content: "\F27A";
}

.mdi-format-list-numbers:before {
    content: "\F27B";
}

.mdi-format-page-break:before {
    content: "\F6D6";
}

.mdi-format-paint:before {
    content: "\F27C";
}

.mdi-format-paragraph:before {
    content: "\F27D";
}

.mdi-format-pilcrow:before {
    content: "\F6D7";
}

.mdi-format-quote:before {
    content: "\F27E";
}

.mdi-format-rotate-90:before {
    content: "\F6A9";
}

.mdi-format-section:before {
    content: "\F69E";
}

.mdi-format-size:before {
    content: "\F27F";
}

.mdi-format-strikethrough:before {
    content: "\F280";
}

.mdi-format-strikethrough-variant:before {
    content: "\F281";
}

.mdi-format-subscript:before {
    content: "\F282";
}

.mdi-format-superscript:before {
    content: "\F283";
}

.mdi-format-text:before {
    content: "\F284";
}

.mdi-format-textdirection-l-to-r:before {
    content: "\F285";
}

.mdi-format-textdirection-r-to-l:before {
    content: "\F286";
}

.mdi-format-title:before {
    content: "\F5F4";
}

.mdi-format-underline:before {
    content: "\F287";
}

.mdi-format-vertical-align-bottom:before {
    content: "\F621";
}

.mdi-format-vertical-align-center:before {
    content: "\F622";
}

.mdi-format-vertical-align-top:before {
    content: "\F623";
}

.mdi-format-wrap-inline:before {
    content: "\F288";
}

.mdi-format-wrap-square:before {
    content: "\F289";
}

.mdi-format-wrap-tight:before {
    content: "\F28A";
}

.mdi-format-wrap-top-bottom:before {
    content: "\F28B";
}

.mdi-forum:before {
    content: "\F28C";
}

.mdi-forward:before {
    content: "\F28D";
}

.mdi-foursquare:before {
    content: "\F28E";
}

.mdi-fridge:before {
    content: "\F28F";
}

.mdi-fridge-filled:before {
    content: "\F290";
}

.mdi-fridge-filled-bottom:before {
    content: "\F291";
}

.mdi-fridge-filled-top:before {
    content: "\F292";
}

.mdi-fullscreen:before {
    content: "\F293";
}

.mdi-fullscreen-exit:before {
    content: "\F294";
}

.mdi-function:before {
    content: "\F295";
}

.mdi-gamepad:before {
    content: "\F296";
}

.mdi-gamepad-variant:before {
    content: "\F297";
}

.mdi-garage:before {
    content: "\F6D8";
}

.mdi-garage-open:before {
    content: "\F6D9";
}

.mdi-gas-cylinder:before {
    content: "\F647";
}

.mdi-gas-station:before {
    content: "\F298";
}

.mdi-gate:before {
    content: "\F299";
}

.mdi-gauge:before {
    content: "\F29A";
}

.mdi-gavel:before {
    content: "\F29B";
}

.mdi-gender-female:before {
    content: "\F29C";
}

.mdi-gender-male:before {
    content: "\F29D";
}

.mdi-gender-male-female:before {
    content: "\F29E";
}

.mdi-gender-transgender:before {
    content: "\F29F";
}

.mdi-ghost:before {
    content: "\F2A0";
}

.mdi-gift:before {
    content: "\F2A1";
}

.mdi-git:before {
    content: "\F2A2";
}

.mdi-github-box:before {
    content: "\F2A3";
}

.mdi-github-circle:before {
    content: "\F2A4";
}

.mdi-github-face:before {
    content: "\F6DA";
}

.mdi-glass-flute:before {
    content: "\F2A5";
}

.mdi-glass-mug:before {
    content: "\F2A6";
}

.mdi-glass-stange:before {
    content: "\F2A7";
}

.mdi-glass-tulip:before {
    content: "\F2A8";
}

.mdi-glassdoor:before {
    content: "\F2A9";
}

.mdi-glasses:before {
    content: "\F2AA";
}

.mdi-gmail:before {
    content: "\F2AB";
}

.mdi-gnome:before {
    content: "\F2AC";
}

.mdi-gondola:before {
    content: "\F685";
}

.mdi-google:before {
    content: "\F2AD";
}

.mdi-google-cardboard:before {
    content: "\F2AE";
}

.mdi-google-chrome:before {
    content: "\F2AF";
}

.mdi-google-circles:before {
    content: "\F2B0";
}

.mdi-google-circles-communities:before {
    content: "\F2B1";
}

.mdi-google-circles-extended:before {
    content: "\F2B2";
}

.mdi-google-circles-group:before {
    content: "\F2B3";
}

.mdi-google-controller:before {
    content: "\F2B4";
}

.mdi-google-controller-off:before {
    content: "\F2B5";
}

.mdi-google-drive:before {
    content: "\F2B6";
}

.mdi-google-earth:before {
    content: "\F2B7";
}

.mdi-google-glass:before {
    content: "\F2B8";
}

.mdi-google-keep:before {
    content: "\F6DB";
}

.mdi-google-maps:before {
    content: "\F5F5";
}

.mdi-google-nearby:before {
    content: "\F2B9";
}

.mdi-google-pages:before {
    content: "\F2BA";
}

.mdi-google-photos:before {
    content: "\F6DC";
}

.mdi-google-physical-web:before {
    content: "\F2BB";
}

.mdi-google-play:before {
    content: "\F2BC";
}

.mdi-google-plus:before {
    content: "\F2BD";
}

.mdi-google-plus-box:before {
    content: "\F2BE";
}

.mdi-google-translate:before {
    content: "\F2BF";
}

.mdi-google-wallet:before {
    content: "\F2C0";
}

.mdi-gradient:before {
    content: "\F69F";
}

.mdi-grease-pencil:before {
    content: "\F648";
}

.mdi-grid:before {
    content: "\F2C1";
}

.mdi-grid-off:before {
    content: "\F2C2";
}

.mdi-group:before {
    content: "\F2C3";
}

.mdi-guitar-electric:before {
    content: "\F2C4";
}

.mdi-guitar-pick:before {
    content: "\F2C5";
}

.mdi-guitar-pick-outline:before {
    content: "\F2C6";
}

.mdi-hackernews:before {
    content: "\F624";
}

.mdi-hamburger:before {
    content: "\F684";
}

.mdi-hand-pointing-right:before {
    content: "\F2C7";
}

.mdi-hanger:before {
    content: "\F2C8";
}

.mdi-hangouts:before {
    content: "\F2C9";
}

.mdi-harddisk:before {
    content: "\F2CA";
}

.mdi-headphones:before {
    content: "\F2CB";
}

.mdi-headphones-box:before {
    content: "\F2CC";
}

.mdi-headphones-settings:before {
    content: "\F2CD";
}

.mdi-headset:before {
    content: "\F2CE";
}

.mdi-headset-dock:before {
    content: "\F2CF";
}

.mdi-headset-off:before {
    content: "\F2D0";
}

.mdi-heart:before {
    content: "\F2D1";
}

.mdi-heart-box:before {
    content: "\F2D2";
}

.mdi-heart-box-outline:before {
    content: "\F2D3";
}

.mdi-heart-broken:before {
    content: "\F2D4";
}

.mdi-heart-half-outline:before {
    content: "\F6DD";
}

.mdi-heart-half-part:before {
    content: "\F6DE";
}

.mdi-heart-half-part-outline:before {
    content: "\F6DF";
}

.mdi-heart-outline:before {
    content: "\F2D5";
}

.mdi-heart-pulse:before {
    content: "\F5F6";
}

.mdi-help:before {
    content: "\F2D6";
}

.mdi-help-circle:before {
    content: "\F2D7";
}

.mdi-help-circle-outline:before {
    content: "\F625";
}

.mdi-hexagon:before {
    content: "\F2D8";
}

.mdi-hexagon-multiple:before {
    content: "\F6E0";
}

.mdi-hexagon-outline:before {
    content: "\F2D9";
}

.mdi-highway:before {
    content: "\F5F7";
}

.mdi-history:before {
    content: "\F2DA";
}

.mdi-hololens:before {
    content: "\F2DB";
}

.mdi-home:before {
    content: "\F2DC";
}

.mdi-home-map-marker:before {
    content: "\F5F8";
}

.mdi-home-modern:before {
    content: "\F2DD";
}

.mdi-home-outline:before {
    content: "\F6A0";
}

.mdi-home-variant:before {
    content: "\F2DE";
}

.mdi-hook:before {
    content: "\F6E1";
}

.mdi-hook-off:before {
    content: "\F6E2";
}

.mdi-hops:before {
    content: "\F2DF";
}

.mdi-hospital:before {
    content: "\F2E0";
}

.mdi-hospital-building:before {
    content: "\F2E1";
}

.mdi-hospital-marker:before {
    content: "\F2E2";
}

.mdi-hotel:before {
    content: "\F2E3";
}

.mdi-houzz:before {
    content: "\F2E4";
}

.mdi-houzz-box:before {
    content: "\F2E5";
}

.mdi-human:before {
    content: "\F2E6";
}

.mdi-human-child:before {
    content: "\F2E7";
}

.mdi-human-female:before {
    content: "\F649";
}

.mdi-human-greeting:before {
    content: "\F64A";
}

.mdi-human-handsdown:before {
    content: "\F64B";
}

.mdi-human-handsup:before {
    content: "\F64C";
}

.mdi-human-male:before {
    content: "\F64D";
}

.mdi-human-male-female:before {
    content: "\F2E8";
}

.mdi-human-pregnant:before {
    content: "\F5CF";
}

.mdi-image:before {
    content: "\F2E9";
}

.mdi-image-album:before {
    content: "\F2EA";
}

.mdi-image-area:before {
    content: "\F2EB";
}

.mdi-image-area-close:before {
    content: "\F2EC";
}

.mdi-image-broken:before {
    content: "\F2ED";
}

.mdi-image-broken-variant:before {
    content: "\F2EE";
}

.mdi-image-filter:before {
    content: "\F2EF";
}

.mdi-image-filter-black-white:before {
    content: "\F2F0";
}

.mdi-image-filter-center-focus:before {
    content: "\F2F1";
}

.mdi-image-filter-center-focus-weak:before {
    content: "\F2F2";
}

.mdi-image-filter-drama:before {
    content: "\F2F3";
}

.mdi-image-filter-frames:before {
    content: "\F2F4";
}

.mdi-image-filter-hdr:before {
    content: "\F2F5";
}

.mdi-image-filter-none:before {
    content: "\F2F6";
}

.mdi-image-filter-tilt-shift:before {
    content: "\F2F7";
}

.mdi-image-filter-vintage:before {
    content: "\F2F8";
}

.mdi-image-multiple:before {
    content: "\F2F9";
}

.mdi-import:before {
    content: "\F2FA";
}

.mdi-inbox:before {
    content: "\F686";
}

.mdi-inbox-arrow-down:before {
    content: "\F2FB";
}

.mdi-inbox-arrow-up:before {
    content: "\F3D1";
}

.mdi-incognito:before {
    content: "\F5F9";
}

.mdi-infinity:before {
    content: "\F6E3";
}

.mdi-information:before {
    content: "\F2FC";
}

.mdi-information-outline:before {
    content: "\F2FD";
}

.mdi-information-variant:before {
    content: "\F64E";
}

.mdi-instagram:before {
    content: "\F2FE";
}

.mdi-instapaper:before {
    content: "\F2FF";
}

.mdi-internet-explorer:before {
    content: "\F300";
}

.mdi-invert-colors:before {
    content: "\F301";
}

.mdi-itunes:before {
    content: "\F676";
}

.mdi-jeepney:before {
    content: "\F302";
}

.mdi-jira:before {
    content: "\F303";
}

.mdi-jsfiddle:before {
    content: "\F304";
}

.mdi-json:before {
    content: "\F626";
}

.mdi-keg:before {
    content: "\F305";
}

.mdi-kettle:before {
    content: "\F5FA";
}

.mdi-key:before {
    content: "\F306";
}

.mdi-key-change:before {
    content: "\F307";
}

.mdi-key-minus:before {
    content: "\F308";
}

.mdi-key-plus:before {
    content: "\F309";
}

.mdi-key-remove:before {
    content: "\F30A";
}

.mdi-key-variant:before {
    content: "\F30B";
}

.mdi-keyboard:before {
    content: "\F30C";
}

.mdi-keyboard-backspace:before {
    content: "\F30D";
}

.mdi-keyboard-caps:before {
    content: "\F30E";
}

.mdi-keyboard-close:before {
    content: "\F30F";
}

.mdi-keyboard-off:before {
    content: "\F310";
}

.mdi-keyboard-return:before {
    content: "\F311";
}

.mdi-keyboard-tab:before {
    content: "\F312";
}

.mdi-keyboard-variant:before {
    content: "\F313";
}

.mdi-kodi:before {
    content: "\F314";
}

.mdi-label:before {
    content: "\F315";
}

.mdi-label-outline:before {
    content: "\F316";
}

.mdi-lambda:before {
    content: "\F627";
}

.mdi-lamp:before {
    content: "\F6B4";
}

.mdi-lan:before {
    content: "\F317";
}

.mdi-lan-connect:before {
    content: "\F318";
}

.mdi-lan-disconnect:before {
    content: "\F319";
}

.mdi-lan-pending:before {
    content: "\F31A";
}

.mdi-language-c:before {
    content: "\F671";
}

.mdi-language-cpp:before {
    content: "\F672";
}

.mdi-language-csharp:before {
    content: "\F31B";
}

.mdi-language-css3:before {
    content: "\F31C";
}

.mdi-language-html5:before {
    content: "\F31D";
}

.mdi-language-javascript:before {
    content: "\F31E";
}

.mdi-language-php:before {
    content: "\F31F";
}

.mdi-language-python:before {
    content: "\F320";
}

.mdi-language-python-text:before {
    content: "\F321";
}

.mdi-language-swift:before {
    content: "\F6E4";
}

.mdi-language-typescript:before {
    content: "\F6E5";
}

.mdi-laptop:before {
    content: "\F322";
}

.mdi-laptop-chromebook:before {
    content: "\F323";
}

.mdi-laptop-mac:before {
    content: "\F324";
}

.mdi-laptop-off:before {
    content: "\F6E6";
}

.mdi-laptop-windows:before {
    content: "\F325";
}

.mdi-lastfm:before {
    content: "\F326";
}

.mdi-launch:before {
    content: "\F327";
}

.mdi-layers:before {
    content: "\F328";
}

.mdi-layers-off:before {
    content: "\F329";
}

.mdi-lead-pencil:before {
    content: "\F64F";
}

.mdi-leaf:before {
    content: "\F32A";
}

.mdi-led-off:before {
    content: "\F32B";
}

.mdi-led-on:before {
    content: "\F32C";
}

.mdi-led-outline:before {
    content: "\F32D";
}

.mdi-led-variant-off:before {
    content: "\F32E";
}

.mdi-led-variant-on:before {
    content: "\F32F";
}

.mdi-led-variant-outline:before {
    content: "\F330";
}

.mdi-library:before {
    content: "\F331";
}

.mdi-library-books:before {
    content: "\F332";
}

.mdi-library-music:before {
    content: "\F333";
}

.mdi-library-plus:before {
    content: "\F334";
}

.mdi-lightbulb:before {
    content: "\F335";
}

.mdi-lightbulb-on:before {
    content: "\F6E7";
}

.mdi-lightbulb-on-outline:before {
    content: "\F6E8";
}

.mdi-lightbulb-outline:before {
    content: "\F336";
}

.mdi-link:before {
    content: "\F337";
}

.mdi-link-off:before {
    content: "\F338";
}

.mdi-link-variant:before {
    content: "\F339";
}

.mdi-link-variant-off:before {
    content: "\F33A";
}

.mdi-linkedin:before {
    content: "\F33B";
}

.mdi-linkedin-box:before {
    content: "\F33C";
}

.mdi-linux:before {
    content: "\F33D";
}

.mdi-lock:before {
    content: "\F33E";
}

.mdi-lock-open:before {
    content: "\F33F";
}

.mdi-lock-open-outline:before {
    content: "\F340";
}

.mdi-lock-outline:before {
    content: "\F341";
}

.mdi-lock-pattern:before {
    content: "\F6E9";
}

.mdi-lock-plus:before {
    content: "\F5FB";
}

.mdi-login:before {
    content: "\F342";
}

.mdi-login-variant:before {
    content: "\F5FC";
}

.mdi-logout:before {
    content: "\F343";
}

.mdi-logout-variant:before {
    content: "\F5FD";
}

.mdi-looks:before {
    content: "\F344";
}

.mdi-loop:before {
    content: "\F6EA";
}

.mdi-loupe:before {
    content: "\F345";
}

.mdi-lumx:before {
    content: "\F346";
}

.mdi-magnet:before {
    content: "\F347";
}

.mdi-magnet-on:before {
    content: "\F348";
}

.mdi-magnify:before {
    content: "\F349";
}

.mdi-magnify-minus:before {
    content: "\F34A";
}

.mdi-magnify-minus-outline:before {
    content: "\F6EB";
}

.mdi-magnify-plus:before {
    content: "\F34B";
}

.mdi-magnify-plus-outline:before {
    content: "\F6EC";
}

.mdi-mail-ru:before {
    content: "\F34C";
}

.mdi-mailbox:before {
    content: "\F6ED";
}

.mdi-map:before {
    content: "\F34D";
}

.mdi-map-marker:before {
    content: "\F34E";
}

.mdi-map-marker-circle:before {
    content: "\F34F";
}

.mdi-map-marker-minus:before {
    content: "\F650";
}

.mdi-map-marker-multiple:before {
    content: "\F350";
}

.mdi-map-marker-off:before {
    content: "\F351";
}

.mdi-map-marker-plus:before {
    content: "\F651";
}

.mdi-map-marker-radius:before {
    content: "\F352";
}

.mdi-margin:before {
    content: "\F353";
}

.mdi-markdown:before {
    content: "\F354";
}

.mdi-marker:before {
    content: "\F652";
}

.mdi-marker-check:before {
    content: "\F355";
}

.mdi-martini:before {
    content: "\F356";
}

.mdi-material-ui:before {
    content: "\F357";
}

.mdi-math-compass:before {
    content: "\F358";
}

.mdi-matrix:before {
    content: "\F628";
}

.mdi-maxcdn:before {
    content: "\F359";
}

.mdi-medical-bag:before {
    content: "\F6EE";
}

.mdi-medium:before {
    content: "\F35A";
}

.mdi-memory:before {
    content: "\F35B";
}

.mdi-menu:before {
    content: "\F35C";
}

.mdi-menu-down:before {
    content: "\F35D";
}

.mdi-menu-down-outline:before {
    content: "\F6B5";
}

.mdi-menu-left:before {
    content: "\F35E";
}

.mdi-menu-right:before {
    content: "\F35F";
}

.mdi-menu-up:before {
    content: "\F360";
}

.mdi-menu-up-outline:before {
    content: "\F6B6";
}

.mdi-message:before {
    content: "\F361";
}

.mdi-message-alert:before {
    content: "\F362";
}

.mdi-message-bulleted:before {
    content: "\F6A1";
}

.mdi-message-bulleted-off:before {
    content: "\F6A2";
}

.mdi-message-draw:before {
    content: "\F363";
}

.mdi-message-image:before {
    content: "\F364";
}

.mdi-message-outline:before {
    content: "\F365";
}

.mdi-message-plus:before {
    content: "\F653";
}

.mdi-message-processing:before {
    content: "\F366";
}

.mdi-message-reply:before {
    content: "\F367";
}

.mdi-message-reply-text:before {
    content: "\F368";
}

.mdi-message-settings:before {
    content: "\F6EF";
}

.mdi-message-settings-variant:before {
    content: "\F6F0";
}

.mdi-message-text:before {
    content: "\F369";
}

.mdi-message-text-outline:before {
    content: "\F36A";
}

.mdi-message-video:before {
    content: "\F36B";
}

.mdi-meteor:before {
    content: "\F629";
}

.mdi-microphone:before {
    content: "\F36C";
}

.mdi-microphone-off:before {
    content: "\F36D";
}

.mdi-microphone-outline:before {
    content: "\F36E";
}

.mdi-microphone-settings:before {
    content: "\F36F";
}

.mdi-microphone-variant:before {
    content: "\F370";
}

.mdi-microphone-variant-off:before {
    content: "\F371";
}

.mdi-microscope:before {
    content: "\F654";
}

.mdi-microsoft:before {
    content: "\F372";
}

.mdi-minecraft:before {
    content: "\F373";
}

.mdi-minus:before {
    content: "\F374";
}

.mdi-minus-box:before {
    content: "\F375";
}

.mdi-minus-box-outline:before {
    content: "\F6F1";
}

.mdi-minus-circle:before {
    content: "\F376";
}

.mdi-minus-circle-outline:before {
    content: "\F377";
}

.mdi-minus-network:before {
    content: "\F378";
}

.mdi-mixcloud:before {
    content: "\F62A";
}

.mdi-monitor:before {
    content: "\F379";
}

.mdi-monitor-multiple:before {
    content: "\F37A";
}

.mdi-more:before {
    content: "\F37B";
}

.mdi-motorbike:before {
    content: "\F37C";
}

.mdi-mouse:before {
    content: "\F37D";
}

.mdi-mouse-off:before {
    content: "\F37E";
}

.mdi-mouse-variant:before {
    content: "\F37F";
}

.mdi-mouse-variant-off:before {
    content: "\F380";
}

.mdi-move-resize:before {
    content: "\F655";
}

.mdi-move-resize-variant:before {
    content: "\F656";
}

.mdi-movie:before {
    content: "\F381";
}

.mdi-multiplication:before {
    content: "\F382";
}

.mdi-multiplication-box:before {
    content: "\F383";
}

.mdi-music-box:before {
    content: "\F384";
}

.mdi-music-box-outline:before {
    content: "\F385";
}

.mdi-music-circle:before {
    content: "\F386";
}

.mdi-music-note:before {
    content: "\F387";
}

.mdi-music-note-bluetooth:before {
    content: "\F5FE";
}

.mdi-music-note-bluetooth-off:before {
    content: "\F5FF";
}

.mdi-music-note-eighth:before {
    content: "\F388";
}

.mdi-music-note-half:before {
    content: "\F389";
}

.mdi-music-note-off:before {
    content: "\F38A";
}

.mdi-music-note-quarter:before {
    content: "\F38B";
}

.mdi-music-note-sixteenth:before {
    content: "\F38C";
}

.mdi-music-note-whole:before {
    content: "\F38D";
}

.mdi-nature:before {
    content: "\F38E";
}

.mdi-nature-people:before {
    content: "\F38F";
}

.mdi-navigation:before {
    content: "\F390";
}

.mdi-near-me:before {
    content: "\F5CD";
}

.mdi-needle:before {
    content: "\F391";
}

.mdi-nest-protect:before {
    content: "\F392";
}

.mdi-nest-thermostat:before {
    content: "\F393";
}

.mdi-network:before {
    content: "\F6F2";
}

.mdi-network-download:before {
    content: "\F6F3";
}

.mdi-network-question:before {
    content: "\F6F4";
}

.mdi-network-upload:before {
    content: "\F6F5";
}

.mdi-new-box:before {
    content: "\F394";
}

.mdi-newspaper:before {
    content: "\F395";
}

.mdi-nfc:before {
    content: "\F396";
}

.mdi-nfc-tap:before {
    content: "\F397";
}

.mdi-nfc-variant:before {
    content: "\F398";
}

.mdi-nodejs:before {
    content: "\F399";
}

.mdi-note:before {
    content: "\F39A";
}

.mdi-note-multiple:before {
    content: "\F6B7";
}

.mdi-note-multiple-outline:before {
    content: "\F6B8";
}

.mdi-note-outline:before {
    content: "\F39B";
}

.mdi-note-plus:before {
    content: "\F39C";
}

.mdi-note-plus-outline:before {
    content: "\F39D";
}

.mdi-note-text:before {
    content: "\F39E";
}

.mdi-notification-clear-all:before {
    content: "\F39F";
}

.mdi-npm:before {
    content: "\F6F6";
}

.mdi-nuke:before {
    content: "\F6A3";
}

.mdi-numeric:before {
    content: "\F3A0";
}

.mdi-numeric-0-box:before {
    content: "\F3A1";
}

.mdi-numeric-0-box-multiple-outline:before {
    content: "\F3A2";
}

.mdi-numeric-0-box-outline:before {
    content: "\F3A3";
}

.mdi-numeric-1-box:before {
    content: "\F3A4";
}

.mdi-numeric-1-box-multiple-outline:before {
    content: "\F3A5";
}

.mdi-numeric-1-box-outline:before {
    content: "\F3A6";
}

.mdi-numeric-2-box:before {
    content: "\F3A7";
}

.mdi-numeric-2-box-multiple-outline:before {
    content: "\F3A8";
}

.mdi-numeric-2-box-outline:before {
    content: "\F3A9";
}

.mdi-numeric-3-box:before {
    content: "\F3AA";
}

.mdi-numeric-3-box-multiple-outline:before {
    content: "\F3AB";
}

.mdi-numeric-3-box-outline:before {
    content: "\F3AC";
}

.mdi-numeric-4-box:before {
    content: "\F3AD";
}

.mdi-numeric-4-box-multiple-outline:before {
    content: "\F3AE";
}

.mdi-numeric-4-box-outline:before {
    content: "\F3AF";
}

.mdi-numeric-5-box:before {
    content: "\F3B0";
}

.mdi-numeric-5-box-multiple-outline:before {
    content: "\F3B1";
}

.mdi-numeric-5-box-outline:before {
    content: "\F3B2";
}

.mdi-numeric-6-box:before {
    content: "\F3B3";
}

.mdi-numeric-6-box-multiple-outline:before {
    content: "\F3B4";
}

.mdi-numeric-6-box-outline:before {
    content: "\F3B5";
}

.mdi-numeric-7-box:before {
    content: "\F3B6";
}

.mdi-numeric-7-box-multiple-outline:before {
    content: "\F3B7";
}

.mdi-numeric-7-box-outline:before {
    content: "\F3B8";
}

.mdi-numeric-8-box:before {
    content: "\F3B9";
}

.mdi-numeric-8-box-multiple-outline:before {
    content: "\F3BA";
}

.mdi-numeric-8-box-outline:before {
    content: "\F3BB";
}

.mdi-numeric-9-box:before {
    content: "\F3BC";
}

.mdi-numeric-9-box-multiple-outline:before {
    content: "\F3BD";
}

.mdi-numeric-9-box-outline:before {
    content: "\F3BE";
}

.mdi-numeric-9-plus-box:before {
    content: "\F3BF";
}

.mdi-numeric-9-plus-box-multiple-outline:before {
    content: "\F3C0";
}

.mdi-numeric-9-plus-box-outline:before {
    content: "\F3C1";
}

.mdi-nut:before {
    content: "\F6F7";
}

.mdi-nutrition:before {
    content: "\F3C2";
}

.mdi-oar:before {
    content: "\F67B";
}

.mdi-octagon:before {
    content: "\F3C3";
}

.mdi-octagon-outline:before {
    content: "\F3C4";
}

.mdi-octagram:before {
    content: "\F6F8";
}

.mdi-odnoklassniki:before {
    content: "\F3C5";
}

.mdi-office:before {
    content: "\F3C6";
}

.mdi-oil:before {
    content: "\F3C7";
}

.mdi-oil-temperature:before {
    content: "\F3C8";
}

.mdi-omega:before {
    content: "\F3C9";
}

.mdi-onedrive:before {
    content: "\F3CA";
}

.mdi-opacity:before {
    content: "\F5CC";
}

.mdi-open-in-app:before {
    content: "\F3CB";
}

.mdi-open-in-new:before {
    content: "\F3CC";
}

.mdi-openid:before {
    content: "\F3CD";
}

.mdi-opera:before {
    content: "\F3CE";
}

.mdi-ornament:before {
    content: "\F3CF";
}

.mdi-ornament-variant:before {
    content: "\F3D0";
}

.mdi-owl:before {
    content: "\F3D2";
}

.mdi-package:before {
    content: "\F3D3";
}

.mdi-package-down:before {
    content: "\F3D4";
}

.mdi-package-up:before {
    content: "\F3D5";
}

.mdi-package-variant:before {
    content: "\F3D6";
}

.mdi-package-variant-closed:before {
    content: "\F3D7";
}

.mdi-page-first:before {
    content: "\F600";
}

.mdi-page-last:before {
    content: "\F601";
}

.mdi-page-layout-body:before {
    content: "\F6F9";
}

.mdi-page-layout-footer:before {
    content: "\F6FA";
}

.mdi-page-layout-header:before {
    content: "\F6FB";
}

.mdi-page-layout-sidebar-left:before {
    content: "\F6FC";
}

.mdi-page-layout-sidebar-right:before {
    content: "\F6FD";
}

.mdi-palette:before {
    content: "\F3D8";
}

.mdi-palette-advanced:before {
    content: "\F3D9";
}

.mdi-panda:before {
    content: "\F3DA";
}

.mdi-pandora:before {
    content: "\F3DB";
}

.mdi-panorama:before {
    content: "\F3DC";
}

.mdi-panorama-fisheye:before {
    content: "\F3DD";
}

.mdi-panorama-horizontal:before {
    content: "\F3DE";
}

.mdi-panorama-vertical:before {
    content: "\F3DF";
}

.mdi-panorama-wide-angle:before {
    content: "\F3E0";
}

.mdi-paper-cut-vertical:before {
    content: "\F3E1";
}

.mdi-paperclip:before {
    content: "\F3E2";
}

.mdi-parking:before {
    content: "\F3E3";
}

.mdi-pause:before {
    content: "\F3E4";
}

.mdi-pause-circle:before {
    content: "\F3E5";
}

.mdi-pause-circle-outline:before {
    content: "\F3E6";
}

.mdi-pause-octagon:before {
    content: "\F3E7";
}

.mdi-pause-octagon-outline:before {
    content: "\F3E8";
}

.mdi-paw:before {
    content: "\F3E9";
}

.mdi-paw-off:before {
    content: "\F657";
}

.mdi-pen:before {
    content: "\F3EA";
}

.mdi-pencil:before {
    content: "\F3EB";
}

.mdi-pencil-box:before {
    content: "\F3EC";
}

.mdi-pencil-box-outline:before {
    content: "\F3ED";
}

.mdi-pencil-circle:before {
    content: "\F6FE";
}

.mdi-pencil-lock:before {
    content: "\F3EE";
}

.mdi-pencil-off:before {
    content: "\F3EF";
}

.mdi-pentagon:before {
    content: "\F6FF";
}

.mdi-pentagon-outline:before {
    content: "\F700";
}

.mdi-percent:before {
    content: "\F3F0";
}

.mdi-pharmacy:before {
    content: "\F3F1";
}

.mdi-phone:before {
    content: "\F3F2";
}

.mdi-phone-bluetooth:before {
    content: "\F3F3";
}

.mdi-phone-classic:before {
    content: "\F602";
}

.mdi-phone-forward:before {
    content: "\F3F4";
}

.mdi-phone-hangup:before {
    content: "\F3F5";
}

.mdi-phone-in-talk:before {
    content: "\F3F6";
}

.mdi-phone-incoming:before {
    content: "\F3F7";
}

.mdi-phone-locked:before {
    content: "\F3F8";
}

.mdi-phone-log:before {
    content: "\F3F9";
}

.mdi-phone-minus:before {
    content: "\F658";
}

.mdi-phone-missed:before {
    content: "\F3FA";
}

.mdi-phone-outgoing:before {
    content: "\F3FB";
}

.mdi-phone-paused:before {
    content: "\F3FC";
}

.mdi-phone-plus:before {
    content: "\F659";
}

.mdi-phone-settings:before {
    content: "\F3FD";
}

.mdi-phone-voip:before {
    content: "\F3FE";
}

.mdi-pi:before {
    content: "\F3FF";
}

.mdi-pi-box:before {
    content: "\F400";
}

.mdi-piano:before {
    content: "\F67C";
}

.mdi-pig:before {
    content: "\F401";
}

.mdi-pill:before {
    content: "\F402";
}

.mdi-pillar:before {
    content: "\F701";
}

.mdi-pin:before {
    content: "\F403";
}

.mdi-pin-off:before {
    content: "\F404";
}

.mdi-pine-tree:before {
    content: "\F405";
}

.mdi-pine-tree-box:before {
    content: "\F406";
}

.mdi-pinterest:before {
    content: "\F407";
}

.mdi-pinterest-box:before {
    content: "\F408";
}

.mdi-pistol:before {
    content: "\F702";
}

.mdi-pizza:before {
    content: "\F409";
}

.mdi-plane-shield:before {
    content: "\F6BA";
}

.mdi-play:before {
    content: "\F40A";
}

.mdi-play-box-outline:before {
    content: "\F40B";
}

.mdi-play-circle:before {
    content: "\F40C";
}

.mdi-play-circle-outline:before {
    content: "\F40D";
}

.mdi-play-pause:before {
    content: "\F40E";
}

.mdi-play-protected-content:before {
    content: "\F40F";
}

.mdi-playlist-check:before {
    content: "\F5C7";
}

.mdi-playlist-minus:before {
    content: "\F410";
}

.mdi-playlist-play:before {
    content: "\F411";
}

.mdi-playlist-plus:before {
    content: "\F412";
}

.mdi-playlist-remove:before {
    content: "\F413";
}

.mdi-playstation:before {
    content: "\F414";
}

.mdi-plex:before {
    content: "\F6B9";
}

.mdi-plus:before {
    content: "\F415";
}

.mdi-plus-box:before {
    content: "\F416";
}

.mdi-plus-box-outline:before {
    content: "\F703";
}

.mdi-plus-circle:before {
    content: "\F417";
}

.mdi-plus-circle-multiple-outline:before {
    content: "\F418";
}

.mdi-plus-circle-outline:before {
    content: "\F419";
}

.mdi-plus-network:before {
    content: "\F41A";
}

.mdi-plus-one:before {
    content: "\F41B";
}

.mdi-plus-outline:before {
    content: "\F704";
}

.mdi-pocket:before {
    content: "\F41C";
}

.mdi-pokeball:before {
    content: "\F41D";
}

.mdi-polaroid:before {
    content: "\F41E";
}

.mdi-poll:before {
    content: "\F41F";
}

.mdi-poll-box:before {
    content: "\F420";
}

.mdi-polymer:before {
    content: "\F421";
}

.mdi-pool:before {
    content: "\F606";
}

.mdi-popcorn:before {
    content: "\F422";
}

.mdi-pot:before {
    content: "\F65A";
}

.mdi-pot-mix:before {
    content: "\F65B";
}

.mdi-pound:before {
    content: "\F423";
}

.mdi-pound-box:before {
    content: "\F424";
}

.mdi-power:before {
    content: "\F425";
}

.mdi-power-plug:before {
    content: "\F6A4";
}

.mdi-power-plug-off:before {
    content: "\F6A5";
}

.mdi-power-settings:before {
    content: "\F426";
}

.mdi-power-socket:before {
    content: "\F427";
}

.mdi-prescription:before {
    content: "\F705";
}

.mdi-presentation:before {
    content: "\F428";
}

.mdi-presentation-play:before {
    content: "\F429";
}

.mdi-printer:before {
    content: "\F42A";
}

.mdi-printer-3d:before {
    content: "\F42B";
}

.mdi-printer-alert:before {
    content: "\F42C";
}

.mdi-printer-settings:before {
    content: "\F706";
}

.mdi-priority-high:before {
    content: "\F603";
}

.mdi-priority-low:before {
    content: "\F604";
}

.mdi-professional-hexagon:before {
    content: "\F42D";
}

.mdi-projector:before {
    content: "\F42E";
}

.mdi-projector-screen:before {
    content: "\F42F";
}

.mdi-publish:before {
    content: "\F6A6";
}

.mdi-pulse:before {
    content: "\F430";
}

.mdi-puzzle:before {
    content: "\F431";
}

.mdi-qqchat:before {
    content: "\F605";
}

.mdi-qrcode:before {
    content: "\F432";
}

.mdi-qrcode-scan:before {
    content: "\F433";
}

.mdi-quadcopter:before {
    content: "\F434";
}

.mdi-quality-high:before {
    content: "\F435";
}

.mdi-quicktime:before {
    content: "\F436";
}

.mdi-radar:before {
    content: "\F437";
}

.mdi-radiator:before {
    content: "\F438";
}

.mdi-radio:before {
    content: "\F439";
}

.mdi-radio-handheld:before {
    content: "\F43A";
}

.mdi-radio-tower:before {
    content: "\F43B";
}

.mdi-radioactive:before {
    content: "\F43C";
}

.mdi-radiobox-blank:before {
    content: "\F43D";
}

.mdi-radiobox-marked:before {
    content: "\F43E";
}

.mdi-raspberrypi:before {
    content: "\F43F";
}

.mdi-ray-end:before {
    content: "\F440";
}

.mdi-ray-end-arrow:before {
    content: "\F441";
}

.mdi-ray-start:before {
    content: "\F442";
}

.mdi-ray-start-arrow:before {
    content: "\F443";
}

.mdi-ray-start-end:before {
    content: "\F444";
}

.mdi-ray-vertex:before {
    content: "\F445";
}

.mdi-rdio:before {
    content: "\F446";
}

.mdi-react:before {
    content: "\F707";
}

.mdi-read:before {
    content: "\F447";
}

.mdi-readability:before {
    content: "\F448";
}

.mdi-receipt:before {
    content: "\F449";
}

.mdi-record:before {
    content: "\F44A";
}

.mdi-record-rec:before {
    content: "\F44B";
}

.mdi-recycle:before {
    content: "\F44C";
}

.mdi-reddit:before {
    content: "\F44D";
}

.mdi-redo:before {
    content: "\F44E";
}

.mdi-redo-variant:before {
    content: "\F44F";
}

.mdi-refresh:before {
    content: "\F450";
}

.mdi-regex:before {
    content: "\F451";
}

.mdi-relative-scale:before {
    content: "\F452";
}

.mdi-reload:before {
    content: "\F453";
}

.mdi-remote:before {
    content: "\F454";
}

.mdi-rename-box:before {
    content: "\F455";
}

.mdi-reorder-horizontal:before {
    content: "\F687";
}

.mdi-reorder-vertical:before {
    content: "\F688";
}

.mdi-repeat:before {
    content: "\F456";
}

.mdi-repeat-off:before {
    content: "\F457";
}

.mdi-repeat-once:before {
    content: "\F458";
}

.mdi-replay:before {
    content: "\F459";
}

.mdi-reply:before {
    content: "\F45A";
}

.mdi-reply-all:before {
    content: "\F45B";
}

.mdi-reproduction:before {
    content: "\F45C";
}

.mdi-resize-bottom-right:before {
    content: "\F45D";
}

.mdi-responsive:before {
    content: "\F45E";
}

.mdi-restart:before {
    content: "\F708";
}

.mdi-restore:before {
    content: "\F6A7";
}

.mdi-rewind:before {
    content: "\F45F";
}

.mdi-rewind-outline:before {
    content: "\F709";
}

.mdi-rhombus:before {
    content: "\F70A";
}

.mdi-rhombus-outline:before {
    content: "\F70B";
}

.mdi-ribbon:before {
    content: "\F460";
}

.mdi-road:before {
    content: "\F461";
}

.mdi-road-variant:before {
    content: "\F462";
}

.mdi-robot:before {
    content: "\F6A8";
}

.mdi-rocket:before {
    content: "\F463";
}

.mdi-roomba:before {
    content: "\F70C";
}

.mdi-rotate-3d:before {
    content: "\F464";
}

.mdi-rotate-left:before {
    content: "\F465";
}

.mdi-rotate-left-variant:before {
    content: "\F466";
}

.mdi-rotate-right:before {
    content: "\F467";
}

.mdi-rotate-right-variant:before {
    content: "\F468";
}

.mdi-rounded-corner:before {
    content: "\F607";
}

.mdi-router-wireless:before {
    content: "\F469";
}

.mdi-routes:before {
    content: "\F46A";
}

.mdi-rowing:before {
    content: "\F608";
}

.mdi-rss:before {
    content: "\F46B";
}

.mdi-rss-box:before {
    content: "\F46C";
}

.mdi-ruler:before {
    content: "\F46D";
}

.mdi-run:before {
    content: "\F70D";
}

.mdi-run-fast:before {
    content: "\F46E";
}

.mdi-sale:before {
    content: "\F46F";
}

.mdi-satellite:before {
    content: "\F470";
}

.mdi-satellite-variant:before {
    content: "\F471";
}

.mdi-saxophone:before {
    content: "\F609";
}

.mdi-scale:before {
    content: "\F472";
}

.mdi-scale-balance:before {
    content: "\F5D1";
}

.mdi-scale-bathroom:before {
    content: "\F473";
}

.mdi-scanner:before {
    content: "\F6AA";
}

.mdi-school:before {
    content: "\F474";
}

.mdi-screen-rotation:before {
    content: "\F475";
}

.mdi-screen-rotation-lock:before {
    content: "\F476";
}

.mdi-screwdriver:before {
    content: "\F477";
}

.mdi-script:before {
    content: "\F478";
}

.mdi-sd:before {
    content: "\F479";
}

.mdi-seal:before {
    content: "\F47A";
}

.mdi-search-web:before {
    content: "\F70E";
}

.mdi-seat-flat:before {
    content: "\F47B";
}

.mdi-seat-flat-angled:before {
    content: "\F47C";
}

.mdi-seat-individual-suite:before {
    content: "\F47D";
}

.mdi-seat-legroom-extra:before {
    content: "\F47E";
}

.mdi-seat-legroom-normal:before {
    content: "\F47F";
}

.mdi-seat-legroom-reduced:before {
    content: "\F480";
}

.mdi-seat-recline-extra:before {
    content: "\F481";
}

.mdi-seat-recline-normal:before {
    content: "\F482";
}

.mdi-security:before {
    content: "\F483";
}

.mdi-security-home:before {
    content: "\F689";
}

.mdi-security-network:before {
    content: "\F484";
}

.mdi-select:before {
    content: "\F485";
}

.mdi-select-all:before {
    content: "\F486";
}

.mdi-select-inverse:before {
    content: "\F487";
}

.mdi-select-off:before {
    content: "\F488";
}

.mdi-selection:before {
    content: "\F489";
}

.mdi-send:before {
    content: "\F48A";
}

.mdi-serial-port:before {
    content: "\F65C";
}

.mdi-server:before {
    content: "\F48B";
}

.mdi-server-minus:before {
    content: "\F48C";
}

.mdi-server-network:before {
    content: "\F48D";
}

.mdi-server-network-off:before {
    content: "\F48E";
}

.mdi-server-off:before {
    content: "\F48F";
}

.mdi-server-plus:before {
    content: "\F490";
}

.mdi-server-remove:before {
    content: "\F491";
}

.mdi-server-security:before {
    content: "\F492";
}

.mdi-settings:before {
    content: "\F493";
}

.mdi-settings-box:before {
    content: "\F494";
}

.mdi-shape-circle-plus:before {
    content: "\F65D";
}

.mdi-shape-plus:before {
    content: "\F495";
}

.mdi-shape-polygon-plus:before {
    content: "\F65E";
}

.mdi-shape-rectangle-plus:before {
    content: "\F65F";
}

.mdi-shape-square-plus:before {
    content: "\F660";
}

.mdi-share:before {
    content: "\F496";
}

.mdi-share-variant:before {
    content: "\F497";
}

.mdi-shield:before {
    content: "\F498";
}

.mdi-shield-outline:before {
    content: "\F499";
}

.mdi-shopping:before {
    content: "\F49A";
}

.mdi-shopping-music:before {
    content: "\F49B";
}

.mdi-shovel:before {
    content: "\F70F";
}

.mdi-shovel-off:before {
    content: "\F710";
}

.mdi-shredder:before {
    content: "\F49C";
}

.mdi-shuffle:before {
    content: "\F49D";
}

.mdi-shuffle-disabled:before {
    content: "\F49E";
}

.mdi-shuffle-variant:before {
    content: "\F49F";
}

.mdi-sigma:before {
    content: "\F4A0";
}

.mdi-sigma-lower:before {
    content: "\F62B";
}

.mdi-sign-caution:before {
    content: "\F4A1";
}

.mdi-signal:before {
    content: "\F4A2";
}

.mdi-signal-2g:before {
    content: "\F711";
}

.mdi-signal-3g:before {
    content: "\F712";
}

.mdi-signal-4g:before {
    content: "\F713";
}

.mdi-signal-hspa:before {
    content: "\F714";
}

.mdi-signal-hspa-plus:before {
    content: "\F715";
}

.mdi-signal-variant:before {
    content: "\F60A";
}

.mdi-silverware:before {
    content: "\F4A3";
}

.mdi-silverware-fork:before {
    content: "\F4A4";
}

.mdi-silverware-spoon:before {
    content: "\F4A5";
}

.mdi-silverware-variant:before {
    content: "\F4A6";
}

.mdi-sim:before {
    content: "\F4A7";
}

.mdi-sim-alert:before {
    content: "\F4A8";
}

.mdi-sim-off:before {
    content: "\F4A9";
}

.mdi-sitemap:before {
    content: "\F4AA";
}

.mdi-skip-backward:before {
    content: "\F4AB";
}

.mdi-skip-forward:before {
    content: "\F4AC";
}

.mdi-skip-next:before {
    content: "\F4AD";
}

.mdi-skip-next-circle:before {
    content: "\F661";
}

.mdi-skip-next-circle-outline:before {
    content: "\F662";
}

.mdi-skip-previous:before {
    content: "\F4AE";
}

.mdi-skip-previous-circle:before {
    content: "\F663";
}

.mdi-skip-previous-circle-outline:before {
    content: "\F664";
}

.mdi-skull:before {
    content: "\F68B";
}

.mdi-skype:before {
    content: "\F4AF";
}

.mdi-skype-business:before {
    content: "\F4B0";
}

.mdi-slack:before {
    content: "\F4B1";
}

.mdi-sleep:before {
    content: "\F4B2";
}

.mdi-sleep-off:before {
    content: "\F4B3";
}

.mdi-smoking:before {
    content: "\F4B4";
}

.mdi-smoking-off:before {
    content: "\F4B5";
}

.mdi-snapchat:before {
    content: "\F4B6";
}

.mdi-snowflake:before {
    content: "\F716";
}

.mdi-snowman:before {
    content: "\F4B7";
}

.mdi-soccer:before {
    content: "\F4B8";
}

.mdi-sofa:before {
    content: "\F4B9";
}

.mdi-solid:before {
    content: "\F68C";
}

.mdi-sort:before {
    content: "\F4BA";
}

.mdi-sort-alphabetical:before {
    content: "\F4BB";
}

.mdi-sort-ascending:before {
    content: "\F4BC";
}

.mdi-sort-descending:before {
    content: "\F4BD";
}

.mdi-sort-numeric:before {
    content: "\F4BE";
}

.mdi-sort-variant:before {
    content: "\F4BF";
}

.mdi-soundcloud:before {
    content: "\F4C0";
}

.mdi-source-branch:before {
    content: "\F62C";
}

.mdi-source-commit:before {
    content: "\F717";
}

.mdi-source-commit-end:before {
    content: "\F718";
}

.mdi-source-commit-end-local:before {
    content: "\F719";
}

.mdi-source-commit-local:before {
    content: "\F71A";
}

.mdi-source-commit-next-local:before {
    content: "\F71B";
}

.mdi-source-commit-start:before {
    content: "\F71C";
}

.mdi-source-commit-start-next-local:before {
    content: "\F71D";
}

.mdi-source-fork:before {
    content: "\F4C1";
}

.mdi-source-merge:before {
    content: "\F62D";
}

.mdi-source-pull:before {
    content: "\F4C2";
}

.mdi-speaker:before {
    content: "\F4C3";
}

.mdi-speaker-off:before {
    content: "\F4C4";
}

.mdi-speaker-wireless:before {
    content: "\F71E";
}

.mdi-speedometer:before {
    content: "\F4C5";
}

.mdi-spellcheck:before {
    content: "\F4C6";
}

.mdi-spotify:before {
    content: "\F4C7";
}

.mdi-spotlight:before {
    content: "\F4C8";
}

.mdi-spotlight-beam:before {
    content: "\F4C9";
}

.mdi-spray:before {
    content: "\F665";
}

.mdi-square-inc:before {
    content: "\F4CA";
}

.mdi-square-inc-cash:before {
    content: "\F4CB";
}

.mdi-stackexchange:before {
    content: "\F60B";
}

.mdi-stackoverflow:before {
    content: "\F4CC";
}

.mdi-stadium:before {
    content: "\F71F";
}

.mdi-stairs:before {
    content: "\F4CD";
}

.mdi-star:before {
    content: "\F4CE";
}

.mdi-star-circle:before {
    content: "\F4CF";
}

.mdi-star-half:before {
    content: "\F4D0";
}

.mdi-star-off:before {
    content: "\F4D1";
}

.mdi-star-outline:before {
    content: "\F4D2";
}

.mdi-steam:before {
    content: "\F4D3";
}

.mdi-steering:before {
    content: "\F4D4";
}

.mdi-step-backward:before {
    content: "\F4D5";
}

.mdi-step-backward-2:before {
    content: "\F4D6";
}

.mdi-step-forward:before {
    content: "\F4D7";
}

.mdi-step-forward-2:before {
    content: "\F4D8";
}

.mdi-stethoscope:before {
    content: "\F4D9";
}

.mdi-sticker:before {
    content: "\F5D0";
}

.mdi-stocking:before {
    content: "\F4DA";
}

.mdi-stop:before {
    content: "\F4DB";
}

.mdi-stop-circle:before {
    content: "\F666";
}

.mdi-stop-circle-outline:before {
    content: "\F667";
}

.mdi-store:before {
    content: "\F4DC";
}

.mdi-store-24-hour:before {
    content: "\F4DD";
}

.mdi-stove:before {
    content: "\F4DE";
}

.mdi-subdirectory-arrow-left:before {
    content: "\F60C";
}

.mdi-subdirectory-arrow-right:before {
    content: "\F60D";
}

.mdi-subway:before {
    content: "\F6AB";
}

.mdi-subway-variant:before {
    content: "\F4DF";
}

.mdi-sunglasses:before {
    content: "\F4E0";
}

.mdi-surround-sound:before {
    content: "\F5C5";
}

.mdi-svg:before {
    content: "\F720";
}

.mdi-swap-horizontal:before {
    content: "\F4E1";
}

.mdi-swap-vertical:before {
    content: "\F4E2";
}

.mdi-swim:before {
    content: "\F4E3";
}

.mdi-switch:before {
    content: "\F4E4";
}

.mdi-sword:before {
    content: "\F4E5";
}

.mdi-sync:before {
    content: "\F4E6";
}

.mdi-sync-alert:before {
    content: "\F4E7";
}

.mdi-sync-off:before {
    content: "\F4E8";
}

.mdi-tab:before {
    content: "\F4E9";
}

.mdi-tab-unselected:before {
    content: "\F4EA";
}

.mdi-table:before {
    content: "\F4EB";
}

.mdi-table-column-plus-after:before {
    content: "\F4EC";
}

.mdi-table-column-plus-before:before {
    content: "\F4ED";
}

.mdi-table-column-remove:before {
    content: "\F4EE";
}

.mdi-table-column-width:before {
    content: "\F4EF";
}

.mdi-table-edit:before {
    content: "\F4F0";
}

.mdi-table-large:before {
    content: "\F4F1";
}

.mdi-table-row-height:before {
    content: "\F4F2";
}

.mdi-table-row-plus-after:before {
    content: "\F4F3";
}

.mdi-table-row-plus-before:before {
    content: "\F4F4";
}

.mdi-table-row-remove:before {
    content: "\F4F5";
}

.mdi-tablet:before {
    content: "\F4F6";
}

.mdi-tablet-android:before {
    content: "\F4F7";
}

.mdi-tablet-ipad:before {
    content: "\F4F8";
}

.mdi-tag:before {
    content: "\F4F9";
}

.mdi-tag-faces:before {
    content: "\F4FA";
}

.mdi-tag-heart:before {
    content: "\F68A";
}

.mdi-tag-multiple:before {
    content: "\F4FB";
}

.mdi-tag-outline:before {
    content: "\F4FC";
}

.mdi-tag-plus:before {
    content: "\F721";
}

.mdi-tag-remove:before {
    content: "\F722";
}

.mdi-tag-text-outline:before {
    content: "\F4FD";
}

.mdi-target:before {
    content: "\F4FE";
}

.mdi-taxi:before {
    content: "\F4FF";
}

.mdi-teamviewer:before {
    content: "\F500";
}

.mdi-telegram:before {
    content: "\F501";
}

.mdi-television:before {
    content: "\F502";
}

.mdi-television-guide:before {
    content: "\F503";
}

.mdi-temperature-celsius:before {
    content: "\F504";
}

.mdi-temperature-fahrenheit:before {
    content: "\F505";
}

.mdi-temperature-kelvin:before {
    content: "\F506";
}

.mdi-tennis:before {
    content: "\F507";
}

.mdi-tent:before {
    content: "\F508";
}

.mdi-terrain:before {
    content: "\F509";
}

.mdi-test-tube:before {
    content: "\F668";
}

.mdi-text-shadow:before {
    content: "\F669";
}

.mdi-text-to-speech:before {
    content: "\F50A";
}

.mdi-text-to-speech-off:before {
    content: "\F50B";
}

.mdi-textbox:before {
    content: "\F60E";
}

.mdi-texture:before {
    content: "\F50C";
}

.mdi-theater:before {
    content: "\F50D";
}

.mdi-theme-light-dark:before {
    content: "\F50E";
}

.mdi-thermometer:before {
    content: "\F50F";
}

.mdi-thermometer-lines:before {
    content: "\F510";
}

.mdi-thumb-down:before {
    content: "\F511";
}

.mdi-thumb-down-outline:before {
    content: "\F512";
}

.mdi-thumb-up:before {
    content: "\F513";
}

.mdi-thumb-up-outline:before {
    content: "\F514";
}

.mdi-thumbs-up-down:before {
    content: "\F515";
}

.mdi-ticket:before {
    content: "\F516";
}

.mdi-ticket-account:before {
    content: "\F517";
}

.mdi-ticket-confirmation:before {
    content: "\F518";
}

.mdi-ticket-percent:before {
    content: "\F723";
}

.mdi-tie:before {
    content: "\F519";
}

.mdi-tilde:before {
    content: "\F724";
}

.mdi-timelapse:before {
    content: "\F51A";
}

.mdi-timer:before {
    content: "\F51B";
}

.mdi-timer-10:before {
    content: "\F51C";
}

.mdi-timer-3:before {
    content: "\F51D";
}

.mdi-timer-off:before {
    content: "\F51E";
}

.mdi-timer-sand:before {
    content: "\F51F";
}

.mdi-timer-sand-empty:before {
    content: "\F6AC";
}

.mdi-timetable:before {
    content: "\F520";
}

.mdi-toggle-switch:before {
    content: "\F521";
}

.mdi-toggle-switch-off:before {
    content: "\F522";
}

.mdi-tooltip:before {
    content: "\F523";
}

.mdi-tooltip-edit:before {
    content: "\F524";
}

.mdi-tooltip-image:before {
    content: "\F525";
}

.mdi-tooltip-outline:before {
    content: "\F526";
}

.mdi-tooltip-outline-plus:before {
    content: "\F527";
}

.mdi-tooltip-text:before {
    content: "\F528";
}

.mdi-tooth:before {
    content: "\F529";
}

.mdi-tor:before {
    content: "\F52A";
}

.mdi-tower-beach:before {
    content: "\F680";
}

.mdi-tower-fire:before {
    content: "\F681";
}

.mdi-traffic-light:before {
    content: "\F52B";
}

.mdi-train:before {
    content: "\F52C";
}

.mdi-tram:before {
    content: "\F52D";
}

.mdi-transcribe:before {
    content: "\F52E";
}

.mdi-transcribe-close:before {
    content: "\F52F";
}

.mdi-transfer:before {
    content: "\F530";
}

.mdi-transit-transfer:before {
    content: "\F6AD";
}

.mdi-translate:before {
    content: "\F5CA";
}

.mdi-treasure-chest:before {
    content: "\F725";
}

.mdi-tree:before {
    content: "\F531";
}

.mdi-trello:before {
    content: "\F532";
}

.mdi-trending-down:before {
    content: "\F533";
}

.mdi-trending-neutral:before {
    content: "\F534";
}

.mdi-trending-up:before {
    content: "\F535";
}

.mdi-triangle:before {
    content: "\F536";
}

.mdi-triangle-outline:before {
    content: "\F537";
}

.mdi-trophy:before {
    content: "\F538";
}

.mdi-trophy-award:before {
    content: "\F539";
}

.mdi-trophy-outline:before {
    content: "\F53A";
}

.mdi-trophy-variant:before {
    content: "\F53B";
}

.mdi-trophy-variant-outline:before {
    content: "\F53C";
}

.mdi-truck:before {
    content: "\F53D";
}

.mdi-truck-delivery:before {
    content: "\F53E";
}

.mdi-truck-trailer:before {
    content: "\F726";
}

.mdi-tshirt-crew:before {
    content: "\F53F";
}

.mdi-tshirt-v:before {
    content: "\F540";
}

.mdi-tumblr:before {
    content: "\F541";
}

.mdi-tumblr-reblog:before {
    content: "\F542";
}

.mdi-tune:before {
    content: "\F62E";
}

.mdi-tune-vertical:before {
    content: "\F66A";
}

.mdi-twitch:before {
    content: "\F543";
}

.mdi-twitter:before {
    content: "\F544";
}

.mdi-twitter-box:before {
    content: "\F545";
}

.mdi-twitter-circle:before {
    content: "\F546";
}

.mdi-twitter-retweet:before {
    content: "\F547";
}

.mdi-ubuntu:before {
    content: "\F548";
}

.mdi-umbraco:before {
    content: "\F549";
}

.mdi-umbrella:before {
    content: "\F54A";
}

.mdi-umbrella-outline:before {
    content: "\F54B";
}

.mdi-undo:before {
    content: "\F54C";
}

.mdi-undo-variant:before {
    content: "\F54D";
}

.mdi-unfold-less:before {
    content: "\F54E";
}

.mdi-unfold-more:before {
    content: "\F54F";
}

.mdi-ungroup:before {
    content: "\F550";
}

.mdi-unity:before {
    content: "\F6AE";
}

.mdi-untappd:before {
    content: "\F551";
}

.mdi-update:before {
    content: "\F6AF";
}

.mdi-upload:before {
    content: "\F552";
}

.mdi-usb:before {
    content: "\F553";
}

.mdi-vector-arrange-above:before {
    content: "\F554";
}

.mdi-vector-arrange-below:before {
    content: "\F555";
}

.mdi-vector-circle:before {
    content: "\F556";
}

.mdi-vector-circle-variant:before {
    content: "\F557";
}

.mdi-vector-combine:before {
    content: "\F558";
}

.mdi-vector-curve:before {
    content: "\F559";
}

.mdi-vector-difference:before {
    content: "\F55A";
}

.mdi-vector-difference-ab:before {
    content: "\F55B";
}

.mdi-vector-difference-ba:before {
    content: "\F55C";
}

.mdi-vector-intersection:before {
    content: "\F55D";
}

.mdi-vector-line:before {
    content: "\F55E";
}

.mdi-vector-point:before {
    content: "\F55F";
}

.mdi-vector-polygon:before {
    content: "\F560";
}

.mdi-vector-polyline:before {
    content: "\F561";
}

.mdi-vector-rectangle:before {
    content: "\F5C6";
}

.mdi-vector-selection:before {
    content: "\F562";
}

.mdi-vector-square:before {
    content: "\F001";
}

.mdi-vector-triangle:before {
    content: "\F563";
}

.mdi-vector-union:before {
    content: "\F564";
}

.mdi-verified:before {
    content: "\F565";
}

.mdi-vibrate:before {
    content: "\F566";
}

.mdi-video:before {
    content: "\F567";
}

.mdi-video-off:before {
    content: "\F568";
}

.mdi-video-switch:before {
    content: "\F569";
}

.mdi-view-agenda:before {
    content: "\F56A";
}

.mdi-view-array:before {
    content: "\F56B";
}

.mdi-view-carousel:before {
    content: "\F56C";
}

.mdi-view-column:before {
    content: "\F56D";
}

.mdi-view-dashboard:before {
    content: "\F56E";
}

.mdi-view-day:before {
    content: "\F56F";
}

.mdi-view-grid:before {
    content: "\F570";
}

.mdi-view-headline:before {
    content: "\F571";
}

.mdi-view-list:before {
    content: "\F572";
}

.mdi-view-module:before {
    content: "\F573";
}

.mdi-view-parallel:before {
    content: "\F727";
}

.mdi-view-quilt:before {
    content: "\F574";
}

.mdi-view-sequential:before {
    content: "\F728";
}

.mdi-view-stream:before {
    content: "\F575";
}

.mdi-view-week:before {
    content: "\F576";
}

.mdi-vimeo:before {
    content: "\F577";
}

.mdi-vine:before {
    content: "\F578";
}

.mdi-violin:before {
    content: "\F60F";
}

.mdi-visualstudio:before {
    content: "\F610";
}

.mdi-vk:before {
    content: "\F579";
}

.mdi-vk-box:before {
    content: "\F57A";
}

.mdi-vk-circle:before {
    content: "\F57B";
}

.mdi-vlc:before {
    content: "\F57C";
}

.mdi-voice:before {
    content: "\F5CB";
}

.mdi-voicemail:before {
    content: "\F57D";
}

.mdi-volume-high:before {
    content: "\F57E";
}

.mdi-volume-low:before {
    content: "\F57F";
}

.mdi-volume-medium:before {
    content: "\F580";
}

.mdi-volume-off:before {
    content: "\F581";
}

.mdi-vpn:before {
    content: "\F582";
}

.mdi-walk:before {
    content: "\F583";
}

.mdi-wallet:before {
    content: "\F584";
}

.mdi-wallet-giftcard:before {
    content: "\F585";
}

.mdi-wallet-membership:before {
    content: "\F586";
}

.mdi-wallet-travel:before {
    content: "\F587";
}

.mdi-wan:before {
    content: "\F588";
}

.mdi-washing-machine:before {
    content: "\F729";
}

.mdi-watch:before {
    content: "\F589";
}

.mdi-watch-export:before {
    content: "\F58A";
}

.mdi-watch-import:before {
    content: "\F58B";
}

.mdi-watch-vibrate:before {
    content: "\F6B0";
}

.mdi-water:before {
    content: "\F58C";
}

.mdi-water-off:before {
    content: "\F58D";
}

.mdi-water-percent:before {
    content: "\F58E";
}

.mdi-water-pump:before {
    content: "\F58F";
}

.mdi-watermark:before {
    content: "\F612";
}

.mdi-weather-cloudy:before {
    content: "\F590";
}

.mdi-weather-fog:before {
    content: "\F591";
}

.mdi-weather-hail:before {
    content: "\F592";
}

.mdi-weather-lightning:before {
    content: "\F593";
}

.mdi-weather-lightning-rainy:before {
    content: "\F67D";
}

.mdi-weather-night:before {
    content: "\F594";
}

.mdi-weather-partlycloudy:before {
    content: "\F595";
}

.mdi-weather-pouring:before {
    content: "\F596";
}

.mdi-weather-rainy:before {
    content: "\F597";
}

.mdi-weather-snowy:before {
    content: "\F598";
}

.mdi-weather-snowy-rainy:before {
    content: "\F67E";
}

.mdi-weather-sunny:before {
    content: "\F599";
}

.mdi-weather-sunset:before {
    content: "\F59A";
}

.mdi-weather-sunset-down:before {
    content: "\F59B";
}

.mdi-weather-sunset-up:before {
    content: "\F59C";
}

.mdi-weather-windy:before {
    content: "\F59D";
}

.mdi-weather-windy-variant:before {
    content: "\F59E";
}

.mdi-web:before {
    content: "\F59F";
}

.mdi-webcam:before {
    content: "\F5A0";
}

.mdi-webhook:before {
    content: "\F62F";
}

.mdi-webpack:before {
    content: "\F72A";
}

.mdi-wechat:before {
    content: "\F611";
}

.mdi-weight:before {
    content: "\F5A1";
}

.mdi-weight-kilogram:before {
    content: "\F5A2";
}

.mdi-whatsapp:before {
    content: "\F5A3";
}

.mdi-wheelchair-accessibility:before {
    content: "\F5A4";
}

.mdi-white-balance-auto:before {
    content: "\F5A5";
}

.mdi-white-balance-incandescent:before {
    content: "\F5A6";
}

.mdi-white-balance-iridescent:before {
    content: "\F5A7";
}

.mdi-white-balance-sunny:before {
    content: "\F5A8";
}

.mdi-widgets:before {
    content: "\F72B";
}

.mdi-wifi:before {
    content: "\F5A9";
}

.mdi-wifi-off:before {
    content: "\F5AA";
}

.mdi-wii:before {
    content: "\F5AB";
}

.mdi-wiiu:before {
    content: "\F72C";
}

.mdi-wikipedia:before {
    content: "\F5AC";
}

.mdi-window-close:before {
    content: "\F5AD";
}

.mdi-window-closed:before {
    content: "\F5AE";
}

.mdi-window-maximize:before {
    content: "\F5AF";
}

.mdi-window-minimize:before {
    content: "\F5B0";
}

.mdi-window-open:before {
    content: "\F5B1";
}

.mdi-window-restore:before {
    content: "\F5B2";
}

.mdi-windows:before {
    content: "\F5B3";
}

.mdi-wordpress:before {
    content: "\F5B4";
}

.mdi-worker:before {
    content: "\F5B5";
}

.mdi-wrap:before {
    content: "\F5B6";
}

.mdi-wrench:before {
    content: "\F5B7";
}

.mdi-wunderlist:before {
    content: "\F5B8";
}

.mdi-xaml:before {
    content: "\F673";
}

.mdi-xbox:before {
    content: "\F5B9";
}

.mdi-xbox-controller:before {
    content: "\F5BA";
}

.mdi-xbox-controller-off:before {
    content: "\F5BB";
}

.mdi-xda:before {
    content: "\F5BC";
}

.mdi-xing:before {
    content: "\F5BD";
}

.mdi-xing-box:before {
    content: "\F5BE";
}

.mdi-xing-circle:before {
    content: "\F5BF";
}

.mdi-xml:before {
    content: "\F5C0";
}

.mdi-yeast:before {
    content: "\F5C1";
}

.mdi-yelp:before {
    content: "\F5C2";
}

.mdi-yin-yang:before {
    content: "\F67F";
}

.mdi-youtube-play:before {
    content: "\F5C3";
}

.mdi-zip-box:before {
    content: "\F5C4";
}

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
    font-size: 18px;
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
    font-size: 24px;
}

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
    font-size: 36px;
}

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
    font-size: 48px;
}

.mdi-dark {
    color: rgba(0,0,0,.54);
}

    .mdi-dark.mdi-inactive {
        color: rgba(0,0,0,.26);
    }

.mdi-light {
    color: #fff;
}

    .mdi-light.mdi-inactive {
        color: rgba(255,255,255,.3);
    }

.mdi-rotate-45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mdi-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mdi-rotate-135 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mdi-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mdi-rotate-225 {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.mdi-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.mdi-rotate-315 {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.mdi-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.mdi-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

@font-face {
    font-family: FontAwesome;
    src: url(../less/icons/font-awesome/fonts/fontawesome-webfont3295.html?v=4.5.0);
    src: url(../less/icons/font-awesome/fonts/fontawesome-webfontd41d.html?#iefix&v=4.5.0) format('embedded-opentype'),url(../less/icons/font-awesome/fonts/fontawesome-webfont3295-2.html?v=4.5.0) format('woff2'),url(../less/icons/font-awesome/fonts/fontawesome-webfont3295.woff?v=4.5.0) format('woff'),url(../less/icons/font-awesome/fonts/fontawesome-webfont3295-3.html?v=4.5.0) format('truetype'),url(../less/icons/font-awesome/fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-stack, .sticon::before, .sttabs nav a span, .sttabs1 a span {
    vertical-align: middle;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 6.3em;
}

.fa-5x {
    font-size: 5em;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right, .list-style-none li a span, .pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none;
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.wi, [class*=" ti-"], [class^=ti-] {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb";
}

.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-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right: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-left:before {
    content: "\f053";
}

.fa-chevron-right: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-left:before {
    content: "\f060";
}

.fa-arrow-right: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-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right: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-left:before {
    content: "\f0d9";
}

.fa-caret-right: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-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right: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-left:before {
    content: "\f10d";
}

.fa-quote-right: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-left:before {
    content: "\f137";
}

.fa-chevron-circle-right: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-right:before, .fa-toggle-right: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-left:before {
    content: "\f177";
}

.fa-long-arrow-right: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-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left: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: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 {
    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 {
    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";
}

@font-face {
    font-family: themify;
    src: url(../less/icons/themify-icons/fonts/themify9f24.html?-fvbane);
    src: url(../less/icons/themify-icons/fonts/themifyd41d.html?#iefix-fvbane) format('embedded-opentype'),url(../less/icons/themify-icons/fonts/themify9f24.woff?-fvbane) format('woff'),url(../less/icons/themify-icons/fonts/themify9f24-2.html?-fvbane) format('truetype'),url(../less/icons/themify-icons/fonts/themify9f24.svg?-fvbane#themify) format('svg');
    font-weight: 400;
    font-style: normal;
}

[class*=" ti-"], [class^=ti-] {
    font-family: themify;
    speak: none;
    font-variant: normal;
    text-transform: none;
}

.ti-wand:before {
    content: "\e600";
}

.ti-volume:before {
    content: "\e601";
}

.ti-user:before {
    content: "\e602";
}

.ti-unlock:before {
    content: "\e603";
}

.ti-unlink:before {
    content: "\e604";
}

.ti-trash:before {
    content: "\e605";
}

.ti-thought:before {
    content: "\e606";
}

.ti-target:before {
    content: "\e607";
}

.ti-tag:before {
    content: "\e608";
}

.ti-tablet:before {
    content: "\e609";
}

.ti-star:before {
    content: "\e60a";
}

.ti-spray:before {
    content: "\e60b";
}

.ti-signal:before {
    content: "\e60c";
}

.ti-shopping-cart:before {
    content: "\e60d";
}

.ti-shopping-cart-full:before {
    content: "\e60e";
}

.ti-settings:before {
    content: "\e60f";
}

.ti-search:before {
    content: "\e610";
}

.ti-zoom-in:before {
    content: "\e611";
}

.ti-zoom-out:before {
    content: "\e612";
}

.ti-cut:before {
    content: "\e613";
}

.ti-ruler:before {
    content: "\e614";
}

.ti-ruler-pencil:before {
    content: "\e615";
}

.ti-ruler-alt:before {
    content: "\e616";
}

.ti-bookmark:before {
    content: "\e617";
}

.ti-bookmark-alt:before {
    content: "\e618";
}

.ti-reload:before {
    content: "\e619";
}

.ti-plus:before {
    content: "\002b";
}

.ti-pin:before {
    content: "\e61b";
}

.ti-pencil:before {
    content: "\e61c";
}

.ti-pencil-alt:before {
    content: "\e61d";
}

.ti-paint-roller:before {
    content: "\e61e";
}

.ti-paint-bucket:before {
    content: "\e61f";
}

.ti-na:before {
    content: "\e620";
}

.ti-mobile:before {
    content: "\e621";
}

.ti-minus:before {
    content: "\96";
}

.ti-medall:before {
    content: "\e623";
}

.ti-medall-alt:before {
    content: "\e624";
}

.ti-marker:before {
    content: "\e625";
}

.ti-marker-alt:before {
    content: "\e626";
}

.ti-arrow-up:before {
    content: "\e627";
}

.ti-arrow-right:before {
    content: "\e628";
}

.ti-arrow-left:before {
    content: "\e629";
}

.ti-arrow-down:before {
    content: "\e62a";
}

.ti-lock:before {
    content: "\e62b";
}

.ti-location-arrow:before {
    content: "\e62c";
}

.ti-link:before {
    content: "\e62d";
}

.ti-layout:before {
    content: "\e62e";
}

.ti-layers:before {
    content: "\e62f";
}

.ti-layers-alt:before {
    content: "\e630";
}

.ti-key:before {
    content: "\e631";
}

.ti-import:before {
    content: "\e632";
}

.ti-image:before {
    content: "\e633";
}

.ti-heart:before {
    content: "\e634";
}

.ti-heart-broken:before {
    content: "\e635";
}

.ti-hand-stop:before {
    content: "\e636";
}

.ti-hand-open:before {
    content: "\e637";
}

.ti-hand-drag:before {
    content: "\e638";
}

.ti-folder:before {
    content: "\e639";
}

.ti-flag:before {
    content: "\e63a";
}

.ti-flag-alt:before {
    content: "\e63b";
}

.ti-flag-alt-2:before {
    content: "\e63c";
}

.ti-eye:before {
    content: "\e63d";
}

.ti-export:before {
    content: "\e63e";
}

.ti-exchange-vertical:before {
    content: "\e63f";
}

.ti-desktop:before {
    content: "\e640";
}

.ti-cup:before {
    content: "\e641";
}

.ti-crown:before {
    content: "\e642";
}

.ti-comments:before {
    content: "\e643";
}

.ti-comment:before {
    content: "\e644";
}

.ti-comment-alt:before {
    content: "\e645";
}

.ti-close:before {
    content: "\e646";
}

.ti-clip:before {
    content: "\e647";
}

.ti-angle-up:before {
    content: "\e648";
}

.ti-angle-right:before {
    content: "\e649";
}

.ti-angle-left:before {
    content: "\e64a";
}

.ti-angle-down:before {
    content: "\e64b";
}

.ti-check:before {
    content: "\e64c";
}

.ti-check-box:before {
    content: "\e64d";
}

.ti-camera:before {
    content: "\e64e";
}

.ti-announcement:before {
    content: "\e64f";
}

.ti-brush:before {
    content: "\e650";
}

.ti-briefcase:before {
    content: "\e651";
}

.ti-bolt:before {
    content: "\e652";
}

.ti-bolt-alt:before {
    content: "\e653";
}

.ti-blackboard:before {
    content: "\e654";
}

.ti-bag:before {
    content: "\e655";
}

.ti-move:before {
    content: "\e656";
}

.ti-arrows-vertical:before {
    content: "\e657";
}

.ti-arrows-horizontal:before {
    content: "\e658";
}

.ti-fullscreen:before {
    content: "\e659";
}

.ti-arrow-top-right:before {
    content: "\e65a";
}

.ti-arrow-top-left:before {
    content: "\e65b";
}

.ti-arrow-circle-up:before {
    content: "\e65c";
}

.ti-arrow-circle-right:before {
    content: "\e65d";
}

.ti-arrow-circle-left:before {
    content: "\e65e";
}

.ti-arrow-circle-down:before {
    content: "\e65f";
}

.ti-angle-double-up:before {
    content: "\e660";
}

.ti-angle-double-right:before {
    content: "\e661";
}

.ti-angle-double-left:before {
    content: "\e662";
}

.ti-angle-double-down:before {
    content: "\e663";
}

.ti-zip:before {
    content: "\e664";
}

.ti-world:before {
    content: "\e665";
}

.ti-wheelchair:before {
    content: "\e666";
}

.ti-view-list:before {
    content: "\e667";
}

.ti-view-list-alt:before {
    content: "\e668";
}

.ti-view-grid:before {
    content: "\e669";
}

.ti-uppercase:before {
    content: "\e66a";
}

.ti-upload:before {
    content: "\e66b";
}

.ti-underline:before {
    content: "\e66c";
}

.ti-truck:before {
    content: "\e66d";
}

.ti-timer:before {
    content: "\e66e";
}

.ti-ticket:before {
    content: "\e66f";
}

.ti-thumb-up:before {
    content: "\e670";
}

.ti-thumb-down:before {
    content: "\e671";
}

.ti-text:before {
    content: "\e672";
}

.ti-stats-up:before {
    content: "\e673";
}

.ti-stats-down:before {
    content: "\e674";
}

.ti-split-v:before {
    content: "\e675";
}

.ti-split-h:before {
    content: "\e676";
}

.ti-smallcap:before {
    content: "\e677";
}

.ti-shine:before {
    content: "\e678";
}

.ti-shift-right:before {
    content: "\e679";
}

.ti-shift-left:before {
    content: "\e67a";
}

.ti-shield:before {
    content: "\e67b";
}

.ti-notepad:before {
    content: "\e67c";
}

.ti-server:before {
    content: "\e67d";
}

.ti-quote-right:before {
    content: "\e67e";
}

.ti-quote-left:before {
    content: "\e67f";
}

.ti-pulse:before {
    content: "\e680";
}

.ti-printer:before {
    content: "\e681";
}

.ti-power-off:before {
    content: "\e682";
}

.ti-plug:before {
    content: "\e683";
}

.ti-pie-chart:before {
    content: "\e684";
}

.ti-paragraph:before {
    content: "\e685";
}

.ti-panel:before {
    content: "\e686";
}

.ti-package:before {
    content: "\e687";
}

.ti-music:before {
    content: "\e688";
}

.ti-music-alt:before {
    content: "\e689";
}

.ti-mouse:before {
    content: "\e68a";
}

.ti-mouse-alt:before {
    content: "\e68b";
}

.ti-money:before {
    content: "\e68c";
}

.ti-microphone:before {
    content: "\e68d";
}

.ti-menu:before {
    content: "\e68e";
}

.ti-menu-alt:before {
    content: "\e68f";
}

.ti-map:before {
    content: "\e690";
}

.ti-map-alt:before {
    content: "\e691";
}

.ti-loop:before {
    content: "\e692";
}

.ti-location-pin:before {
    content: "\e693";
}

.ti-list:before {
    content: "\e694";
}

.ti-light-bulb:before {
    content: "\e695";
}

.ti-Italic:before {
    content: "\e696";
}

.ti-info:before {
    content: "\e697";
}

.ti-infinite:before {
    content: "\e698";
}

.ti-id-badge:before {
    content: "\e699";
}

.ti-hummer:before {
    content: "\e69a";
}

.ti-home:before {
    content: "\e69b";
}

.ti-help:before {
    content: "\e69c";
}

.ti-headphone:before {
    content: "\e69d";
}

.ti-harddrives:before {
    content: "\e69e";
}

.ti-harddrive:before {
    content: "\e69f";
}

.ti-gift:before {
    content: "\e6a0";
}

.ti-game:before {
    content: "\e6a1";
}

.ti-filter:before {
    content: "\e6a2";
}

.ti-files:before {
    content: "\e6a3";
}

.ti-file:before {
    content: "\e6a4";
}

.ti-eraser:before {
    content: "\e6a5";
}

.ti-envelope:before {
    content: "\e6a6";
}

.ti-download:before {
    content: "\e6a7";
}

.ti-direction:before {
    content: "\e6a8";
}

.ti-direction-alt:before {
    content: "\e6a9";
}

.ti-dashboard:before {
    content: "\e6aa";
}

.ti-control-stop:before {
    content: "\e6ab";
}

.ti-control-shuffle:before {
    content: "\e6ac";
}

.ti-control-play:before {
    content: "\e6ad";
}

.ti-control-pause:before {
    content: "\e6ae";
}

.ti-control-forward:before {
    content: "\e6af";
}

.ti-control-backward:before {
    content: "\e6b0";
}

.ti-cloud:before {
    content: "\e6b1";
}

.ti-cloud-up:before {
    content: "\e6b2";
}

.ti-cloud-down:before {
    content: "\e6b3";
}

.ti-clipboard:before {
    content: "\e6b4";
}

.ti-car:before {
    content: "\e6b5";
}

.ti-calendar:before {
    content: "\e6b6";
}

.ti-book:before {
    content: "\e6b7";
}

.ti-bell:before {
    content: "\e6b8";
}

.ti-basketball:before {
    content: "\e6b9";
}

.ti-bar-chart:before {
    content: "\e6ba";
}

.ti-bar-chart-alt:before {
    content: "\e6bb";
}

.ti-back-right:before {
    content: "\e6bc";
}

.ti-back-left:before {
    content: "\e6bd";
}

.ti-arrows-corner:before {
    content: "\e6be";
}

.ti-archive:before {
    content: "\e6bf";
}

.ti-anchor:before {
    content: "\e6c0";
}

.ti-align-right:before {
    content: "\e6c1";
}

.ti-align-left:before {
    content: "\e6c2";
}

.ti-align-justify:before {
    content: "\e6c3";
}

.ti-align-center:before {
    content: "\e6c4";
}

.ti-alert:before {
    content: "\e6c5";
}

.ti-alarm-clock:before {
    content: "\e6c6";
}

.ti-agenda:before {
    content: "\e6c7";
}

.ti-write:before {
    content: "\e6c8";
}

.ti-window:before {
    content: "\e6c9";
}

.ti-widgetized:before {
    content: "\e6ca";
}

.ti-widget:before {
    content: "\e6cb";
}

.ti-widget-alt:before {
    content: "\e6cc";
}

.ti-wallet:before {
    content: "\e6cd";
}

.ti-video-clapper:before {
    content: "\e6ce";
}

.ti-video-camera:before {
    content: "\e6cf";
}

.ti-vector:before {
    content: "\e6d0";
}

.ti-themify-logo:before {
    content: "\e6d1";
}

.ti-themify-favicon:before {
    content: "\e6d2";
}

.ti-themify-favicon-alt:before {
    content: "\e6d3";
}

.ti-support:before {
    content: "\e6d4";
}

.ti-stamp:before {
    content: "\e6d5";
}

.ti-split-v-alt:before {
    content: "\e6d6";
}

.ti-slice:before {
    content: "\e6d7";
}

.ti-shortcode:before {
    content: "\e6d8";
}

.ti-shift-right-alt:before {
    content: "\e6d9";
}

.ti-shift-left-alt:before {
    content: "\e6da";
}

.ti-ruler-alt-2:before {
    content: "\e6db";
}

.ti-receipt:before {
    content: "\e6dc";
}

.ti-pin2:before {
    content: "\e6dd";
}

.ti-pin-alt:before {
    content: "\e6de";
}

.ti-pencil-alt2:before {
    content: "\e6df";
}

.ti-palette:before {
    content: "\e6e0";
}

.ti-more:before {
    content: "\e6e1";
}

.ti-more-alt:before {
    content: "\e6e2";
}

.ti-microphone-alt:before {
    content: "\e6e3";
}

.ti-magnet:before {
    content: "\e6e4";
}

.ti-line-double:before {
    content: "\e6e5";
}

.ti-line-dotted:before {
    content: "\e6e6";
}

.ti-line-dashed:before {
    content: "\e6e7";
}

.ti-layout-width-full:before {
    content: "\e6e8";
}

.ti-layout-width-default:before {
    content: "\e6e9";
}

.ti-layout-width-default-alt:before {
    content: "\e6ea";
}

.ti-layout-tab:before {
    content: "\e6eb";
}

.ti-layout-tab-window:before {
    content: "\e6ec";
}

.ti-layout-tab-v:before {
    content: "\e6ed";
}

.ti-layout-tab-min:before {
    content: "\e6ee";
}

.ti-layout-slider:before {
    content: "\e6ef";
}

.ti-layout-slider-alt:before {
    content: "\e6f0";
}

.ti-layout-sidebar-right:before {
    content: "\e6f1";
}

.ti-layout-sidebar-none:before {
    content: "\e6f2";
}

.ti-layout-sidebar-left:before {
    content: "\e6f3";
}

.ti-layout-placeholder:before {
    content: "\e6f4";
}

.ti-layout-menu:before {
    content: "\e6f5";
}

.ti-layout-menu-v:before {
    content: "\e6f6";
}

.ti-layout-menu-separated:before {
    content: "\e6f7";
}

.ti-layout-menu-full:before {
    content: "\e6f8";
}

.ti-layout-media-right-alt:before {
    content: "\e6f9";
}

.ti-layout-media-right:before {
    content: "\e6fa";
}

.ti-layout-media-overlay:before {
    content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}

.ti-layout-media-left-alt:before {
    content: "\e6fe";
}

.ti-layout-media-left:before {
    content: "\e6ff";
}

.ti-layout-media-center-alt:before {
    content: "\e700";
}

.ti-layout-media-center:before {
    content: "\e701";
}

.ti-layout-list-thumb:before {
    content: "\e702";
}

.ti-layout-list-thumb-alt:before {
    content: "\e703";
}

.ti-layout-list-post:before {
    content: "\e704";
}

.ti-layout-list-large-image:before {
    content: "\e705";
}

.ti-layout-line-solid:before {
    content: "\e706";
}

.ti-layout-grid4:before {
    content: "\e707";
}

.ti-layout-grid3:before {
    content: "\e708";
}

.ti-layout-grid2:before {
    content: "\e709";
}

.ti-layout-grid2-thumb:before {
    content: "\e70a";
}

.ti-layout-cta-right:before {
    content: "\e70b";
}

.ti-layout-cta-left:before {
    content: "\e70c";
}

.ti-layout-cta-center:before {
    content: "\e70d";
}

.ti-layout-cta-btn-right:before {
    content: "\e70e";
}

.ti-layout-cta-btn-left:before {
    content: "\e70f";
}

.ti-layout-column4:before {
    content: "\e710";
}

.ti-layout-column3:before {
    content: "\e711";
}

.ti-layout-column2:before {
    content: "\e712";
}

.ti-layout-accordion-separated:before {
    content: "\e713";
}

.ti-layout-accordion-merged:before {
    content: "\e714";
}

.ti-layout-accordion-list:before {
    content: "\e715";
}

.ti-ink-pen:before {
    content: "\e716";
}

.ti-info-alt:before {
    content: "\e717";
}

.ti-help-alt:before {
    content: "\e718";
}

.ti-headphone-alt:before {
    content: "\e719";
}

.ti-hand-point-up:before {
    content: "\e71a";
}

.ti-hand-point-right:before {
    content: "\e71b";
}

.ti-hand-point-left:before {
    content: "\e71c";
}

.ti-hand-point-down:before {
    content: "\e71d";
}

.ti-gallery:before {
    content: "\e71e";
}

.ti-face-smile:before {
    content: "\e71f";
}

.ti-face-sad:before {
    content: "\e720";
}

.ti-credit-card:before {
    content: "\e721";
}

.ti-control-skip-forward:before {
    content: "\e722";
}

.ti-control-skip-backward:before {
    content: "\e723";
}

.ti-control-record:before {
    content: "\e724";
}

.ti-control-eject:before {
    content: "\e725";
}

.ti-comments-smiley:before {
    content: "\e726";
}

.ti-brush-alt:before {
    content: "\e727";
}

.ti-youtube:before {
    content: "\e728";
}

.ti-vimeo:before {
    content: "\e729";
}

.ti-twitter:before {
    content: "\e72a";
}

.ti-time:before {
    content: "\e72b";
}

.ti-tumblr:before {
    content: "\e72c";
}

.ti-skype:before {
    content: "\e72d";
}

.ti-share:before {
    content: "\e72e";
}

.ti-share-alt:before {
    content: "\e72f";
}

.ti-rocket:before {
    content: "\e730";
}

.ti-pinterest:before {
    content: "\e731";
}

.ti-new-window:before {
    content: "\e732";
}

.ti-microsoft:before {
    content: "\e733";
}

.ti-list-ol:before {
    content: "\e734";
}

.ti-linkedin:before {
    content: "\e735";
}

.ti-layout-sidebar-2:before {
    content: "\e736";
}

.ti-layout-grid4-alt:before {
    content: "\e737";
}

.ti-layout-grid3-alt:before {
    content: "\e738";
}

.ti-layout-grid2-alt:before {
    content: "\e739";
}

.ti-layout-column4-alt:before {
    content: "\e73a";
}

.ti-layout-column3-alt:before {
    content: "\e73b";
}

.ti-layout-column2-alt:before {
    content: "\e73c";
}

.ti-instagram:before {
    content: "\e73d";
}

.ti-google:before {
    content: "\e73e";
}

.ti-github:before {
    content: "\e73f";
}

.ti-flickr:before {
    content: "\e740";
}

.ti-facebook:before {
    content: "\e741";
}

.ti-dropbox:before {
    content: "\e742";
}

.ti-dribbble:before {
    content: "\e743";
}

.ti-apple:before {
    content: "\e744";
}

.ti-android:before {
    content: "\e745";
}

.ti-save:before {
    content: "\e746";
}

.ti-save-alt:before {
    content: "\e747";
}

.ti-yahoo:before {
    content: "\e748";
}

.ti-wordpress:before {
    content: "\e749";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-tumblr-alt:before {
    content: "\e74c";
}

.ti-trello:before {
    content: "\e74d";
}

.ti-stack-overflow:before {
    content: "\e74e";
}

.ti-soundcloud:before {
    content: "\e74f";
}

.ti-sharethis:before {
    content: "\e750";
}

.ti-sharethis-alt:before {
    content: "\e751";
}

.ti-reddit:before {
    content: "\e752";
}

.ti-pinterest-alt:before {
    content: "\e753";
}

.ti-microsoft-alt:before {
    content: "\e754";
}

.ti-linux:before {
    content: "\e755";
}

.ti-jsfiddle:before {
    content: "\e756";
}

.ti-joomla:before {
    content: "\e757";
}

.ti-html5:before {
    content: "\e758";
}

.ti-flickr-alt:before {
    content: "\e759";
}

.ti-email:before {
    content: "\e75a";
}

.ti-drupal:before {
    content: "\e75b";
}

.ti-dropbox-alt:before {
    content: "\e75c";
}

.ti-css3:before {
    content: "\e75d";
}

.ti-rss:before {
    content: "\e75e";
}

.ti-rss-alt:before {
    content: "\e75f";
}

@font-face {
    font-family: simple-line-icons;
    src: url(../less/icons/simple-line-icons/fonts/Simple-Line-Icons4c82.eot?-i3a2kk);
    src: url(../less/icons/simple-line-icons/fonts/Simple-Line-Iconsd41d.eot?#iefix-i3a2kk) format('embedded-opentype'),url(../less/icons/simple-line-icons/fonts/Simple-Line-Icons4c82.ttf?-i3a2kk) format('truetype'),url(../less/icons/simple-line-icons/fonts/Simple-Line-Icons4c82.html?-i3a2kk) format('woff2'),url(../less/icons/simple-line-icons/fonts/Simple-Line-Icons4c82.woff?-i3a2kk) format('woff'),url(../less/icons/simple-line-icons/fonts/Simple-Line-Icons4c82.svg?-i3a2kk#simple-line-icons) format('svg');
    font-weight: 400;
    font-style: normal;
}

.icon-action-redo, .icon-action-undo, .icon-anchor, .icon-arrow-down, .icon-arrow-down-circle, .icon-arrow-left, .icon-arrow-left-circle, .icon-arrow-right, .icon-arrow-right-circle, .icon-arrow-up, .icon-arrow-up-circle, .icon-badge, .icon-bag, .icon-ban, .icon-basket, .icon-basket-loaded, .icon-bell, .icon-book-open, .icon-briefcase, .icon-bubble, .icon-bubbles, .icon-bulb, .icon-calculator, .icon-calender, .icon-call-end, .icon-call-in, .icon-call-out, .icon-camera, .icon-camrecorder, .icon-chart, .icon-check, .icon-chemistry, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-compass, .icon-control-end, .icon-control-forward, .icon-control-pause, .icon-control-play, .icon-control-rewind, .icon-control-start, .icon-credit-card, .icon-crop, .icon-cup, .icon-cursor, .icon-cursor-move, .icon-diamond, .icon-direction, .icon-directions, .icon-disc, .icon-dislike, .icon-doc, .icon-docs, .icon-drawar, .icon-drop, .icon-earphones, .icon-earphones-alt, .icon-emotsmile, .icon-energy, .icon-envelope, .icon-envelope-letter, .icon-envelope-open, .icon-equalizer, .icon-eye, .icon-eyeglass, .icon-feed, .icon-film, .icon-fire, .icon-flag, .icon-folder, .icon-folder-alt, .icon-frame, .icon-game-controller, .icon-ghost, .icon-globe, .icon-globe-alt, .icon-graduation, .icon-graph, .icon-grid, .icon-handbag, .icon-heart, .icon-home, .icon-hourglass, .icon-info, .icon-key, .icon-layers, .icon-like, .icon-link, .icon-list, .icon-location-pin, .icon-lock, .icon-lock-open, .icon-login, .icon-logout, .icon-loop, .icon-magic-wand, .icon-magnet, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-map, .icon-menu, .icon-microphone, .icon-mouse, .icon-music-tone, .icon-music-tone-alt, .icon-mustache, .icon-note, .icon-notebook, .icon-options, .icon-options-vertical, .icon-paper-clip, .icon-paper-plane, .icon-paypal, .icon-pencil, .icon-people, .icon-phone, .icon-picture, .icon-pie-chart, .icon-pin, .icon-plane, .icon-playlist, .icon-plus, .icon-power, .icon-present, .icon-printer, .icon-puzzle, .icon-question, .icon-refresh, .icon-reload, .icon-rocket, .icon-screen-desktop, .icon-screen-smartphone, .icon-screen-tablet, .icon-settings, .icon-share, .icon-share-alt, .icon-shield, .icon-shuffle, .icon-size-actual, .icon-size-fullscreen, .icon-social-behance, .icon-social-dribbble, .icon-social-dropbox, .icon-social-facebook, .icon-social-foursqare, .icon-social-github, .icon-social-gplus, .icon-social-instagram, .icon-social-linkedin, .icon-social-pintarest, .icon-social-reddit, .icon-social-skype, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-tumblr, .icon-social-twitter, .icon-social-youtube, .icon-speech, .icon-speedometer, .icon-star, .icon-support, .icon-symble-female, .icon-symbol-male, .icon-tag, .icon-target, .icon-trash, .icon-trophy, .icon-umbrella, .icon-user, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-vector, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-wallet, .icon-wrench {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .icon-user:before {
        content: "\e005";
    }

    .icon-people:before {
        content: "\e001";
    }

    .icon-user-female:before {
        content: "\e000";
    }

    .icon-user-follow:before {
        content: "\e002";
    }

    .icon-user-following:before {
        content: "\e003";
    }

    .icon-user-unfollow:before {
        content: "\e004";
    }

    .icon-login:before {
        content: "\e066";
    }

    .icon-logout:before {
        content: "\e065";
    }

    .icon-emotsmile:before {
        content: "\e021";
    }

    .icon-phone:before {
        content: "\e600";
    }

    .icon-call-end:before {
        content: "\e048";
    }

    .icon-call-in:before {
        content: "\e047";
    }

    .icon-call-out:before {
        content: "\e046";
    }

    .icon-map:before {
        content: "\e033";
    }

    .icon-location-pin:before {
        content: "\e096";
    }

    .icon-direction:before {
        content: "\e042";
    }

    .icon-directions:before {
        content: "\e041";
    }

    .icon-compass:before {
        content: "\e045";
    }

    .icon-layers:before {
        content: "\e034";
    }

    .icon-menu:before {
        content: "\e601";
    }

    .icon-list:before {
        content: "\e067";
    }

    .icon-options-vertical:before {
        content: "\e602";
    }

    .icon-options:before {
        content: "\e603";
    }

    .icon-arrow-down:before {
        content: "\e604";
    }

    .icon-arrow-left:before {
        content: "\e605";
    }

    .icon-arrow-right:before {
        content: "\e606";
    }

    .icon-arrow-up:before {
        content: "\e607";
    }

    .icon-arrow-up-circle:before {
        content: "\e078";
    }

    .icon-arrow-left-circle:before {
        content: "\e07a";
    }

    .icon-arrow-right-circle:before {
        content: "\e079";
    }

    .icon-arrow-down-circle:before {
        content: "\e07b";
    }

    .icon-check:before {
        content: "\e080";
    }

    .icon-clock:before {
        content: "\e081";
    }

    .icon-plus:before {
        content: "\e095";
    }

    .icon-close:before {
        content: "\e082";
    }

    .icon-trophy:before {
        content: "\e006";
    }

    .icon-screen-smartphone:before {
        content: "\e010";
    }

    .icon-screen-desktop:before {
        content: "\e011";
    }

    .icon-plane:before {
        content: "\e012";
    }

    .icon-notebook:before {
        content: "\e013";
    }

    .icon-mustache:before {
        content: "\e014";
    }

    .icon-mouse:before {
        content: "\e015";
    }

    .icon-magnet:before {
        content: "\e016";
    }

    .icon-energy:before {
        content: "\e020";
    }

    .icon-disc:before {
        content: "\e022";
    }

    .icon-cursor:before {
        content: "\e06e";
    }

    .icon-cursor-move:before {
        content: "\e023";
    }

    .icon-crop:before {
        content: "\e024";
    }

    .icon-chemistry:before {
        content: "\e026";
    }

    .icon-speedometer:before {
        content: "\e007";
    }

    .icon-shield:before {
        content: "\e00e";
    }

    .icon-screen-tablet:before {
        content: "\e00f";
    }

    .icon-magic-wand:before {
        content: "\e017";
    }

    .icon-hourglass:before {
        content: "\e018";
    }

    .icon-graduation:before {
        content: "\e019";
    }

    .icon-ghost:before {
        content: "\e01a";
    }

    .icon-game-controller:before {
        content: "\e01b";
    }

    .icon-fire:before {
        content: "\e01c";
    }

    .icon-eyeglass:before {
        content: "\e01d";
    }

    .icon-envelope-open:before {
        content: "\e01e";
    }

    .icon-envelope-letter:before {
        content: "\e01f";
    }

    .icon-bell:before {
        content: "\e027";
    }

    .icon-badge:before {
        content: "\e028";
    }

    .icon-anchor:before {
        content: "\e029";
    }

    .icon-wallet:before {
        content: "\e02a";
    }

    .icon-vector:before {
        content: "\e02b";
    }

    .icon-speech:before {
        content: "\e02c";
    }

    .icon-puzzle:before {
        content: "\e02d";
    }

    .icon-printer:before {
        content: "\e02e";
    }

    .icon-present:before {
        content: "\e02f";
    }

    .icon-playlist:before {
        content: "\e030";
    }

    .icon-pin:before {
        content: "\e031";
    }

    .icon-picture:before {
        content: "\e032";
    }

    .icon-handbag:before {
        content: "\e035";
    }

    .icon-globe-alt:before {
        content: "\e036";
    }

    .icon-globe:before {
        content: "\e037";
    }

    .icon-folder-alt:before {
        content: "\e039";
    }

    .icon-folder:before {
        content: "\e089";
    }

    .icon-film:before {
        content: "\e03a";
    }

    .icon-feed:before {
        content: "\e03b";
    }

    .icon-drop:before {
        content: "\e03e";
    }

    .icon-drawar:before {
        content: "\e03f";
    }

    .icon-docs:before {
        content: "\e040";
    }

    .icon-doc:before {
        content: "\e085";
    }

    .icon-diamond:before {
        content: "\e043";
    }

    .icon-cup:before {
        content: "\e044";
    }

    .icon-calculator:before {
        content: "\e049";
    }

    .icon-bubbles:before {
        content: "\e04a";
    }

    .icon-briefcase:before {
        content: "\e04b";
    }

    .icon-book-open:before {
        content: "\e04c";
    }

    .icon-basket-loaded:before {
        content: "\e04d";
    }

    .icon-basket:before {
        content: "\e04e";
    }

    .icon-bag:before {
        content: "\e04f";
    }

    .icon-action-undo:before {
        content: "\e050";
    }

    .icon-action-redo:before {
        content: "\e051";
    }

    .icon-wrench:before {
        content: "\e052";
    }

    .icon-umbrella:before {
        content: "\e053";
    }

    .icon-trash:before {
        content: "\e054";
    }

    .icon-tag:before {
        content: "\e055";
    }

    .icon-support:before {
        content: "\e056";
    }

    .icon-frame:before {
        content: "\e038";
    }

    .icon-size-fullscreen:before {
        content: "\e057";
    }

    .icon-size-actual:before {
        content: "\e058";
    }

    .icon-shuffle:before {
        content: "\e059";
    }

    .icon-share-alt:before {
        content: "\e05a";
    }

    .icon-share:before {
        content: "\e05b";
    }

    .icon-rocket:before {
        content: "\e05c";
    }

    .icon-question:before {
        content: "\e05d";
    }

    .icon-pie-chart:before {
        content: "\e05e";
    }

    .icon-pencil:before {
        content: "\e05f";
    }

    .icon-note:before {
        content: "\e060";
    }

    .icon-loop:before {
        content: "\e064";
    }

    .icon-home:before {
        content: "\e069";
    }

    .icon-grid:before {
        content: "\e06a";
    }

    .icon-graph:before {
        content: "\e06b";
    }

    .icon-microphone:before {
        content: "\e063";
    }

    .icon-music-tone-alt:before {
        content: "\e061";
    }

    .icon-music-tone:before {
        content: "\e062";
    }

    .icon-earphones-alt:before {
        content: "\e03c";
    }

    .icon-earphones:before {
        content: "\e03d";
    }

    .icon-equalizer:before {
        content: "\e06c";
    }

    .icon-like:before {
        content: "\e068";
    }

    .icon-dislike:before {
        content: "\e06d";
    }

    .icon-control-start:before {
        content: "\e06f";
    }

    .icon-control-rewind:before {
        content: "\e070";
    }

    .icon-control-play:before {
        content: "\e071";
    }

    .icon-control-pause:before {
        content: "\e072";
    }

    .icon-control-forward:before {
        content: "\e073";
    }

    .icon-control-end:before {
        content: "\e074";
    }

    .icon-volume-1:before {
        content: "\e09f";
    }

    .icon-volume-2:before {
        content: "\e0a0";
    }

    .icon-volume-off:before {
        content: "\e0a1";
    }

    .icon-calender:before {
        content: "\e075";
    }

    .icon-bulb:before {
        content: "\e076";
    }

    .icon-chart:before {
        content: "\e077";
    }

    .icon-ban:before {
        content: "\e07c";
    }

    .icon-bubble:before {
        content: "\e07d";
    }

    .icon-camrecorder:before {
        content: "\e07e";
    }

    .icon-camera:before {
        content: "\e07f";
    }

    .icon-cloud-download:before {
        content: "\e083";
    }

    .icon-cloud-upload:before {
        content: "\e084";
    }

    .icon-envelope:before {
        content: "\e086";
    }

    .icon-eye:before {
        content: "\e087";
    }

    .icon-flag:before {
        content: "\e088";
    }

    .icon-heart:before {
        content: "\e08a";
    }

    .icon-info:before {
        content: "\e08b";
    }

    .icon-key:before {
        content: "\e08c";
    }

    .icon-link:before {
        content: "\e08d";
    }

    .icon-lock:before {
        content: "\e08e";
    }

    .icon-lock-open:before {
        content: "\e08f";
    }

    .icon-magnifier:before {
        content: "\e090";
    }

    .icon-magnifier-add:before {
        content: "\e091";
    }

    .icon-magnifier-remove:before {
        content: "\e092";
    }

    .icon-paper-clip:before {
        content: "\e093";
    }

    .icon-paper-plane:before {
        content: "\e094";
    }

    .icon-power:before {
        content: "\e097";
    }

    .icon-refresh:before {
        content: "\e098";
    }

    .icon-reload:before {
        content: "\e099";
    }

    .icon-settings:before {
        content: "\e09a";
    }

    .icon-star:before {
        content: "\e09b";
    }

    .icon-symble-female:before {
        content: "\e09c";
    }

    .icon-symbol-male:before {
        content: "\e09d";
    }

    .icon-target:before {
        content: "\e09e";
    }

    .icon-credit-card:before {
        content: "\e025";
    }

    .icon-paypal:before {
        content: "\e608";
    }

    .icon-social-tumblr:before {
        content: "\e00a";
    }

    .icon-social-twitter:before {
        content: "\e009";
    }

    .icon-social-facebook:before {
        content: "\e00b";
    }

    .icon-social-instagram:before {
        content: "\e609";
    }

    .icon-social-linkedin:before {
        content: "\e60a";
    }

    .icon-social-pintarest:before {
        content: "\e60b";
    }

    .icon-social-github:before {
        content: "\e60c";
    }

    .icon-social-gplus:before {
        content: "\e60d";
    }

    .icon-social-reddit:before {
        content: "\e60e";
    }

    .icon-social-skype:before {
        content: "\e60f";
    }

    .icon-social-dribbble:before {
        content: "\e00d";
    }

    .icon-social-behance:before {
        content: "\e610";
    }

    .icon-social-foursqare:before {
        content: "\e611";
    }

    .icon-social-soundcloud:before {
        content: "\e612";
    }

    .icon-social-spotify:before {
        content: "\e613";
    }

    .icon-social-stumbleupon:before {
        content: "\e614";
    }

    .icon-social-youtube:before {
        content: "\e008";
    }

    .icon-social-dropbox:before {
        content: "\e00c";
    }
/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */

@font-face {
    font-family: weathericons;
    src: url(../less/icons/weather-icons/font/weathericons-regular-webfont.html);
    src: url(../less/icons/weather-icons/font/weathericons-regular-webfontd41d.html?#iefix) format('embedded-opentype'),url(../less/icons/weather-icons/font/weathericons-regular-webfont-2.html) format('woff2'),url(../less/icons/weather-icons/font/weathericons-regular-webfont.woff) format('woff'),url(../less/icons/weather-icons/font/weathericons-regular-webfont-3.html) format('truetype'),url(../less/icons/weather-icons/font/weathericons-regular-webfont.svg#weather_iconsregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

.wi {
    font-family: weathericons;
}

.wi-fw {
    width: 1.4em;
}

.wi-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wi-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wi-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.wi-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
}

.wi-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}

.wi-day-sunny:before {
    content: "\f00d";
}

.wi-day-cloudy:before {
    content: "\f002";
}

.wi-day-cloudy-gusts:before {
    content: "\f000";
}

.wi-day-cloudy-windy:before {
    content: "\f001";
}

.wi-day-fog:before {
    content: "\f003";
}

.wi-day-hail:before {
    content: "\f004";
}

.wi-day-haze:before {
    content: "\f0b6";
}

.wi-day-lightning:before {
    content: "\f005";
}

.wi-day-rain:before {
    content: "\f008";
}

.wi-day-rain-mix:before {
    content: "\f006";
}

.wi-day-rain-wind:before {
    content: "\f007";
}

.wi-day-showers:before {
    content: "\f009";
}

.wi-day-sleet:before {
    content: "\f0b2";
}

.wi-day-sleet-storm:before {
    content: "\f068";
}

.wi-day-snow:before {
    content: "\f00a";
}

.wi-day-snow-thunderstorm:before {
    content: "\f06b";
}

.wi-day-snow-wind:before {
    content: "\f065";
}

.wi-day-sprinkle:before {
    content: "\f00b";
}

.wi-day-storm-showers:before {
    content: "\f00e";
}

.wi-day-sunny-overcast:before {
    content: "\f00c";
}

.wi-day-thunderstorm:before {
    content: "\f010";
}

.wi-day-windy:before {
    content: "\f085";
}

.wi-solar-eclipse:before {
    content: "\f06e";
}

.wi-hot:before {
    content: "\f072";
}

.wi-day-cloudy-high:before {
    content: "\f07d";
}

.wi-day-light-wind:before {
    content: "\f0c4";
}

.wi-night-clear:before {
    content: "\f02e";
}

.wi-night-alt-cloudy:before {
    content: "\f086";
}

.wi-night-alt-cloudy-gusts:before {
    content: "\f022";
}

.wi-night-alt-cloudy-windy:before {
    content: "\f023";
}

.wi-night-alt-hail:before {
    content: "\f024";
}

.wi-night-alt-lightning:before {
    content: "\f025";
}

.wi-night-alt-rain:before {
    content: "\f028";
}

.wi-night-alt-rain-mix:before {
    content: "\f026";
}

.wi-night-alt-rain-wind:before {
    content: "\f027";
}

.wi-night-alt-showers:before {
    content: "\f029";
}

.wi-night-alt-sleet:before {
    content: "\f0b4";
}

.wi-night-alt-sleet-storm:before {
    content: "\f06a";
}

.wi-night-alt-snow:before {
    content: "\f02a";
}

.wi-night-alt-snow-thunderstorm:before {
    content: "\f06d";
}

.wi-night-alt-snow-wind:before {
    content: "\f067";
}

.wi-night-alt-sprinkle:before {
    content: "\f02b";
}

.wi-night-alt-storm-showers:before {
    content: "\f02c";
}

.wi-night-alt-thunderstorm:before {
    content: "\f02d";
}

.wi-night-cloudy:before {
    content: "\f031";
}

.wi-night-cloudy-gusts:before {
    content: "\f02f";
}

.wi-night-cloudy-windy:before {
    content: "\f030";
}

.wi-night-fog:before {
    content: "\f04a";
}

.wi-night-hail:before {
    content: "\f032";
}

.wi-night-lightning:before {
    content: "\f033";
}

.wi-night-partly-cloudy:before {
    content: "\f083";
}

.wi-night-rain:before {
    content: "\f036";
}

.wi-night-rain-mix:before {
    content: "\f034";
}

.wi-night-rain-wind:before {
    content: "\f035";
}

.wi-night-showers:before {
    content: "\f037";
}

.wi-night-sleet:before {
    content: "\f0b3";
}

.wi-night-sleet-storm:before {
    content: "\f069";
}

.wi-night-snow:before {
    content: "\f038";
}

.wi-night-snow-thunderstorm:before {
    content: "\f06c";
}

.wi-night-snow-wind:before {
    content: "\f066";
}

.wi-night-sprinkle:before {
    content: "\f039";
}

.wi-night-storm-showers:before {
    content: "\f03a";
}

.wi-night-thunderstorm:before {
    content: "\f03b";
}

.wi-lunar-eclipse:before {
    content: "\f070";
}

.wi-stars:before {
    content: "\f077";
}

.wi-night-alt-cloudy-high:before {
    content: "\f07e";
}

.wi-night-cloudy-high:before {
    content: "\f080";
}

.wi-night-alt-partly-cloudy:before {
    content: "\f081";
}

.wi-cloud:before {
    content: "\f041";
}

.wi-cloudy:before {
    content: "\f013";
}

.wi-cloudy-gusts:before {
    content: "\f011";
}

.wi-cloudy-windy:before {
    content: "\f012";
}

.wi-fog:before {
    content: "\f014";
}

.wi-hail:before {
    content: "\f015";
}

.wi-rain:before {
    content: "\f019";
}

.wi-rain-mix:before {
    content: "\f017";
}

.wi-rain-wind:before {
    content: "\f018";
}

.wi-showers:before {
    content: "\f01a";
}

.wi-sleet:before {
    content: "\f0b5";
}

.wi-sprinkle:before {
    content: "\f01c";
}

.wi-storm-showers:before {
    content: "\f01d";
}

.wi-thunderstorm:before {
    content: "\f01e";
}

.wi-snow-wind:before {
    content: "\f064";
}

.wi-snow:before {
    content: "\f01b";
}

.wi-smog:before {
    content: "\f074";
}

.wi-smoke:before {
    content: "\f062";
}

.wi-lightning:before {
    content: "\f016";
}

.wi-raindrops:before {
    content: "\f04e";
}

.wi-raindrop:before {
    content: "\f078";
}

.wi-dust:before {
    content: "\f063";
}

.wi-snowflake-cold:before {
    content: "\f076";
}

.wi-windy:before {
    content: "\f021";
}

.wi-strong-wind:before {
    content: "\f050";
}

.wi-sandstorm:before {
    content: "\f082";
}

.wi-earthquake:before {
    content: "\f0c6";
}

.wi-fire:before {
    content: "\f0c7";
}

.wi-flood:before {
    content: "\f07c";
}

.wi-meteor:before {
    content: "\f071";
}

.wi-tsunami:before {
    content: "\f0c5";
}

.wi-volcano:before {
    content: "\f0c8";
}

.wi-hurricane:before {
    content: "\f073";
}

.wi-tornado:before {
    content: "\f056";
}

.wi-small-craft-advisory:before {
    content: "\f0cc";
}

.wi-gale-warning:before {
    content: "\f0cd";
}

.wi-storm-warning:before {
    content: "\f0ce";
}

.wi-hurricane-warning:before {
    content: "\f0cf";
}

.wi-wind-direction:before {
    content: "\f0b1";
}

.wi-alien:before {
    content: "\f075";
}

.wi-celsius:before {
    content: "\f03c";
}

.wi-fahrenheit:before {
    content: "\f045";
}

.wi-degrees:before {
    content: "\f042";
}

.wi-thermometer:before {
    content: "\f055";
}

.wi-thermometer-exterior:before {
    content: "\f053";
}

.wi-thermometer-internal:before {
    content: "\f054";
}

.wi-cloud-down:before {
    content: "\f03d";
}

.wi-cloud-up:before {
    content: "\f040";
}

.wi-cloud-refresh:before {
    content: "\f03e";
}

.wi-horizon:before {
    content: "\f047";
}

.wi-horizon-alt:before {
    content: "\f046";
}

.wi-sunrise:before {
    content: "\f051";
}

.wi-sunset:before {
    content: "\f052";
}

.wi-moonrise:before {
    content: "\f0c9";
}

.wi-moonset:before {
    content: "\f0ca";
}

.wi-refresh:before {
    content: "\f04c";
}

.wi-refresh-alt:before {
    content: "\f04b";
}

.wi-umbrella:before {
    content: "\f084";
}

.wi-barometer:before {
    content: "\f079";
}

.wi-humidity:before {
    content: "\f07a";
}

.wi-na:before {
    content: "\f07b";
}

.wi-train:before {
    content: "\f0cb";
}

.wi-moon-new:before {
    content: "\f095";
}

.wi-moon-waxing-cresent-1:before {
    content: "\f096";
}

.wi-moon-waxing-cresent-2:before {
    content: "\f097";
}

.wi-moon-waxing-cresent-3:before {
    content: "\f098";
}

.wi-moon-waxing-cresent-4:before {
    content: "\f099";
}

.wi-moon-waxing-cresent-5:before {
    content: "\f09a";
}

.wi-moon-waxing-cresent-6:before {
    content: "\f09b";
}

.wi-moon-first-quarter:before {
    content: "\f09c";
}

.wi-moon-waxing-gibbous-1:before {
    content: "\f09d";
}

.wi-moon-waxing-gibbous-2:before {
    content: "\f09e";
}

.wi-moon-waxing-gibbous-3:before {
    content: "\f09f";
}

.wi-moon-waxing-gibbous-4:before {
    content: "\f0a0";
}

.wi-moon-waxing-gibbous-5:before {
    content: "\f0a1";
}

.wi-moon-waxing-gibbous-6:before {
    content: "\f0a2";
}

.wi-moon-full:before {
    content: "\f0a3";
}

.wi-moon-waning-gibbous-1:before {
    content: "\f0a4";
}

.wi-moon-waning-gibbous-2:before {
    content: "\f0a5";
}

.wi-moon-waning-gibbous-3:before {
    content: "\f0a6";
}

.wi-moon-waning-gibbous-4:before {
    content: "\f0a7";
}

.wi-moon-waning-gibbous-5:before {
    content: "\f0a8";
}

.wi-moon-waning-gibbous-6:before {
    content: "\f0a9";
}

.wi-moon-third-quarter:before {
    content: "\f0aa";
}

.wi-moon-waning-crescent-1:before {
    content: "\f0ab";
}

.wi-moon-waning-crescent-2:before {
    content: "\f0ac";
}

.wi-moon-waning-crescent-3:before {
    content: "\f0ad";
}

.wi-moon-waning-crescent-4:before {
    content: "\f0ae";
}

.wi-moon-waning-crescent-5:before {
    content: "\f0af";
}

.wi-moon-waning-crescent-6:before {
    content: "\f0b0";
}

.wi-moon-alt-new:before {
    content: "\f0eb";
}

.wi-moon-alt-waxing-cresent-1:before {
    content: "\f0d0";
}

.wi-moon-alt-waxing-cresent-2:before {
    content: "\f0d1";
}

.wi-moon-alt-waxing-cresent-3:before {
    content: "\f0d2";
}

.wi-moon-alt-waxing-cresent-4:before {
    content: "\f0d3";
}

.wi-moon-alt-waxing-cresent-5:before {
    content: "\f0d4";
}

.wi-moon-alt-waxing-cresent-6:before {
    content: "\f0d5";
}

.wi-moon-alt-first-quarter:before {
    content: "\f0d6";
}

.wi-moon-alt-waxing-gibbous-1:before {
    content: "\f0d7";
}

.wi-moon-alt-waxing-gibbous-2:before {
    content: "\f0d8";
}

.wi-moon-alt-waxing-gibbous-3:before {
    content: "\f0d9";
}

.wi-moon-alt-waxing-gibbous-4:before {
    content: "\f0da";
}

.wi-moon-alt-waxing-gibbous-5:before {
    content: "\f0db";
}

.wi-moon-alt-waxing-gibbous-6:before {
    content: "\f0dc";
}

.wi-moon-alt-full:before {
    content: "\f0dd";
}

.wi-moon-alt-waning-gibbous-1:before {
    content: "\f0de";
}

.wi-moon-alt-waning-gibbous-2:before {
    content: "\f0df";
}

.wi-moon-alt-waning-gibbous-3:before {
    content: "\f0e0";
}

.wi-moon-alt-waning-gibbous-4:before {
    content: "\f0e1";
}

.wi-moon-alt-waning-gibbous-5:before {
    content: "\f0e2";
}

.wi-moon-alt-waning-gibbous-6:before {
    content: "\f0e3";
}

.wi-moon-alt-third-quarter:before {
    content: "\f0e4";
}

.wi-moon-alt-waning-crescent-1:before {
    content: "\f0e5";
}

.wi-moon-alt-waning-crescent-2:before {
    content: "\f0e6";
}

.wi-moon-alt-waning-crescent-3:before {
    content: "\f0e7";
}

.wi-moon-alt-waning-crescent-4:before {
    content: "\f0e8";
}

.wi-moon-alt-waning-crescent-5:before {
    content: "\f0e9";
}

.wi-moon-alt-waning-crescent-6:before {
    content: "\f0ea";
}

.wi-moon-0:before {
    content: "\f095";
}

.wi-moon-1:before {
    content: "\f096";
}

.wi-moon-2:before {
    content: "\f097";
}

.wi-moon-3:before {
    content: "\f098";
}

.wi-moon-4:before {
    content: "\f099";
}

.wi-moon-5:before {
    content: "\f09a";
}

.wi-moon-6:before {
    content: "\f09b";
}

.wi-moon-7:before {
    content: "\f09c";
}

.wi-moon-8:before {
    content: "\f09d";
}

.wi-moon-9:before {
    content: "\f09e";
}

.wi-moon-10:before {
    content: "\f09f";
}

.wi-moon-11:before {
    content: "\f0a0";
}

.wi-moon-12:before {
    content: "\f0a1";
}

.wi-moon-13:before {
    content: "\f0a2";
}

.wi-moon-14:before {
    content: "\f0a3";
}

.wi-moon-15:before {
    content: "\f0a4";
}

.wi-moon-16:before {
    content: "\f0a5";
}

.wi-moon-17:before {
    content: "\f0a6";
}

.wi-moon-18:before {
    content: "\f0a7";
}

.wi-moon-19:before {
    content: "\f0a8";
}

.wi-moon-20:before {
    content: "\f0a9";
}

.wi-moon-21:before {
    content: "\f0aa";
}

.wi-moon-22:before {
    content: "\f0ab";
}

.wi-moon-23:before {
    content: "\f0ac";
}

.wi-moon-24:before {
    content: "\f0ad";
}

.wi-moon-25:before {
    content: "\f0ae";
}

.wi-moon-26:before {
    content: "\f0af";
}

.wi-moon-27:before {
    content: "\f0b0";
}

.wi-time-1:before {
    content: "\f08a";
}

.wi-time-2:before {
    content: "\f08b";
}

.wi-time-3:before {
    content: "\f08c";
}

.wi-time-4:before {
    content: "\f08d";
}

.wi-time-5:before {
    content: "\f08e";
}

.wi-time-6:before {
    content: "\f08f";
}

.wi-time-7:before {
    content: "\f090";
}

.wi-time-8:before {
    content: "\f091";
}

.wi-time-9:before {
    content: "\f092";
}

.wi-time-10:before {
    content: "\f093";
}

.wi-time-11:before {
    content: "\f094";
}

.wi-time-12:before {
    content: "\f089";
}

.wi-direction-up:before {
    content: "\f058";
}

.wi-direction-up-right:before {
    content: "\f057";
}

.wi-direction-right:before {
    content: "\f04d";
}

.wi-direction-down-right:before {
    content: "\f088";
}

.wi-direction-down:before {
    content: "\f044";
}

.wi-direction-down-left:before {
    content: "\f043";
}

.wi-direction-left:before {
    content: "\f048";
}

.wi-direction-up-left:before {
    content: "\f087";
}

.wi-wind-beaufort-0:before {
    content: "\f0b7";
}

.wi-wind-beaufort-1:before {
    content: "\f0b8";
}

.wi-wind-beaufort-2:before {
    content: "\f0b9";
}

.wi-wind-beaufort-3:before {
    content: "\f0ba";
}

.wi-wind-beaufort-4:before {
    content: "\f0bb";
}

.wi-wind-beaufort-5:before {
    content: "\f0bc";
}

.wi-wind-beaufort-6:before {
    content: "\f0bd";
}

.wi-wind-beaufort-7:before {
    content: "\f0be";
}

.wi-wind-beaufort-8:before {
    content: "\f0bf";
}

.wi-wind-beaufort-9:before {
    content: "\f0c0";
}

.wi-wind-beaufort-10:before {
    content: "\f0c1";
}

.wi-wind-beaufort-11:before {
    content: "\f0c2";
}

.wi-wind-beaufort-12:before {
    content: "\f0c3";
}

.wi-yahoo-0:before {
    content: "\f056";
}

.wi-yahoo-1:before {
    content: "\f00e";
}

.wi-yahoo-2:before {
    content: "\f073";
}

.wi-yahoo-3:before, .wi-yahoo-4:before {
    content: "\f01e";
}

.wi-yahoo-5:before, .wi-yahoo-6:before, .wi-yahoo-7:before {
    content: "\f017";
}

.wi-yahoo-8:before {
    content: "\f015";
}

.wi-yahoo-9:before {
    content: "\f01a";
}

.wi-yahoo-10:before {
    content: "\f015";
}

.wi-yahoo-11:before, .wi-yahoo-12:before {
    content: "\f01a";
}

.wi-yahoo-13:before {
    content: "\f01b";
}

.wi-yahoo-14:before {
    content: "\f00a";
}

.wi-yahoo-15:before {
    content: "\f064";
}

.wi-yahoo-16:before {
    content: "\f01b";
}

.wi-yahoo-17:before {
    content: "\f015";
}

.wi-yahoo-18:before {
    content: "\f017";
}

.wi-yahoo-19:before {
    content: "\f063";
}

.wi-yahoo-20:before {
    content: "\f014";
}

.wi-yahoo-21:before {
    content: "\f021";
}

.wi-yahoo-22:before {
    content: "\f062";
}

.wi-yahoo-23:before, .wi-yahoo-24:before {
    content: "\f050";
}

.wi-yahoo-25:before {
    content: "\f076";
}

.wi-yahoo-26:before {
    content: "\f013";
}

.wi-yahoo-27:before {
    content: "\f031";
}

.wi-yahoo-28:before {
    content: "\f002";
}

.wi-yahoo-29:before {
    content: "\f031";
}

.wi-yahoo-30:before {
    content: "\f002";
}

.wi-yahoo-31:before {
    content: "\f02e";
}

.wi-yahoo-32:before {
    content: "\f00d";
}

.wi-yahoo-33:before {
    content: "\f083";
}

.wi-yahoo-34:before {
    content: "\f00c";
}

.wi-yahoo-35:before {
    content: "\f017";
}

.wi-yahoo-36:before {
    content: "\f072";
}

.wi-yahoo-37:before, .wi-yahoo-38:before, .wi-yahoo-39:before {
    content: "\f00e";
}

.wi-yahoo-40:before {
    content: "\f01a";
}

.wi-yahoo-41:before {
    content: "\f064";
}

.wi-yahoo-42:before {
    content: "\f01b";
}

.wi-yahoo-43:before {
    content: "\f064";
}

.wi-yahoo-44:before {
    content: "\f00c";
}

.wi-yahoo-45:before {
    content: "\f00e";
}

.wi-yahoo-46:before {
    content: "\f01b";
}

.wi-yahoo-47:before {
    content: "\f00e";
}

.wi-yahoo-3200:before {
    content: "\f077";
}

.wi-forecast-io-clear-day:before {
    content: "\f00d";
}

.wi-forecast-io-clear-night:before {
    content: "\f02e";
}

.wi-forecast-io-rain:before {
    content: "\f019";
}

.wi-forecast-io-snow:before {
    content: "\f01b";
}

.wi-forecast-io-sleet:before {
    content: "\f0b5";
}

.wi-forecast-io-wind:before {
    content: "\f050";
}

.wi-forecast-io-fog:before {
    content: "\f014";
}

.wi-forecast-io-cloudy:before {
    content: "\f013";
}

.wi-forecast-io-partly-cloudy-day:before {
    content: "\f002";
}

.wi-forecast-io-partly-cloudy-night:before {
    content: "\f031";
}

.wi-forecast-io-hail:before {
    content: "\f015";
}

.wi-forecast-io-thunderstorm:before {
    content: "\f01e";
}

.wi-forecast-io-tornado:before {
    content: "\f056";
}

.wi-wmo4680-00:before, .wi-wmo4680-0:before {
    content: "\f055";
}

.wi-wmo4680-01:before, .wi-wmo4680-1:before {
    content: "\f013";
}

.wi-wmo4680-02:before, .wi-wmo4680-2:before {
    content: "\f055";
}

.wi-wmo4680-03:before, .wi-wmo4680-3:before {
    content: "\f013";
}

.wi-wmo4680-04:before, .wi-wmo4680-05:before, .wi-wmo4680-10:before, .wi-wmo4680-11:before, .wi-wmo4680-4:before, .wi-wmo4680-5:before {
    content: "\f014";
}

.wi-wmo4680-12:before {
    content: "\f016";
}

.wi-wmo4680-18:before {
    content: "\f050";
}

.wi-wmo4680-20:before {
    content: "\f014";
}

.wi-wmo4680-21:before, .wi-wmo4680-22:before {
    content: "\f017";
}

.wi-wmo4680-23:before {
    content: "\f019";
}

.wi-wmo4680-24:before {
    content: "\f01b";
}

.wi-wmo4680-25:before {
    content: "\f015";
}

.wi-wmo4680-26:before {
    content: "\f01e";
}

.wi-wmo4680-27:before, .wi-wmo4680-28:before, .wi-wmo4680-29:before {
    content: "\f063";
}

.wi-wmo4680-30:before, .wi-wmo4680-31:before, .wi-wmo4680-32:before, .wi-wmo4680-33:before, .wi-wmo4680-34:before, .wi-wmo4680-35:before {
    content: "\f014";
}

.wi-wmo4680-40:before {
    content: "\f017";
}

.wi-wmo4680-41:before {
    content: "\f01c";
}

.wi-wmo4680-42:before {
    content: "\f019";
}

.wi-wmo4680-43:before {
    content: "\f01c";
}

.wi-wmo4680-44:before {
    content: "\f019";
}

.wi-wmo4680-45:before, .wi-wmo4680-46:before {
    content: "\f015";
}

.wi-wmo4680-47:before, .wi-wmo4680-48:before {
    content: "\f01b";
}

.wi-wmo4680-50:before, .wi-wmo4680-51:before {
    content: "\f01c";
}

.wi-wmo4680-52:before, .wi-wmo4680-53:before {
    content: "\f019";
}

.wi-wmo4680-54:before, .wi-wmo4680-55:before, .wi-wmo4680-56:before {
    content: "\f076";
}

.wi-wmo4680-57:before {
    content: "\f01c";
}

.wi-wmo4680-58:before {
    content: "\f019";
}

.wi-wmo4680-60:before, .wi-wmo4680-61:before {
    content: "\f01c";
}

.wi-wmo4680-62:before, .wi-wmo4680-63:before {
    content: "\f019";
}

.wi-wmo4680-64:before, .wi-wmo4680-65:before, .wi-wmo4680-66:before {
    content: "\f015";
}

.wi-wmo4680-67:before, .wi-wmo4680-68:before {
    content: "\f017";
}

.wi-wmo4680-70:before, .wi-wmo4680-71:before, .wi-wmo4680-72:before, .wi-wmo4680-73:before {
    content: "\f01b";
}

.wi-wmo4680-74:before, .wi-wmo4680-75:before, .wi-wmo4680-76:before {
    content: "\f076";
}

.wi-wmo4680-77:before {
    content: "\f01b";
}

.wi-wmo4680-78:before {
    content: "\f076";
}

.wi-wmo4680-80:before {
    content: "\f019";
}

.wi-wmo4680-81:before {
    content: "\f01c";
}

.wi-wmo4680-82:before, .wi-wmo4680-83:before {
    content: "\f019";
}

.wi-wmo4680-84:before {
    content: "\f01d";
}

.wi-wmo4680-85:before, .wi-wmo4680-86:before, .wi-wmo4680-87:before {
    content: "\f017";
}

.wi-wmo4680-89:before {
    content: "\f015";
}

.wi-wmo4680-90:before {
    content: "\f016";
}

.wi-wmo4680-91:before {
    content: "\f01d";
}

.wi-wmo4680-92:before, .wi-wmo4680-93:before {
    content: "\f01e";
}

.wi-wmo4680-94:before {
    content: "\f016";
}

.wi-wmo4680-95:before, .wi-wmo4680-96:before {
    content: "\f01e";
}

.wi-wmo4680-99:before {
    content: "\f056";
}

.wi-owm-200:before, .wi-owm-201:before, .wi-owm-202:before {
    content: "\f01e";
}

.wi-owm-210:before, .wi-owm-211:before, .wi-owm-212:before, .wi-owm-221:before {
    content: "\f016";
}

.wi-owm-230:before, .wi-owm-231:before, .wi-owm-232:before {
    content: "\f01e";
}

.wi-owm-300:before, .wi-owm-301:before {
    content: "\f01c";
}

.wi-owm-302:before {
    content: "\f019";
}

.wi-owm-310:before {
    content: "\f017";
}

.wi-owm-311:before, .wi-owm-312:before {
    content: "\f019";
}

.wi-owm-313:before {
    content: "\f01a";
}

.wi-owm-314:before {
    content: "\f019";
}

.wi-owm-321:before, .wi-owm-500:before {
    content: "\f01c";
}

.wi-owm-501:before, .wi-owm-502:before, .wi-owm-503:before, .wi-owm-504:before {
    content: "\f019";
}

.wi-owm-511:before {
    content: "\f017";
}

.wi-owm-520:before, .wi-owm-521:before, .wi-owm-522:before {
    content: "\f01a";
}

.wi-owm-531:before {
    content: "\f01d";
}

.wi-owm-600:before, .wi-owm-601:before {
    content: "\f01b";
}

.wi-owm-602:before {
    content: "\f0b5";
}

.wi-owm-611:before, .wi-owm-612:before, .wi-owm-615:before, .wi-owm-616:before, .wi-owm-620:before {
    content: "\f017";
}

.wi-owm-621:before, .wi-owm-622:before {
    content: "\f01b";
}

.wi-owm-701:before {
    content: "\f01a";
}

.wi-owm-711:before {
    content: "\f062";
}

.wi-owm-721:before {
    content: "\f0b6";
}

.wi-owm-731:before {
    content: "\f063";
}

.wi-owm-741:before {
    content: "\f014";
}

.wi-owm-761:before, .wi-owm-762:before {
    content: "\f063";
}

.wi-owm-771:before {
    content: "\f011";
}

.wi-owm-781:before {
    content: "\f056";
}

.wi-owm-800:before {
    content: "\f00d";
}

.wi-owm-801:before, .wi-owm-802:before, .wi-owm-803:before {
    content: "\f011";
}

.wi-owm-803:before {
    content: "\f012";
}

.wi-owm-804:before {
    content: "\f013";
}

.wi-owm-900:before {
    content: "\f056";
}

.wi-owm-901:before {
    content: "\f01d";
}

.wi-owm-902:before {
    content: "\f073";
}

.wi-owm-903:before {
    content: "\f076";
}

.wi-owm-904:before {
    content: "\f072";
}

.wi-owm-905:before {
    content: "\f021";
}

.wi-owm-906:before {
    content: "\f015";
}

.wi-owm-957:before {
    content: "\f050";
}

.wi-owm-day-200:before, .wi-owm-day-201:before, .wi-owm-day-202:before {
    content: "\f010";
}

.wi-owm-day-210:before, .wi-owm-day-211:before, .wi-owm-day-212:before, .wi-owm-day-221:before {
    content: "\f005";
}

.wi-owm-day-230:before, .wi-owm-day-231:before, .wi-owm-day-232:before {
    content: "\f010";
}

.wi-owm-day-300:before, .wi-owm-day-301:before {
    content: "\f00b";
}

.wi-owm-day-302:before, .wi-owm-day-310:before, .wi-owm-day-311:before, .wi-owm-day-312:before, .wi-owm-day-313:before, .wi-owm-day-314:before {
    content: "\f008";
}

.wi-owm-day-321:before, .wi-owm-day-500:before {
    content: "\f00b";
}

.wi-owm-day-501:before, .wi-owm-day-502:before, .wi-owm-day-503:before, .wi-owm-day-504:before {
    content: "\f008";
}

.wi-owm-day-511:before {
    content: "\f006";
}

.wi-owm-day-520:before, .wi-owm-day-521:before, .wi-owm-day-522:before {
    content: "\f009";
}

.wi-owm-day-531:before {
    content: "\f00e";
}

.wi-owm-day-600:before {
    content: "\f00a";
}

.wi-owm-day-601:before {
    content: "\f0b2";
}

.wi-owm-day-602:before {
    content: "\f00a";
}

.wi-owm-day-611:before, .wi-owm-day-612:before, .wi-owm-day-615:before, .wi-owm-day-616:before, .wi-owm-day-620:before {
    content: "\f006";
}

.wi-owm-day-621:before, .wi-owm-day-622:before {
    content: "\f00a";
}

.wi-owm-day-701:before {
    content: "\f009";
}

.wi-owm-day-711:before {
    content: "\f062";
}

.wi-owm-day-721:before {
    content: "\f0b6";
}

.wi-owm-day-731:before {
    content: "\f063";
}

.wi-owm-day-741:before {
    content: "\f003";
}

.wi-owm-day-761:before, .wi-owm-day-762:before {
    content: "\f063";
}

.wi-owm-day-781:before {
    content: "\f056";
}

.wi-owm-day-800:before {
    content: "\f00d";
}

.wi-owm-day-801:before, .wi-owm-day-802:before, .wi-owm-day-803:before {
    content: "\f000";
}

.wi-owm-day-804:before {
    content: "\f00c";
}

.wi-owm-day-900:before {
    content: "\f056";
}

.wi-owm-day-902:before {
    content: "\f073";
}

.wi-owm-day-903:before {
    content: "\f076";
}

.wi-owm-day-904:before {
    content: "\f072";
}

.wi-owm-day-906:before {
    content: "\f004";
}

.wi-owm-day-957:before {
    content: "\f050";
}

.wi-owm-night-200:before, .wi-owm-night-201:before, .wi-owm-night-202:before {
    content: "\f02d";
}

.wi-owm-night-210:before, .wi-owm-night-211:before, .wi-owm-night-212:before, .wi-owm-night-221:before {
    content: "\f025";
}

.wi-owm-night-230:before, .wi-owm-night-231:before, .wi-owm-night-232:before {
    content: "\f02d";
}

.wi-owm-night-300:before, .wi-owm-night-301:before {
    content: "\f02b";
}

.wi-owm-night-302:before, .wi-owm-night-310:before, .wi-owm-night-311:before, .wi-owm-night-312:before, .wi-owm-night-313:before, .wi-owm-night-314:before {
    content: "\f028";
}

.wi-owm-night-321:before, .wi-owm-night-500:before {
    content: "\f02b";
}

.wi-owm-night-501:before, .wi-owm-night-502:before, .wi-owm-night-503:before, .wi-owm-night-504:before {
    content: "\f028";
}

.wi-owm-night-511:before {
    content: "\f026";
}

.wi-owm-night-520:before, .wi-owm-night-521:before, .wi-owm-night-522:before {
    content: "\f029";
}

.wi-owm-night-531:before {
    content: "\f02c";
}

.wi-owm-night-600:before {
    content: "\f02a";
}

.wi-owm-night-601:before {
    content: "\f0b4";
}

.wi-owm-night-602:before {
    content: "\f02a";
}

.wi-owm-night-611:before, .wi-owm-night-612:before, .wi-owm-night-615:before, .wi-owm-night-616:before, .wi-owm-night-620:before {
    content: "\f026";
}

.wi-owm-night-621:before, .wi-owm-night-622:before {
    content: "\f02a";
}

.wi-owm-night-701:before {
    content: "\f029";
}

.wi-owm-night-711:before {
    content: "\f062";
}

.wi-owm-night-721:before {
    content: "\f0b6";
}

.wi-owm-night-731:before {
    content: "\f063";
}

.wi-owm-night-741:before {
    content: "\f04a";
}

.wi-owm-night-761:before, .wi-owm-night-762:before {
    content: "\f063";
}

.wi-owm-night-781:before {
    content: "\f056";
}

.wi-owm-night-800:before {
    content: "\f02e";
}

.wi-owm-night-801:before, .wi-owm-night-802:before, .wi-owm-night-803:before {
    content: "\f022";
}

.wi-owm-night-804:before {
    content: "\f086";
}

.wi-owm-night-900:before {
    content: "\f056";
}

.wi-owm-night-902:before {
    content: "\f073";
}

.wi-owm-night-903:before {
    content: "\f076";
}

.wi-owm-night-904:before {
    content: "\f072";
}

.wi-owm-night-906:before {
    content: "\f024";
}

.wi-owm-night-957:before {
    content: "\f050";
}

.glyphs.character-mapping {
    margin: 0 0 20px;
    padding: 20px 0 20px 30px;
    color: rgba(0,0,0,.5);
    border: 1px solid #d8e0e5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .glyphs.character-mapping li {
        margin: 0 30px 20px 0;
        display: inline-block;
        width: 90px;
        text-align: center;
        font-size: 24px;
        color: #96a2b4;
    }

.linea-icon {
    position: relative;
}

    .linea-icon svg {
        fill: #000;
    }

.glyphs.character-mapping input {
    margin: 0;
    padding: 5px 0;
    line-height: 12px;
    font-size: 12px;
    display: block;
    width: 100%;
    border: 1px solid #d8e0e5;
    outline: 0;
}

.sttabs, .sttabs nav ul {
    position: relative;
    margin: 0 auto;
}

    .sttabs nav ul, .sttabs1 ul {
        padding: 0;
        -ms-box-orient: horizontal;
        list-style: none;
    }

.linea-aerrow[data-icon]:before, .linea-basic[data-icon]:before, .linea-ecommerce[data-icon]:before, .linea-elaborate[data-icon]:before, .linea-music[data-icon]:before {
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphs.character-mapping input:focus {
    border: 1px solid #fbde4a;
    -webkit-box-shadow: inset 0 0 3px #fbde4a;
    box-shadow: inset 0 0 3px #fbde4a;
}

.glyphs.character-mapping input:hover {
    -webkit-box-shadow: inset 0 0 3px #fbde4a;
    box-shadow: inset 0 0 3px #fbde4a;
}

@font-face {
    font-family: linea-arrows-10;
    src: url(../less/icons/linea-icons/fonts/linea-arrows-10.html);
    src: url(../less/icons/linea-icons/fonts/linea-arrows-10d41d.html?#iefix) format("embedded-opentype"),url(../less/icons/linea-icons/fonts/linea-arrows-10.woff) format("woff"),url(../less/icons/linea-icons/fonts/linea-arrows-11.html) format("truetype"),url(../less/icons/linea-icons/fonts/linea-arrows-10.svg#linea-arrows-10) format("svg");
    font-weight: 400;
    font-style: normal;
}

.linea-aerrow[data-icon]:before {
    font-family: linea-arrows-10!important;
    content: attr(data-icon);
}

.icon-arrows-anticlockwise:before {
    content: "\e000";
}

.icon-arrows-anticlockwise-dashed:before {
    content: "\e001";
}

.icon-arrows-button-down:before {
    content: "\e002";
}

.icon-arrows-button-off:before {
    content: "\e003";
}

.icon-arrows-button-on:before {
    content: "\e004";
}

.icon-arrows-button-up:before {
    content: "\e005";
}

.icon-arrows-check:before {
    content: "\e006";
}

.icon-arrows-circle-check:before {
    content: "\e007";
}

.icon-arrows-circle-down:before {
    content: "\e008";
}

.icon-arrows-circle-downleft:before {
    content: "\e009";
}

.icon-arrows-circle-downright:before {
    content: "\e00a";
}

.icon-arrows-circle-left:before {
    content: "\e00b";
}

.icon-arrows-circle-minus:before {
    content: "\e00c";
}

.icon-arrows-circle-plus:before {
    content: "\e00d";
}

.icon-arrows-circle-remove:before {
    content: "\e00e";
}

.icon-arrows-circle-right:before {
    content: "\e00f";
}

.icon-arrows-circle-up:before {
    content: "\e010";
}

.icon-arrows-circle-upleft:before {
    content: "\e011";
}

.icon-arrows-circle-upright:before {
    content: "\e012";
}

.icon-arrows-clockwise:before {
    content: "\e013";
}

.icon-arrows-clockwise-dashed:before {
    content: "\e014";
}

.icon-arrows-compress:before {
    content: "\e015";
}

.icon-arrows-deny:before {
    content: "\e016";
}

.icon-arrows-diagonal:before {
    content: "\e017";
}

.icon-arrows-diagonal2:before {
    content: "\e018";
}

.icon-arrows-down:before {
    content: "\e019";
}

.icon-arrows-down-double:before {
    content: "\e01a";
}

.icon-arrows-downleft:before {
    content: "\e01b";
}

.icon-arrows-downright:before {
    content: "\e01c";
}

.icon-arrows-drag-down:before {
    content: "\e01d";
}

.icon-arrows-drag-down-dashed:before {
    content: "\e01e";
}

.icon-arrows-drag-horiz:before {
    content: "\e01f";
}

.icon-arrows-drag-left:before {
    content: "\e020";
}

.icon-arrows-drag-left-dashed:before {
    content: "\e021";
}

.icon-arrows-drag-right:before {
    content: "\e022";
}

.icon-arrows-drag-right-dashed:before {
    content: "\e023";
}

.icon-arrows-drag-up:before {
    content: "\e024";
}

.icon-arrows-drag-up-dashed:before {
    content: "\e025";
}

.icon-arrows-drag-vert:before {
    content: "\e026";
}

.icon-arrows-exclamation:before {
    content: "\e027";
}

.icon-arrows-expand:before {
    content: "\e028";
}

.icon-arrows-expand-diagonal1:before {
    content: "\e029";
}

.icon-arrows-expand-horizontal1:before {
    content: "\e02a";
}

.icon-arrows-expand-vertical1:before {
    content: "\e02b";
}

.icon-arrows-fit-horizontal:before {
    content: "\e02c";
}

.icon-arrows-fit-vertical:before {
    content: "\e02d";
}

.icon-arrows-glide:before {
    content: "\e02e";
}

.icon-arrows-glide-horizontal:before {
    content: "\e02f";
}

.icon-arrows-glide-vertical:before {
    content: "\e030";
}

.icon-arrows-hamburger1:before {
    content: "\e031";
}

.icon-arrows-hamburger-2:before {
    content: "\e032";
}

.icon-arrows-horizontal:before {
    content: "\e033";
}

.icon-arrows-info:before {
    content: "\e034";
}

.icon-arrows-keyboard-alt:before {
    content: "\e035";
}

.icon-arrows-keyboard-cmd:before {
    content: "\e036";
}

.icon-arrows-keyboard-delete:before {
    content: "\e037";
}

.icon-arrows-keyboard-down:before {
    content: "\e038";
}

.icon-arrows-keyboard-left:before {
    content: "\e039";
}

.icon-arrows-keyboard-return:before {
    content: "\e03a";
}

.icon-arrows-keyboard-right:before {
    content: "\e03b";
}

.icon-arrows-keyboard-shift:before {
    content: "\e03c";
}

.icon-arrows-keyboard-tab:before {
    content: "\e03d";
}

.icon-arrows-keyboard-up:before {
    content: "\e03e";
}

.icon-arrows-left:before {
    content: "\e03f";
}

.icon-arrows-left-double-32:before {
    content: "\e040";
}

.icon-arrows-minus:before {
    content: "\e041";
}

.icon-arrows-move:before {
    content: "\e042";
}

.icon-arrows-move2:before {
    content: "\e043";
}

.icon-arrows-move-bottom:before {
    content: "\e044";
}

.icon-arrows-move-left:before {
    content: "\e045";
}

.icon-arrows-move-right:before {
    content: "\e046";
}

.icon-arrows-move-top:before {
    content: "\e047";
}

.icon-arrows-plus:before {
    content: "\e048";
}

.icon-arrows-question:before {
    content: "\e049";
}

.icon-arrows-remove:before {
    content: "\e04a";
}

.icon-arrows-right:before {
    content: "\e04b";
}

.icon-arrows-right-double:before {
    content: "\e04c";
}

.icon-arrows-rotate:before {
    content: "\e04d";
}

.icon-arrows-rotate-anti:before {
    content: "\e04e";
}

.icon-arrows-rotate-anti-dashed:before {
    content: "\e04f";
}

.icon-arrows-rotate-dashed:before {
    content: "\e050";
}

.icon-arrows-shrink:before {
    content: "\e051";
}

.icon-arrows-shrink-diagonal1:before {
    content: "\e052";
}

.icon-arrows-shrink-diagonal2:before {
    content: "\e053";
}

.icon-arrows-shrink-horizonal2:before {
    content: "\e054";
}

.icon-arrows-shrink-horizontal1:before {
    content: "\e055";
}

.icon-arrows-shrink-vertical1:before {
    content: "\e056";
}

.icon-arrows-shrink-vertical2:before {
    content: "\e057";
}

.icon-arrows-sign-down:before {
    content: "\e058";
}

.icon-arrows-sign-left:before {
    content: "\e059";
}

.icon-arrows-sign-right:before {
    content: "\e05a";
}

.icon-arrows-sign-up:before {
    content: "\e05b";
}

.icon-arrows-slide-down1:before {
    content: "\e05c";
}

.icon-arrows-slide-down2:before {
    content: "\e05d";
}

.icon-arrows-slide-left1:before {
    content: "\e05e";
}

.icon-arrows-slide-left2:before {
    content: "\e05f";
}

.icon-arrows-slide-right1:before {
    content: "\e060";
}

.icon-arrows-slide-right2:before {
    content: "\e061";
}

.icon-arrows-slide-up1:before {
    content: "\e062";
}

.icon-arrows-slide-up2:before {
    content: "\e063";
}

.icon-arrows-slim-down:before {
    content: "\e064";
}

.icon-arrows-slim-down-dashed:before {
    content: "\e065";
}

.icon-arrows-slim-left:before {
    content: "\e066";
}

.icon-arrows-slim-left-dashed:before {
    content: "\e067";
}

.icon-arrows-slim-right:before {
    content: "\e068";
}

.icon-arrows-slim-right-dashed:before {
    content: "\e069";
}

.icon-arrows-slim-up:before {
    content: "\e06a";
}

.icon-arrows-slim-up-dashed:before {
    content: "\e06b";
}

.icon-arrows-square-check:before {
    content: "\e06c";
}

.icon-arrows-square-down:before {
    content: "\e06d";
}

.icon-arrows-square-downleft:before {
    content: "\e06e";
}

.icon-arrows-square-downright:before {
    content: "\e06f";
}

.icon-arrows-square-left:before {
    content: "\e070";
}

.icon-arrows-square-minus:before {
    content: "\e071";
}

.icon-arrows-square-plus:before {
    content: "\e072";
}

.icon-arrows-square-remove:before {
    content: "\e073";
}

.icon-arrows-square-right:before {
    content: "\e074";
}

.icon-arrows-square-up:before {
    content: "\e075";
}

.icon-arrows-square-upleft:before {
    content: "\e076";
}

.icon-arrows-square-upright:before {
    content: "\e077";
}

.icon-arrows-squares:before {
    content: "\e078";
}

.icon-arrows-stretch-diagonal1:before {
    content: "\e079";
}

.icon-arrows-stretch-diagonal2:before {
    content: "\e07a";
}

.icon-arrows-stretch-diagonal3:before {
    content: "\e07b";
}

.icon-arrows-stretch-diagonal4:before {
    content: "\e07c";
}

.icon-arrows-stretch-horizontal1:before {
    content: "\e07d";
}

.icon-arrows-stretch-horizontal2:before {
    content: "\e07e";
}

.icon-arrows-stretch-vertical1:before {
    content: "\e07f";
}

.icon-arrows-stretch-vertical2:before {
    content: "\e080";
}

.icon-arrows-switch-horizontal:before {
    content: "\e081";
}

.icon-arrows-switch-vertical:before {
    content: "\e082";
}

.icon-arrows-up:before {
    content: "\e083";
}

.icon-arrows-up-double-33:before {
    content: "\e084";
}

.icon-arrows-upleft:before {
    content: "\e085";
}

.icon-arrows-upright:before {
    content: "\e086";
}

.icon-arrows-vertical:before {
    content: "\e087";
}

@font-face {
    font-family: linea-basic-10;
    src: url(../less/icons/linea-icons/fonts/linea-basic-10.html);
    src: url(../less/icons/linea-icons/fonts/linea-basic-10d41d.html?#iefix) format("embedded-opentype"),url(../less/icons/linea-icons/fonts/linea-basic-10.woff) format("woff"),url(../less/icons/linea-icons/fonts/linea-basic-11.html) format("truetype"),url(../less/icons/linea-icons/fonts/linea-basic-10.svg#linea-basic-10) format("svg");
    font-weight: 400;
    font-style: normal;
}

.linea-basic[data-icon]:before {
    font-family: linea-basic-10!important;
    content: attr(data-icon);
}

.icon-basic-accelerator:before {
    content: "a";
}

.icon-basic-alarm:before {
    content: "b";
}

.icon-basic-anchor:before {
    content: "c";
}

.icon-basic-anticlockwise:before {
    content: "d";
}

.icon-basic-archive:before {
    content: "e";
}

.icon-basic-archive-full:before {
    content: "f";
}

.icon-basic-ban:before {
    content: "g";
}

.icon-basic-battery-charge:before {
    content: "h";
}

.icon-basic-battery-empty:before {
    content: "i";
}

.icon-basic-battery-full:before {
    content: "j";
}

.icon-basic-battery-half:before {
    content: "k";
}

.icon-basic-bolt:before {
    content: "l";
}

.icon-basic-book:before {
    content: "m";
}

.icon-basic-book-pen:before {
    content: "n";
}

.icon-basic-book-pencil:before {
    content: "o";
}

.icon-basic-bookmark:before {
    content: "p";
}

.icon-basic-calculator:before {
    content: "q";
}

.icon-basic-calendar:before {
    content: "r";
}

.icon-basic-cards-diamonds:before {
    content: "s";
}

.icon-basic-cards-hearts:before {
    content: "t";
}

.icon-basic-case:before {
    content: "u";
}

.icon-basic-chronometer:before {
    content: "v";
}

.icon-basic-clessidre:before {
    content: "w";
}

.icon-basic-clock:before {
    content: "x";
}

.icon-basic-clockwise:before {
    content: "y";
}

.icon-basic-cloud:before {
    content: "z";
}

.icon-basic-clubs:before {
    content: "A";
}

.icon-basic-compass:before {
    content: "B";
}

.icon-basic-cup:before {
    content: "C";
}

.icon-basic-diamonds:before {
    content: "D";
}

.icon-basic-display:before {
    content: "E";
}

.icon-basic-download:before {
    content: "F";
}

.icon-basic-exclamation:before {
    content: "G";
}

.icon-basic-eye:before {
    content: "H";
}

.icon-basic-eye-closed:before {
    content: "I";
}

.icon-basic-female:before {
    content: "J";
}

.icon-basic-flag1:before {
    content: "K";
}

.icon-basic-flag2:before {
    content: "L";
}

.icon-basic-floppydisk:before {
    content: "M";
}

.icon-basic-folder:before {
    content: "N";
}

.icon-basic-folder-multiple:before {
    content: "O";
}

.icon-basic-gear:before {
    content: "P";
}

.icon-basic-geolocalize-01:before {
    content: "Q";
}

.icon-basic-geolocalize-05:before {
    content: "R";
}

.icon-basic-globe:before {
    content: "S";
}

.icon-basic-gunsight:before {
    content: "T";
}

.icon-basic-hammer:before {
    content: "U";
}

.icon-basic-headset:before {
    content: "V";
}

.icon-basic-heart:before {
    content: "W";
}

.icon-basic-heart-broken:before {
    content: "X";
}

.icon-basic-helm:before {
    content: "Y";
}

.icon-basic-home:before {
    content: "Z";
}

.icon-basic-info:before {
    content: "0";
}

.icon-basic-ipod:before {
    content: "1";
}

.icon-basic-joypad:before {
    content: "2";
}

.icon-basic-key:before {
    content: "3";
}

.icon-basic-keyboard:before {
    content: "4";
}

.icon-basic-laptop:before {
    content: "5";
}

.icon-basic-life-buoy:before {
    content: "6";
}

.icon-basic-lightbulb:before {
    content: "7";
}

.icon-basic-link:before {
    content: "8";
}

.icon-basic-lock:before {
    content: "9";
}

.icon-basic-lock-open:before {
    content: "!";
}

.icon-basic-magic-mouse:before {
    content: "\"";
}

.icon-basic-magnifier:before {
    content: "#";
}

.icon-basic-magnifier-minus:before {
    content: "$";
}

.icon-basic-magnifier-plus:before {
    content: "%";
}

.icon-basic-mail:before {
    content: "&";
}

.icon-basic-mail-multiple:before {
    content: "'";
}

.icon-basic-mail-open:before {
    content: "(";
}

.icon-basic-mail-open-text:before {
    content: ")";
}

.icon-basic-male:before {
    content: "*";
}

.icon-basic-map:before {
    content: "+";
}

.icon-basic-message:before {
    content: ",";
}

.icon-basic-message-multiple:before {
    content: "-";
}

.icon-basic-message-txt:before {
    content: ".";
}

.icon-basic-mixer2:before {
    content: "/";
}

.icon-basic-mouse:before {
    content: ":";
}

.icon-basic-notebook:before {
    content: ";";
}

.icon-basic-notebook-pen:before {
    content: "<";
}

.icon-basic-notebook-pencil:before {
    content: "=";
}

.icon-basic-paperplane:before {
    content: ">";
}

.icon-basic-pencil-ruler:before {
    content: "?";
}

.icon-basic-pencil-ruler-pen:before {
    content: "@";
}

.icon-basic-photo:before {
    content: "[";
}

.icon-basic-picture:before {
    content: "]";
}

.icon-basic-picture-multiple:before {
    content: "^";
}

.icon-basic-pin1:before {
    content: "_";
}

.icon-basic-pin2:before {
    content: "`";
}

.icon-basic-postcard:before {
    content: "{";
}

.icon-basic-postcard-multiple:before {
    content: "|";
}

.icon-basic-printer:before {
    content: "}";
}

.icon-basic-question:before {
    content: "~";
}

.icon-basic-rss:before {
    content: "\\";
}

.icon-basic-server:before {
    content: "\e000";
}

.icon-basic-server2:before {
    content: "\e001";
}

.icon-basic-server-cloud:before {
    content: "\e002";
}

.icon-basic-server-download:before {
    content: "\e003";
}

.icon-basic-server-upload:before {
    content: "\e004";
}

.icon-basic-settings:before {
    content: "\e005";
}

.icon-basic-share:before {
    content: "\e006";
}

.icon-basic-sheet:before {
    content: "\e007";
}

.icon-basic-sheet-multiple:before {
    content: "\e008";
}

.icon-basic-sheet-pen:before {
    content: "\e009";
}

.icon-basic-sheet-pencil:before {
    content: "\e00a";
}

.icon-basic-sheet-txt:before {
    content: "\e00b";
}

.icon-basic-signs:before {
    content: "\e00c";
}

.icon-basic-smartphone:before {
    content: "\e00d";
}

.icon-basic-spades:before {
    content: "\e00e";
}

.icon-basic-spread:before {
    content: "\e00f";
}

.icon-basic-spread-bookmark:before {
    content: "\e010";
}

.icon-basic-spread-text:before {
    content: "\e011";
}

.icon-basic-spread-text-bookmark:before {
    content: "\e012";
}

.icon-basic-star:before {
    content: "\e013";
}

.icon-basic-tablet:before {
    content: "\e014";
}

.icon-basic-target:before {
    content: "\e015";
}

.icon-basic-todo:before {
    content: "\e016";
}

.icon-basic-todo-pen:before {
    content: "\e017";
}

.icon-basic-todo-pencil:before {
    content: "\e018";
}

.icon-basic-todo-txt:before {
    content: "\e019";
}

.icon-basic-todolist-pen:before {
    content: "\e01a";
}

.icon-basic-todolist-pencil:before {
    content: "\e01b";
}

.icon-basic-trashcan:before {
    content: "\e01c";
}

.icon-basic-trashcan-full:before {
    content: "\e01d";
}

.icon-basic-trashcan-refresh:before {
    content: "\e01e";
}

.icon-basic-trashcan-remove:before {
    content: "\e01f";
}

.icon-basic-upload:before {
    content: "\e020";
}

.icon-basic-usb:before {
    content: "\e021";
}

.icon-basic-video:before {
    content: "\e022";
}

.icon-basic-watch:before {
    content: "\e023";
}

.icon-basic-webpage:before {
    content: "\e024";
}

.icon-basic-webpage-img-txt:before {
    content: "\e025";
}

.icon-basic-webpage-multiple:before {
    content: "\e026";
}

.icon-basic-webpage-txt:before {
    content: "\e027";
}

.icon-basic-world:before {
    content: "\e028";
}

@font-face {
    font-family: linea-basic-elaboration-10;
    src: url(../less/icons/linea-icons/fonts/linea-basic-elaboration-10.html);
    src: url(../less/icons/linea-icons/fonts/linea-basic-elaboration-10d41d.html?#iefix) format("embedded-opentype"),url(../less/icons/linea-icons/fonts/linea-basic-elaboration-10.woff) format("woff"),url(../less/icons/linea-icons/fonts/linea-basic-elaboration-11.html) format("truetype"),url(../less/icons/linea-icons/fonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10) format("svg");
    font-weight: 400;
    font-style: normal;
}

.linea-elaborate[data-icon]:before {
    font-family: linea-basic-elaboration-10!important;
    content: attr(data-icon);
}

.icon-basic-elaboration-bookmark-checck:before {
    content: "a";
}

.icon-basic-elaboration-bookmark-minus:before {
    content: "b";
}

.icon-basic-elaboration-bookmark-plus:before {
    content: "c";
}

.icon-basic-elaboration-bookmark-remove:before {
    content: "d";
}

.icon-basic-elaboration-briefcase-check:before {
    content: "e";
}

.icon-basic-elaboration-briefcase-download:before {
    content: "f";
}

.icon-basic-elaboration-briefcase-flagged:before {
    content: "g";
}

.icon-basic-elaboration-briefcase-minus:before {
    content: "h";
}

.icon-basic-elaboration-briefcase-plus:before {
    content: "i";
}

.icon-basic-elaboration-briefcase-refresh:before {
    content: "j";
}

.icon-basic-elaboration-briefcase-remove:before {
    content: "k";
}

.icon-basic-elaboration-briefcase-search:before {
    content: "l";
}

.icon-basic-elaboration-briefcase-star:before {
    content: "m";
}

.icon-basic-elaboration-briefcase-upload:before {
    content: "n";
}

.icon-basic-elaboration-browser-check:before {
    content: "o";
}

.icon-basic-elaboration-browser-download:before {
    content: "p";
}

.icon-basic-elaboration-browser-minus:before {
    content: "q";
}

.icon-basic-elaboration-browser-plus:before {
    content: "r";
}

.icon-basic-elaboration-browser-refresh:before {
    content: "s";
}

.icon-basic-elaboration-browser-remove:before {
    content: "t";
}

.icon-basic-elaboration-browser-search:before {
    content: "u";
}

.icon-basic-elaboration-browser-star:before {
    content: "v";
}

.icon-basic-elaboration-browser-upload:before {
    content: "w";
}

.icon-basic-elaboration-calendar-check:before {
    content: "x";
}

.icon-basic-elaboration-calendar-cloud:before {
    content: "y";
}

.icon-basic-elaboration-calendar-download:before {
    content: "z";
}

.icon-basic-elaboration-calendar-empty:before {
    content: "A";
}

.icon-basic-elaboration-calendar-flagged:before {
    content: "B";
}

.icon-basic-elaboration-calendar-heart:before {
    content: "C";
}

.icon-basic-elaboration-calendar-minus:before {
    content: "D";
}

.icon-basic-elaboration-calendar-next:before {
    content: "E";
}

.icon-basic-elaboration-calendar-noaccess:before {
    content: "F";
}

.icon-basic-elaboration-calendar-pencil:before {
    content: "G";
}

.icon-basic-elaboration-calendar-plus:before {
    content: "H";
}

.icon-basic-elaboration-calendar-previous:before {
    content: "I";
}

.icon-basic-elaboration-calendar-refresh:before {
    content: "J";
}

.icon-basic-elaboration-calendar-remove:before {
    content: "K";
}

.icon-basic-elaboration-calendar-search:before {
    content: "L";
}

.icon-basic-elaboration-calendar-star:before {
    content: "M";
}

.icon-basic-elaboration-calendar-upload:before {
    content: "N";
}

.icon-basic-elaboration-cloud-check:before {
    content: "O";
}

.icon-basic-elaboration-cloud-download:before {
    content: "P";
}

.icon-basic-elaboration-cloud-minus:before {
    content: "Q";
}

.icon-basic-elaboration-cloud-noaccess:before {
    content: "R";
}

.icon-basic-elaboration-cloud-plus:before {
    content: "S";
}

.icon-basic-elaboration-cloud-refresh:before {
    content: "T";
}

.icon-basic-elaboration-cloud-remove:before {
    content: "U";
}

.icon-basic-elaboration-cloud-search:before {
    content: "V";
}

.icon-basic-elaboration-cloud-upload:before {
    content: "W";
}

.icon-basic-elaboration-document-check:before {
    content: "X";
}

.icon-basic-elaboration-document-cloud:before {
    content: "Y";
}

.icon-basic-elaboration-document-download:before {
    content: "Z";
}

.icon-basic-elaboration-document-flagged:before {
    content: "0";
}

.icon-basic-elaboration-document-graph:before {
    content: "1";
}

.icon-basic-elaboration-document-heart:before {
    content: "2";
}

.icon-basic-elaboration-document-minus:before {
    content: "3";
}

.icon-basic-elaboration-document-next:before {
    content: "4";
}

.icon-basic-elaboration-document-noaccess:before {
    content: "5";
}

.icon-basic-elaboration-document-note:before {
    content: "6";
}

.icon-basic-elaboration-document-pencil:before {
    content: "7";
}

.icon-basic-elaboration-document-picture:before {
    content: "8";
}

.icon-basic-elaboration-document-plus:before {
    content: "9";
}

.icon-basic-elaboration-document-previous:before {
    content: "!";
}

.icon-basic-elaboration-document-refresh:before {
    content: "\"";
}

.icon-basic-elaboration-document-remove:before {
    content: "#";
}

.icon-basic-elaboration-document-search:before {
    content: "$";
}

.icon-basic-elaboration-document-star:before {
    content: "%";
}

.icon-basic-elaboration-document-upload:before {
    content: "&";
}

.icon-basic-elaboration-folder-check:before {
    content: "'";
}

.icon-basic-elaboration-folder-cloud:before {
    content: "(";
}

.icon-basic-elaboration-folder-document:before {
    content: ")";
}

.icon-basic-elaboration-folder-download:before {
    content: "*";
}

.icon-basic-elaboration-folder-flagged:before {
    content: "+";
}

.icon-basic-elaboration-folder-graph:before {
    content: ",";
}

.icon-basic-elaboration-folder-heart:before {
    content: "-";
}

.icon-basic-elaboration-folder-minus:before {
    content: ".";
}

.icon-basic-elaboration-folder-next:before {
    content: "/";
}

.icon-basic-elaboration-folder-noaccess:before {
    content: ":";
}

.icon-basic-elaboration-folder-note:before {
    content: ";";
}

.icon-basic-elaboration-folder-pencil:before {
    content: "<";
}

.icon-basic-elaboration-folder-picture:before {
    content: "=";
}

.icon-basic-elaboration-folder-plus:before {
    content: ">";
}

.icon-basic-elaboration-folder-previous:before {
    content: "?";
}

.icon-basic-elaboration-folder-refresh:before {
    content: "@";
}

.icon-basic-elaboration-folder-remove:before {
    content: "[";
}

.icon-basic-elaboration-folder-search:before {
    content: "]";
}

.icon-basic-elaboration-folder-star:before {
    content: "^";
}

.icon-basic-elaboration-folder-upload:before {
    content: "_";
}

.icon-basic-elaboration-mail-check:before {
    content: "`";
}

.icon-basic-elaboration-mail-cloud:before {
    content: "{";
}

.icon-basic-elaboration-mail-document:before {
    content: "|";
}

.icon-basic-elaboration-mail-download:before {
    content: "}";
}

.icon-basic-elaboration-mail-flagged:before {
    content: "~";
}

.icon-basic-elaboration-mail-heart:before {
    content: "\\";
}

.icon-basic-elaboration-mail-next:before {
    content: "\e000";
}

.icon-basic-elaboration-mail-noaccess:before {
    content: "\e001";
}

.icon-basic-elaboration-mail-note:before {
    content: "\e002";
}

.icon-basic-elaboration-mail-pencil:before {
    content: "\e003";
}

.icon-basic-elaboration-mail-picture:before {
    content: "\e004";
}

.icon-basic-elaboration-mail-previous:before {
    content: "\e005";
}

.icon-basic-elaboration-mail-refresh:before {
    content: "\e006";
}

.icon-basic-elaboration-mail-remove:before {
    content: "\e007";
}

.icon-basic-elaboration-mail-search:before {
    content: "\e008";
}

.icon-basic-elaboration-mail-star:before {
    content: "\e009";
}

.icon-basic-elaboration-mail-upload:before {
    content: "\e00a";
}

.icon-basic-elaboration-message-check:before {
    content: "\e00b";
}

.icon-basic-elaboration-message-dots:before {
    content: "\e00c";
}

.icon-basic-elaboration-message-happy:before {
    content: "\e00d";
}

.icon-basic-elaboration-message-heart:before {
    content: "\e00e";
}

.icon-basic-elaboration-message-minus:before {
    content: "\e00f";
}

.icon-basic-elaboration-message-note:before {
    content: "\e010";
}

.icon-basic-elaboration-message-plus:before {
    content: "\e011";
}

.icon-basic-elaboration-message-refresh:before {
    content: "\e012";
}

.icon-basic-elaboration-message-remove:before {
    content: "\e013";
}

.icon-basic-elaboration-message-sad:before {
    content: "\e014";
}

.icon-basic-elaboration-smartphone-cloud:before {
    content: "\e015";
}

.icon-basic-elaboration-smartphone-heart:before {
    content: "\e016";
}

.icon-basic-elaboration-smartphone-noaccess:before {
    content: "\e017";
}

.icon-basic-elaboration-smartphone-note:before {
    content: "\e018";
}

.icon-basic-elaboration-smartphone-pencil:before {
    content: "\e019";
}

.icon-basic-elaboration-smartphone-picture:before {
    content: "\e01a";
}

.icon-basic-elaboration-smartphone-refresh:before {
    content: "\e01b";
}

.icon-basic-elaboration-smartphone-search:before {
    content: "\e01c";
}

.icon-basic-elaboration-tablet-cloud:before {
    content: "\e01d";
}

.icon-basic-elaboration-tablet-heart:before {
    content: "\e01e";
}

.icon-basic-elaboration-tablet-noaccess:before {
    content: "\e01f";
}

.icon-basic-elaboration-tablet-note:before {
    content: "\e020";
}

.icon-basic-elaboration-tablet-pencil:before {
    content: "\e021";
}

.icon-basic-elaboration-tablet-picture:before {
    content: "\e022";
}

.icon-basic-elaboration-tablet-refresh:before {
    content: "\e023";
}

.icon-basic-elaboration-tablet-search:before {
    content: "\e024";
}

.icon-basic-elaboration-todolist-2:before {
    content: "\e025";
}

.icon-basic-elaboration-todolist-check:before {
    content: "\e026";
}

.icon-basic-elaboration-todolist-cloud:before {
    content: "\e027";
}

.icon-basic-elaboration-todolist-download:before {
    content: "\e028";
}

.icon-basic-elaboration-todolist-flagged:before {
    content: "\e029";
}

.icon-basic-elaboration-todolist-minus:before {
    content: "\e02a";
}

.icon-basic-elaboration-todolist-noaccess:before {
    content: "\e02b";
}

.icon-basic-elaboration-todolist-pencil:before {
    content: "\e02c";
}

.icon-basic-elaboration-todolist-plus:before {
    content: "\e02d";
}

.icon-basic-elaboration-todolist-refresh:before {
    content: "\e02e";
}

.icon-basic-elaboration-todolist-remove:before {
    content: "\e02f";
}

.icon-basic-elaboration-todolist-search:before {
    content: "\e030";
}

.icon-basic-elaboration-todolist-star:before {
    content: "\e031";
}

.icon-basic-elaboration-todolist-upload:before {
    content: "\e032";
}

@font-face {
    font-family: linea-ecommerce-10;
    src: url(../less/icons/linea-icons/fonts/linea-ecommerce-10.eot);
    src: url(../less/icons/linea-icons/fonts/linea-ecommerce-10d41d.eot?#iefix) format("embedded-opentype"),url(../less/icons/linea-icons/fonts/linea-ecommerce-10.woff) format("woff"),url(../less/icons/linea-icons/fonts/linea-ecommerce-10.html) format("truetype"),url(../less/icons/linea-icons/fonts/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");
    font-weight: 400;
    font-style: normal;
}

.linea-ecommerce[data-icon]:before {
    font-family: linea-ecommerce-10!important;
    content: attr(data-icon);
}

.icon-ecommerce-bag:before {
    content: "a";
}

.icon-ecommerce-bag-check:before {
    content: "b";
}

.icon-ecommerce-bag-cloud:before {
    content: "c";
}

.icon-ecommerce-bag-download:before {
    content: "d";
}

.icon-ecommerce-bag-minus:before {
    content: "e";
}

.icon-ecommerce-bag-plus:before {
    content: "f";
}

.icon-ecommerce-bag-refresh:before {
    content: "g";
}

.icon-ecommerce-bag-remove:before {
    content: "h";
}

.icon-ecommerce-bag-search:before {
    content: "i";
}

.icon-ecommerce-bag-upload:before {
    content: "j";
}

.icon-ecommerce-banknote:before {
    content: "k";
}

.icon-ecommerce-banknotes:before {
    content: "l";
}

.icon-ecommerce-basket:before {
    content: "m";
}

.icon-ecommerce-basket-check:before {
    content: "n";
}

.icon-ecommerce-basket-cloud:before {
    content: "o";
}

.icon-ecommerce-basket-download:before {
    content: "p";
}

.icon-ecommerce-basket-minus:before {
    content: "q";
}

.icon-ecommerce-basket-plus:before {
    content: "r";
}

.icon-ecommerce-basket-refresh:before {
    content: "s";
}

.icon-ecommerce-basket-remove:before {
    content: "t";
}

.icon-ecommerce-basket-search:before {
    content: "u";
}

.icon-ecommerce-basket-upload:before {
    content: "v";
}

.icon-ecommerce-bath:before {
    content: "w";
}

.icon-ecommerce-cart:before {
    content: "x";
}

.icon-ecommerce-cart-check:before {
    content: "y";
}

.icon-ecommerce-cart-cloud:before {
    content: "z";
}

.icon-ecommerce-cart-content:before {
    content: "A";
}

.icon-ecommerce-cart-download:before {
    content: "B";
}

.icon-ecommerce-cart-minus:before {
    content: "C";
}

.icon-ecommerce-cart-plus:before {
    content: "D";
}

.icon-ecommerce-cart-refresh:before {
    content: "E";
}

.icon-ecommerce-cart-remove:before {
    content: "F";
}

.icon-ecommerce-cart-search:before {
    content: "G";
}

.icon-ecommerce-cart-upload:before {
    content: "H";
}

.icon-ecommerce-cent:before {
    content: "I";
}

.icon-ecommerce-colon:before {
    content: "J";
}

.icon-ecommerce-creditcard:before {
    content: "K";
}

.icon-ecommerce-diamond:before {
    content: "L";
}

.icon-ecommerce-dollar:before {
    content: "M";
}

.icon-ecommerce-euro:before {
    content: "N";
}

.icon-ecommerce-franc:before {
    content: "O";
}

.icon-ecommerce-gift:before {
    content: "P";
}

.icon-ecommerce-graph1:before {
    content: "Q";
}

.icon-ecommerce-graph2:before {
    content: "R";
}

.icon-ecommerce-graph3:before {
    content: "S";
}

.icon-ecommerce-graph-decrease:before {
    content: "T";
}

.icon-ecommerce-graph-increase:before {
    content: "U";
}

.icon-ecommerce-guarani:before {
    content: "V";
}

.icon-ecommerce-kips:before {
    content: "W";
}

.icon-ecommerce-lira:before {
    content: "X";
}

.icon-ecommerce-megaphone:before {
    content: "Y";
}

.icon-ecommerce-money:before {
    content: "Z";
}

.icon-ecommerce-naira:before {
    content: "0";
}

.icon-ecommerce-pesos:before {
    content: "1";
}

.icon-ecommerce-pound:before {
    content: "2";
}

.icon-ecommerce-receipt:before {
    content: "3";
}

.icon-ecommerce-receipt-bath:before {
    content: "4";
}

.icon-ecommerce-receipt-cent:before {
    content: "5";
}

.icon-ecommerce-receipt-dollar:before {
    content: "6";
}

.icon-ecommerce-receipt-euro:before {
    content: "7";
}

.icon-ecommerce-receipt-franc:before {
    content: "8";
}

.icon-ecommerce-receipt-guarani:before {
    content: "9";
}

.icon-ecommerce-receipt-kips:before {
    content: "!";
}

.icon-ecommerce-receipt-lira:before {
    content: "\"";
}

.icon-ecommerce-receipt-naira:before {
    content: "#";
}

.icon-ecommerce-receipt-pesos:before {
    content: "$";
}

.icon-ecommerce-receipt-pound:before {
    content: "%";
}

.icon-ecommerce-receipt-rublo:before {
    content: "&";
}

.icon-ecommerce-receipt-rupee:before {
    content: "'";
}

.icon-ecommerce-receipt-tugrik:before {
    content: "(";
}

.icon-ecommerce-receipt-won:before {
    content: ")";
}

.icon-ecommerce-receipt-yen:before {
    content: "*";
}

.icon-ecommerce-receipt-yen2:before {
    content: "+";
}

.icon-ecommerce-recept-colon:before {
    content: ",";
}

.icon-ecommerce-rublo:before {
    content: "-";
}

.icon-ecommerce-rupee:before {
    content: ".";
}

.icon-ecommerce-safe:before {
    content: "/";
}

.icon-ecommerce-sale:before {
    content: ":";
}

.icon-ecommerce-sales:before {
    content: ";";
}

.icon-ecommerce-ticket:before {
    content: "<";
}

.icon-ecommerce-tugriks:before {
    content: "=";
}

.icon-ecommerce-wallet:before {
    content: ">";
}

.icon-ecommerce-won:before {
    content: "?";
}

.icon-ecommerce-yen:before {
    content: "@";
}

.icon-ecommerce-yen2:before {
    content: "[";
}

@font-face {
    font-family: linea-music-10;
    src: url(../less/icons/linea-icons/fonts/linea-music-10.html);
    src: url(../less/icons/linea-icons/fonts/linea-music-10d41d.html?#iefix) format("embedded-opentype"),url(../less/icons/linea-icons/fonts/linea-music-10.woff) format("woff"),url(../less/icons/linea-icons/fonts/linea-music-11.html) format("truetype"),url(../less/icons/linea-icons/fonts/linea-music-10.svg#linea-music-10) format("svg");
    font-weight: 400;
    font-style: normal;
}

.linea-music[data-icon]:before {
    font-family: linea-music-10!important;
    content: attr(data-icon);
}

.icon-music-beginning-button:before {
    content: "a";
}

.icon-music-bell:before {
    content: "b";
}

.icon-music-cd:before {
    content: "c";
}

.icon-music-diapason:before {
    content: "d";
}

.icon-music-eject-button:before {
    content: "e";
}

.icon-music-end-button:before {
    content: "f";
}

.icon-music-fastforward-button:before {
    content: "g";
}

.icon-music-headphones:before {
    content: "h";
}

.icon-music-ipod:before {
    content: "i";
}

.icon-music-loudspeaker:before {
    content: "j";
}

.icon-music-microphone:before {
    content: "k";
}

.icon-music-microphone-old:before {
    content: "l";
}

.icon-music-mixer:before {
    content: "m";
}

.icon-music-mute:before {
    content: "n";
}

.icon-music-note-multiple:before {
    content: "o";
}

.icon-music-note-single:before {
    content: "p";
}

.icon-music-pause-button:before {
    content: "q";
}

.icon-music-play-button:before {
    content: "r";
}

.icon-music-playlist:before {
    content: "s";
}

.icon-music-radio-ghettoblaster:before {
    content: "t";
}

.icon-music-radio-portable:before {
    content: "u";
}

.icon-music-record:before {
    content: "v";
}

.icon-music-recordplayer:before {
    content: "w";
}

.icon-music-repeat-button:before {
    content: "x";
}

.icon-music-rewind-button:before {
    content: "y";
}

.icon-music-shuffle-button:before {
    content: "z";
}

.icon-music-stop-button:before {
    content: "A";
}

.icon-music-tape:before {
    content: "B";
}

.icon-music-volume-down:before {
    content: "C";
}

.icon-music-volume-up:before {
    content: "D";
}

@font-face {
    font-family: linea-software-10;
    src: url(../less/icons/linea-icons/fonts/linea-software-10.html);
    src: url(../less/icons/linea-icons/fonts/linea-software-10d41d.html?#iefix) format("embedded-opentype"),url(../less/icons/linea-icons/fonts/linea-software-10.woff) format("woff"),url(../less/icons/linea-icons/fonts/linea-software-10.ttf) format("truetype"),url(../less/icons/linea-icons/fonts/linea-software-10.svg#linea-software-10) format("svg");
    font-weight: 400;
    font-style: normal;
}

.linea-software[data-icon]:before {
    font-family: linea-software-10!important;
    content: attr(data-icon);
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.linea-weather[data-icon]:before, [class*="linea- icon-"]:before, [class^=linea-icon-]:before {
    font-family: linea-weather-10!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    line-height: 1;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.icon-software-add-vectorpoint:before {
    content: "a";
}

.icon-software-box-oval:before {
    content: "b";
}

.icon-software-box-polygon:before {
    content: "c";
}

.icon-software-box-rectangle:before {
    content: "d";
}

.icon-software-box-roundedrectangle:before {
    content: "e";
}

.icon-software-character:before {
    content: "f";
}

.icon-software-crop:before {
    content: "g";
}

.icon-software-eyedropper:before {
    content: "h";
}

.icon-software-font-allcaps:before {
    content: "i";
}

.icon-software-font-baseline-shift:before {
    content: "j";
}

.icon-software-font-horizontal-scale:before {
    content: "k";
}

.icon-software-font-kerning:before {
    content: "l";
}

.icon-software-font-leading:before {
    content: "m";
}

.icon-software-font-size:before {
    content: "n";
}

.icon-software-font-smallcapital:before {
    content: "o";
}

.icon-software-font-smallcaps:before {
    content: "p";
}

.icon-software-font-strikethrough:before {
    content: "q";
}

.icon-software-font-tracking:before {
    content: "r";
}

.icon-software-font-underline:before {
    content: "s";
}

.icon-software-font-vertical-scale:before {
    content: "t";
}

.icon-software-horizontal-align-center:before {
    content: "u";
}

.icon-software-horizontal-align-left:before {
    content: "v";
}

.icon-software-horizontal-align-right:before {
    content: "w";
}

.icon-software-horizontal-distribute-center:before {
    content: "x";
}

.icon-software-horizontal-distribute-left:before {
    content: "y";
}

.icon-software-horizontal-distribute-right:before {
    content: "z";
}

.icon-software-indent-firstline:before {
    content: "A";
}

.icon-software-indent-left:before {
    content: "B";
}

.icon-software-indent-right:before {
    content: "C";
}

.icon-software-lasso:before {
    content: "D";
}

.icon-software-layers1:before {
    content: "E";
}

.icon-software-layers2:before {
    content: "F";
}

.icon-software-layout:before {
    content: "G";
}

.icon-software-layout-2columns:before {
    content: "H";
}

.icon-software-layout-3columns:before {
    content: "I";
}

.icon-software-layout-4boxes:before {
    content: "J";
}

.icon-software-layout-4columns:before {
    content: "K";
}

.icon-software-layout-4lines:before {
    content: "L";
}

.icon-software-layout-8boxes:before {
    content: "M";
}

.icon-software-layout-header:before {
    content: "N";
}

.icon-software-layout-header-2columns:before {
    content: "O";
}

.icon-software-layout-header-3columns:before {
    content: "P";
}

.icon-software-layout-header-4boxes:before {
    content: "Q";
}

.icon-software-layout-header-4columns:before {
    content: "R";
}

.icon-software-layout-header-complex:before {
    content: "S";
}

.icon-software-layout-header-complex2:before {
    content: "T";
}

.icon-software-layout-header-complex3:before {
    content: "U";
}

.icon-software-layout-header-complex4:before {
    content: "V";
}

.icon-software-layout-header-sideleft:before {
    content: "W";
}

.icon-software-layout-header-sideright:before {
    content: "X";
}

.icon-software-layout-sidebar-left:before {
    content: "Y";
}

.icon-software-layout-sidebar-right:before {
    content: "Z";
}

.icon-software-magnete:before {
    content: "0";
}

.icon-software-pages:before {
    content: "1";
}

.icon-software-paintbrush:before {
    content: "2";
}

.icon-software-paintbucket:before {
    content: "3";
}

.icon-software-paintroller:before {
    content: "4";
}

.icon-software-paragraph:before {
    content: "5";
}

.icon-software-paragraph-align-left:before {
    content: "6";
}

.icon-software-paragraph-align-right:before {
    content: "7";
}

.icon-software-paragraph-center:before {
    content: "8";
}

.icon-software-paragraph-justify-all:before {
    content: "9";
}

.icon-software-paragraph-justify-center:before {
    content: "!";
}

.icon-software-paragraph-justify-left:before {
    content: "\"";
}

.icon-software-paragraph-justify-right:before {
    content: "#";
}

.icon-software-paragraph-space-after:before {
    content: "$";
}

.icon-software-paragraph-space-before:before {
    content: "%";
}

.icon-software-pathfinder-exclude:before {
    content: "&";
}

.icon-software-pathfinder-intersect:before {
    content: "'";
}

.icon-software-pathfinder-subtract:before {
    content: "(";
}

.icon-software-pathfinder-unite:before {
    content: ")";
}

.icon-software-pen:before {
    content: "*";
}

.icon-software-pen-add:before {
    content: "+";
}

.icon-software-pen-remove:before {
    content: ",";
}

.icon-software-pencil:before {
    content: "-";
}

.icon-software-polygonallasso:before {
    content: ".";
}

.icon-software-reflect-horizontal:before {
    content: "/";
}

.icon-software-reflect-vertical:before {
    content: ":";
}

.icon-software-remove-vectorpoint:before {
    content: ";";
}

.icon-software-scale-expand:before {
    content: "<";
}

.icon-software-scale-reduce:before {
    content: "=";
}

.icon-software-selection-oval:before {
    content: ">";
}

.icon-software-selection-polygon:before {
    content: "?";
}

.icon-software-selection-rectangle:before {
    content: "@";
}

.icon-software-selection-roundedrectangle:before {
    content: "[";
}

.icon-software-shape-oval:before {
    content: "]";
}

.icon-software-shape-polygon:before {
    content: "^";
}

.icon-software-shape-rectangle:before {
    content: "_";
}

.icon-software-shape-roundedrectangle:before {
    content: "`";
}

.icon-software-slice:before {
    content: "{";
}

.icon-software-transform-bezier:before {
    content: "|";
}

.icon-software-vector-box:before {
    content: "}";
}

.icon-software-vector-composite:before {
    content: "~";
}

.icon-software-vector-line:before {
    content: "\\";
}

.icon-software-vertical-align-bottom:before {
    content: "\e000";
}

.icon-software-vertical-align-center:before {
    content: "\e001";
}

.icon-software-vertical-align-top:before {
    content: "\e002";
}

.icon-software-vertical-distribute-bottom:before {
    content: "\e003";
}

.icon-software-vertical-distribute-center:before {
    content: "\e004";
}

.icon-software-vertical-distribute-top:before {
    content: "\e005";
}

@font-face {
    font-family: linea-weather-10;
    src: url(../less/icons/linea-icons/fonts/linea-weather-10.html);
    src: url(../less/icons/linea-icons/fonts/linea-weather-10d41d.html?#iefix) format("embedded-opentype"),url(../less/icons/linea-icons/fonts/linea-weather-10.woff) format("woff"),url(../less/icons/linea-icons/fonts/linea-weather-11.html) format("truetype"),url(../less/icons/linea-icons/fonts/linea-weather-10.svg#linea-weather-10) format("svg");
    font-weight: 400;
    font-style: normal;
}

.linea-weather[data-icon]:before {
    content: attr(data-icon);
}

.sttabs, .sttabs1 {
    width: 100%;
    font-weight: 300;
}

    .sttabs nav a, .sttabs1 a {
        line-height: 2.5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.icon-weather-aquarius:before {
    content: "\e000";
}

.icon-weather-aries:before {
    content: "\e001";
}

.icon-weather-cancer:before {
    content: "\e002";
}

.icon-weather-capricorn:before {
    content: "\e003";
}

.icon-weather-cloud:before {
    content: "\e004";
}

.icon-weather-cloud-drop:before {
    content: "\e005";
}

.icon-weather-cloud-lightning:before {
    content: "\e006";
}

.icon-weather-cloud-snowflake:before {
    content: "\e007";
}

.icon-weather-downpour-fullmoon:before {
    content: "\e008";
}

.icon-weather-downpour-halfmoon:before {
    content: "\e009";
}

.icon-weather-downpour-sun:before {
    content: "\e00a";
}

.icon-weather-drop:before {
    content: "\e00b";
}

.icon-weather-first-quarter:before {
    content: "\e00c";
}

.icon-weather-fog:before {
    content: "\e00d";
}

.icon-weather-fog-fullmoon:before {
    content: "\e00e";
}

.icon-weather-fog-halfmoon:before {
    content: "\e00f";
}

.icon-weather-fog-sun:before {
    content: "\e010";
}

.icon-weather-fullmoon:before {
    content: "\e011";
}

.icon-weather-gemini:before {
    content: "\e012";
}

.icon-weather-hail:before {
    content: "\e013";
}

.icon-weather-hail-fullmoon:before {
    content: "\e014";
}

.icon-weather-hail-halfmoon:before {
    content: "\e015";
}

.icon-weather-hail-sun:before {
    content: "\e016";
}

.icon-weather-last-quarter:before {
    content: "\e017";
}

.icon-weather-leo:before {
    content: "\e018";
}

.icon-weather-libra:before {
    content: "\e019";
}

.icon-weather-lightning:before {
    content: "\e01a";
}

.icon-weather-mistyrain:before {
    content: "\e01b";
}

.icon-weather-mistyrain-fullmoon:before {
    content: "\e01c";
}

.icon-weather-mistyrain-halfmoon:before {
    content: "\e01d";
}

.icon-weather-mistyrain-sun:before {
    content: "\e01e";
}

.icon-weather-moon:before {
    content: "\e01f";
}

.icon-weather-moondown-full:before {
    content: "\e020";
}

.icon-weather-moondown-half:before {
    content: "\e021";
}

.icon-weather-moonset-full:before {
    content: "\e022";
}

.icon-weather-moonset-half:before {
    content: "\e023";
}

.icon-weather-move2:before {
    content: "\e024";
}

.icon-weather-newmoon:before {
    content: "\e025";
}

.icon-weather-pisces:before {
    content: "\e026";
}

.icon-weather-rain:before {
    content: "\e027";
}

.icon-weather-rain-fullmoon:before {
    content: "\e028";
}

.icon-weather-rain-halfmoon:before {
    content: "\e029";
}

.icon-weather-rain-sun:before {
    content: "\e02a";
}

.icon-weather-sagittarius:before {
    content: "\e02b";
}

.icon-weather-scorpio:before {
    content: "\e02c";
}

.icon-weather-snow:before {
    content: "\e02d";
}

.icon-weather-snow-fullmoon:before {
    content: "\e02e";
}

.icon-weather-snow-halfmoon:before {
    content: "\e02f";
}

.icon-weather-snow-sun:before {
    content: "\e030";
}

.icon-weather-snowflake:before {
    content: "\e031";
}

.icon-weather-star:before {
    content: "\e032";
}

.icon-weather-storm-11:before {
    content: "\e033";
}

.icon-weather-storm-32:before {
    content: "\e034";
}

.icon-weather-storm-fullmoon:before {
    content: "\e035";
}

.icon-weather-storm-halfmoon:before {
    content: "\e036";
}

.icon-weather-storm-sun:before {
    content: "\e037";
}

.icon-weather-sun:before {
    content: "\e038";
}

.icon-weather-sundown:before {
    content: "\e039";
}

.icon-weather-sunset:before {
    content: "\e03a";
}

.icon-weather-taurus:before {
    content: "\e03b";
}

.icon-weather-tempest:before {
    content: "\e03c";
}

.icon-weather-tempest-fullmoon:before {
    content: "\e03d";
}

.icon-weather-tempest-halfmoon:before {
    content: "\e03e";
}

.icon-weather-tempest-sun:before {
    content: "\e03f";
}

.icon-weather-variable-fullmoon:before {
    content: "\e040";
}

.icon-weather-variable-halfmoon:before {
    content: "\e041";
}

.icon-weather-variable-sun:before {
    content: "\e042";
}

.icon-weather-virgo:before {
    content: "\e043";
}

.icon-weather-waning-cresent:before {
    content: "\e044";
}

.icon-weather-waning-gibbous:before {
    content: "\e045";
}

.icon-weather-waxing-cresent:before {
    content: "\e046";
}

.icon-weather-waxing-gibbous:before {
    content: "\e047";
}

.icon-weather-wind:before {
    content: "\e048";
}

.icon-weather-wind-e:before {
    content: "\e049";
}

.icon-weather-wind-fullmoon:before {
    content: "\e04a";
}

.icon-weather-wind-halfmoon:before {
    content: "\e04b";
}

.icon-weather-wind-n:before {
    content: "\e04c";
}

.icon-weather-wind-ne:before {
    content: "\e04d";
}

.icon-weather-wind-nw:before {
    content: "\e04e";
}

.icon-weather-wind-s:before {
    content: "\e04f";
}

.icon-weather-wind-se:before {
    content: "\e050";
}

.icon-weather-wind-sun:before {
    content: "\e051";
}

.icon-weather-wind-sw:before {
    content: "\e052";
}

.icon-weather-wind-w:before {
    content: "\e053";
}

.icon-weather-windgust:before {
    content: "\e054";
}

.sttabs {
    overflow: hidden;
}

    .sttabs nav ul {
        display: -webkit-box;
        font-family: Poppins,sans-serif;
        -ms-box-pack: center;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

        .sttabs nav a, .sttabs nav ul li {
            display: block;
            position: relative;
        }

        .sttabs nav ul li {
            z-index: 1;
            margin: 0;
        }

    .sttabs nav a span {
        font-wight: 500;
        font-size: 13px;
        font-family: Rubik,sans-serif;
    }

    .sttabs nav a:focus {
        outline: 0;
    }

.sttabs1 {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.sticon::before {
    display: inline-block;
    margin: 0 .4em 0 0;
    font-size: 20px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sttabs1 ul {
    position: relative;
    display: -webkit-box;
    margin: 0 auto;
    font-family: Poppins,sans-serif;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

    .sttabs1 a, .sttabs1 ul li {
        display: block;
        position: relative;
    }

    .sttabs1 ul li {
        z-index: 1;
        margin: 0;
    }

.sttabs1 a span {
    font-wight: 500;
    font-size: 13px;
    font-family: Rubik,sans-serif;
}

.sttabs1 a:focus {
    outline: 0;
}

.sttabs1 ul li.active a::after {
    margin-bottom: 12px;
}

.sttabs ul li a, .sttabs1 ul li a {
    padding: 10px 16px!important;
    margin-top: 0;
}

.link-effect.link-effect-5 {
    overflow: hidden;
    padding: 0 4px;
}

    .link-effect.link-effect-5 span {
        position: relative;
        display: inline-block;
        transition: -webkit-transform .3s;
        transition: transform .3s;
    }

        .link-effect.link-effect-5 span::before {
            position: absolute;
            top: 100%;
            content: attr(data-hover);
            font-weight: 700;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

    .link-effect.link-effect-5:focus span, .link-effect.link-effect-5:hover span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

.tabs-style-bar nav ul li a {
    margin: 0 2px;
    background-color: #145fa3;
    color: #fff;
    padding: 5px 0;
    transition: background-color .2s,color .2s;
}

    .tabs-style-bar nav ul li a span {
        text-transform: capitalize;
        letter-spacing: 1px;
        font-size: 13px;
        font-family: Poppins,sans-serif;
    }

.tabs-style-bar nav ul li.tab-current a {
    background: #36c5d3;
    color: #fff;
}

.tabs-style-iconbox nav {
    background: rgba(0,0,0,.1);
}

    .tabs-style-iconbox nav ul li a {
        overflow: visible;
        padding: 25px 0;
        line-height: 1;
        -webkit-transition: color .2s;
        transition: color .2s;
        color: #96a2b4;
    }

    .tabs-style-iconbox nav ul li.tab-current {
        z-index: 1;
    }

        .tabs-style-iconbox nav ul li.tab-current a {
            background: #2cabe3;
            color: #fff;
            box-shadow: -1px 0 0 #fff;
        }

            .tabs-style-iconbox nav ul li.tab-current a::after {
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -10px;
                width: 0;
                height: 0;
                border: solid transparent;
                border-width: 10px;
                border-top-color: #2cabe3;
                content: '';
                pointer-events: none;
            }

.sttabs1.tabs-style-underline li:last-child a, .tabs-style-underline nav li:last-child a {
    border-right: 0 solid rgba(120,130,140,.13);
}

.tabs-style-iconbox nav ul li::after, .tabs-style-iconbox nav ul li:first-child::before {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
    width: 1px;
    height: 60%;
    content: '';
}

.sttabs1.tabs-style-underline li a::after, .tabs-style-underline nav li a::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    content: '';
}

.tabs-style-iconbox nav ul li:first-child::before {
    right: auto;
    left: 0;
}

.tabs-style-iconbox .sticon::before {
    display: block;
    margin: 0 0 .25em;
}

.tabs-style-underline nav a {
    padding: 0;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #96a2b4;
}

    .tabs-style-underline nav a:hover {
        color: #5bc0de;
    }

.tabs-style-underline nav li a::after {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}

.tabs-style-underline nav li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.sttabs1.tabs-style-underline a {
    padding: 0;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #96a2b4;
}

    .sttabs1.tabs-style-underline a:hover {
        color: #5bc0de;
    }

.sttabs1.tabs-style-underline li a::after {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
    background: #5bc0de;
}

.sttabs1.tabs-style-underline li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tabs-style-linetriangle nav a {
    overflow: visible;
    border-bottom: 1px solid rgba(0,0,0,.2);
    -webkit-transition: color .2s;
    transition: color .2s;
}

    .tabs-style-linetriangle nav a span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        padding: 15px 0;
        color: #96a2b4;
    }

.tabs-style-linetriangle nav li.tab-current a:after, .tabs-style-linetriangle nav li.tab-current a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.tabs-style-linetriangle nav li.tab-current a:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #fff;
}

.tabs-style-linetriangle nav li.tab-current a span {
    color: #ff7676;
}

.tabs-style-linetriangle nav li.tab-current a:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: rgba(0,0,0,.2);
}

.tabs-style-iconfall {
    overflow: visible;
}

    .tabs-style-iconfall nav {
        max-width: 1200px;
        margin: 0 auto;
    }

        .tabs-style-iconfall nav a {
            display: inline-block;
            overflow: visible;
            padding: 1em 0 2em;
            color: #96a2b4;
            line-height: 1;
            -webkit-transition: color .3s cubic-bezier(.7,0,.3,1);
            transition: color .3s cubic-bezier(.7,0,.3,1);
        }

            .tabs-style-iconfall nav a:focus, .tabs-style-iconfall nav a:hover, .tabs-style-iconfall nav li.tab-current a {
                color: #ff7676;
            }

        .tabs-style-iconfall nav li::before {
            position: absolute;
            bottom: 1em;
            left: 50%;
            margin-left: -20px;
            width: 40px;
            height: 4px;
            background: #ff7676;
            content: '';
            opacity: 0;
            -webkit-transition: -webkit-transform .2s ease-in;
            transition: transform .2s ease-in;
            -webkit-transform: scale3d(0,1,1);
            transform: scale3d(0,1,1);
        }

        .tabs-style-iconfall nav li.tab-current::before {
            opacity: 1;
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
        }

        .tabs-style-iconfall nav li.tab-current .sticon::before {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

    .tabs-style-iconfall .sticon::before {
        display: block;
        margin: 0 0 .35em;
        opacity: 0;
        font-size: 24px;
        -webkit-transition: -webkit-transform .2s,opacity .2s;
        transition: transform .2s,opacity .2s;
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0);
        pointer-events: none;
    }

@media screen and (max-width:58em) {
    .tabs-style-iconfall nav li .sticon::before {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.tabs-style-linemove nav {
    background: rgba(0,0,0,0);
}

    .tabs-style-linemove nav li:last-child::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #ff7676;
        content: '';
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
    }

.tooltip-content, .tooltip-item::after {
    bottom: 100%;
    width: 360px;
    position: absolute;
}

.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-400%,0,0);
    transform: translate3d(-400%,0,0);
}

.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-300%,0,0);
    transform: translate3d(-300%,0,0);
}

.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-200%,0,0);
    transform: translate3d(-200%,0,0);
}

.tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.tabs-style-linemove nav a {
    padding: 30px 0;
    color: #96a2b4;
    line-height: 1;
    -webkit-transition: color .3s,-webkit-transform .3s;
    transition: color .3s,transform .3s;
}

.tabs-style-linemove nav li.tab-current a {
    color: #ff7676;
}

.tabs-style-line nav a {
    padding: 20px 10px;
    box-shadow: inset 0 -2px #96a2b4;
    color: #96a2b4;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1;
    -webkit-transition: color .3s,box-shadow .3s;
    transition: color .3s,box-shadow .3s;
}

    .tabs-style-line nav a:focus, .tabs-style-line nav a:hover {
        box-shadow: inset 0 -2px #74777b;
    }

.tabs-style-line nav li.tab-current a {
    box-shadow: inset 0 -2px #ff7676;
    color: #ff7676;
}

@media screen and (max-width:58em) {
    .tabs-style-line nav ul {
        display: block;
        box-shadow: none;
    }

        .tabs-style-line nav ul li {
            display: block;
            -webkit-flex: none;
            flex: none;
        }
}

.tabs-style-circle {
    overflow: visible;
}

    .tabs-style-circle nav li {
        margin-top: 60px!important;
        margin-bottom: 60px!important;
    }

        .tabs-style-circle nav li::before {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -60px 0 0 -60px;
            width: 120px;
            height: 120px;
            border: 1px solid #2cabe3;
            border-radius: 50%;
            content: '';
            opacity: 0;
            -webkit-transition: -webkit-transform .2s,opacity .2s;
            transition: transform .2s,opacity .2s;
            -webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
            transition-timing-function: cubic-bezier(.7,0,.3,1);
        }

    .tabs-style-circle nav a {
        overflow: visible;
        color: #96a2b4;
        font-weight: 500;
        font-size: 14;
        line-height: 1.1;
        -webkit-transition: color .3s cubic-bezier(.7,0,.3,1);
        transition: color .3s cubic-bezier(.7,0,.3,1);
    }

        .tabs-style-circle nav a span {
            display: inline-block;
        }

        .tabs-style-circle nav a:focus, .tabs-style-circle nav a:hover, .tabs-style-circle nav li.tab-current a {
            color: #ff7676;
        }

            .tabs-style-circle nav li.tab-current a span {
                -webkit-transform: translate3d(0,4px,0);
                transform: translate3d(0,4px,0);
            }

@media screen and (max-width:58em) {
    .tabs-style-circle nav li::before {
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
    }
}

.tabs-style-circle nav li.tab-current::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.tabs-style-circle .icon::before, .tabs-style-circle nav a span {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.7,0,.3,1);
    transition: transform .3s cubic-bezier(.7,0,.3,1);
}

.tabs-style-circle .sticon::before {
    display: block;
    margin: 0;
    pointer-events: none;
}

.tabs-style-circle nav li.tab-current .sticon::before {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
}

.tabs-style-shape {
    max-width: 1200px;
    margin: 0 auto;
}

    .tabs-style-shape nav ul li {
        margin: 0 3em;
    }

        .tabs-style-shape nav ul li:first-child {
            margin-left: 0;
        }

        .tabs-style-shape nav ul li.tab-current {
            z-index: 1;
        }

    .tabs-style-shape nav li a {
        overflow: visible;
        margin: 0 -3em 0 0;
        padding: 0;
        color: #fff;
        font-weight: 500;
    }

        .tabs-style-shape nav li a svg {
            position: absolute;
            left: 100%;
            margin: 0;
            width: 3em;
            height: 100%;
            fill: #96a2b4;
            pointer-events: none;
        }

    .tabs-style-shape nav li:first-child a span {
        padding-left: 2em;
        border-radius: 30px 0 0;
    }

    .tabs-style-shape nav li:last-child a span {
        padding-right: 2em;
        border-radius: 0 30px 0 0;
    }

    .tabs-style-shape nav li a svg:nth-child(2), .tabs-style-shape nav li:last-child a svg {
        right: 100%;
        left: auto;
        -webkit-transform: scale3d(-1,1,1);
        transform: scale3d(-1,1,1);
    }

    .tabs-style-shape nav li a span {
        display: block;
        overflow: hidden;
        padding: .65em 0;
        background-color: #96a2b4;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tabs-style-shape nav li a:hover span {
        background-color: #ff7676;
    }

    .tabs-style-shape .content-wrap, .tabs-style-shape nav li.tab-current a span {
        background: #3c4452;
    }

    .tabs-style-shape nav li a:hover svg {
        fill: #ff7676;
    }

    .tabs-style-shape nav li a svg use {
        pointer-events: auto;
    }

    .tabs-style-shape nav li.tab-current a span, .tabs-style-shape nav li.tab-current a svg {
        -webkit-transition: none;
        transition: none;
    }

    .tabs-style-shape nav li.tab-current a svg {
        fill: #3c4452;
    }

@media screen and (max-width:58em) {
    .tabs-style-shape nav ul {
        display: block;
        padding-top: 1.5em;
    }

        .tabs-style-shape nav ul li {
            display: block;
            margin: -1.25em 0 0;
            -webkit-flex: none;
            flex: none;
        }

            .tabs-style-shape nav ul li a {
                margin: 0;
            }

            .tabs-style-shape nav ul li svg {
                display: none;
            }

            .tabs-style-shape nav ul li a span {
                padding: 1.25em 0 2em!important;
                border-radius: 30px 30px 0 0!important;
                box-shadow: 0 -1px 2px rgba(0,0,0,.1);
                line-height: 1;
            }

            .tabs-style-shape nav ul li:last-child a span {
                padding: 1.25em 0!important;
            }

            .tabs-style-shape nav ul li.tab-current {
                z-index: 1;
            }
}

.tabs-style-flip nav a::after, .tabs-style-linebox nav a::after {
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
}

.tabs-style-linebox nav ul li {
    margin: 0 .5em;
    -webkit-flex: none;
    flex: none;
}

.tabs-style-linebox nav a {
    padding: 0 1.5em;
    color: #96a2b4;
    font-weight: 500;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .tabs-style-linebox nav a:focus, .tabs-style-linebox nav a:hover {
        color: #ff7676;
    }

.tabs-style-linebox nav li.tab-current a {
    color: #fff;
}

.tabs-style-linebox nav a::after {
    background: #96a2b4;
    -webkit-transition: background-color .3s,-webkit-transform .3s;
    transition: background-color .3s,transform .3s;
    -webkit-transition-timing-function: ease,cubic-bezier(.7,0,.3,1);
    transition-timing-function: ease,cubic-bezier(.7,0,.3,1);
    -webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
    transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}

.tabs-style-linebox nav li.tab-current a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tabs-style-linebox nav a:focus::after, .tabs-style-linebox nav a:hover::after, .tabs-style-linebox nav li.tab-current a::after {
    background: #ff7676;
}

@media screen and (max-width:58em) {
    .tabs-style-linebox nav ul {
        display: block;
        box-shadow: none;
    }

        .tabs-style-linebox nav ul li {
            display: block;
            -webkit-flex: none;
            flex: none;
        }
}

.tabs-style-flip {
    max-width: 1200px;
    margin: 0 auto;
}

    .tabs-style-flip nav a {
        padding: .5em 0;
        color: #96a2b4;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

        .tabs-style-flip nav a:focus, .tabs-style-flip nav a:hover, .tabs-style-flip nav li.tab-current a {
            color: #ff7676;
        }

        .tabs-style-flip nav a span {
            text-transform: capitalize;
            letter-spacing: 1px;
        }

        .tabs-style-flip nav a::after {
            background-color: #96a2b4;
            -webkit-transition: -webkit-transform .3s,background-color .3s;
            transition: transform .3s,background-color .3s;
            -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
            transform: perspective(900px) rotate3d(1,0,0,90deg);
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-perspective-origin: 50% 100%;
            perspective-origin: 50% 100%;
        }

    .tabs-style-flip nav li.tab-current a::after {
        background-color: #3c4452;
        -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
        transform: perspective(900px) rotate3d(1,0,0,0deg);
    }

    .tabs-style-flip .content-wrap {
        background: #3c4452;
    }

.tabs-style-circlefill {
    max-width: 800px;
    border: 1px solid #ff7676;
    margin: 0 auto;
}

    .tabs-style-circlefill nav ul li {
        overflow: hidden;
        border-right: 1px solid #ff7676;
    }

    .tabs-style-circlefill nav li a {
        padding: 1.5em 0;
        color: #fff;
        font-size: 1.25em;
    }

    .tabs-style-circlefill nav li:first-child {
        border-left: none;
    }

    .tabs-style-circlefill nav li:last-child {
        border: none;
    }

    .tabs-style-circlefill nav li::before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
        border: 1px solid #ff7676;
        border-radius: 50%;
        background: #ff7676;
        content: '';
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
    }

.content-wrap, .mytooltip {
    position: relative;
}

.tooltip-content2::after, .tooltip-content3::after, .tooltip-content::after {
    top: 100%;
    content: '';
}

.tabs-style-circlefill nav li.tab-current::before {
    -webkit-transform: scale3d(2.5,2.5,1);
    transform: scale3d(2.5,2.5,1);
}

.tabs-style-circlefill nav a {
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .tabs-style-circlefill nav a span {
        display: none;
    }

.tabs-style-circlefill nav li.tab-current a {
    color: #fff;
}

.tabs-style-circlefill .icon::before {
    display: block;
    margin: 0;
    pointer-events: none;
}

.tabs-style-circlefill .content-wrap {
    border-top: 1px solid #ff7676;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 25px 0 0;
    min-height: 150px;
}

    .content-wrap section.content-current, .list-style-none li a, .no-flexbox nav ul, .tooltip-content img, .tooltip-content5 span, .tooltip-text {
        display: block;
    }

.font12 {
    font-size: 12px;
}

.content-wrap section p {
    margin: 0;
    padding: .75em 0;
}

.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255,255,255,.6);
}

.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width:58em) {
    .sttabs nav a span {
        display: none;
    }

    .sttabs nav a:before {
        margin-right: 0;
    }
}

.mytooltip {
    display: inline;
    z-index: 9999;
}

.tooltip-item {
    background: rgba(0,0,0,.1);
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding: 0 10px;
}

    .tooltip-item::after {
        content: '';
        height: 20px;
        left: 50%;
        pointer-events: none;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.mytooltip:hover .tooltip-item::after {
    pointer-events: auto;
}

.tooltip-content {
    z-index: 9999;
    left: 50%;
    margin: 0 0 20px -180px;
    text-align: left;
    font-size: 13px;
    line-height: 30px;
    box-shadow: -5px -5px 15px rgba(48,54,61,.2);
    background: #2b2b2b;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.tooltip-content2, .tooltip-content3 {
    z-index: 9999;
    bottom: 100%;
    text-align: center;
}

.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
    color: #fff;
}

.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(110%);
    transform-origin: 50% calc(110%);
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg);
    transform: perspective(1000px) rotate3d(1,0,0,45deg);
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,transform .2s;
}

.tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
    transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(.7,.3,1);
    transform: scale3d(.7,.3,1);
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,transform .2s;
}

.tooltip-effect-5 .tooltip-content {
    width: 180px;
    margin-left: -90px;
    -webkit-transform-origin: 50% calc(106%);
    transform-origin: 50% calc(106%);
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,transform .2s;
    -webkit-transition-timing-function: ease,cubic-bezier(.17,.67,.4,1.39);
    transition-timing-function: ease,cubic-bezier(.17,.67,.4,1.39);
}

.mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
    transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
    transform: perspective(1000px) rotate3d(1,0,0,0deg);
}

.tooltip-content::after {
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #2a3035 transparent transparent;
    border-width: 10px;
    margin-left: -10px;
}

.tooltip-content img {
    position: relative;
    height: 140px;
    float: left;
    margin-right: 1em;
}

.tooltip-text {
    font-size: 13px;
    line-height: 24px;
    padding: 1.31em 1.21em 1.21em 0;
    color: #fff;
}

.tooltip-effect-5 .tooltip-text {
    padding: 1.4em;
}

a.mytooltip {
    font-weight: 500;
    color: #fb9678;
}

.tooltip-content3, .tooltip-content5 {
    font-weight: 400;
    cursor: default;
    left: 50%;
}

.tooltip-content2 {
    position: absolute;
    width: 80px;
    height: 80px;
    padding-top: 25px;
    left: 50%;
    margin-left: -40px;
    border-radius: 50%;
    background: #fb9678;
    color: #fff;
    opacity: 0;
    margin-bottom: 20px;
    cursor: default;
    pointer-events: none;
}

    .tooltip-content2 i {
        opacity: 0;
    }

.tooltip-effect-6 .tooltip-content2 {
    -webkit-transform: translate3d(0,10px,0) rotate3d(1,1,1,45deg);
    transform: translate3d(0,10px,0) rotate3d(1,1,1,45deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
}

    .tooltip-effect-6 .tooltip-content2 i {
        -webkit-transform: scale3d(0,0,1);
        transform: scale3d(0,0,1);
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,transform .3s;
    }

.tooltip-effect-7 .tooltip-content2 {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
}

    .tooltip-effect-7 .tooltip-content2 i {
        -webkit-transform: translate3d(0,15px,0);
        transform: translate3d(0,15px,0);
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,transform .3s;
    }

.tooltip-effect-8 .tooltip-content2 {
    -webkit-transform: translate3d(0,10px,0) rotate3d(0,1,0,90deg);
    transform: translate3d(0,10px,0) rotate3d(0,1,0,90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
}

    .tooltip-effect-8 .tooltip-content2 i {
        -webkit-transform: scale3d(0,0,1);
        transform: scale3d(0,0,1);
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,transform .3s;
    }

.tooltip-effect-9 .tooltip-content2 {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
}

    .tooltip-effect-9 .tooltip-content2 i {
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,transform .3s;
    }

.mytooltip:hover .tooltip-content2, .mytooltip:hover .tooltip-content2 i {
    opacity: 1;
    font-size: 18px;
    pointer-events: auto;
    -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
    transform: translate3d(0,0,0) scale3d(1,1,1);
}

.tooltip-effect-6:hover .tooltip-content2 i {
    -webkit-transform: rotate3d(1,1,1,0);
    transform: rotate3d(1,1,1,0);
}

.tooltip-content2::after {
    position: absolute;
    left: 50%;
    margin: -7px 0 0 -15px;
    width: 30px;
    height: 20px;
    background: url(https://wrappixel.com/ampleadmin/ampleadmin-html/plugins/images/tooltip/tooltip1.svg) center center no-repeat;
    background-size: 100%;
}

.tooltip-content3 {
    position: absolute;
    background: #e3e3e3;
    background-size: 100% 100%;
    width: 300px;
    margin-left: -150px;
    padding: 9px 15px;
    color: #4c5667;
    opacity: 0;
    font-size: 13px;
    line-height: 20px;
    pointer-events: none;
    -webkit-transform: scale3d(.1,.2,1);
    transform: scale3d(.1,.2,1);
    -webkit-transform-origin: 50% 120%;
    transform-origin: 50% 120%;
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,transform .4s;
    -webkit-transition-timing-function: ease,cubic-bezier(.6,0,.4,1);
    transition-timing-function: ease,cubic-bezier(.6,0,.4,1);
    border: 1px solid #cacaca;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.16);
    border-radius: 4px;
}

.mytooltip:hover .tooltip-content3 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.tooltip-content3::after {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    background: #e3e3e3;
    -webkit-transform: translate3d(0,-60%,0) rotate3d(0,0,1,45deg);
    transform: translate3d(0,-60%,0) rotate3d(0,0,1,45deg);
}

.tooltip-item2 {
    color: #03a9f3;
    cursor: pointer;
    z-index: 100;
    position: relative;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: background-color .3s,color .3s,-webkit-transform .3s;
    transition: background-color .3s,color .3s,transform .3s;
}

.mytooltip:hover .tooltip-item2 {
    color: #fff;
    -webkit-transform: translate3d(0,-.5em,0);
    transform: translate3d(0,-.5em,0);
}

.tooltip-content4 {
    position: absolute;
    z-index: 99;
    width: 360px;
    left: 50%;
    margin-left: -180px;
    bottom: -5px;
    text-align: left;
    background: #03a9f3;
    opacity: 0;
    font-size: 13px;
    line-height: 27px;
    padding: 1.5em;
    color: #fff;
    border-bottom: 55px solid #2b2b2b;
    cursor: default;
    pointer-events: none;
    border-radius: 5px;
    -webkit-transform: translate3d(0,-.5em,0);
    transform: translate3d(0,-.5em,0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
}

    .tooltip-content4 a {
        color: #2b2b2b;
    }

.tooltip-text2 {
    opacity: 0;
    -webkit-transform: translate3d(0,1.5em,0);
    transform: translate3d(0,1.5em,0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
}

.mytooltip:hover .tooltip-content4, .mytooltip:hover .tooltip-text2 {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tooltip-content5 {
    position: absolute;
    z-index: 9999;
    width: 300px;
    bottom: 100%;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background: 0 0;
    opacity: 0;
    margin: 0 0 20px -150px;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity .3s .3s;
    transition: opacity .3s .3s;
}

.mytooltip:hover .tooltip-content5 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.tooltip-text3 {
    border-bottom: 10px solid #fb9678;
    overflow: hidden;
    -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    -webkit-transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
}

.mytooltip:hover .tooltip-text3 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.tooltip-inner2 {
    background: #2b2b2b;
    padding: 40px;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}

.mytooltip:hover .tooltip-inner2 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tooltip-content5::after {
    content: '';
    bottom: -20px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fb9678 transparent transparent;
    border-width: 10px;
    margin-left: -10px;
}

@media (max-width:1350px) {
    .carousel .item h3 {
        font-size: 17px;
        height: 90px;
    }

    .inbox-center a {
        width: 400px;
    }
}

.search-listing {
    padding: 0;
    margin: 0;
}

    .search-listing li {
        list-style: none;
        padding: 15px 0;
        border-bottom: 1px solid rgba(120,130,140,.13);
    }

        .search-listing li h3 {
            margin: 0;
            font-size: 18px;
        }

            .search-listing li h3 a {
                color: #2cabe3;
            }

        .search-listing li a {
            color: #22b14c;
        }

a.dt-button, button.dt-button, div.dt-button {
    background: #2cabe3;
    color: #fff;
    border-color: #2cabe3;
}

    a.dt-button:hover, button.dt-button:hover, div.dt-button:hover {
        background: #2cabe3;
    }

        a.dt-button:hover:not(.disabled), button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled) {
            background: rgba(0,0,0,.1);
            color: #96a2b4;
            border-color: rgba(120,130,140,.13);
        }

.dataTables_filter input, .note-editor {
    border: 1px solid rgba(120,130,140,.13);
}

.chat-main-box .chat-left-aside, .left-aside {
    border-right: 1px solid rgba(120,130,140,.13);
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background: 0 0;
}

.note-editor .panel-heading {
    padding: 6px 10px 10px;
}

.page-aside {
    position: relative;
}

.left-aside {
    position: absolute;
    background: #fff;
    padding: 20px;
    width: 250px;
    height: 100%;
}

.contact-list td img, .right-aside .contact-list td img {
    width: 30px;
}

.right-aside {
    padding: 20px;
    margin-left: 250px;
}

    .contact-list td, .right-aside .contact-list td {
        vertical-align: middle;
        padding: 25px 10px;
        white-space: nowrap;
    }

    .right-aside .contact-list th {
        white-space: nowrap;
    }

.contact-list th {
    white-space: nowrap;
}

.list-style-none {
    margin: 0;
    padding: 0;
}

    .list-style-none li {
        list-style: none;
        margin: 0;
    }

        .list-style-none li.box-label a {
            font-weight: 500;
        }

        .list-style-none li.divider {
            margin: 10px 0;
            height: 1px;
            background: rgba(120,130,140,.13);
        }

        .list-style-none li a {
            padding: 15px 10px;
            color: #96a2b4;
        }

            .list-style-none li a:hover {
                color: #2cabe3;
            }

.chat-main-box {
    position: relative;
    overflow: hidden;
}

    .chat-main-box .chat-left-aside {
        position: absolute;
        width: 250px;
        z-index: 9;
        top: 0;
    }

        .chat-main-box .chat-left-aside .open-panel {
            display: none;
            cursor: pointer;
            position: absolute;
            left: -webkit-calc(99%);
            top: 50%;
            z-index: 100;
            background-color: #fff;
            -webkit-box-shadow: 1px 0 3px rgba(0,0,0,.2);
            box-shadow: 1px 0 3px rgba(0,0,0,.2);
            border-radius: 0 100px 100px 0;
            line-height: 1;
            padding: 15px 8px 15px 4px;
        }

        .chat-main-box .chat-left-aside .chat-left-inner .form-control {
            height: 60px;
        }

        .chat-main-box .chat-left-aside .chat-left-inner .style-none {
            padding: 0;
        }

            .chat-main-box .chat-left-aside .chat-left-inner .style-none li {
                list-style: none;
                overflow: hidden;
            }

                .chat-main-box .chat-left-aside .chat-left-inner .style-none li a {
                    padding: 20px;
                }

                    .chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active, .chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover {
                        background: rgba(0,0,0,.1);
                    }

    .chat-main-box .chat-right-aside {
        margin-left: 250px;
    }

        .chat-main-box .chat-right-aside .chat-list {
            max-height: none;
            height: 100%;
            padding-top: 40px;
        }

            .chat-main-box .chat-right-aside .chat-list .chat-text {
                border-radius: 6px;
            }

        .chat-main-box .chat-right-aside .send-chat-box {
            position: relative;
        }

            .chat-main-box .chat-right-aside .send-chat-box .form-control {
                border: none;
                border-top: 1px solid rgba(120,130,140,.13);
                resize: none;
                height: 80px;
                padding-right: 180px;
            }

                .chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
                    border-color: rgba(120,130,140,.13);
                }

            .chat-main-box .chat-right-aside .send-chat-box .custom-send {
                position: absolute;
                right: 20px;
                bottom: 10px;
            }

                .chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
                    color: #96a2b4;
                    margin-right: 10px;
                }

.el-element-overlay .white-box {
    padding: 0;
}

.el-element-overlay .el-card-item {
    position: relative;
    padding-bottom: 25px;
}

    .el-element-overlay .el-card-item .el-card-avatar {
        margin-bottom: 15px;
    }

    .el-element-overlay .el-card-item .el-card-content {
        text-align: center;
    }

        .el-element-overlay .el-card-item .el-card-content h3 {
            margin: 0;
        }

        .el-element-overlay .el-card-item .el-card-content a {
            color: #96a2b4;
        }

            .el-element-overlay .el-card-item .el-card-content a:hover {
                color: #2cabe3;
            }

    .el-element-overlay .el-card-item .el-overlay-1 {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
    }

        .el-element-overlay .el-card-item .el-overlay-1 img {
            display: block;
            position: relative;
            -webkit-transition: all .4s linear;
            transition: all .4s linear;
            width: 100%;
            height: auto;
        }

        .el-element-overlay .el-card-item .el-overlay-1:hover img {
            -ms-transform: scale(1.2) translateZ(0);
            -webkit-transform: scale(1.2) translateZ(0);
        }

        .el-element-overlay .el-card-item .el-overlay-1 .el-info {
            text-decoration: none;
            display: inline-block;
            text-transform: capitalize;
            color: #fff;
            background-color: transparent;
            filter: alpha(opacity=0);
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            padding: 0;
            margin: auto;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%) translateZ(0);
            -webkit-transform: translateY(-50%) translateZ(0);
            -ms-transform: translateY(-50%) translateZ(0);
        }

            .el-element-overlay .el-card-item .el-overlay-1 .el-info > li {
                list-style: none;
                display: inline-block;
                margin: 0 3px;
            }

                .el-element-overlay .el-card-item .el-overlay-1 .el-info > li a {
                    border-color: #fff;
                    color: #fff;
                    padding: 12px 15px 10px;
                }

                    .el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover {
                        background: #ff7676;
                        border-color: #ff7676;
                    }

    .el-element-overlay .el-card-item .el-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0,0,0,.7);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

    .el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
        top: -100%;
    }

    .el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
        top: 100%;
        height: 0;
    }

    .el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
        top: 0;
    }

    .el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
        top: 0;
        height: 100%;
    }

.login-sidebar {
    position: absolute;
    right: 0;
    margin-top: 0;
    height: 100%;
}

.color-table.primary-table thead th {
    background-color: #707cd2;
    color: #fff;
}

.color-table.success-table thead th {
    background-color: #22b14c;
    color: #fff;
}

.color-table.info-table thead th {
    background-color: #2cabe3;
    color: #fff;
}

.color-table.warning-table thead th {
    background-color: #ffc36d;
    color: #fff;
}

.color-table.danger-table thead th {
    background-color: #ff7676;
    color: #fff;
}

.color-table.inverse-table thead th {
    background-color: #4c5667;
    color: #fff;
}

.color-table.dark-table thead th {
    background-color: #96a2b4;
    color: #fff;
}

.color-table.red-table thead th {
    background-color: #fb3a3a;
    color: #fff;
}

.color-table.purple-table thead th {
    background-color: #707cd2;
    color: #fff;
}

.color-table.muted-table thead th {
    background-color: #98a6ad;
    color: #fff;
}

.color-bordered-table.primary-bordered-table {
    border: 2px solid #707cd2;
}

    .color-bordered-table.primary-bordered-table thead th {
        background-color: #707cd2;
        color: #fff;
    }

.color-bordered-table.success-bordered-table {
    border: 2px solid #22b14c;
}

    .color-bordered-table.success-bordered-table thead th {
        background-color: #22b14c;
        color: #fff;
    }

.color-bordered-table.info-bordered-table {
    border: 2px solid #2cabe3;
}

    .color-bordered-table.info-bordered-table thead th {
        background-color: #2cabe3;
        color: #fff;
    }

.color-bordered-table.warning-bordered-table {
    border: 2px solid #ffc36d;
}

    .color-bordered-table.warning-bordered-table thead th {
        background-color: #ffc36d;
        color: #fff;
    }

.color-bordered-table.danger-bordered-table {
    border: 2px solid #ff7676;
}

    .color-bordered-table.danger-bordered-table thead th {
        background-color: #ff7676;
        color: #fff;
    }

.color-bordered-table.inverse-bordered-table {
    border: 2px solid #4c5667;
}

    .color-bordered-table.inverse-bordered-table thead th {
        background-color: #4c5667;
        color: #fff;
    }

.color-bordered-table.dark-bordered-table {
    border: 2px solid #96a2b4;
}

    .color-bordered-table.dark-bordered-table thead th {
        background-color: #96a2b4;
        color: #fff;
    }

.color-bordered-table.red-bordered-table {
    border: 2px solid #fb3a3a;
}

    .color-bordered-table.red-bordered-table thead th {
        background-color: #fb3a3a;
        color: #fff;
    }

.color-bordered-table.purple-bordered-table {
    border: 2px solid #707cd2;
}

    .color-bordered-table.purple-bordered-table thead th {
        background-color: #707cd2;
        color: #fff;
    }

.color-bordered-table.muted-bordered-table {
    border: 2px solid #98a6ad;
}

.full-color-table.full-danger-table thead th, .full-color-table.full-dark-table tbody td, .full-color-table.full-dark-table thead th, .full-color-table.full-info-table tbody td, .full-color-table.full-info-table thead th, .full-color-table.full-inverse-table tbody td, .full-color-table.full-inverse-table thead th, .full-color-table.full-muted-table tbody td, .full-color-table.full-muted-table thead th, .full-color-table.full-primary-table tbody td, .full-color-table.full-primary-table thead th, .full-color-table.full-purple-table tbody td, .full-color-table.full-purple-table thead th, .full-color-table.full-red-table tbody td, .full-color-table.full-red-table thead th, .full-color-table.full-success-table tbody td, .full-color-table.full-success-table thead th, .full-color-table.full-warning-table tbody td, .full-color-table.full-warning-table thead th {
    border: 0!important;
    color: #fff;
}

.color-bordered-table.muted-bordered-table thead th {
    background-color: #98a6ad;
    color: #fff;
}

.full-color-table.full-primary-table {
    background-color: rgba(171,140,228,.8);
}

    .full-color-table.full-primary-table thead th {
        background-color: #707cd2;
    }

    .full-color-table.full-primary-table tr:hover {
        background-color: #707cd2;
    }

.full-color-table.full-success-table {
    background-color: rgba(0,194,146,.8);
}

    .full-color-table.full-success-table thead th {
        background-color: #22b14c;
    }

    .full-color-table.full-success-table tr:hover {
        background-color: #22b14c;
    }

.full-color-table.full-info-table {
    background-color: rgba(3,169,243,.8);
}

    .full-color-table.full-info-table thead th {
        background-color: #2cabe3;
    }

    .full-color-table.full-info-table tr:hover {
        background-color: #2cabe3;
    }

.full-color-table.full-warning-table {
    background-color: rgba(254,193,7,.8);
}

    .full-color-table.full-warning-table thead th {
        background-color: #ffc36d;
    }

    .full-color-table.full-warning-table tr:hover {
        background-color: #ffc36d;
    }

.full-color-table.full-danger-table {
    background-color: rgba(251,150,120,.8);
}

    .full-color-table.full-danger-table thead th {
        background-color: #ff7676;
    }

    .full-color-table.full-danger-table tbody td {
        border: 0!important;
        color: #fff;
    }

    .full-color-table.full-danger-table tr:hover {
        background-color: #ff7676;
    }

.full-color-table.full-inverse-table {
    background-color: rgba(76,86,103,.8);
}

    .full-color-table.full-inverse-table thead th {
        background-color: #4c5667;
    }

    .full-color-table.full-inverse-table tr:hover {
        background-color: #4c5667;
    }

.full-color-table.full-dark-table {
    background-color: rgba(43,43,43,.8);
}

    .full-color-table.full-dark-table thead th {
        background-color: #96a2b4;
    }

    .full-color-table.full-dark-table tr:hover {
        background-color: #96a2b4;
    }

.full-color-table.full-red-table {
    background-color: rgba(251,58,58,.8);
}

    .full-color-table.full-red-table thead th {
        background-color: #fb3a3a;
    }

    .full-color-table.full-red-table tr:hover {
        background-color: #fb3a3a;
    }

.full-color-table.full-purple-table {
    background-color: rgba(150,117,206,.8);
}

    .full-color-table.full-purple-table thead th {
        background-color: #707cd2;
    }

    .full-color-table.full-purple-table tr:hover {
        background-color: #707cd2;
    }

.full-color-table.full-muted-table {
    background-color: rgba(152,166,173,.8);
}

    .full-color-table.full-muted-table thead th {
        background-color: #98a6ad;
    }

    .full-color-table.full-muted-table tr:hover {
        background-color: #98a6ad;
    }

.floating-labels .form-group {
    position: relative;
}

.floating-labels .form-control {
    font-size: 20px;
    padding: 10px 10px 10px 0;
    display: block;
    border: none;
    border-bottom: 1px solid rgba(120,130,140,.2);
}

.floating-labels select.form-control > option {
    font-size: 13px;
}

.has-error .form-control {
    border-bottom: 1px solid #ff7676;
}

.has-warning .form-control {
    border-bottom: 1px solid #ffc36d;
}

.has-success .form-control {
    border-bottom: 1px solid #22b14c;
}

.floating-labels .form-control:focus {
    outline: 0;
    border: none;
}

.pro-content .pro-list-details, .pro-content .pro-list-info {
    border-bottom: 1px solid rgba(120,130,140,.13);
}

.floating-labels label {
    color: #96a2b4;
    font-size: 16px;
    position: absolute;
    cursor: auto;
    font-weight: 400;
    top: 10px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
}

.floating-labels .form-control:focus ~ label, .floating-labels .form-control:valid ~ label {
    top: -20px;
    font-size: 12px;
    color: #707cd2;
}

.floating-labels .bar {
    position: relative;
    display: block;
}

    .floating-labels .bar:after, .floating-labels .bar:before {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #707cd2;
        transition: .2s ease all;
        -moz-transition: .2s ease all;
        -webkit-transition: .2s ease all;
    }

    .floating-labels .bar:before {
        left: 50%;
    }

    .floating-labels .bar:after {
        right: 50%;
    }

.floating-labels .form-control:focus ~ .bar:after, .floating-labels .form-control:focus ~ .bar:before {
    width: 50%;
}

.floating-labels .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5;
}

.floating-labels .input-lg, .floating-labels .input-lg ~ label {
    font-size: 24px;
}

.floating-labels .input-sm, .floating-labels .input-sm ~ label {
    font-size: 16px;
}

.has-warning .bar:after, .has-warning .bar:before {
    background: #ffc36d;
}

.has-success .bar:after, .has-success .bar:before {
    background: #22b14c;
}

.has-error .bar:after, .has-error .bar:before {
    background: #ff7676;
}

.agent-info, .material-icon-list-demo .icons div:hover, .pd-agent-info, .pro-content-3-col {
    background: rgba(0,0,0,.1);
}

.has-warning .form-control:focus ~ label, .has-warning .form-control:valid ~ label {
    color: #ffc36d;
}

.has-success .form-control:focus ~ label, .has-success .form-control:valid ~ label {
    color: #22b14c;
}

.has-error .form-control:focus ~ label, .has-error .form-control:valid ~ label {
    color: #ff7676;
}

.has-feedback label ~ .t-0 {
    top: 0;
}

.table.dataTable, table.dataTable {
    width: 99.8%!important;
}

    table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
        float: none;
        padding-left: 10px;
    }

.re ul.two-part li i, .re ul.two-part li span {
    font-size: 36px;
}

.bg-light h4 {
    font-weight: 700;
}

.pro-agent .agent-name h5, .pro-agent .agent-name small, .pro-agent-col-3 .agent-name h5, .pro-agent-col-3 .agent-name small, .pro-content .pro-list-details h3, .pro-content .pro-list-details h4, .pro-content-3-col .pro-list-details h3, .pro-content-3-col .pro-list-details h4, .pro-content-3-col .pro-list-details h4 small, .pro-list-info ul.pro-info li, .pro-list-info-3-col ul.pro-info li, .pro-location span, .pro-rd .table > tbody > tr > td:first-child, ul.pro-info li span.label {
    font-weight: 500;
}

.agent-contact, .pro-desc {
    font-size: 12px;
}

.form-agent-inq .form-group {
    margin-bottom: 10px;
}

.agent-info {
    max-height: 358px;
    height: 358px;
}

.pro-list {
    margin-top: 15px;
}

.pro-detail, .pro-img {
    display: table-cell;
    vertical-align: top;
}

    .pro-detail h5 a {
        color: #96a2b4;
        line-height: 20px;
        font-weight: 500;
    }

.pro-box .pro-list-img {
    display: block;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.pro-box .pro-label {
    position: absolute;
    text-transform: capitalize;
    top: 0;
    right: 0;
    border-radius: 2px;
    padding: 5px;
    font-size: 80%;
}

.pro-col-label {
    padding: 7px;
    width: 26%;
    display: block;
    margin-top: -15px;
    margin-left: 37%;
    border: 1px solid rgba(120,130,140,.13);
    text-transform: capitalize;
}

.pro-box .pro-label-img {
    position: absolute;
    top: 30px;
    right: 30px;
}

.pro-box.pro-horizontal pro-content {
    width: 100%;
    height: 210px;
}

.pro-content .pro-list-details {
    height: 138px;
    max-height: 142px;
    border-right: 1px solid rgba(120,130,140,.13);
}

.pro-list-info ul.pro-info, .pro-list-info-3-col ul.pro-info {
    padding: 16px 10px 10px;
    list-style: none;
}

    .pro-list-info ul.pro-info li {
        padding: 10px 0 10px 20px;
        font-size: 12px;
    }

ul.pro-info li span.label {
    width: 25px;
    height: 25px;
    padding: 8px;
    border-radius: 50%;
    margin-top: -4px;
    margin-right: 15px;
    font-size: 12px;
}

ul.pro-amenities li span img, ul.pro-info li span img {
    margin-top: -8px;
    padding-right: 12px;
}

.pro-agent .agent-img a img, .pro-agent-col-3 .agent-img a img {
    border: 3px solid #fff;
    box-shadow: 1px 1px 1px rgba(120,130,140,.13);
}

.pro-agent .agent-img, .pro-agent .agent-name, .pro-agent-col-3 .agent-img, .pro-agent-col-3 .agent-name {
    float: left;
}

.pro-agent .agent-img {
    padding-top: 12px;
}

.pro-agent .agent-name {
    padding: 10px 0 0 15px;
}

.pro-location span {
    padding-top: 27px;
}

.pro-content-3-col {
    padding: 15px;
}

    .pro-content-3-col .pro-list-details h4 small {
        color: #ff7676;
    }

.pro-list-info-3-col ul.pro-info li {
    padding: 10px 5px;
}

.pro-agent-col-3 .agent-img {
    padding: 15px;
}

.pro-agent-col-3 .agent-name {
    padding: 15px 15px 15px 5px;
}

ul.pro-amenities {
    list-style: none;
    padding: 8px 0;
}

    ul.pro-amenities li {
        padding: 10px 0;
        font-size: 12px;
    }

        ul.pro-amenities li span i {
            padding-right: 12px;
        }

.pro-rd .table > tbody > tr > td, .pro-rd .table > tbody > tr > th {
    border: none;
    padding: 8px 8px 8px 0;
    font-size: 12px;
}

.pd-agent-info {
    max-height: 200px;
    height: 200px;
    margin-top: 15px;
}

.pd-agent-contact, .pd-agent-inq {
    padding: 25px;
}

.pro-add-form .checkbox label, .pro-add-form .radio label {
    font-weight: 100;
}

.plugin-details {
    display: none;
}

.plugin-details-active {
    display: block;
}

.register-box {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 2%;
}

.step-register {
    position: absolute;
    height: 100%;
}

.material-icon-list-demo .icons div {
    width: 33%;
    padding: 15px;
    display: inline-block;
    line-height: 40px;
}

    .material-icon-list-demo .icons div i {
        font-size: 24px;
        vertical-align: middle;
        margin-right: 10px;
    }

@media (max-width:1680px) {
    .weather-with-bg .wt-counter li {
        padding: 10px 1px;
    }
}

@media (max-width:1460px) {
    .weather-with-bg .wt-counter li {
        padding: 10px 0;
    }

        .weather-with-bg .wt-counter li a {
            min-width: 38px;
            margin-bottom: 7px;
            height: 43px;
            padding: 10px;
        }
}

@media (max-width:1350px) {
    .carousel .item h3 {
        font-size: 17px;
        height: 90px;
    }

    .inbox-center a {
        width: 400px;
    }

    .new-login-register .lg-info-panel {
        width: 450px;
    }

    .new-login-register .new-login-box {
        margin-left: 500px;
    }
}

@media (min-width:1024px) {
    .app-search .form-control:focus {
        width: 300px;
    }
}

@media (min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 60px;
    }

    .navbar-default {
        position: fixed;
        width: 100%;
        top: 0;
    }

    .sidebar {
        z-index: 1001;
        position: fixed;
        width: 60px;
        padding-top: 0;
        height: 100%;
        transition: 50ms ease-in;
    }

        .sidebar:hover {
            width: 240px;
        }

    .navbar-static-top {
        padding-left: 60px;
    }

    .fix-header .navbar-static-top {
        position: fixed!important;
    }

    .fix-header #page-wrapper {
        margin-top: 64px;
    }
}

.navbar-top-links .dropdown-alerts, .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks {
    margin-left: auto;
}

.mail_listing {
    border-left: 1px solid rgba(120,130,140,.13);
    padding-left: 20px;
}

.inbox-panel {
    padding-right: 20px;
}

.top-minus {
    margin-top: -62px;
    float: right;
}

@media (max-width:1023px) {
    .b-r-none {
        border-right: 0;
    }

    .carousel-inner h3 {
        height: 90px;
        overflow: hidden;
    }

    .inbox-center a {
        width: 300px;
    }

    .new-login-register .lg-info-panel {
        display: none;
    }

    .new-login-register .new-login-box {
        margin: 10% auto 0;
    }

    .col-in {
        padding: 15px 0;
    }

        .col-in li.col-middle {
            width: 100%;
        }
}

@media (max-width:767px) {
    .navbar-top-links .profile-pic img, .navbar-top-links > li:last-child {
        margin-right: 0;
    }

    .navbar-top-links {
        float: left;
    }

    .top-left-part {
        width: 60px;
    }

    .navbar-top-links > li > a {
        padding: 10px 12px;
    }

 .navbar-top-links > li > .open-close {
        padding:25px 12px;
    }   
    .navbar-top-links .dropdown-alerts, .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks {
        width: 260px;
    }

    .show-sidebar .sidebar {
        width: 240px;
        top: 0;
    }

        .show-sidebar .sidebar .hide-menu {
            display: inline;
        }

        .show-sidebar .sidebar .nav-small-cap {
            display: block;
        }

        .show-sidebar .sidebar .sidebar-head {
            width: 240px;
            display: block;
        }

    .sidebar {
        z-index: 1001;
        position: fixed;
        width: 0;
        padding-top: 0;
        height: 100%;
    }

    .sidebar-head {
        width: 0;
        display: none;
    }

    .chat-main-box .chat-left-aside .open-panel, .wizard-steps > li {
        display: block;
    }

    #page-wrapper {
        margin: 0;
    }

    .row-in-br {
        border-right: 0;
        border-bottom: 1px solid rgba(120,130,140,.13);
    }

    .bg-title .breadcrumb {
        float: left;
        margin-top: 0;
        margin-bottom: 10px;
    }

    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        float: right;
    }

    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
    }

    ul.timeline > li > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
    }

    ul.timeline > li > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
    }

    .dropdown .dropdown-tasks, .dropdown .mailbox {
        left: -94px;
    }

    .fix-header .navbar-static-top {
        position: fixed!important;
        top: 0;
        width: 100%;
    }

    .fix-header #page-wrapper {
        margin-top: 60px;
    }

    .chat-main-box .chat-right-aside, .manage-table {
        margin: 0;
    }

    .mega-dropdown-menu {
        height: 340px;
        overflow: auto;
        padding-left: 20px;
    }

    .left-aside {
        position: relative;
        width: 100%;
        border: 0;
    }

    .right-aside {
        margin-left: 0;
    }

    .chat-main-box .chat-left-aside {
        left: -250px;
        transition: .5s ease-in;
        background: #fff;
    }

        .chat-main-box .chat-left-aside.open-pnl {
            left: 0;
        }

    .table-responsive.pro-rd {
        border: none;
    }

    #msform fieldset, .login-register, .step-register {
        position: relative;
    }

    .calendar-widget .cal-left {
        position: relative;
        width: 100%;
    }

        .calendar-widget .cal-left .cal-btm-text {
            position: relative;
            bottom: 0;
            padding-top: 30px;
        }

    .calendar-widget .cal-right {
        width: 100%;
    }

        .calendar-widget .cal-right .cal-table td {
            padding: 15px 0;
        }

            .calendar-widget .cal-right .cal-table td h1 {
                padding-left: 20px;
            }

    .error-body h1 {
        font-size: 80px;
        line-height: 100px;
    }

    .weather-with-bg .wt-top .wt-img h1 {
        font-size: 24px;
        line-height: 24px;
    }

    .dp-table img {
        width: 50px;
    }

    .earning-box li .er-row .er-text {
        width: 37%;
    }

    .earning-box li .er-row .er-count {
        font-size: 24px;
    }

    .sidebar .nav-second-level li a, .sidebar:hover .nav-second-level li a {
        padding-left: 40px;
    }

    .sidebar .nav-third-level li a, .sidebar:hover .nav-third-level li a {
        padding-left: 60px;
    }
}

@media (max-width:480px) {
    .vtabs .tabs-vertical {
        width: auto;
    }

    .stat-item {
        padding-right: 0;
    }

    .login-box {
        width: 100%;
    }

    .pro-content .pro-list-details {
        height: 100px;
        border-right: none;
    }

    .pro-list-info ul.pro-info li {
        padding: 10px 0;
    }

    .pro-list-info ul.pro-info {
        padding-left: 0;
    }

    .pro-agent .agent-img {
        padding-top: 3px;
    }

    .pro-agent .agent-name {
        padding: 2px 0 10px 15px;
    }

    .new-login-register .lg-info-panel {
        display: none;
    }

    .new-login-register .new-login-box {
        margin: 10% auto 0;
        width: 300px;
    }
}

.dropdown-menu .divider, .timeline:before {
    background-color: rgba(120,130,140,.13);
}

.dropify-wrapper:hover {
    background-image: linear-gradient(-45deg,rgba(120,130,140,.13) 25%,transparent 25%,transparent 50%,rgba(120,130,140,.13) 50%,rgba(120,130,140,.13) 75%,transparent 75%,transparent);
}

.mce-btn, .mce-panel {
    background-color: #8c96a7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #6a7684!important;
}

#example_filter input, #myTable_filter input {
    border: 1px solid rgba(120,130,140,.13);
}

.jsgrid-edit-row > td, .jsgrid-filter-row > td, .jsgrid-grid-body, .jsgrid-grid-header, .jsgrid-header-row > th, .jsgrid-insert-row > td {
    border-color: rgba(120,130,140,.13)!important;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover, a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background: rgba(0,0,0,.1);
}

    .bootstrap-tagsinput, .calendar-widget, .chat-main-box, .css-bar:after, .customtab li.active a, .customtab li.active a:focus, .customtab li.active a:hover, .daterangepicker .input-mini, .dropify-wrapper, .dropify-wrapper .dropify-preview, .jsgrid-alt-row > td, .jsgrid-header-row > th, .jsgrid-row > td, .list-group-item, .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover, .manage-table, .modal-content, .myadmin-dd .dd-list .dd-item .dd-handle, .myadmin-dd-empty .dd-list .dd3-content, .myadmin-dd-empty .dd-list .dd3-handle, .pager li > a, .pager li > span, .pagination > li > a, .pagination > li > span, .panel .panel-footer, .panel-footer textarea, .radio label::before,  .table tbody tr.advance-table-row td, .thumbnail, .well, .white-box, pre, table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd {
        background: #2f323e;
    }
    .select2-container-multi .select2-choices{
        background:#e4e4e4;
    }
    .nav-second-level{padding-left:10px;}
.content-wrap, .dropzone, input, select {
    background: #fff;
}

.table-hover > tbody > tr:hover, .table-striped > tbody > tr:nth-of-type(odd), .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f7fbff!important;
}

.customtab2 li.active a, .customtab2 li.active a:focus, .customtab2 li.active a:hover {
    background: #ff7676;
}

.panel-body1 {
    padding: 0!important;
}

.chat-list .chat-text, .comment-center .comment-body:hover, .feeds li:hover, .sales-report {
    background: rgba(0,0,0,.1);
}

.chat-list .odd .chat-text {
    background: #2cabe3;
    color: #fff;
}

.mt-gauge {
    background: 0 0;
}

.ct-label {
    color: #96a2b4;
}

.asColorPicker-dropdown, .checkbox label::before, .clockpicker-popover .popover-content, .clockpicker-popover .popover-title, .customvtab .tabs-vertical li.active a, .customvtab .tabs-vertical li.active a:focus, .customvtab .tabs-vertical li.active a:hover, .fc-day, .footable-row-detail, .img-thumbnail, .jsgrid-filter-row > td, .jsgrid-header-sortable:hover, .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span, .pager li > a:focus, .pager li > a:hover, .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover, .popover, .popover-title, .right-sidebar, code {
    background: #284654;
}
.checkbox label::before{
    display:none;
}
.input-group-addon, .input-group-addon:active {
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    border-top: solid #1e9abd 1px;
    border-right: solid #298ec0 1px;
    border-bottom: solid #0c79b0 1px;
    border-left: solid #298ec0 1px;
    background: #41b7d8;
    background: -moz-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#41b7d8),color-stop(100%,#008bd1));
    background: -webkit-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -o-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: -ms-linear-gradient(top,#41b7d8 0,#008bd1 100%);
    background: linear-gradient(to bottom,#41b7d8 0,#008bd1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b7d8', endColorstr='#008bd1', GradientType=0 );
    font-weight: 100;
    color: #fff;
}

.bg-title, .table > thead > tr > th {
    border-bottom: 1px solid rgba(120,130,140,.13);
}

table.dataTable tbody tr {
    background: #fff;
}

.bg-title {
    background: #e9fdff;
}

    .bg-title h4 {
        color: #292a2b;
    }

.subcription {
    color: #fff;
    padding: 10px 0;
}

table.dataTable.display tbody tr:hover, table.dataTable.hover tbody tr:hover {
    background: rgba(120,130,140,.2);
}

.panel-footer, .table-bordered, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid rgba(120,130,140,.39);
}

.asColorPicker-dropdown, .bootstrap-table .table, .bootstrap-table .table > thead > tr > th, .daterangepicker .input-mini, .dropify-wrapper, .dropzone, .featured-plan .pricing-body, .fixed-table-container, .fixed-table-container tbody td, .fixed-table-header, .glyphs.character-mapping, .glyphs.character-mapping input, .img-thumbnail, .jsgrid-edit-row > td, .jsgrid-filter-row > td, .jsgrid-grid-body, .jsgrid-grid-body td, .jsgrid-grid-header, .jsgrid-header-row > th, .jsgrid-insert-row > td, .modal-footer, .modal-header, .myadmin-dd .dd-list .dd-item .dd-handle, .nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover, .pager li > a, .pager li > span, .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover, .pagination > li > a, .pagination > li > span, .popover, .popover-title, .stat-item + .stat-item, .thumbnail, .well, .wizard-buttons > a, .wizard-buttons > a.disabled, input, pre, select, table.dataTable, table.dataTable.display tbody td, table.dataTable.display tbody th, table.dataTable.row-border tbody td, table.dataTable.row-border tbody th, ul.wysihtml5-toolbar {
    border-color: rgba(120,130,140,.13);
}

    .popover.left > .arrow, .popover.left > .arrow:after, .popover.right > .arrow, .popover.right > .arrow:after, .timeline > li > .timeline-panel:after {
        border-right-color: rgba(120,130,140,.13);
        border-left-color: rgba(120,130,140,.13);
    }

#tabUl {
    position: absolute;
    padding-left: 2px;
    padding-bottom: 0;
    border: 0;
    border-bottom: 1px solid #AAA;
}

#left, #right {
    height: 32px;
    width: 25px;
    cursor: pointer;
    position: relative;
    top: 0;
    z-index: 999999;
}

.panel .panel-headingi .panel-title a {
    color: #fff!important;
}

.blockquote1 {
    border-left: 5px solid #2cabe3!important;
    border: 1px solid #2cabe3;
    background: #fff;
    color: #35414f;
    overflow: hidden;
    margin: 0 15px;
}

.scrollcon .scroller-left.md-disabled, .scrollcon .scroller-right.md-disabled {
    opacity: 1.25;
    cursor: default;
}

#left {
    background: url(images/right.png) left 5px no-repeat;
    float: right;
}

#right {
    background: url(images/left.png) left 5px no-repeat;
    float: left;
}

#tabUl li {
    width: 185px;
    float: left;
    display: inline-block;
    position: relative;
}

.datepicker-dropdown.datepicker-orient-bottom:after, .datepicker-dropdown.datepicker-orient-top:after, .datepicker-dropdown:before, .popover.bottom > .arrow, .popover.bottom > .arrow:after, .popover.top > .arrow, .popover.top > .arrow:after {
    border-top-color: rgba(120,130,140,.13);
    border-bottom-color: rgba(120,130,140,.13);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-bottom-color: transparent;
}

.mail-list .list-group-item {
    border-left: 3px solid #2f323e;
}

.graph thead {
    background: #36c5d3;
    color: #fff;
}

    .graph thead th {
        color: #fff;
    }

.bg-title .breadcrumb a, .daterangepicker .input-mini, .dd-handle, .dd3-content, .dropify-wrapper, .form-control, .panel-default .panel-heading, .panel-white .panel-heading, .select2-container .select2-choice, .steamline .sl-right div > a, .white-box .box-title, a.list-group-item, button.list-group-item, h1, h2, h3, h4, h5, h6 {
    color: #0e0e0e;
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #767f8c;
}

.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_processing, .dd-handle, .footable.breakpoint > tbody > tr > td > span.footable-toggle, pre {
    color: #96a2b4!important;
}

.btn-link, a {
    color: #01c0c8;
    text-decoration: none;
}

    .btn-link:hover, a:hover {
        color: #145fa3;
        text-decoration: none;
    }

code {
    color: #ff7676;
}

.btn-default, .chat-list .chat-text h4, .flot-text, .footer, .form-control, .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, .help-block, .text-muted, a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small, tbody, th {
    color: #1d1e1e;
}

.bg-title .breadcrumb a:hover, .btn.focus, .btn:focus, .btn:hover, .chat-list .odd .chat-text h4, .close, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
}

.text-white {
    color: #fff!important;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #116953;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #07597d;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #846f00;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #84422e;
}

.fix-header .navbar-static-top {
    position: fixed!important;
}

.mdi-auto-fix1 {
    position: absolute;
    right: 1.8%;
    top: 14.7%;
    z-index: 10;
}

.cd-dropdown, .cd-dropdown ul, .cd-dropdown > span, .cd-select {
    position: relative;
    display: block;
}

.cd-dropdown, .cd-select {
    width: 220px;
    margin: 13px auto;
}

    .cd-dropdown > span {
        width: 0;
        height: 35px;
        line-height: 35px;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        background: #20a1d5;
        padding: 30px 19px 19px 30px;
        cursor: pointer;
        border-radius: 50%;
        border: 0;
        right: -84%;
    }

    .cd-dropdown ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .cd-dropdown ul li {
            display: block;
        }

            .cd-dropdown ul li span {
                width: 100%;
                background: rgba(12,12,12,.89);
                line-height: 40px;
                padding: 5px 25px 5px 22px;
                display: block;
                color: #8f9196;
                cursor: pointer;
                font-weight: 700;
                border-radius: 16px;
            }

            .cd-dropdown ul li span, .cd-dropdown > span {
                -webkit-backface-visibility: hidden;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

                .cd-dropdown > span:after {
                    content: url(navigation.png);
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 50px;
                    text-align: center;
                    font-size: 12px;
                    padding: 10px;
                    height: 100%;
                    line-height: 20px;
                }

.t_blue h3, .t_green h3, .t_orange h3, .t_yellow h3 {
    margin: 0;
    line-height: normal;
}

.navborder .nav-tabs > li a:focus, .navborder .nav-tabs > li a:hover, .navborder .nav-tabs > li.active > a, .navborder .nav-tabs > li.active > a:focus, .navborder .nav-tabs > li.active > a:hover {
    background: 0 0!important;
    border: none!important;
}

.navborder .nav-tabs > li a {
    padding: 10px 0;
}

.navborder .nav-tabs {
    border: none;
}

.cd-dropdown.cd-active > span:after {
    content: url ("navigation.png");
}

.cd-dropdown > span span[class*=" icon-"], .cd-dropdown > span span[class^=icon-] {
    padding: 0 30px 0 45px;
}

.cd-select {
    border: 1px solid #ddd;
}

.t_green h3 {
    color: #00b69b;
}

.t_orange h3 {
    color: #0094dd;
}

.t_blue h3 {
    color: #ff6c00;
}

.t_yellow h3 {
    color: #fde000;
}
.error{ color:Red;}