@import '../../../assets/components/library/bootstrap/css/bootstrap.min.css';
@import '../../../assets/components/library/icons/fontawesome/assets/css/font-awesome.min.css';
@import '../../../assets/components/library/icons/glyphicons/assets/css/glyphicons_regular.css';
@import '../../../assets/components/library/icons/glyphicons/assets/css/glyphicons_social.css';
@import '../../../assets/components/library/icons/glyphicons/assets/css/glyphicons_filetypes.css';
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import '../../../assets/components/library/icons/pictoicons/css/picto.css';
@import '../../../assets/components/library/animate/animate.min.css';

html {
    -webkit-font-smoothing: antialiased !important;
    height: 100%
}

body {
    color: #686868;
    background: #f5f5f5;
    font-family: 'Open Sans',sans-serif
}

*, a:focus {
    outline: none !important
}

button:focus {
    outline: none !important
}

button::-moz-focus-inner {
    border: 0
}

ul {
    padding: 0
}

    ul.list-regular {
        padding-left: 20px
    }

        ul.list-regular .list-regular {
            padding-left: 40px
        }

#content h1, #content h2, #content h3 {
    font-family: 'Roboto',sans-serif;
    margin: 0
}

    #content h1.content-heading, #content h2.content-heading, #content h3.content-heading {
        font-size: 24px;
        text-transform: uppercase;
        padding: 15px 0
    }

    #content h1 span, #content h2 span, #content h3 span {
        font-size: 60%;
        color: #ccc;
        font-weight: normal
    }

#content > h1, #content > h2, #content > h3, #content > h1.content-heading, #content > h2.content-heading, #content > h3.content-heading {
    padding: 15px
}

#content .col-table > .content-heading {
    padding: 15px
}

#content .innerAll > h1, #content .innerAll > h2, #content .innerAll > h3, #content .innerAll > h1.content-heading, #content .innerAll > h2.content-heading, #content .innerAll > h3.content-heading {
    padding: 0 0 15px
}

h4, h5, h6 {
    margin-top: 0
}

    h4.separator, h5.separator, h6.separator {
        margin-bottom: 0
    }

a, a:hover {
    color: #19D1FF
}

.borderB {
    border-bottom: 1px solid #e5e5e5
}

.innerLR {
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.innerTB {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative
}

.innerAll {
    padding: 15px;
    position: relative
}

.innerL {
    padding-left: 15px;
    position: relative
}

.innerR {
    padding-right: 15px;
    position: relative
}

.innerT {
    padding-top: 15px;
    position: relative
}

.innerB {
    padding-bottom: 15px;
    position: relative
}

.center {
    text-align: center !important
}

.margin-none {
    margin: 0 !important
}

.margin-top-none {
    margin-top: 0 !important
}

.margin-bottom-none {
    margin-bottom: 0 !important
}

.margin-left-none {
    margin-left: 0 !important
}

.margin-right-none {
    margin-right: 0 !important
}

.padding-none {
    padding: 0 !important
}

.padding-top-none {
    padding-top: 0 !important
}

.padding-bottom-none {
    padding-bottom: 0 !important
}

.padding-left-none {
    padding-left: 0 !important
}

.padding-right-none {
    padding-right: 0 !important
}

.padding-none-TB {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.padding-none-LR {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.border-none {
    border: none !important
}

.border-top-none {
    border-top: none !important
}

.border-bottom-none {
    border-bottom: none !important
}

.border-left-none {
    border-left: none !important
}

.border-right-none {
    border-right: none !important
}

.box-shadow-none {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.bg-container {
    background: #eaeaea !important
}

.bg-gray {
    background: #f9f9f9 !important
}

.bg-gray-dark {
    background: #f2f2f2 !important
}

.bg-none {
    background: none !important
}

.bg-white {
    background: #fff !important
}

.bg-success {
    background: #72af46 !important;
    color: #fff
}

.bg-info {
    background: #466baf !important;
    color: #fff
}

.bg-info-dark {
    background: #37558b !important
}

.bg-inverse {
    background: #424242 !important;
    color: #fff
}

.bg-inverse-faded {
    background: rgba(66,66,66,0.5) !important
}

.bg-primary {
    background: #19D1FF !important;
    color: #fff
}

.bg-primary-light {
    background: #efc4c4 !important
}

    .bg-primary-light *:not(.btn) {
        border-color: #de8484 !important
    }

    .bg-primary-light[class*="border-"], .bg-primary-light.box-generic {
        border-color: #eab0b0 !important
    }

    .bg-primary-light .caret {
        border-left-color: transparent !important;
        border-bottom-color: transparent !important;
        border-top-color: transparent !important;
        border-right-color: #de8484 !important
    }

.bg-warning {
    background: #ab7a4b
}

.bg-lightred {
    background: #e15258
}

.bg-mustard {
    background: #d4d172
}

.bg-purple {
    background: #9d8ac7
}

.bg-gray-hover:hover {
    background: #f7f7f7
}

.relativeWrap {
    position: relative
}

.display-block {
    display: block
}

.display-block-inline {
    display: inline-block
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.text-white {
    color: #fff
}

.text-info {
    color: #466baf
}

.text-primary {
    color: #19D1FF !important
}

.text-success {
    color: #72af46
}

.text-regular {
    color: #444 !important
}

.text-faded {
    color: #d7d7d7 !important
}

.text-muted-dark {
    color: #a2a2a2
}

.text-muted-darker {
    color: #898989
}

.text-weight-regular {
    font-weight: normal !important
}

.text-weight-normal {
    font-weight: 400
}

.text-condensed {
    letter-spacing: -2px
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-small {
    font-size: 12px
}

.text-larger {
    font-size: 14px
}

.text-medium {
    font-size: 30px;
    line-height: 30px
}

.text-large {
    font-size: 35px !important;
    line-height: 40px !important
}

.text-xlarge {
    font-size: 50px;
    line-height: 50px
}

.text-xxlarge {
    font-size: 70px;
    line-height: 70px
}

.text-underline {
    text-decoration: underline
}

.inline-block {
    display: inline-block !important
}

.overflow-y-auto {
    position: relative;
    overflow: hidden;
    overflow-y: auto
}

.overflow-hidden {
    position: relative;
    overflow: hidden
}

.containerBg {
    background: #fff
}

.whiteBg {
    background: #fff
}

.hide2 {
    display: none
}

.border-top {
    border-top: 1px solid #efefef
}

.border-right {
    border-right: 1px solid #efefef
}

.border-bottom {
    border-bottom: 1px solid #66CCFF !important;
}

.border-left {
    border-left: 1px solid #efefef
}

.half.innerAll {
    padding: 7.5px !important
}

.half.innerLR {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important
}

.half.innerTB {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important
}

.half.innerT {
    padding-top: 7.5px !important
}

.half.innerB {
    padding-bottom: 7.5px !important
}

.half.innerL {
    padding-left: 7.5px !important
}

.half.innerR {
    padding-right: 7.5px !important
}

.inner-2x.innerAll {
    padding: 30px !important
}

.inner-2x.innerTB {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.inner-2x.innerLR {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.inner-2x.padding-bottom-none {
    padding-bottom: 0 !important
}

.inner-2x.padding-right-none {
    padding-right: 0 !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-x {
    overflow-x: auto
}

.unscrollable {
    overflow: hidden !important
}

.fixed-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

div.row, ul.row {
    margin: 0 -7.5px
}

.row-merge {
    margin: 0 !important
}

div[class*="col-xs-"], div[class*="col-sm-"], div[class*="col-md-"], div[class*="col-lg-"], li[class*="col-xs-"], li[class*="col-sm-"], li[class*="col-md-"], li[class*="col-lg-"] {
    padding: 0 7.5px
}

.widget .row-merge {
    margin: 0
}

.row-merge {
    position: relative
}

    .row-merge > [class*="col-"] {
        padding: 0
    }

        .row-merge > [class*="col-"] ~ [class*="col-"] {
            position: static
        }

            .row-merge > [class*="col-"] ~ [class*="col-"]:after {
                position: absolute;
                top: 0;
                bottom: 0;
                width: 1px;
                background: #e5e5e5;
                content: ""
            }

    .row-merge.border-top, .row-merge ~ .row-merge {
        border-top: 1px solid #e5e5e5
    }

    .row-merge.border-bottom {
        border-bottom: 1px solid #e5e5e5
    }

    .row-merge .fill-column:before {
        position: absolute;
        top: 0;
        bottom: 0;
        width: inherit;
        background: #f4f4f4;
        content: ""
    }

@media (min-width:768px) and (max-width:991px) {
    .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"] {
        position: relative
    }

        .row-merge > [class*="col-sm-12"] ~ [class*="col-sm-12"]:after {
            position: absolute;
            top: 0;
            bottom: auto;
            left: 0;
            right: 0;
            width: auto;
            height: 1px;
            background: #e5e5e5;
            content: ""
        }
}

.row-icons {
    padding: 10px 0;
    margin: 0
}

    .row-icons [class*="col"] {
        margin-bottom: 15px;
        padding: 0
    }

        .row-icons [class*="col"] a {
            line-height: 24px;
            display: inline-block;
            color: #1d1d1b
        }

        .row-icons [class*="col"][class*="glyphicons"] {
            padding-left: 50px
        }

            .row-icons [class*="col"][class*="glyphicons"] i:before {
                left: 10px;
                top: 10px
            }

        .row-icons [class*="col"] i.fa {
            vertical-align: middle;
            margin: 0 10px
        }

        .row-icons [class*="col"] i, .row-icons [class*="col"] i:before {
            color: #19D1FF;
            font-size: 24px
        }

        .row-icons [class*="col"] span {
            padding-left: 5px
        }

#content {
    margin-left: 0;
    background: #F0FFFF;
    padding-bottom: 40px
}

    #content.full {
        margin-left: 0
    }

@media (max-width:768px) {
    #content {
        margin-left: 0
    }
}

#footer {
    position: fixed;
    z-index: 2;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-top: 1px solid #e5e5e5
}

.overflow-x {
    position: relative;
    overflow: hidden;
    overflow-x: auto
}

.text-success {
    color: #72af46
}

.text-white {
    color: #fff !important
}

.bg-default {
    background-color: #e7e7e7 !important
}

.bg-gray {
    background: #f2f2f2 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-inverse {
    background-color: #424242 !important
}

.bg-info {
    background-color: #466baf !important
}

.bg-success {
    background-color: #72af46 !important
}

.bg-primary {
    background: #19D1FF !important;
    color: #fff
}

.bg-primary-light {
    background: #faecec !important
}

    .bg-primary-light *:not(.btn) {
        border-color: #efc4c4 !important
    }

    .bg-primary-light[class*="border-"], .bg-primary-light.box-generic {
        border-color: #efc4c4 !important
    }

    .bg-primary-light .caret {
        border-left-color: transparent !important;
        border-bottom-color: transparent !important;
        border-top-color: transparent !important;
        border-right-color: #de8484 !important
    }

.border-top {
    border-top: 1px solid #e5e5e5
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.border-left {
    border-left: 1px solid #e5e5e5
}

.border-right {
    border-right: 1px solid #e5e5e5
}

@media (min-width:1199px) {
    .spacing-x2.innerAll, .spacing-x2 .innerAll, .spacing-x2 .widget.widget-tabs-vertical .widget-body .tab-content, .spacing-x2 .box-generic {
        padding: 25px
    }

    .spacing-x2 .widget, .spacing-x2 .filter-bar {
        margin-bottom: 25px
    }

        .spacing-x2 .widget .widget-body, .spacing-x2 .filter-bar .widget-body {
            padding: 25px
        }

    .spacing-x2 .box-generic {
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .spacing-x2.innerAll, .spacing-x2 .innerAll, .spacing-x2 .widget.widget-tabs-vertical .widget-body .tab-content, .spacing-x2 .box-generic {
        padding: 10px
    }

    .spacing-x2 .widget, .spacing-x2 .filter-bar {
        margin-bottom: 10px
    }

        .spacing-x2 .widget .widget-body, .spacing-x2 .filter-bar .widget-body {
            padding: 10px
        }

    .spacing-x2 .box-generic {
        margin-bottom: 10px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .hidden-tablet {
        display: none !important
    }
}

.separator {
    padding: 15px 0
}

    .separator.bottom {
        padding: 0 0 15px
    }

    .separator.top {
        padding: 15px 0 0
    }

.half.innerAll {
    padding: 10px !important
}

.half.innerLR {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.half.innerTB {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.half.innerT {
    padding-top: 10px !important
}

.half.innerB {
    padding-bottom: 10px !important
}

.row-app {
    overflow: hidden
}

.overflow-hidden {
    overflow: hidden !important
}

.display-block {
    display: block
}

.modal.modal-inline .modal-dialog .modal-content {
    border-width: 1px;
    border-color: #e5e5e5;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    border-color: #e5e5e5
}

    .dropdown-menu li {
        border-bottom: 1px solid #e5e5e5
    }

        .dropdown-menu li:last-of-type {
            border: none
        }

        .dropdown-menu li.headline {
            padding: 10px;
            font-size: 16px;
            text-align: center
        }

            .dropdown-menu li.headline:hover {
                background: none
            }

        .dropdown-menu li .divider {
            padding: 0;
            height: 1px;
            margin: 0
        }

        .dropdown-menu li.clean:hover {
            background: none
        }

        .dropdown-menu li a {
            line-height: 25px
        }

        .dropdown-menu li.active a, .dropdown-menu li.active:hover a {
            background-color: #19D1FF
        }

    .dropdown-menu.clean li:hover {
        background: none
    }

.menubar {
    padding: 0;
    margin: 0;
    list-style: none
}

    .menubar > li {
        display: inline-block
    }

        .menubar > li > a {
            text-decoration: none;
            color: #878787;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            display: block
        }

            .menubar > li > a .badge {
                margin-top: 6px;
                margin-left: 7px
            }

        .menubar > li.active > a, .menubar > li.open > a {
            background: #ededed;
            color: #3b3b3b;
            font-weight: 600
        }

a.widget {
    display: block;
    text-decoration: none
}

    a.widget i.display-block {
        margin-bottom: 10px
    }

.widget {
    background: #fff;
    margin: 0 auto 15px;
    position: relative;
    border: 1px solid #e6e6e6
}

    .widget .tab-content {
        padding: 0
    }

    .widget .widget-head {
        background: #424242;
        border-bottom: 1px solid #e5e5e5;
        height: 40px;
        line-height: 40px;
        position: relative;
        padding: 0 8px 0 0;
        overflow: hidden
    }

        .widget .widget-head.progress {
            -webkit-border-radius: 0 0 0 0;
            -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
            margin: 0;
            padding: 0
        }

            .widget .widget-head.progress .progress-bar {
                line-height: 39px
            }

        .widget .widget-head .heading {
            margin: 0;
            color: #7c7c7c;
            font-size: 14px;
            height: 40px;
            line-height: 40px;
            padding: 0 15px;
            float: left
        }

            .widget .widget-head .heading.glyphicons {
                width: auto;
                display: block;
                padding: 0 0 0 35px
            }

                .widget .widget-head .heading.glyphicons i:before {
                    padding: 0;
                    margin: 0;
                    left: 0;
                    top: 0;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    width: 35px;
                    color: #7c7c7c;
                    font-size: 16px;
                    font-weight: normal;
                    text-shadow: none
                }

        .widget .widget-head a {
            text-shadow: none
        }

        .widget .widget-head .btn-xs {
            margin-top: 8px
        }

        .widget .widget-head .btn-group.btn-group-xs {
            margin-top: 8px
        }

    .widget .details {
        font-size: 8pt;
        color: #7c7c7c
    }

    .widget .widget-body {
        padding: 15px
    }

        .widget .widget-body form {
            margin: 0
        }

        .widget .widget-body p.lead {
            font-size: 25px
        }

        .widget .widget-body > pre:last-child, .widget .widget-body > p:last-child {
            margin: 0
        }

        .widget .widget-body.list {
            color: #7c7c7c;
            padding: 0
        }

            .widget .widget-body.list .count {
                font-size: 15pt;
                font-weight: 400
            }

            .widget .widget-body.list ul {
                margin: 0;
                list-style: none
            }

                .widget .widget-body.list ul li {
                    padding: 0 10px;
                    height: 39px;
                    border-bottom: 1px solid #e5e5e5;
                    position: relative;
                    line-height: 39px;
                    text-align: left;
                    text-shadow: 0 1px 0 #fff;
                    clear: both
                }

                    .widget .widget-body.list ul li .badge {
                        position: absolute;
                        right: 8px;
                        top: 10px
                    }

                    .widget .widget-body.list ul li:first-child {
                        border-top: none
                    }

                    .widget .widget-body.list ul li:last-child {
                        border-bottom: none
                    }

                    .widget .widget-body.list ul li .count {
                        float: right;
                        color: #000
                    }

                    .widget .widget-body.list ul li .sparkline {
                        position: relative;
                        top: 5px;
                        margin-left: 5px
                    }

                    .widget .widget-body.list ul li a {
                        color: #000;
                        font-weight: bold
                    }

            .widget .widget-body.list.products li {
                height: 60px;
                line-height: 60px
            }

            .widget .widget-body.list.products .img {
                float: left;
                display: inline-block;
                width: 48px;
                height: 44px;
                line-height: 44px;
                color: #fff;
                text-align: center;
                background: #272729;
                margin: 8px 8px 0 0;
                -webkit-border-radius: 3px 3px 3px 3px;
                -moz-border-radius: 3px 3px 3px 3px;
                border-radius: 3px 3px 3px 3px;
                text-shadow: none;
                cursor: pointer;
                font-size: 10pt;
                font-weight: 600
            }

            .widget .widget-body.list.products .title {
                line-height: normal;
                display: inline-block;
                padding: 13px 0 0;
                text-transform: uppercase
            }

                .widget .widget-body.list.products .title strong {
                    font-family: "Open Sans",sans-serif;
                    text-transform: none
                }

            .widget .widget-body.list.fluid ul li {
                height: auto;
                line-height: normal;
                padding: 10px
            }

            .widget .widget-body.list.list-2 ul li {
                border-bottom: 1px solid #d8d9da;
                border-top: none;
                background: #f8f8f8
            }

                .widget .widget-body.list.list-2 ul li.active {
                    border-color: #ddd;
                    background: #fff
                }

                    .widget .widget-body.list.list-2 ul li.active i:before {
                        font-weight: normal;
                        background: #19D1FF;
                        color: #fff;
                        text-shadow: none;
                        height: 20px
                    }

                    .widget .widget-body.list.list-2 ul li.active a {
                        color: #19D1FF
                    }

                .widget .widget-body.list.list-2 ul li:last-child {
                    border-bottom: none
                }

                .widget .widget-body.list.list-2 ul li a {
                    display: block;
                    color: #222;
                    padding: 0 0 0 30px
                }

                    .widget .widget-body.list.list-2 ul li a i:before {
                        color: #555;
                        width: 20px;
                        height: 20px;
                        font-size: 14px;
                        border: 1px solid #ccc;
                        background: #ddd;
                        top: 9px;
                        left: 0;
                        text-align: center;
                        vertical-align: middle;
                        padding-top: 3px;
                        text-shadow: 0 1px 0 #fff
                    }

                .widget .widget-body.list.list-2 ul li.hasSubmenu {
                    height: auto
                }

                    .widget .widget-body.list.list-2 ul li.hasSubmenu ul {
                        padding: 0 0 10px
                    }

                        .widget .widget-body.list.list-2 ul li.hasSubmenu ul li {
                            height: auto;
                            line-height: normal;
                            background: none;
                            border: none;
                            line-height: 20px
                        }

                            .widget .widget-body.list.list-2 ul li.hasSubmenu ul li a {
                                color: #333;
                                padding: 0 0 0 20px
                            }

                            .widget .widget-body.list.list-2 ul li.hasSubmenu ul li.active a {
                                font-weight: bold
                            }

    .widget .widget-footer {
        background: #fafafa;
        height: 25px;
        line-height: 25px;
        border-top: 1px solid #ebebeb
    }

        .widget .widget-footer .glyphicons {
            width: 25px;
            height: 25px;
            line-height: 25px;
            padding: 0;
            float: right;
            vertical-align: top
        }

            .widget .widget-footer .glyphicons i:before {
                font-size: 16px;
                color: #c3c3c3;
                text-align: center;
                width: 20px;
                height: 25px;
                line-height: 25px;
                text-shadow: 0 1px 0 #fff
            }

            .widget .widget-footer .glyphicons:hover i:before {
                color: rgba(0,0,0,0.5)
            }

    .widget.margin-bottom-none {
        margin-bottom: 0
    }

    .widget.widget-gray {
        background: #f5f5f5
    }

        .widget.widget-gray .widget-head {
            background: #e9e9e9;
            border-color: #d1d2d3;
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
            -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
            -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0)
        }

            .widget.widget-gray .widget-head .heading {
                color: #555;
                text-shadow: 0 1px 0 #fff
            }

                .widget.widget-gray .widget-head .heading.glyphicons i:before {
                    background: none;
                    color: #555;
                    border-color: rgba(0,0,0,0.1)
                }

    .widget.widget-primary {
        background: #19D1FF;
        color: #fff
    }

        .widget.widget-primary p {
            color: #fff
        }

        .widget.widget-primary .widget-head {
            background: #e9e9e9;
            border-color: #d1d2d3;
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
            -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
            -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0)
        }

            .widget.widget-primary .widget-head .heading {
                color: #555;
                text-shadow: 0 1px 0 #fff
            }

                .widget.widget-primary .widget-head .heading.glyphicons i:before {
                    background: none;
                    color: #555;
                    border-color: rgba(0,0,0,0.1)
                }

    .widget.widget-profile .widget-head {
        padding-top: 15px;
        height: auto;
        text-align: center;
        color: #fff;
        font-weight: bold
    }

        .widget.widget-profile .widget-head a.pull-right {
            position: absolute;
            right: 10px;
            font-size: 18px;
            color: #d66868;
            display: inline
        }

            .widget.widget-profile .widget-head a.pull-right:hover {
                color: #fff
            }

        .widget.widget-profile .widget-head a {
            color: #fff
        }

    .widget.widget-2:before, .widget.widget-2:after {
        display: none
    }

    .widget.widget-2 .widget-head {
        background: #e2e2e4;
        box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
        -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
        -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0);
        height: 36px;
        line-height: 36px;
        border-color: #d1d2d3
    }

        .widget.widget-2 .widget-head .heading {
            line-height: 36px;
            color: #555;
            text-shadow: 0 1px 0 #fff;
            font-size: 12pt
        }

            .widget.widget-2 .widget-head .heading i:before {
                color: #555;
                background: none;
                border: none;
                left: 3px;
                top: 2px
            }

    .widget.widget-2 .widget-body {
        border: 1px solid #d1d2d3;
        border-top: 0;
        background: #f5f5f5
    }

    .widget.widget-2.primary .widget-head {
        background: #19D1FF;
        border-color: #19D1FF;
        box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6),inset -1px -1px 1px rgba(0,0,0,0.1)
    }

        .widget.widget-2.primary .widget-head .heading {
            color: #fff;
            text-shadow: 0 1px 0 rgba(0,0,0,0.5)
        }

            .widget.widget-2.primary .widget-head .heading i:before {
                color: #fff;
                text-shadow: 0 1px 0 rgba(0,0,0,0.5)
            }

    .widget.widget-3 .widget-head {
        height: 36px;
        line-height: 36px
    }

        .widget.widget-3 .widget-head .heading {
            display: block;
            text-align: center;
            float: none;
            line-height: 36px;
            height: 36px;
            text-transform: uppercase;
            font-size: 12pt
        }

            .widget.widget-3 .widget-head .heading i:before {
                background: none;
                border: none;
                left: 3px;
                top: 5px;
                font-size: 20px;
                color: #fff
            }

            .widget.widget-3 .widget-head .heading .glyphicons {
                vertical-align: middle;
                width: 35px;
                height: 36px;
                padding: 0
            }

    .widget.widget-3 .widget-body {
        border-bottom: 1px solid #e5e5e5
    }

        .widget.widget-3 .widget-body.large {
            font-size: 26pt;
            font-weight: bold;
            text-align: center;
            padding: 25px 0;
            vertical-align: middle;
            line-height: normal
        }

            .widget.widget-3 .widget-body.large.cancellations span {
                line-height: 20px;
                text-align: left;
                font-size: 17pt;
                display: inline-block;
                text-shadow: none
            }

                .widget.widget-3 .widget-body.large.cancellations span span {
                    display: block
                }

                    .widget.widget-3 .widget-body.large.cancellations span span:first-child {
                        color: #19D1FF;
                        text-transform: uppercase;
                        font-size: 13pt
                    }

            .widget.widget-3 .widget-body.large.dashboard {
                padding: 15px 0
            }

    .widget.widget-3 .widget-footer {
        background: #fafafa;
        border-top: none
    }

        .widget.widget-3 .widget-footer a {
            float: none;
            color: #ddd;
            width: auto;
            padding: 0 10px 0 30px;
            border-right: 1px solid #e5e5e5;
            text-decoration: none
        }

            .widget.widget-3 .widget-footer a i:before {
                color: #ddd;
                left: 5px
            }

            .widget.widget-3 .widget-footer a:hover {
                color: #19D1FF
            }

                .widget.widget-3 .widget-footer a:hover i:before {
                    color: #19D1FF
                }

        .widget.widget-3 .widget-footer.align-center {
            text-align: center
        }

            .widget.widget-3 .widget-footer.align-center a:first-child {
                border-left: 1px solid #e5e5e5
            }

        .widget.widget-3 .widget-footer.align-right {
            text-align: right
        }

            .widget.widget-3 .widget-footer.align-right a:first-child {
                border-left: 1px solid #e5e5e5
            }

            .widget.widget-3 .widget-footer.align-right a:last-child {
                border-right: none
            }

    .widget.widget-4 {
        border: none;
        background: none
    }

        .widget.widget-4 .widget-head {
            background: none;
            padding: 10px;
            border: none
        }

            .widget.widget-4 .widget-head .heading {
                color: #544f49;
                text-shadow: none;
                padding: 0;
                margin: 0
            }

        .widget.widget-4 .widget-body {
            padding: 0 10px 10px;
            border: none
        }

            .widget.widget-4 .widget-body.list ul li {
                padding: 0
            }

    .widget.widget-heading-simple {
        border: none;
        background: none
    }

        .widget.widget-heading-simple > .widget-head {
            border: none;
            background: none;
            background-image: none !important;
            filter: none !important;
            padding: 0 0 5px;
            height: 25px;
            line-height: 25px
        }

            .widget.widget-heading-simple > .widget-head .heading {
                padding: 0;
                height: 25px;
                line-height: 25px
            }

                .widget.widget-heading-simple > .widget-head .heading.glyphicons {
                    padding: 0 0 0 25px
                }

                    .widget.widget-heading-simple > .widget-head .heading.glyphicons i:before {
                        text-align: left;
                        width: 25px;
                        height: 25px;
                        line-height: 25px
                    }

        .widget.widget-heading-simple > .widget-body {
            border: 1px solid #e5e5e5
        }

    .widget.widget-body-simple {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important
    }

        .widget.widget-body-simple > .widget-body {
            background: none;
            border: none;
            padding: 0;
            -webkit-border-radius: 0 !important;
            -moz-border-radius: 0 !important;
            border-radius: 0 !important
        }

    .widget.widget-body-white > .widget-body {
        background: #fff
    }

    .widget.widget-body-gray > .widget-body {
        background: #f4f4f4
    }

    .widget.widget-body-primary > .widget-body {
        background: #19D1FF
    }

        .widget.widget-body-primary > .widget-body * {
            color: #fff;
            text-shadow: none
        }

    .widget.widget-body-inverse > .widget-body {
        background: #424242
    }

        .widget.widget-body-inverse > .widget-body *, .widget.widget-body-inverse > .widget-body i:before {
            color: #fff;
            text-shadow: none
        }

    .widget.widget-body-default > .widget-body {
        background: #bbb
    }

        .widget.widget-body-default > .widget-body *, .widget.widget-body-default > .widget-body i:before {
            color: #fff;
            text-shadow: none
        }

    .widget.widget-body-multiple {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important
    }

        .widget.widget-body-multiple > .widget-body {
            margin-bottom: 7.5px
        }

            .widget.widget-body-multiple > .widget-body:last-of-type {
                margin-bottom: 0
            }

    .widget.widget-inverse > .widget-head {
        background-color: #424242;
        color: #fff
    }

        .widget.widget-inverse > .widget-head .heading {
            color: #fff
        }

    .widget.widget-info {
        background: #466baf;
        color: #fff
    }

    .widget.widget-dark {
        background: #424242;
        color: #fff
    }

.widget-flat {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

    .widget-flat > .widget-body {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        border: none !important
    }

h4.glyphicons {
    padding: 0 0 0 35px;
    display: block
}

    h4.glyphicons i:before {
        font-size: 22px;
        font-weight: normal;
        color: #575655
    }

h3.glyphicons, h2.glyphicons {
    padding: 0 0 0 35px;
    display: block
}

    h3.glyphicons i:before, h2.glyphicons i:before {
        font-size: 27px;
        font-weight: normal;
        left: 2px;
        top: 3px;
        color: #575655
    }

    h3.glyphicons.cogwheels i:before, h2.glyphicons.cogwheels i:before {
        left: 5px
    }

.finances_summary .well {
    font-size: 16px;
    text-align: center
}

    .finances_summary .well strong {
        display: block;
        font-size: 22pt;
        color: #45494c;
        line-height: normal
    }

.finances_summary .glyphicons.standard i:before {
    color: #ccc
}

div.glyphicons, div.glyphicons-social {
    padding: 0 0 0 47px
}

    div.glyphicons i:before, div.glyphicons-social i:before {
        color: #e2e2e2;
        font-size: 32px
    }

    div.glyphicons.glyphicon-large, div.glyphicons-social.glyphicon-large {
        padding: 0 0 0 75px
    }

        div.glyphicons.glyphicon-large i:before, div.glyphicons-social.glyphicon-large i:before {
            font-size: 50px;
            left: 0
        }

        div.glyphicons.glyphicon-large.group-column, div.glyphicons-social.glyphicon-large.group-column {
            padding: 0 0 0 85px
        }

            div.glyphicons.glyphicon-large.group-column i:before, div.glyphicons-social.glyphicon-large.group-column i:before {
                font-size: 45px;
                left: 12px
            }

    div.glyphicons.glyphicon-xlarge, div.glyphicons-social.glyphicon-xlarge {
        padding: 0 0 0 85px
    }

        div.glyphicons.glyphicon-xlarge i, div.glyphicons-social.glyphicon-xlarge i {
            padding: 0 0 10px
        }

            div.glyphicons.glyphicon-xlarge i:before, div.glyphicons-social.glyphicon-xlarge i:before {
                font-size: 70px
            }

    div.glyphicons.glyphicon-top, div.glyphicons-social.glyphicon-top {
        padding: 0;
        text-align: center
    }

        div.glyphicons.glyphicon-top i, div.glyphicons-social.glyphicon-top i {
            display: block;
            position: relative;
            padding: 5px 0 10px
        }

            div.glyphicons.glyphicon-top i:before, div.glyphicons-social.glyphicon-top i:before {
                position: relative;
                left: auto;
                top: auto
            }

    div.glyphicons.glyphicon-primary i:before, div.glyphicons-social.glyphicon-primary i:before {
        color: #19D1FF
    }

@media (max-width:979px) and (min-width:768px) {
    div.glyphicons.hidden-tablet-partial, div.glyphicons-social.hidden-tablet-partial {
        padding: 0
    }
}

.widget-body-primary div.glyphicons i:before {
    color: #fff
}

.social-large {
    height: 97px
}

    .social-large a {
        display: block;
        height: 97px;
        float: left;
        padding: 10px 19px;
        color: #d5d5d5;
        background: #fff;
        font-weight: bold;
        text-align: center;
        border-right: 1px solid #e5e5e5;
        text-decoration: none
    }

        .social-large a i {
            display: block;
            position: relative;
            padding: 0 0 8px
        }

            .social-large a i:before {
                display: block;
                text-align: center;
                top: auto;
                left: auto;
                position: relative;
                font-size: 50px;
                color: #d5d5d5
            }

        .social-large a.active, .social-large a:hover {
            color: #fff;
            background: #19D1FF
        }

            .social-large a.active i:before, .social-large a:hover i:before {
                color: #fff
            }

        .social-large a:last-child {
            border: none
        }

    .social-large.social-large-2 a {
        display: inline-block;
        font-weight: 400;
        float: none;
        border: none;
        background: none;
        color: #444
    }

        .social-large.social-large-2 a i:before {
            color: #444
        }

        .social-large.social-large-2 a.active, .social-large.social-large-2 a:hover {
            color: #19D1FF
        }

            .social-large.social-large-2 a.active i:before, .social-large.social-large-2 a:hover i:before {
                color: #19D1FF
            }

.widget-search input {
    width: 100%
}

.form-inline.small input, .form-inline.small select {
    margin: 0 5px 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    padding: 1px 5px;
    border-color: #d8d9da;
    color: #a7a7a7
}

.form-inline.small select {
    padding: 1px 0;
    height: 23px
}

    .form-inline.small select:last-child {
        margin-right: 0
    }

.form-inline.small label {
    float: left;
    margin: 0 5px 0 0;
    display: block
}

.form-inline.small .input-append.block {
    display: block
}

.form-inline.small .input-append input {
    margin: 0;
    width: 85%
}

.form-inline.small .input-append .input-group-addon {
    padding: 1px 3px;
    margin: 0 0 0 -1px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #fff;
    color: #d8d9da;
    border-color: #d8d9da
}

    .form-inline.small .input-append .input-group-addon i:before {
        top: 4px;
        left: 4px;
        font-size: 14px;
        color: #d0d1d1
    }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #e5e5e5;
    border-left: 1px solid #19D1FF;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#focusedInput {
    border-left: 1px solid #19D1FF
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 13px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-color: #e5e5e5
}

.uniformjs .radio .disabled input[type="radio"], .uniformjs .checkbox .disabled input[type="checkbox"] {
    margin-left: 0
}

.uniformjs .radio, .uniformjs .checkbox {
    padding-left: 0
}

.uniformjs .radio {
    height: auto
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
    margin-left: 3px
}

.uniformjs label.radio {
    margin-bottom: 0
}

    .uniformjs label.radio.inline {
        margin: 0
    }

.checkbox.inline {
    padding-bottom: 1px
}

.uniformjs .radio span {
    margin: 2px 0 0
}

.uniformjs .checkbox span {
    margin: -2px 0 0
}

label, input, button, select, textarea {
    font-size: 13px
}

.input-full input {
    width: 83%;
    height: 17px
}

legend {
    line-height: normal;
    height: auto;
    font-size: 18px;
    margin: 0 0 6px;
    text-align: left;
    padding: 0;
    border: 0;
    color: #797979
}

.strong {
    font-weight: bold
}

input[type=text], input[type=password], select, textarea {
    border-color: #e5e5e5;
    color: #a7a7a7
}

.control-label.center {
    text-align: center
}

.form-actions {
    background: none;
    border: none;
    margin: 0
}

.form-horizontal .form-actions {
    margin-top: 0;
    padding: 0
}

.form-horizontal .controls {
    margin-left: 145px
}

.form-horizontal .control-group:last-child {
    margin: 0
}

.input-group .input-group-addon, .input-append .input-group-addon {
    background: #fff;
    border-color: #e5e5e5
}

    .input-group .input-group-addon i:before, .input-append .input-group-addon i:before {
        color: #d0d1d1
    }

    .input-group .input-group-addon icon, .input-append .input-group-addon icon {
        margin-top: 0
    }

    .input-group.input-append .input-group-addon:first-child, .input-group.input-append .btn:first-child, .input-group.input-append .input-group-addon:last-child, .input-group.input-append .btn:last-child, .input-group .input-group-addon:first-child, .input-group .btn:first-child, .input-append input, .input-append select, .input-append .uneditable-input, .fileupload-new .input-append .btn-file, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle, .input-append .input-group-addon:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0
    }

    .input-group .input-group-addon.glyphicons, .input-append .input-group-addon.glyphicons, .input-group .input-group-addon.glyphicons-social, .input-append .input-group-addon.glyphicons-social {
        background: #fff;
        display: table-cell;
        padding-left: 18px
    }

        .input-group .input-group-addon.glyphicons i:before, .input-append .input-group-addon.glyphicons i:before, .input-group .input-group-addon.glyphicons-social i:before, .input-append .input-group-addon.glyphicons-social i:before {
            font-size: 14px;
            left: 7px;
            top: 7px;
            color: #d0d1d1
        }

        .input-append .input-group-addon.glyphicons i:before {
            left: 6px
        }

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background: #19D1FF
}

.ms-container .custom-header {
    height: 30px;
    line-height: 30px;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
    padding: 0 15px;
    font-weight: 600;
    border: 1px solid #e5e5e5
}

    .ms-container .custom-header:not(.custom-footer) {
        border-bottom: none
    }

    .ms-container .custom-header.custom-footer {
        border-top: none
    }

img.flag {
    height: 10px;
    width: 15px;
    padding-right: 10px;
    z-index: 99999
}

.select2-results .select2-highlighted {
    background: #19D1FF
}

.select2-container {
    background: #f4f4f4;
    border-color: #fff
}

    .select2-container .select2-choice {
        border-color: #fff;
        background: #f4f4f4;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0
    }

.select2-container-multi .select2-choices {
    border-color: #e5e5e5;
    background: #fff
}

.select2-container .select2-choice div {
    border-color: #fff;
    background: #f4f4f4;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.select2-search input {
    background: #fff
}

.select2-drop {
    border-color: #fff;
    background: #f4f4f4;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    z-index: 99999
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin: 5px 0 3px 5px;
    border-color: #d8d8d8
}

.datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active[disabled], .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active.disabled:hover[disabled], .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled:hover[disabled] {
    background: #19D1FF
}

.bootstrap-timepicker-widget table td {
    font-size: 13px
}

.bootstrap-timepicker > [class*="icon-"] {
    vertical-align: text-top;
    margin: 0 0 0 -22.5px;
    pointer-events: none;
    position: relative;
    cursor: pointer
}

.has-switch {
    vertical-align: middle;
    border-color: #bebebe;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

    .has-switch span.switch-left {
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0
    }

    .has-switch span {
        background-image: none !important;
        filter: none !important
    }

    .has-switch label {
        background-image: none !important;
        filter: none !important;
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3)
    }

    .has-switch[data-on*="primary"] {
        border-color: #19D1FF
    }

    .has-switch[data-on*="danger"] {
        border-color: #bd362f
    }

    .has-switch[data-on*="warning"] {
        border-color: #ab7a4b
    }

    .has-switch[data-on*="success"] {
        border-color: #72af46
    }

    .has-switch[data-on*="inverse"] {
        border-color: #424242
    }

    .has-switch span.switch-primary {
        background: #19D1FF
    }

    .has-switch span.switch-danger {
        background: #bd362f
    }

    .has-switch span.switch-warning {
        background: #ab7a4b
    }

    .has-switch span.switch-success {
        background: #72af46
    }

    .has-switch span.switch-inverse {
        background: #424242
    }

    .has-switch span.switch-default {
        background: #ccc;
        color: #444
    }

textarea.form-control {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-color: #e5e5e5
}

    textarea.form-control:hover, textarea.form-control:focus {
        border-color: #b2b2b2
    }

.btn {
    text-shadow: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

    .btn.active, .btn:active {
        outline: 0;
        background-color: #fff
    }

    .btn:hover.text-primary {
        background-color: #19D1FF
    }

        .btn:hover.text-primary .fa {
            color: #fff
        }

.btn-block {
    width: 100%;
    min-height: 30px
}

.btn-group .btn + .btn:not(.btn-block) {
    margin-left: -1px
}

.btn-default {
    background: #e7e7e7;
    border-color: #e7e7e7;
    color: #797979
}

    .btn-default.filled {
        background: #efefef
    }

        .btn-default.filled i {
            color: #ccc
        }

    .btn-group.open .btn-default.dropdown-toggle, .btn-default.disabled, .btn-default[disabled], .btn-default:hover, .btn-default:focus {
        background: #fafafa;
        border-color: #cecece
    }

    .btn-default:active, .btn-default.active {
        background: #e8e8e8;
        color: #797979;
        text-shadow: none
    }

    .btn-default .caret {
        border-top-color: rgba(0,0,0,0.5)
    }

.btn-warning {
    background: #ab7a4b;
    border-color: #ab7a4b;
    color: #fff
}

    .btn-warning.btn-stroke {
        background: none;
        color: #ab7a4b
    }

    .btn-group.open .btn-warning.dropdown-toggle, .btn-warning.disabled, .btn-warning[disabled], .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
        background: none;
        color: #ab7a4b
    }

    .btn-warning.btn-stroke:hover, .btn-warning.btn-stroke:focus, .btn-warning.btn-stroke:active, .btn-warning.btn-stroke.active {
        background: #ab7a4b;
        color: #fff
    }

    .btn-warning .caret {
        border-top-color: rgba(255,255,255,0.7);
        border-bottom-color: rgba(255,255,255,0.7)
    }

.btn-info {
    background: #466baf;
    border-color: #466baf;
    color: #fff
}

    .btn-info.btn-stroke {
        background: none;
        color: #466baf
    }

    .btn-group.open .btn-info.dropdown-toggle, .btn-info.disabled, .btn-info[disabled], .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
        background: none;
        color: #466baf
    }

    .btn-info.btn-stroke:hover, .btn-info.btn-stroke:focus, .btn-info.btn-stroke:active, .btn-info.btn-stroke.active {
        background: #466baf;
        color: #fff
    }

    .btn-info .caret {
        border-top-color: rgba(255,255,255,0.7);
        border-bottom-color: rgba(255,255,255,0.7)
    }

.btn-danger {
    background: #bd362f;
    border-color: #bd362f;
    color: #fff
}

    .btn-danger.btn-stroke {
        background: none;
        color: #bd362f
    }

    .btn-group.open .btn-danger.dropdown-toggle, .btn-danger.disabled, .btn-danger[disabled], .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
        background: none;
        color: #bd362f
    }

    .btn-danger.btn-stroke:hover, .btn-danger.btn-stroke:focus, .btn-danger.btn-stroke:active, .btn-danger.btn-stroke.active {
        background: #bd362f;
        color: #fff
    }

    .btn-danger .caret {
        border-top-color: rgba(255,255,255,0.7);
        border-bottom-color: rgba(255,255,255,0.7)
    }

.btn-primary {
    background: #19D1FF;
    border-color: #19D1FF;
    color: #fff
}

    .btn-primary.btn-stroke {
        background: none;
        color: #19D1FF
    }

    .btn-group.open .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        background: none;
        color: #19D1FF;
        border-color: #19D1FF
    }

    .btn-primary.btn-stroke:hover, .btn-primary.btn-stroke:focus, .btn-primary.btn-stroke:active, .btn-primary.btn-stroke.active {
        background: #19D1FF;
        color: #fff
    }

    .btn-primary .caret {
        border-top-color: #fff;
        border-bottom-color: #fff
    }

.btn-inverse {
    background: #424242;
    border-color: #424242;
    color: #fff
}

    .btn-inverse.btn-stroke {
        background: none;
        color: #424242
    }

    .btn-group.open .btn-inverse.dropdown-toggle, .btn-inverse.disabled, .btn-inverse[disabled], .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
        background: none;
        color: #424242
    }

    .btn-inverse.btn-stroke:hover, .btn-inverse.btn-stroke:focus, .btn-inverse.btn-stroke:active, .btn-inverse.btn-stroke.active {
        background: #424242;
        color: #fff
    }

    .btn-inverse .caret {
        border-top-color: #fff;
        border-bottom-color: #fff
    }

.btn-success {
    background: #72af46;
    border-color: #72af46;
    color: #fff
}

    .btn-success.btn-stroke {
        background: none;
        color: #72af46
    }

    .btn-group.open .btn-success.dropdown-toggle, .btn-success.disabled, .btn-success[disabled], .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
        background: none;
        color: #72af46
    }

    .btn-success.btn-stroke:hover, .btn-success.btn-stroke:focus, .btn-success.btn-stroke:active, .btn-success.btn-stroke.active {
        background: #72af46;
        color: #fff
    }

    .btn-success .caret {
        border-top-color: #fff;
        border-bottom-color: #fff
    }

.btn-group .btn-primary:not(.dropdown-toggle), .btn-group .btn-primary:not('[data-toggle*=""]') {
    margin-right: 2px
}

.btn-group.dropup .btn {
    padding: 7px 12px
}

.btn-group-vertical.block {
    display: block
}

.btn-group.btn-group-block {
    display: block
}

@media (min-width:992px) and (max-width:1200px) {
    .btn-group.btn-group-block .btn.col-md-12 {
        margin: 0
    }

        .btn-group.btn-group-block .btn.col-md-12:first-of-type {
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0
        }

        .btn-group.btn-group-block .btn.col-md-12:last-of-type {
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px
        }
}

.btn-icon-stacked {
    text-align: left;
    padding: 10px 10px 10px 45px;
    position: relative
}

    .btn-icon-stacked i {
        display: block;
        position: absolute;
        left: 15px;
        top: 12px
    }

    .btn-icon-stacked span {
        display: block;
        font-size: 13px;
        line-height: normal
    }

.btn-circle {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%
}

    .btn-circle.btn {
        padding-left: 0;
        padding-right: 0;
        width: 34px
    }

.glyphicons.standard, .glyphicons-social.standard {
    width: 24px;
    height: 24px;
    padding: 0
}

    .glyphicons.standard i, .glyphicons-social.standard i {
        display: block;
        height: 24px
    }

        .glyphicons.standard i:before, .glyphicons-social.standard i:before {
            color: #64625f;
            position: relative;
            top: auto;
            left: auto
        }

    .glyphicons.standard:not(.disabled):hover i:before, .glyphicons-social.standard:not(.disabled):hover i:before {
        color: #797979
    }

    .glyphicons.standard.btn, .glyphicons-social.standard.btn {
        padding: 4px
    }

        .glyphicons.standard.btn.btn-small, .glyphicons-social.standard.btn.btn-small {
            padding: 2px 5px;
            width: auto;
            height: auto
        }

            .glyphicons.standard.btn.btn-small i:before, .glyphicons-social.standard.btn.btn-small i:before {
                top: auto;
                line-height: 22px
            }

.glyphicons.btn-action, .glyphicons-social.btn-action {
    width: 25px;
    height: 25px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle
}

    .glyphicons.btn-action i:before, .glyphicons-social.btn-action i:before {
        font-size: 14px;
        top: 5px;
        left: 5px;
        text-shadow: 0 1px 0 #fff;
        color: #fff
    }

    .glyphicons.btn-action.btn-default i:before, .glyphicons-social.btn-action.btn-default i:before {
        color: #7c7c7c
    }

    .glyphicons.btn-action.single, .glyphicons-social.btn-action.single {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border: none;
        margin-right: 10px
    }

.glyphicons.btn-icon, .glyphicons-social.btn-icon {
    text-align: left;
    padding: 5px 7px 5px 40px
}

    .glyphicons.btn-icon i, .glyphicons-social.btn-icon i {
        float: left
    }

        .glyphicons.btn-icon i:before, .glyphicons-social.btn-icon i:before {
            font-size: 15px;
            top: 0;
            left: 0;
            width: 33px;
            height: 23px;
            -webkit-border-radius: 3px 0 0 3px;
            -moz-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
            vertical-align: middle;
            padding: 7px 0 0;
            text-align: center
        }

    .glyphicons.btn-icon.right, .glyphicons-social.btn-icon.right {
        text-align: left;
        padding: 5px 0 5px 7px
    }

        .glyphicons.btn-icon.right i:before, .glyphicons-social.btn-icon.right i:before {
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
            right: 0;
            left: auto;
            text-align: center
        }

.glyphicons.btn-large, .glyphicons-social.btn-large {
    padding: 10px 10px 10px 40px;
    font-weight: 700
}

    .glyphicons.btn-large i:before, .glyphicons-social.btn-large i:before {
        top: 12px;
        left: 12px;
        font-size: 17px
    }

    .glyphicons.btn-large.btn-icon i:before, .glyphicons-social.btn-large.btn-icon i:before {
        top: 0;
        left: 0;
        height: 28px;
        padding: 12px 0 0
    }

.glyphicons.btn-small, .glyphicons-social.btn-small {
    padding: 2px 10px 2px 35px
}

    .glyphicons.btn-small i:before, .glyphicons-social.btn-small i:before {
        padding: 5px 0 0;
        width: 28px;
        height: 19px;
        font-size: 14px
    }

.glyphicons.btn-mini, .glyphicons-social.btn-mini {
    padding: 1px 6px 1px 33px
}

    .glyphicons.btn-mini i:before, .glyphicons-social.btn-mini i:before {
        padding: 5px 0 0;
        width: 26px;
        height: 17px;
        font-size: 13px
    }

.glyphicons.orange i:before, .glyphicons-social.orange i:before {
    color: #edb459
}

.glyphicons.btn-default i:before, .glyphicons-social.btn-default i:before {
    color: #9e9e9e;
    text-shadow: none
}

.glyphicons.single, .glyphicons-social.single {
    color: #19D1FF;
    padding: 0 0 0 20px
}

    .glyphicons.single i:before, .glyphicons-social.single i:before {
        font-size: 13px;
        top: 4px;
        color: #19D1FF
    }

    .glyphicons.single + .single, .glyphicons-social.single + .single {
        margin-left: 8px
    }

    .glyphicons.single.regular, .glyphicons-social.single.regular {
        color: #7c7c7c
    }

        .glyphicons.single.regular i:before, .glyphicons-social.single.regular i:before {
            color: #7c7c7c
        }

.glyphicons.primary i:before, .glyphicons-social.primary i:before {
    color: #19D1FF
}

.glyphicons.text-error, .glyphicons-social.text-error {
    color: #19D1FF
}

    .glyphicons.text-error i:before, .glyphicons-social.text-error i:before {
        color: #19D1FF
    }

.glyphicons.text-info, .glyphicons-social.text-info {
    color: #5d92b3
}

    .glyphicons.text-info i:before, .glyphicons-social.text-info i:before {
        color: #5d92b3
    }

.glyphicons.text-success, .glyphicons-social.text-success {
    color: #719d46
}

    .glyphicons.text-success i:before, .glyphicons-social.text-success i:before {
        color: #719d46
    }

.ui .btn {
    margin-bottom: 6px !important
}

.label {
    display: inline-block
}

    .label.label-stroke {
        background: none;
        color: #999;
        border: 1px solid #999
    }

    .label.label-primary {
        background: #19D1FF
    }

        .label.label-primary.label-stroke {
            background: none;
            color: #19D1FF;
            border: 1px solid #19D1FF
        }

    .label.label-info {
        background: #466baf
    }

        .label.label-info.label-stroke {
            background: none;
            color: #466baf;
            border: 1px solid #466baf
        }

    .label.label-warning {
        background: #ab7a4b
    }

        .label.label-warning.label-stroke {
            background: none;
            color: #ab7a4b;
            border: 1px solid #ab7a4b
        }

    .label.label-danger {
        background: #bd362f
    }

        .label.label-danger.label-stroke {
            background: none;
            color: #bd362f;
            border: 1px solid #bd362f
        }

    .label.label-inverse {
        background: #424242
    }

        .label.label-inverse.label-stroke {
            background: none;
            color: #424242;
            border: 1px solid #424242
        }

    .label.label-success {
        background: #72af46
    }

        .label.label-success.label-stroke {
            background: none;
            color: #72af46;
            border: 1px solid #72af46
        }

    .label.label-block {
        display: block
    }

.badge.badge-stroke {
    background: none;
    color: #999;
    border: 1px solid #999
}

.badge.badge-primary {
    background: #19D1FF
}

    .badge.badge-primary.badge-stroke {
        background: none;
        color: #19D1FF;
        border: 1px solid #19D1FF
    }

.badge.badge-warning {
    background: #ab7a4b
}

    .badge.badge-warning.badge-stroke {
        background: none;
        color: #ab7a4b;
        border: 1px solid #ab7a4b
    }

.badge.badge-danger {
    background: #bd362f
}

    .badge.badge-danger.badge-stroke {
        background: none;
        color: #bd362f;
        border: 1px solid #bd362f
    }

.badge.badge-success {
    background: #72af46
}

    .badge.badge-success.badge-stroke {
        background: none;
        color: #72af46;
        border: 1px solid #72af46
    }

.badge.badge-inverse {
    background: #424242
}

    .badge.badge-inverse.badge-stroke {
        background: none;
        color: #424242;
        border: 1px solid #424242
    }

.badge.badge-info {
    background: #466baf
}

    .badge.badge-info.badge-stroke {
        background: none;
        color: #466baf;
        border: 1px solid #466baf
    }

.badge.badge-white {
    background: #fff;
    color: #797979;
    border: 1px solid #ccc
}

.badge.badge-block {
    display: block
}

.hoverSlideLeft {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    content: "";
    -webkit-transition: left 400ms ease;
    -moz-transition: left 400ms ease;
    -o-transition: left 400ms ease;
    -ms-transition: left 400ms ease;
    transition: left 400ms ease
}

.hoverSlideRight {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    content: "";
    -webkit-transition: right 400ms ease;
    -moz-transition: right 400ms ease;
    -o-transition: right 400ms ease;
    -ms-transition: right 400ms ease;
    transition: right 400ms ease
}

.hoverSlideUp {
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    -o-transition: top 400ms ease;
    -ms-transition: top 400ms ease;
    transition: top 400ms ease
}

html.csstransitions.csstransforms3d a, html.csstransitions.csstransforms3d .btn, html.csstransitions.csstransforms3d .navbar.main li, html.csstransitions.csstransforms3d .navbar.main .caret {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

html.csstransitions.csstransforms3d .panel-3d {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    position: relative;
    z-index: 900;
    visibility: hidden
}

    html.csstransitions.csstransforms3d .panel-3d .front {
        position: relative;
        top: 0;
        left: 0;
        z-index: 900;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden
    }

        html.csstransitions.csstransforms3d .panel-3d .front [class*="icon-"] {
            visibility: hidden
        }

    html.csstransitions.csstransforms3d .panel-3d .back {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 800;
        width: 100%;
        height: inherit;
        -webkit-transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-transform: rotateY(-180deg);
        -moz-transform-style: preserve-3d;
        -moz-backface-visibility: hidden;
        transform: rotateY(-180deg);
        transform-style: preserve-3d;
        backface-visibility: hidden
    }

    html.csstransitions.csstransforms3d .panel-3d.animated .front, html.csstransitions.csstransforms3d .panel-3d.animated .back {
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    html.csstransitions.csstransforms3d .panel-3d.flip-default {
        z-index: 1000
    }

        html.csstransitions.csstransforms3d .panel-3d.flip-default .front {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg)
        }

        html.csstransitions.csstransforms3d .panel-3d.flip-default .back {
            -webkit-transform: rotateX(0deg) rotateY(0deg);
            -moz-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg)
        }

    html.csstransitions.csstransforms3d .panel-3d.panel-flip {
        z-index: 1000
    }

        html.csstransitions.csstransforms3d .panel-3d.panel-flip .front {
            z-index: 900;
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
            box-shadow: 0 15px 50px rgba(0,0,0,0.2)
        }

        html.csstransitions.csstransforms3d .panel-3d.panel-flip .back {
            z-index: 1000;
            -webkit-transform: rotateX(0deg) rotateY(0deg);
            -moz-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg)
        }

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg)
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        -webkit-transform: translate(-3px, 0) rotate(1deg)
    }

    30% {
        -webkit-transform: translate(0, 2px) rotate(0deg)
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg)
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg)
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg)
    }
}

@-moz-keyframes shake {
    0% {
        -moz-transform: translate(2px, 1px) rotate(0deg)
    }

    10% {
        -moz-transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        -moz-transform: translate(-3px, 0) rotate(1deg)
    }

    30% {
        -moz-transform: translate(0, 2px) rotate(0deg)
    }

    40% {
        -moz-transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        -moz-transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        -moz-transform: translate(-3px, 1px) rotate(0deg)
    }

    70% {
        -moz-transform: translate(2px, 1px) rotate(-1deg)
    }

    80% {
        -moz-transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        -moz-transform: translate(2px, 2px) rotate(0deg)
    }

    100% {
        -moz-transform: translate(1px, -2px) rotate(-1deg)
    }
}

@-ms-keyframes shake {
    0% {
        -ms-transform: translate(2px, 1px) rotate(0deg)
    }

    10% {
        -ms-transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        -ms-transform: translate(-3px, 0) rotate(1deg)
    }

    30% {
        -ms-transform: translate(0, 2px) rotate(0deg)
    }

    40% {
        -ms-transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        -ms-transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        -ms-transform: translate(-3px, 1px) rotate(0deg)
    }

    70% {
        -ms-transform: translate(2px, 1px) rotate(-1deg)
    }

    80% {
        -ms-transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        -ms-transform: translate(2px, 2px) rotate(0deg)
    }

    100% {
        -ms-transform: translate(1px, -2px) rotate(-1deg)
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(.5) translateZ(1px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0) scale(1) translateZ(1px);
        opacity: 1
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(.5) translateZ(1px);
        opacity: 0
    }

    to {
        -moz-transform: translateY(0) scale(1) translateZ(1px);
        opacity: 1
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(.5) translateZ(1px);
        opacity: 0
    }

    to {
        -ms-transform: translateY(0) scale(1) translateZ(1px);
        opacity: 1
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%) translateZ(1px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(1px)
    }
}

@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%) translateZ(1px)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0) translateZ(1px)
    }
}

@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%) translateZ(1px)
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0) translateZ(1px)
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%) translateZ(1px)
    }

    to {
        -webkit-transform: translateX(0) translateZ(1px)
    }
}

@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%) translateZ(1px)
    }

    to {
        -moz-transform: translateX(0) translateZ(1px)
    }
}

@-ms-keyframes moveFromLeft {
    from {
        -ms-transform: translateX(-100%) translateZ(1px)
    }

    to {
        -ms-transform: translateX(0) translateZ(1px)
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%) translateZ(1px)
    }

    to {
        -webkit-transform: translateX(0) translateZ(1px)
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%) translateZ(1px)
    }

    to {
        -moz-transform: translateX(0) translateZ(1px)
    }
}

@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%) translateZ(1px)
    }

    to {
        -ms-transform: translateX(0) translateZ(1px)
    }
}

@-webkit-keyframes moveFromLeftRotate {
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg) translateZ(1px)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg) translateZ(1px)
    }
}

@-moz-keyframes moveFromLeftRotate {
    from {
        -moz-transform: translateX(-100%) rotate(-90deg) translateZ(1px)
    }

    to {
        -moz-transform: translateX(0) rotate(0deg) translateZ(1px)
    }
}

@-ms-keyframes moveFromLeftRotate {
    from {
        -ms-transform: translateX(-100%) rotate(-90deg) translateZ(1px)
    }

    to {
        -ms-transform: translateX(0) rotate(0deg) translateZ(1px)
    }
}

@-webkit-keyframes smallToBig {
    from {
        -webkit-transform: scale(.1)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes smallToBig {
    from {
        -moz-transform: scale(.1)
    }

    to {
        -moz-transform: scale(1)
    }
}

@-ms-keyframes smallToBig {
    from {
        -ms-transform: scale(.1)
    }

    to {
        -ms-transform: scale(1)
    }
}

@-webkit-keyframes bigToSmall {
    from {
        -webkit-transform: scale(2)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bigToSmall {
    from {
        -moz-transform: scale(2)
    }

    to {
        -moz-transform: scale(1)
    }
}

@-ms-keyframes bigToSmall {
    from {
        -ms-transform: scale(2)
    }

    to {
        -ms-transform: scale(1)
    }
}

@-webkit-keyframes moveFromLeftAndGrowAndRotate {
    from {
        -webkit-transform: translateX(-100%) rotate(-90deg) scale(.1) translateZ(1px)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px)
    }
}

@-moz-keyframes moveFromLeftAndGrowAndRotate {
    from {
        -moz-transform: translateX(-100%) rotate(-90deg) scale(.1) translateZ(1px)
    }

    to {
        -moz-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px)
    }
}

@-ms-keyframes moveFromLeftAndGrowAndRotate {
    from {
        -ms-transform: translateX(-100%) rotate(-90deg) scale(.1) translateZ(1px)
    }

    to {
        -ms-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px)
    }
}

@-webkit-keyframes moveFromRightAndGrowAndRotate {
    from {
        -webkit-transform: translateX(100%) rotate(90deg) scale(.1) translateZ(1px)
    }

    to {
        -webkit-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px)
    }
}

@-moz-keyframes moveFromRightAndGrowAndRotate {
    from {
        -moz-transform: translateX(100%) rotate(90deg) scale(.1) translateZ(1px)
    }

    to {
        -moz-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px)
    }
}

@-ms-keyframes moveFromRightAndGrowAndRotate {
    from {
        -ms-transform: translateX(100%) rotate(90deg) scale(.1) translateZ(1px)
    }

    to {
        -ms-transform: translateX(0) rotate(0deg) scale(1) translateZ(1px)
    }
}

.login .placeholder {
    font-size: 120px;
    color: #A3E0FF;
}

.loginWrapper {
    background: #F0FFFF;
}

    .loginWrapper #content {
        margin: 0 auto;
        max-width: 768px
    }
