/* input(1566,5): run-time error CSS1035: Expected colon, found '}'
input(11114,63): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: cellSpacing */
.label, sub, sup {
    vertical-align: baseline;
}

hr, img {
    border: 0;
}

body, figure {
    margin: 0;
}

.btn-group > .btn-group, .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .dropdown-menu {
    float: left;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 340px;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

b, optgroup, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre, textarea {
    overflow: auto;
}

code, kbd, pre, samp {
    font-size: 1em;
    margin: 0;
    font-family: 'Proxima',sans-serif;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type=checkbox], input[type=radio] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}


@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid;
    }

    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

.btn, .btn-danger.active, .btn-danger:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}



*, :after, :before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Proxima',sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    /*color: #7a98bf;*/
    text-decoration: none;
    cursor: pointer;
}

    a:focus {
        outline-offset: -2px;
    }

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border-top: 1px solid #eee;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 18px;
    margin-bottom: 9px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 9px;
    margin-bottom: 9px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 33px;
}

.h2, h2 {
    font-size: 27px;
}

.h3, h3 {
    font-size: 20px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 13px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 9px;
}

address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
    line-height: 1.42857143;
}

.small, small {
    font-size: 92%;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #aaa;
}

.text-primary {
    color: #7a98bf;
}

a.text-primary:focus, a.text-primary:hover {
    color: #ea3434;
}

.bg-primary {
    color: #fff;
    background-color: #7a98bf;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #ea3434;
}

.bg-success {
    background-color: #61A398;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #55beac;
}

.bg-info {
    background-color: #8dcadf;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #73cdec;
}

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

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ffbe3d;
}

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

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #ea3434;
}

pre code, table {
    background-color: transparent;
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eee;
}

dl, ol, ul {
    margin-top: 0;
}

ol, ul {
    margin-bottom: 9px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-bottom: 18px;
}

dd {
    margin-left: 0;
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .dropdown-menu > li > a, .form-horizontal .form-group:after, .fuelux .wizard:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}


caption, th {
    text-align: left;
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width:768px) {
    .container {
        width: 750px;
    }

    .am-left-sidebar .sidebar-elements > li {
        width: 100px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr > th.warning:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.active, .table > tbody > tr > td.danger, .table > tbody > tr > td.info, .table > tbody > tr > td.success, .table > tbody > tr > td.warning, .table > tbody > tr > th.active, .table > tbody > tr > th.danger, .table > tbody > tr > th.info, .table > tbody > tr > th.success, .table > tbody > tr > th.warning, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.active, .table > tfoot > tr > td.danger, .table > tfoot > tr > td.info, .table > tfoot > tr > td.success, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.active, .table > tfoot > tr > th.danger, .table > tfoot > tr > th.info, .table > tfoot > tr > th.success, .table > tfoot > tr > th.warning, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.active, .table > thead > tr > td.danger, .table > thead > tr > td.info, .table > thead > tr > td.success, .table > thead > tr > td.warning, .table > thead > tr > th.active, .table > thead > tr > th.danger, .table > thead > tr > th.info, .table > thead > tr > th.success, .table > thead > tr > th.warning {
    color: #fff;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 12px 10px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
    }

    .table > tfoot > tr > td, .table > tfoot > tr > th {
        padding: 12px 10px;
        line-height: 1.42857143;
        vertical-align: top;
    }

    .table > thead > tr > th {
        vertical-align: middle;
        border-bottom: 1px solid #eee;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #f0f0f0;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 7px 5px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.table-bordered {
    border-top: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-hover > tbody > tr:hover, .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: #f9f9f9;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}


.table-responsive {
    overflow-x: visible;
    min-height: .01%;
    padding-bottom: 1px;
}

label {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
}

input[type=search] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.form-control, output {
    line-height: 1.42857143;
    display: block;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.form-control {
    width: 100%;
    height: 39px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        outline: 0;
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 44px;
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 51px;
    }
}

.form-group {
    margin-bottom: 20px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 18px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px;\9
    }

.collapsing, .dropdown, .dropup, .has-feedback {
    position: relative;
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed;
    }

.form-control-static {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 31px;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.form-group-sm .form-control, .input-sm {
    padding: 5px 9px;
    font-size: 12px;
    border-radius: 0;
}

.input-sm {
    height: 30px;
    line-height: 1.5;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 30px;
    padding: 6px 9px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 51px;
    padding: 12px 16px;
    font-size: 20px !important;
    line-height: 1.6333333;
    border-radius: 0;
}

select.input-lg {
    height: 51px;
    line-height: 51px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 51px;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.6333333;
    border-radius: 0;
}

.form-group-lg select.form-control {
    height: 51px;
    line-height: 51px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}


.btn, .dropdown-header, .dropdown-menu > li > a {
    line-height: 1.42857143;
    white-space: nowrap;
}

@media (min-width:768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block;
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 9px;
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 20.6px;
        font-size: 15px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 100;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #555;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        outline: 0;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        box-shadow: none;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}


.btn-primary .badge {
    color: #7a98bf;
    background-color: #fff;
}

.btn-success, .btn-success.focus, .btn-success:focus {
    background-color: #61A398;
    border-color: #61A398;
    color: #fff;
}

    .btn-success:hover {
        color: #fff;
        background-color: #6DB7AB;
        border-color: #6DB7AB;
    }

    .btn-success.active, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
        color: #fff;
        background-color: #68c5b5;
        border-color: #68c5b5;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #61A398;
        border-color: #61A398;
    }

    .btn-success .badge {
        color: #61A398;
        background-color: #fff;
    }

.btn-info, .btn-info.focus, .btn-info:focus {
    background-color: #8dcadf;
    border-color: #8dcadf;
    color: #fff;
}

    .btn-info:hover {
        color: #fff;
        background-color: #a1d3e5;
        border-color: #a1d3e5;
    }

    .btn-info.active, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
        color: #fff;
        background-color: #79c1d9;
        border-color: #79c1d9;
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #8dcadf;
        border-color: #8dcadf;
    }

    .btn-info .badge {
        color: #8dcadf;
        background-color: #fff;
    }

.btn-warning, .btn-warning.focus, .btn-warning:focus {
    background-color: #D89B46;
    border-color: #D89B46;
    color: #fff;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #E5B464;
        border-color: #E5B464;
    }

    .btn-warning.active, .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
        color: #fff;
        background-color: #ffbe57;
        border-color: #ffbe57;
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #ffbe57;
        border-color: #ffbe57;
    }

    .btn-warning .badge {
        color: #ffbe57;
        background-color: #fff;
    }

.btn-danger, .btn-danger.focus, .btn-danger:focus {
    background-color: #A74444 !important;
    border-color: #A74444 !important;
    color: #fff !important;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #A74444;
        border-color: #A74444;
    }

    .btn-danger.active, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
        color: #fff;
        background-color: #ec4b4b;
        border-color: #ec4b4b;
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #A74444;
        border-color: #A74444;
    }

    .btn-danger .badge {
        color: #A74444;
        background-color: #fff;
    }

.btn-dark, .btn-dark.focus, .btn-dark:focus {
    background-color: #3d3c3c;
    border-color: #3d3c3c;
    color: #fff;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #4a4949;
        border-color: #4a4949;
    }

    .btn-dark.active, .btn-dark.active.focus, .btn-dark.active:focus, .btn-dark.active:hover, .btn-dark:active, .btn-dark:active.focus, .btn-dark:active:focus, .btn-dark:active:hover, .open > .dropdown-toggle.btn-dark, .open > .dropdown-toggle.btn-dark.focus, .open > .dropdown-toggle.btn-dark:focus, .open > .dropdown-toggle.btn-dark:hover {
        color: #fff;
        background-color: #302f2f;
        border-color: #302f2f;
    }

    .btn-dark.disabled, .btn-dark.disabled.active, .btn-dark.disabled.focus, .btn-dark.disabled:active, .btn-dark.disabled:focus, .btn-dark.disabled:hover, .btn-dark[disabled], .btn-dark[disabled].active, .btn-dark[disabled].focus, .btn-dark[disabled]:active, .btn-dark[disabled]:focus, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark.active, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:hover {
        background-color: #3d3c3c;
        border-color: #3d3c3c;
    }

.btn-link {
    color: #7a98bf;
    font-weight: 400;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #e71d1d;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.6333333;
    border-radius: 0;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 4px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1999;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 0;
    background-clip: padding-box;
}



    .dropdown-menu-right, .dropdown-menu.pull-right {
        left: auto;
        right: 0;
    }

    .dropdown-menu .divider {
        height: 1px;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .input-group-addon, .nav > li.disabled > a {
        color: #777;
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-left {
    left: auto;
    right: 0;
}

.dropdown-header {
    display: block;
    font-size: 12px;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}



@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn .caret, .btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 51px;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.6333333;
    border-radius: 0;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 51px;
    line-height: 51px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 9px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.nav > li, .nav > li > a {
    display: block;
    position: relative;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    border-radius: 0;
    text-shadow: none !important;
}

    .input-group-addon.input-sm {
        padding: 5px 9px;
        font-size: 12px;
        border-radius: 0;
    }

    .input-group-addon.input-lg {
        padding: 12px 16px;
        font-size: 15px;
        border-radius: 0;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }


.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li > a {
        padding: 10px 15px;
    }

        .nav > li > a:focus, .nav > li > a:hover {
            text-decoration: none;
            background-color: #eee;
        }

    .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
        color: #777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed;
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #7a98bf;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 8px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid transparent;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -2px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee transparent;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #f0f0f0;
            border: 1px solid #fff;
            border-bottom-color: transparent;
            cursor: default;
            padding: 9px 20px 10px 20px;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
                margin-right: 0;
                border-radius: 0;
            }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
            border: 1px solid #ddd;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
        }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #f0f0f0;
    }
}

.nav-pills > li {
    float: left;
}

.nav-justified > li, .nav-stacked > li {
    float: none;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #7a98bf;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

    .nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px;
    }

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #f0f0f0;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 18px;
    border: 1px solid transparent;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.embed-responsive, .modal, .modal-open, .progress {
    overflow: hidden;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1900;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 16px 15px;
    font-size: 15px;
    line-height: 18px;
    height: 50px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.navbar-nav {
    margin: 8px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 18px;
    }


@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 18px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

@media (min-width:768px) {
    .nav.navbar-nav.am-nav-right {
        position: absolute;
        margin-left: 92px;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav:not(.am-user-nav):not(.am-icons-nav) > li {
            float: left;
            margin-left: 2px;
            width: 250px;
            white-space: nowrap;
        }

        .navbar-nav > li > a {
            padding-top: 16px;
            padding-bottom: 16px;
        }

        .navbar-nav:not(.am-user-nav) > li > a > span {
            -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 160px, rgba(0, 0, 0, 0) 205px);
        }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin: 3px -15px;
}

@media (min-width:768px) {
    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block;
    }

    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.breadcrumb > li, .pagination {
    display: inline-block;
}

.btn .badge, .btn .label {
    top: -1px;
    position: relative;
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-btn {
    margin-top: 3px;
    margin-bottom: 3px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 16px;
    margin-bottom: 16px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #7a98bf;
    border-color: #ec4444;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: #8ba5c7;
        }

@media (min-width: 768px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555 !important;
        background-color: #fff !important;
        text-shadow: none !important;
    }
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #ddd;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ec4444;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #698bb7;
    color: #fff;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #698bb7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #080808;
        color: #fff;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}

    .breadcrumb > li + li:before {
        content: "/\00a0";
        padding: 0 5px;
        color: #ccc;
    }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    padding-left: 0;
    margin: 10px 0 15px 0;
    border-radius: 0;
}

    .pager li, .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 8px 14px;
            line-height: 1.42857143;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span, .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #777;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    cursor: default;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #ccc;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.6333333;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 9px;
    font-size: 12px;
    line-height: 1.5;
}

.badge, .label {
    font-weight: 100;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}


.label {
    display: inline;
    font-size: 75%;
    color: #fff;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}


.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 0;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #7a98bf;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-danger {
    background-color: #A74444;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}



.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

a.list-group-item, button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #7a98bf;
    border-color: #7a98bf;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text, a.list-group-item-success, button.list-group-item-success {
        color: #fff;
    }

.list-group-item-success {
    color: #fff;
    background-color: #61A398;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #fff;
    background-color: #68c5b5;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.list-group-item-info {
    color: #fff;
    background-color: #8dcadf;
}

a.list-group-item-info, button.list-group-item-info {
    color: #fff;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #fff;
        background-color: #79c1d9;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #fff;
        border-color: #fff;
    }

.list-group-item-warning {
    color: #fff;
    background-color: #ffbe57;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #fff;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #fff;
        background-color: #ffbe57;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #fff;
        border-color: #fff;
    }

.list-group-item-danger {
    color: #fff;
    background-color: #A74444;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #fff;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #fff;
        background-color: #ec4b4b;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #fff;
        border-color: #fff;
    }

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text, .panel-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

.list-group-item-text {
    line-height: 1.3;
}

.panel {
    border: 1px solid transparent;
    border-radius: 0;
}

.panel-body {
    padding: 15px 20px 0 20px;
}

.panel-heading {
    padding: 20px 20px 15px;
}

.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}

.panel-title {
    margin-top: 0;
    font-size: 15px;
}

.panel-footer {
    padding: 15px 20px 15px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    text-align: right;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 15px 20px 20px;
    padding-right: 15px 20px 20px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 18px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        background-color: transparent;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: transparent;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }


.close {
    float: right;
    font-size: 19.5px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.popover, .tooltip {
    font-family: 'Proxima',sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-decoration: none;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal-content, .popover {
    background-clip: padding-box;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.am-wrapper, html {
    overflow-x: hidden;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1999;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0;
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1999;
    overflow: visible;
    display: none;
    max-width: 276px;
    padding: 0;
    padding-bottom: 5px;
    text-align: left;
    text-align: start;
    font-size: 13px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0px 1px 5px rgba(0,0,0,.4);
    border-color: rgba(0,0,0,.1);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    border-bottom: 1px solid #ebebeb;
    text-shadow: 0 1px rgba(0,0,0,.2);
    color: #fff;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.left > .arrow:after, .popover.right > .arrow:after {
    content: " ";
    bottom: -10px;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

    .popover.right > .arrow:after {
        left: 1px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
    }


.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

html {
    height: 100%;
}

body {
    padding: 0;
    background-color: #f0f0f0;
    height: 100%;
}

a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

p {
    font-size: inherit;
    line-height: 21px;
}

button:focus {
    outline: 0 !important;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/raleway/raleway-thin.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo);
    src: url(../fonts/raleway/raleway-thin.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&#iefix) format('embedded-opentype'),url(../fonts/raleway/raleway-thin.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('woff'),url(../fonts/raleway/raleway-thin.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('truetype'),url(../fonts/raleway/raleway-thin.svg#ralewaythin) format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/raleway/raleway-extralight.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo);
    src: url(../fonts/raleway/raleway-extralight.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&#iefix) format('embedded-opentype'),url(../fonts/raleway/raleway-extralight.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('woff'),url(../fonts/raleway/raleway-extralight.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('truetype'),url(../fonts/raleway/raleway-extralight.svg#ralewayextralight) format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/raleway/raleway-light.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo);
    src: url(../fonts/raleway/raleway-light.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&#iefix) format('embedded-opentype'),url(../fonts/raleway/raleway-light.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('woff'),url(../fonts/raleway/raleway-light.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('truetype'),url(../fonts/raleway/raleway-light.svg#ralewaylight) format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/raleway/raleway-regular.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo);
    src: url(../fonts/raleway/raleway-regular.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&#iefix) format('embedded-opentype'),url(../fonts/raleway/raleway-regular.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('woff'),url(../fonts/raleway/raleway-regular.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('truetype'),url(../fonts/raleway/raleway-regular.svg#ralewayregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/raleway/raleway-medium.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo);
    src: url(../fonts/raleway/raleway-medium.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&#iefix) format('embedded-opentype'),url(../fonts/raleway/raleway-medium.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('woff'),url(../fonts/raleway/raleway-medium.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('truetype'),url(../fonts/raleway/raleway-medium.svg#ralewaymedium) format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/raleway/raleway-semibold.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo);
    src: url(../fonts/raleway/raleway-semibold.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&#iefix) format('embedded-opentype'),url(../fonts/raleway/raleway-semibold.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('woff'),url(../fonts/raleway/raleway-semibold.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('truetype'),url(../fonts/raleway/raleway-semibold.svg#ralewaysemibold) format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/raleway/raleway-bold.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo);
    src: url(../fonts/raleway/raleway-bold.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&#iefix) format('embedded-opentype'),url(../fonts/raleway/raleway-bold.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('woff'),url(../fonts/raleway/raleway-bold.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('truetype'),url(../fonts/raleway/raleway-bold.svg#ralewaybold) format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/raleway/raleway-extrabold.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo);
    src: url(../fonts/raleway/raleway-extrabold.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&#iefix) format('embedded-opentype'),url(../fonts/raleway/raleway-extrabold.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('woff'),url(../fonts/raleway/raleway-extrabold.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('truetype'),url(../fonts/raleway/raleway-extrabold.svg#ralewayextrabold) format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/raleway/raleway-heavy.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo);
    src: url(../fonts/raleway/raleway-heavy.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&#iefix) format('embedded-opentype'),url(../fonts/raleway/raleway-heavy.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('woff'),url(../fonts/raleway/raleway-heavy.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) format('truetype'),url(../fonts/raleway/raleway-heavy.svg#ralewayheavy) format('svg');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Proxima';
    src: url(../fonts/proxima/proximanova-regular-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394);
    src: url('../fonts/proxima/proximanova-regular-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&iefix') format('eot'),url(../fonts/proxima/proximanova-regular-webfont.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('woff'),url(../fonts/proxima/proximanova-regular-webfont.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('truetype'),url('../fonts/proxima/proximanova-regular-webfont.svg#webfont2rpW2ohz') format('svg');
}

@font-face {
    font-family: 'Proxima';
    font-style: italic;
    src: url(../fonts/proxima/proximanova-regitalic-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394);
    src: url('../fonts/proxima/proximanova-regitalic-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&iefix') format('eot'),url(../fonts/proxima/proximanova-regitalic-webfont.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('woff'),url(../fonts/proxima/proximanova-regitalic-webfont.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('truetype'),url('../fonts/proxima/proximanova-regitalic-webfont.svg#webfont2rpW2ohz') format('svg');
}

@font-face {
    font-family: 'Proxima';
    font-weight: 300;
    src: url(../fonts/proxima/proximanova-light-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394);
    src: url('../fonts/proxima/proximanova-light-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&iefix') format('eot'),url(../fonts/proxima/proximanova-light-webfont.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('woff'),url(../fonts/proxima/proximanova-light-webfont.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('truetype'),url('../fonts/proxima/proximanova-light-webfont.svg#webfont2rpW2ohz') format('svg');
}

@font-face {
    font-family: 'Proxima';
    font-weight: 600;
    src: url(../fonts/proxima/proximanova-semibold-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394);
    src: url('../fonts/proxima/proximanova-semibold-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&iefix') format('eot'),url(../fonts/proxima/proximanova-semibold-webfont.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('woff'),url(../fonts/proxima/proximanova-semibold-webfont.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('truetype'),url('../fonts/proxima/proximanova-semibold-webfont.svg#webfont2rpW2ohz') format('svg');
}

@font-face {
    font-family: 'Proxima';
    font-weight: 600;
    font-style: italic;
    src: url(../fonts/proxima/proximanova-semibolditalic-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394);
    src: url('../fonts/proxima/proximanova-semibolditalic-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&iefix') format('eot'),url(../fonts/proxima/proximanova-semibolditalic-webfont.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('woff'),url(../fonts/proxima/proximanova-semibolditalic-webfont.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('truetype'),url('../fonts/proxima/proximanova-semibolditalic-webfont.svg#webfont2rpW2ohz') format('svg');
}

@font-face {
    font-family: 'Proxima';
    font-weight: bold;
    src: url(../fonts/proxima/proximanova-bold-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394);
    src: url('../fonts/proxima/proximanova-bold-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&iefix') format('eot'),url(../fonts/proxima/proximanova-bold-webfont.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('woff'),url(../fonts/proxima/proximanova-bold-webfont.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('truetype'),url('../fonts/proxima/proximanova-bold-webfont.svg#webfont2rpW2ohz') format('svg');
}

@font-face {
    font-family: 'Proxima';
    font-weight: bold;
    font-style: italic;
    src: url(../fonts/proxima/proximanova-boldit-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394);
    src: url('../fonts/proxima/proximanova-boldit-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&iefix') format('eot'),url(../fonts/proxima/proximanova-boldit-webfont.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('woff'),url(../fonts/proxima/proximanova-boldit-webfont.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('truetype'),url('../fonts/proxima/proximanova-boldit-webfont.svg#webfont2rpW2ohz') format('svg');
}

@font-face {
    font-family: 'Proxima';
    font-weight: 900;
    src: url(../fonts/proxima/proximanova-extrabold-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394);
    src: url('../fonts/proxima/proximanova-extrabold-webfont.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&iefix') format('eot'),url(../fonts/proxima/proximanova-extrabold-webfont.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('woff'),url(../fonts/proxima/proximanova-extrabold-webfont.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&1307578394) format('truetype'),url('../fonts/proxima/proximanova-extrabold-webfont.svg#webfont2rpW2ohz') format('svg');
}


.am-wrapper {
    min-height: 100%;
    padding-top: 50px;
}

.am-top-header {
    background-color: #7a98bf;
    border: 0;
    margin-bottom: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.am-left-sidebar, .am-left-sidebar:before {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
}

.am-top-header .navbar-header .navbar-brand {
    background-color: #3d3c3c;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    height: 50px;
    width: 100px;
    background-image: url(../img/logo.png?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 7px;
    border-bottom: 1px solid #474646;
}

@media (max-width:767px) {
    .am-wrapper {
        padding-top: 0;
    }

    .am-top-header .navbar-header .navbar-brand {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .am-top-header .navbar-header .navbar-brand {
        margin-right: 10px;
    }
}

.am-top-header .navbar-header .am-toggle-left-sidebar {
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    font-size: 0;
    text-align: center;
    display: none;
    padding: 0 18px;
    border-width: 0;
    line-height: 70px;
}

    .am-top-header .navbar-header .am-toggle-left-sidebar .icon-bar {
        display: inline-block;
        background-color: transparent;
        height: auto;
        width: auto;
        vertical-align: middle;
    }

        .am-top-header .navbar-header .am-toggle-left-sidebar .icon-bar span {
            display: block;
            width: 25px;
            height: 1px;
            margin-top: 6px;
            background-color: #fff;
        }

            .am-top-header .navbar-header .am-toggle-left-sidebar .icon-bar span:first-child {
                margin-top: 0;
            }

    .am-top-header .navbar-header .am-toggle-left-sidebar:focus, .am-top-header .navbar-header .am-toggle-left-sidebar:hover {
        background-color: transparent;
    }

@media (max-width:767px) {
    .am-top-header .navbar-header .am-toggle-left-sidebar {
        display: block;
    }
}

.am-top-header .navbar-header .page-title {
    display: none;
    color: #fff;
    font-family: Raleway,sans-serif;
    font-size: 19px;
    line-height: 70px;
    text-shadow: 0 1px rgba(0,0,0,.2);
}

@media (max-width:767px) {
    .am-top-header .navbar-header .page-title {
        display: inline-block;
    }

    .am-top-header .navbar-header {
        text-align: center;
    }
}

.am-top-header .navbar-collapse .navbar-nav > li > a {
    line-height: 50px;
    color: #fff;
    font-family: Raleway,sans-serif;
    font-size: 14px;
    padding: 0 18px;
    outline: 0;
}

.am-top-header .navbar-collapse .am-nav-right.navbar-nav > li > a {
    line-height: 40px !important;
    margin-top: 10px;
    font-weight: 400;
    padding-right: 25px;
    cursor: pointer;
    text-shadow: 0 1px rgba(0,0,0,.2);
    overflow: hidden;
}

@media (min-width:768px) and (max-width:991px) {
    .am-top-header .navbar-collapse .navbar-nav > li > a {
        padding: 0 12px;
    }
}

.am-top-header .navbar-collapse .navbar-nav > li.dropdown > a .angle-down {
    font-size: 27px;
    vertical-align: middle;
}

.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
    margin-top: -4px;
}

    .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a {
        font-size: 12px;
        font-weight: 300;
        color: #504e4e;
        padding: 10px 20px;
        min-width: 175px;
    }

        .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
            background-color: #7a98bf;
            color: #fff;
        }

        .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:active, .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:focus {
            background-color: transparent !important;
            color: #504e4e;
        }

    .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:after {
        border-bottom: 8px solid #fff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        top: -8px;
        content: "";
        display: inline-block;
        left: 42px;
        margin-left: -6px;
        position: absolute;
    }


.am-top-header .navbar-collapse .navbar-nav.am-nav-right > li:first-child > a {
    padding-left: 15px;
}

.am-top-header .navbar-collapse .am-user-nav {
    margin-right: 0;
}

    .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
        padding-left: 0;
        padding-right: 4px;
        background-color: transparent;
        text-shadow: 0 1px rgba(0,0,0,.2);
    }

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a {
    background-color: transparent;
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a img {
    max-width: 43px;
    max-height: 43px;
    border-radius: 50%;
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a .user-name {
    margin-left: 8px;
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu li a .icon {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu:after {
    left: auto;
    right: 20px;
}


@media (min-width:768px) and (max-width:991px) {
    .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
        padding-left: 10px;
    }
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a {
    padding: 0 9px;
    position: relative;
    text-shadow: 0 1px rgba(0,0,0,.2);
}

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .icon {
        font-size: 28px;
        vertical-align: middle;
        color: rgba(255,255,255,.8);
    }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .indicator {
        background: #fff;
        border-radius: 50%;
        display: block;
        height: 6px;
        width: 6px;
        position: absolute;
        top: 25px;
        right: 9px;
    }

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications {
    width: 300px;
    left: auto;
    margin-right: -150px;
    right: 50%;
    padding-bottom: 0;
}

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .title, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .title, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .title {
        font-size: 13px;
        text-align: center;
        padding: 3px 0 7px;
        border-bottom: 1px solid #ebebeb;
    }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .title .badge, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .title .badge, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .title .badge {
            font-weight: 600;
            font-size: 10px;
            line-height: 9px;
            vertical-align: middle;
            margin-left: 4px;
            color: #fff;
            min-width: 17px;
            height: 17px;
            text-align: center;
            padding: 3px 6px;
        }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .footer a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .footer a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .footer a {
        font-size: 13px;
        color: #8a8a8a;
        text-align: center;
        padding: 10px 0;
        border-top: 1px solid #ebebeb;
        display: block;
        outline: 0;
        font-family: Raleway,sans-serif;
    }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .footer a:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .footer a:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .footer a:hover {
            background-color: #f5f5f5;
        }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections:after, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages:after, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications:after {
        left: 50%;
        margin-left: -8px;
    }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications li, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages > ul > li {
        overflow: hidden;
        border-bottom: 1px solid #ebebeb;
        list-style: none;
        padding-left: 0;
    }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications li > a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages > li > a {
            padding: 15px;
            display: block;
            overflow: hidden;
        }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications li > a .logo, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages li > a .logo {
                height: 38px;
                width: 38px;
                border-radius: 50%;
                background-color: #e4e4e4;
                float: left;
                text-align: center;
            }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications > ul > li, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages > .content > ul > li {
        overflow: hidden;
        border-bottom: 1px solid #ebebeb;
    }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications li > a .logo .icon, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages > li > a .logo .icon {
        font-size: 25px;
        color: #979595;
        line-height: 36px;
    }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications li > a .user-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages li > a .user-content {
        padding-left: 50px;
        line-height: 14px;
    }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications ul {
        padding: 0;
    }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications li > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages li > a .user-content .text-content {
        color: #8a8a8a;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        font-family: 'Raleway', sans-serif;
    }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications li > a .user-content .date, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages li > a .user-content .date {
        color: #8a8a8a;
        display: block;
        font-size: 9px;
        margin-top: 4px;
        text-transform: uppercase;
    }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul {
        padding: 0;
    }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li {
            display: block;
            overflow: hidden;
            list-style: none;
            padding: 10px 20px;
            line-height: 34px;
            border-bottom: 1px solid #ebebeb;
        }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .logo {
                width: 35px;
                height: 35px;
                float: left;
                text-align: center;
            }

                .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .logo img {
                    max-height: 100%;
                    max-width: 100%;
                }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field {
                padding-left: 45px;
                vertical-align: middle;
            }

                .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field > span {
                    font-family: Raleway,sans-serif;
                    color: #8a8a8a;
                    font-weight: 500;
                    font-size: 13px;
                }

                .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field .switch-button {
                    vertical-align: middle;
                }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li:hover {
                background-color: #f5f5f5;
            }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li:last-child {
                border-bottom: 0;
            }

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown.open > a {
    background-color: transparent;
}

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown.open > a .icon {
        color: #fff;
    }

.am-top-header .am-toggle-right-sidebar {
    float: right;
    display: block;
    padding: 0 18px;
    line-height: 60px;
    color: #fff;
    margin-right: 5px;
}

@media (min-width:768px) and (max-width:991px) {
    .am-top-header .am-toggle-right-sidebar {
        margin-right: 0;
        padding-left: 5px;
        padding-right: 9px;
    }
}

.am-top-header .am-toggle-right-sidebar .icon {
    font-size: 26px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

@media (max-width:767px) {
    .am-top-header .am-toggle-right-sidebar {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 70px;
        margin-right: 0;
    }
}

.am-top-header .am-toggle-top-header-menu {
    display: none;
    text-align: center;
    background-color: #393838;
    font-size: 31px;
    line-height: 41px;
    color: #e1e1e1;
}

@media (max-width:767px) {
    .am-top-header .am-toggle-top-header-menu {
        display: block;
    }

    .am-top-header {
        position: relative;
    }

        .am-top-header .navbar-collapse {
            background-color: #3d3c3c;
            border-top-color: #353434;
            overflow: hidden;
            padding: 0;
            margin: 0;
            max-height: none;
            box-shadow: none;
            position: relative;
        }

            .am-top-header .navbar-collapse > .navbar-nav {
                margin: 0;
            }

                .am-top-header .navbar-collapse > .navbar-nav > li > a {
                    padding: 0 20px;
                    line-height: 50px;
                    font-size: 13px;
                    position: relative;
                    background-color: #393838 !important;
                    margin-top: 2px !important;
                }

    #AbaPrincipal > li > .fechar-aba {
        right: 10px !important;
        top: 7px !important;
        font-size: 20px !important;
    }

    .am-top-header .navbar-collapse > .navbar-nav > li.open > a {
        background-color: transparent;
    }

    .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu {
        background-color: #484747;
    }

        .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a {
            color: #e1e1e1;
            padding-left: 26px;
        }

            .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:active, .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:focus, .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
                background-color: transparent;
                color: #e1e1e1;
            }

            .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:active {
                color: #fff;
            }

        .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu:after {
            content: "";
            display: none;
        }

    .am-top-header .navbar-collapse > .navbar-nav.am-nav-right > li:first-child > a {
        padding-left: 20px;
    }

    .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
        padding: 0 15px;
        line-height: 65px;
    }

        .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a > img {
            max-height: 32px;
            max-width: 32px;
        }

        .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a .user-name {
            display: inline;
        }

    .am-top-header .navbar-collapse .am-icons-nav {
        border-top: 1px solid #353434;
        background-color: #393838;
        text-align: center;
    }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown {
            display: inline-block;
            position: static;
        }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .icon {
                color: #e1e1e1;
            }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .indicator {
                top: 10px;
                background-color: #A74444;
            }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu {
                position: absolute;
                top: 0;
                bottom: 51px;
                left: 0;
                width: 100%;
                margin-top: 0;
                padding-top: 0;
                border-radius: 0;
            }

                .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li {
                    height: 100%;
                    display: table;
                    table-layout: fixed;
                    width: 100%;
                }

                    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .title {
                        display: none;
                    }

                    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li > .list {
                        background-color: #eee;
                        height: 100%;
                        display: table-row;
                    }



                    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .content > ul > li {
                        background-color: #eee;
                    }

                    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .footer > a {
                        border-top-color: #e0e0e0;
                        background-color: #ebebeb;
                    }

                        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .footer > a:hover {
                            background-color: #e6e6e6;
                        }

                .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu:after {
                    display: none;
                }

    .am-top-header .container-fluid {
        padding: 0;
    }
}



.am-left-sidebar {
    background-color: #3d3c3c;
    width: 100px;
    height: calc(100vh - 50px);
    left: 0;
    position: absolute;
    transition: all .35s ease;
}

    .am-left-sidebar .sidebar-elements {
        margin: 0;
        padding: 0;
    }

        .am-left-sidebar .sidebar-elements > li {
            border-bottom: 1px solid #474646;
            list-style: none;
        }

            .am-left-sidebar .sidebar-elements > li > a {
                display: block;
                padding: 10px 0;
                color: #e1e1e1;
                text-align: center;
                font-size: 13px;
            }

                .am-left-sidebar .sidebar-elements > li > a .icon {
                    display: block;
                    font-size: 30px;
                }

                .am-left-sidebar .sidebar-elements > li > a span {
                    display: block;
                    margin-top: 5px;
                }

            .am-left-sidebar .sidebar-elements > li > ul {
                display: none;
                position: fixed;
                left: 100px;
                top: 0;
                height: 100%;
                background-color: #484747;
                z-index: 1031;
                padding: 0;
                table-layout: fixed;
                list-style: none;
                width: 280px;
            }

                .am-left-sidebar .sidebar-elements > li > ul.visible {
                    display: table;
                }

                .am-left-sidebar .sidebar-elements > li > ul > li.title {
                    color: #fff;
                    border-bottom: 1px solid #6d6b6b;
                    font-size: 26px;
                    font-weight: 300;
                    margin: 0 25px;
                    padding-bottom: 10px;
                    padding-top: 25px;
                }

                .am-left-sidebar .sidebar-elements > li > ul > li.sub-title {
                    color: #fff;
                    border-bottom: 1px solid #6d6b6b;
                    font-size: 18px;
                    font-weight: 300;
                    margin: 0 25px;
                    padding-bottom: 10px;
                    padding-top: 25px;
                }

                .am-left-sidebar .sidebar-elements > li > ul > .nav-items {
                    display: table-row;
                    height: 100%;
                }

                .am-left-sidebar .sidebar-elements > li > ul > li > a {
                    padding: 8px 25px;
                    color: #ddd;
                    font-size: 15px;
                    display: block;
                    font-weight: 300;
                }

                    .am-left-sidebar .sidebar-elements > li > ul > li > a i {
                        font-size: 19px;
                        vertical-align: text-top;
                        display: inline-block;
                        width: 20px;
                        text-align: center;
                    }

            .am-left-sidebar .sidebar-elements > li:hover {
                background-color: #4a4949;
            }

                .am-left-sidebar .sidebar-elements > li:hover > ul {
                    display: table;
                }

            /* Panéis dropdown do menu lateral (.sub-menu): lista longa rola dentro do painel fixo. */
            .am-left-sidebar .sidebar-elements > li > ul.sub-menu {
                overflow-y: auto;
                overflow-x: hidden;
                -webkit-overflow-scrolling: touch;
            }

                .am-left-sidebar .sidebar-elements > li > ul.sub-menu.visible,
                .am-left-sidebar .sidebar-elements > li:hover > ul.sub-menu {
                    display: block; /* sobrescreve display: table para overflow funcionar */
                }

                .am-left-sidebar .sidebar-elements > li > ul.sub-menu::-webkit-scrollbar-track {
                    background-color: #484747;
                }

                .am-left-sidebar .sidebar-elements > li > ul.sub-menu::-webkit-scrollbar {
                    width: 6px;
                    background-color: #484747;
                }

                .am-left-sidebar .sidebar-elements > li > ul.sub-menu::-webkit-scrollbar-thumb {
                    border-radius: 6px;
                    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
                    background-color: #222;
                }

            .am-left-sidebar .sidebar-elements > li.active > a {
                border-left: 2px solid #7a98bf;
                padding-left: 13px;
            }

    .am-left-sidebar .am-logo {
        display: none;
    }

    .am-left-sidebar::-webkit-scrollbar-track {
        background-color: #3d3c3c;
    }

    .am-left-sidebar::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .am-left-sidebar::-webkit-scrollbar-thumb {
        border-radius: 6px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #222;
    }

/* Submenus do menu lateral (>=768px sem layout xs): altura limitada sob o header para overflow funcionar quando a lista ultrapassa a viewport */
@media (min-width: 768px) {
    .am-left-sidebar .sidebar-elements > li > ul.sub-menu {
        top: 50px;
        bottom: 0;
        height: auto;
        max-height: calc(100vh - 50px);
        max-height: calc(100dvh - 50px);
    }
}

/* até "md" (tablet, notebook estreito, iPad paisagem): sem hover estável — sidebar precisa rolar sem pseudo-hover + scroll tátil no submenu */
@media (max-width: 1199px) {
    .am-fixed-sidebar .am-left-sidebar {
        overflow-y: auto !important;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

        .am-fixed-sidebar .am-left-sidebar:hover {
            overflow-y: auto !important;
        }

        .am-left-sidebar .sidebar-elements > li > ul.sub-menu {
            touch-action: pan-y;
            overscroll-behavior: contain;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
        }
}

.am-content, .am-right-sidebar {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
}


@media (max-width:767px) {
    .am-left-sidebar {
        width: 85%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

        .am-left-sidebar .sidebar-elements > li > a {
            text-align: left;
            position: relative;
            padding-left: 15px;
            font-size: 16px;
            font-weight: 100;
        }

            .am-left-sidebar .sidebar-elements > li > a .icon {
                display: inline-block;
                font-size: 25px;
                width: 30px;
                vertical-align: middle;
            }

            .am-left-sidebar .sidebar-elements > li > a span {
                display: inline-block;
            }

        .am-left-sidebar .sidebar-elements > li.parent > a:after {
            content: '\e688';
            float: right;
            font-family: 'Stroke 7';
            font-size: 26px;
            line-height: 28px;
            color: #a1a1a1;
        }

        .am-left-sidebar .sidebar-elements > li > ul {
            position: relative;
            height: auto;
            width: 100%;
            left: 0;
        }

            .am-left-sidebar .sidebar-elements > li > ul > li.title {
                display: none;
            }

            .am-left-sidebar .sidebar-elements > li > ul > li.nav-items {
                display: block;
                height: auto;
            }


        .am-left-sidebar .sidebar-elements > li:hover {
            background-color: inherit;
        }

            .am-left-sidebar .sidebar-elements > li:hover > ul {
                display: none;
            }

        .am-left-sidebar .sidebar-elements li.open > ul {
            display: block;
        }

        .am-left-sidebar .am-logo {
            background: url(../img/logo.png?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) 15px center no-repeat #393838;
            height: 70px;
            border-bottom: 1px solid #353434;
            display: block;
        }
}

@media (max-width:767px) and (-webkit-min-device-pixel-ratio:2),(-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi) {
    .am-left-sidebar .am-logo {
        background-image: url(../img/logo.png?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo);
    }
}

.am-fixed-sidebar .am-left-sidebar {
    margin-top: 50px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 2000;
    overflow-y: scroll;
    overflow-x: hidden;
}


.am-fixed-sidebar .am-left-sidebar {
    overflow: hidden;
}

    .am-fixed-sidebar .am-left-sidebar:hover {
        overflow-y: auto;
    }

    .am-fixed-sidebar .am-left-sidebar .nano-pane {
        width: 4px;
    }

        .am-fixed-sidebar .am-left-sidebar .nano-pane > .nano-slider {
            background-color: rgba(0,0,0,.15);
        }




@media (max-width:767px) {
    .am-fixed-sidebar .am-left-sidebar {
        margin-top: 0;
        padding-bottom: 5px;
    }

    body.open-left-sidebar .am-wrapper {
        height: 100%;
        overflow: hidden;
    }

    body.open-left-sidebar .am-content, body.open-left-sidebar .am-top-header {
        -webkit-transform: translate3d(85%,0,0);
        transform: translate3d(85%,0,0);
    }

    body.open-left-sidebar .am-left-sidebar {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.am-content {
    position: relative;
    left: 0;
    margin-left: 100px;
    min-height: 100%;
    transition: all .35s ease;
}

.main-content {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 100px;
}

.panel-heading .row {
    padding: 0 7px;
}

@media (min-width:768px) and (max-width:1366px) {
    .loader-page {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media (max-width:767px) {
    .am-content {
        margin-left: 0;
    }

    .main-content {
        height: 100%;
        -webkit-overflow-scrolling: touch;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 10px;
    }

    .panel {
        margin-bottom: 10px !important;
    }

    .widget {
        margin-bottom: 10px !important;
    }
}

.page-head {
    background: #FFF;
    padding: 10px 15px;
    position: fixed;
    width: 100%;
    z-index: 1700;
    border-bottom: 1px solid #ddd;
}

    .page-head h2 {
        margin-bottom: 5px;
        margin-top: 0;
        font-family: 'Proxima',sans-serif;
        font-weight: 300;
        letter-spacing: -1px;
        font-size: 28px;
        line-height: 36px;
    }

    .page-head .breadcrumb {
        background: none;
        margin-bottom: 0;
        padding: 4px;
        font-size: 12px;
        white-space: nowrap;
    }


@media (min-width:768px) and (max-width:991px) {
    .page-head {
        padding: 10px 25px;
    }

    .main-content {
        padding-top: 101px !important;
    }
}

.am-aside .main-content {
    margin-left: 280px;
}

@media (max-width:767px) {
    .page-head {
        padding: 18px 15px 20px;
    }

        .page-head h2 {
            font-size: 24px;
            line-height: 28px;
        }

    .page-head {
        position: relative;
    }
}



.am-splash-screen .am-wrapper {
    padding-top: 0;
}

    .am-splash-screen .am-wrapper .am-content {
        margin: 0;
    }

        .am-splash-screen .am-wrapper .am-content a {
            color: #ababab;
        }

            .am-splash-screen .am-wrapper .am-content a:hover {
                color: #fff;
            }

.widget {
    background-color: #fff;
    padding: 24px 20px;
    margin-bottom: 15px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, .08);
}

    .widget > .widget-head {
        margin-bottom: 20px;
        display: block;
    }

        .widget > .widget-head .title {
            font-size: 20px;
            font-weight: 300;
        }

        .widget > .widget-head .tools {
            float: right;
        }

            .widget > .widget-head .tools > .icon {
                display: inline-block;
                margin-left: 5px;
                font-size: 21px;
                line-height: 23px;
                vertical-align: middle;
                cursor: pointer;
            }

                .widget > .widget-head .tools > .icon:hover {
                    color: #7a98bf;
                }

                .widget > .widget-head .tools > .icon.s7-close {
                    font-size: 27px;
                    margin-left: 1px;
                    position: relative;
                    top: 1px;
                }

            .widget > .widget-head .tools .value {
                font-size: 24px;
                line-height: 22px;
            }

    .widget .chart-container {
        position: relative;
    }

        .widget .chart-container > .counter {
            min-height: auto;
            top: 0;
            left: 0;
            position: absolute;
            z-index: 2;
        }

            .widget .chart-container > .counter .value {
                font-size: 24px;
            }

            .widget .chart-container > .counter .desc {
                text-transform: uppercase;
                font-size: 11px;
                color: #b2b2b2;
            }

    .widget.widget-fullwidth {
        padding: 0;
    }

        .widget.widget-fullwidth > .widget-head {
            padding: 13px 20px 10px;
            margin-bottom: 0;
        }

        .widget.widget-fullwidth .chart-container > .counter {
            min-height: auto;
            left: 20px;
        }

    .widget.widget-small {
        margin-bottom: 20px;
    }

        .widget.widget-small.widget-fullwidth > .widget-head {
            padding: 20px 15px 10px;
        }

.widget-pie .chart-container {
    display: table;
    width: 100%;
    margin: 0;
}

    .widget-pie .chart-container > div {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

@media (max-width:767px) {
    .widget-pie .chart-container > div {
        display: block;
    }

        .widget-pie .chart-container > div:first-child {
            margin-bottom: 25px;
        }
}

.widget-pie .chart-container .chart {
    min-height: 125px;
}

.widget-pie .chart-container .legend > div {
    background-color: transparent !important;
}

.widget-pie .chart-container .legend table {
    width: 100%;
}

    .widget-pie .chart-container .legend table tr td {
        padding-bottom: 7px;
        font-size: 12px;
    }

    .widget-pie .chart-container .legend table tr .legendColorBox {
        width: 1%;
    }

        .widget-pie .chart-container .legend table tr .legendColorBox > div {
            border: 0 !important;
        }

    .widget-pie .chart-container .legend table tr .legendLabel {
        padding-left: 8px;
        font-size: 12px;
    }

    .widget-pie .chart-container .legend table tr .legendData {
        text-align: right;
    }

.widget-pie .chart-info {
    border-top: 1px solid #e0e0e0;
    margin: 30px 0 0;
    text-align: center;
}

    .widget-pie .chart-info span {
        display: block;
    }

        .widget-pie .chart-info span.title {
            margin-bottom: 3px;
            text-transform: uppercase;
            color: #b2b2b2;
            font-size: 12px;
        }

        .widget-pie .chart-info span.number {
            font-size: 18px;
            font-weight: 300;
        }

    .widget-pie .chart-info > div {
        padding-top: 20px;
    }

        .widget-pie .chart-info > div:first-child {
            text-align: left;
            padding-left: 0;
        }

        .widget-pie .chart-info > div:last-child {
            text-align: right;
            padding-right: 0;
        }

@media (max-width:480px) {
    .widget-pie .chart-info {
        padding-top: 15px;
    }

        .widget-pie .chart-info > div {
            float: none;
            text-align: left !important;
            width: 100%;
            line-height: 40px;
            padding-right: 0;
            padding-left: 0;
            padding-top: 0;
        }

            .widget-pie .chart-info > div span {
                display: inline-block;
            }

                .widget-pie .chart-info > div span.title {
                    margin: 0;
                }

                .widget-pie .chart-info > div span.number {
                    float: right;
                }
}

.widget-pie.widget-pie-stats .chart-info > div:last-child {
    text-align: left;
}

.widget.bar-chart .chart-table table .number, .widget.line-chart .chart-table table .number {
    text-align: right;
    width: 20%;
}

.widget-pie.widget-pie-stats .chart-info .sparkline {
    float: right;
    margin-top: 11px;
}

@media (max-width:480px) {
    .widget-pie.widget-pie-stats .chart-info > div {
        line-height: 25px;
    }

        .widget-pie.widget-pie-stats .chart-info > div span {
            display: block;
        }

            .widget-pie.widget-pie-stats .chart-info > div span.number {
                float: none;
            }

        .widget-pie.widget-pie-stats .chart-info > div:first-child {
            margin-bottom: 10px;
        }
}

.widget.bar-chart .chart-table table, .widget.line-chart .chart-table table {
    margin: 0;
}

.widget.line-chart .chart-container {
    position: relative;
    padding: 0 5px 5px;
}

    .widget.line-chart .chart-container > div {
        z-index: 1;
    }

@media (max-width:767px) {
    .widget.line-chart .chart-container > div {
        padding: 0 0 5px;
        min-height: 160px;
    }
}

.widget.line-chart .chart-container > .counter {
    min-height: auto;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

    .widget.line-chart .chart-container > .counter .value {
        font-size: 24px;
    }

    .widget.line-chart .chart-container > .counter .desc {
        text-transform: uppercase;
        font-size: 11px;
        color: #b2b2b2;
    }

.widget.line-chart .chart-table {
    padding-top: 20px;
}

@media (max-width:767px) {
    .widget.line-chart .chart-table {
        padding: 10px 0 0;
    }
}

.widget.line-chart.widget-fullwidth .chart-container {
    padding: 0;
}

    .widget.line-chart.widget-fullwidth .chart-container > div .tickLabel {
        font-size: 0;
    }

    .widget.line-chart.widget-fullwidth .chart-container > .counter {
        min-height: auto;
        left: 20px;
    }

.widget.bar-chart .chart-container {
    padding: 0 5px 5px;
}

@media (max-width:767px) {
    .widget.bar-chart .chart-container > div {
        padding: 0 0 5px;
        min-height: 160px;
    }
}

.widget.bar-chart .chart-table {
    padding-top: 20px;
}

@media (max-width:767px) {
    .widget.bar-chart .chart-table {
        padding: 10px 0 0;
    }
}

.widget-calendar {
    padding: 0;
}

    .widget-calendar .cal-container {
        width: 100%;
        display: table;
    }

        .widget-calendar .cal-container .cal-notes {
            display: table-cell;
            width: 40%;
            padding: 25px;
        }

            .widget-calendar .cal-container .cal-notes span {
                display: block;
            }

                .widget-calendar .cal-container .cal-notes span.day {
                    font-size: 25px;
                    font-weight: 300;
                    color: #fff;
                }

                .widget-calendar .cal-container .cal-notes span.date {
                    font-size: 15px;
                    font-weight: 300;
                    color: #fff;
                }

            .widget-calendar .cal-container .cal-notes .title-container {
                border-bottom: 1px solid #fff;
                margin-top: 20px;
                padding-bottom: 3px;
            }

                .widget-calendar .cal-container .cal-notes .title-container .title {
                    color: #fff;
                    font-size: 14px;
                    display: inline;
                }

                .widget-calendar .cal-container .cal-notes .title-container .icon-right {
                    float: right;
                    font-size: 19px;
                    line-height: 22px;
                    cursor: pointer;
                    color: #fff;
                }

            .widget-calendar .cal-container .cal-notes ul {
                padding: 20px 0 0;
                list-style: none;
                color: #fff;
            }

                .widget-calendar .cal-container .cal-notes ul li {
                    font-size: 12px;
                }

                    .widget-calendar .cal-container .cal-notes ul li span {
                        display: inline-block;
                        vertical-align: sub;
                    }

                        .widget-calendar .cal-container .cal-notes ul li span.hour {
                            float: right;
                            margin-right: -20px;
                        }

                    .widget-calendar .cal-container .cal-notes ul li:last-child {
                        padding-bottom: 0;
                    }

        .widget-calendar .cal-container .cal-calendar {
            display: table-cell;
            padding: 25px;
        }

            .widget-calendar .cal-container .cal-calendar .ui-datepicker {
                position: relative;
                margin: 20px 0;
            }

                .widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header {
                    border-bottom: 1px solid rgba(255,255,255,.6);
                    padding-bottom: 5px;
                    margin-bottom: 10px;
                }

                    .widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
                        cursor: default;
                        line-height: 1.8em;
                        margin: 0 2.3em;
                        text-align: center;
                        font-weight: 600;
                        font-size: 14px;
                    }

                    .widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next, .widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
                        height: 1.8em;
                        position: absolute;
                        top: -5px;
                        width: 1.8em;
                        color: #555;
                        font-size: 28px;
                    }

                        .widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span, .widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
                            overflow: hidden;
                            display: block;
                            text-indent: -99999px;
                        }

                            .widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after, .widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:after {
                                cursor: pointer;
                                content: "\e686";
                                font-family: 'Stroke 7';
                                display: block;
                                position: absolute;
                                width: 16px;
                                height: 16px;
                                top: 0;
                                text-indent: 0;
                            }

                    .widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
                        left: 2px;
                    }

                    .widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
                        right: 2px;
                    }

                        .widget-calendar .cal-container .cal-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
                            content: "\e684";
                            right: 14px;
                        }

                .widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar {
                    width: 100%;
                }

                    .widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar th {
                        border: 0;
                        padding: 3px;
                        text-align: center;
                        font-weight: 400;
                        color: #555;
                    }

                        .widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar th span {
                            font-size: 14px;
                        }

                    .widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td {
                        border: 0;
                        padding: 3px;
                        text-align: center;
                    }

                        .widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a {
                            display: inline-block;
                            padding: .2em;
                            text-align: center;
                            text-decoration: none;
                            color: #888;
                            width: 25px;
                            height: 25px;
                            line-height: 20px;
                            font-size: 12px;
                        }

                            .widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-active, .widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
                                background-color: #e6e6e6;
                                border-radius: 50%;
                            }

                            .widget-calendar .cal-container .cal-calendar .ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-highlight {
                                color: #fff;
                            }

@media (max-width:767px) {
    .widget-calendar .cal-container, .widget-calendar .cal-container .cal-calendar, .widget-calendar .cal-container .cal-notes {
        display: block;
    }

        .widget-calendar .cal-container .cal-notes {
            width: 100%;
        }

        .widget-calendar .cal-container .cal-calendar .ui-datepicker {
            margin: 10px 0;
        }
}

.widget.widget-map .map-container > div {
    height: 229px;
}



.widget.widget-tile {
    margin-bottom: 15px;
    white-space: nowrap;
}

    .widget.widget-tile .data-info {
        display: inline-block;
    }

        .widget.widget-tile .data-info .value {
            font-size: 23px;
            font-weight: 400;
        }

        .widget.widget-tile .data-info .desc {
            font-size: 14px;
            line-height: 18px;
        }

    .widget.widget-tile .icon {
        display: inline-block;
        float: right;
        font-size: 45px;
        line-height: 54px;
    }

    .widget.widget-tile.widget-tile-wide {
        display: table;
        width: 100%;
    }

        .widget.widget-tile.widget-tile-wide > div {
            display: table-cell;
            width: 50%;
            vertical-align: middle;
        }

        .widget.widget-tile.widget-tile-wide .data-info {
            vertical-align: top;
        }

            .widget.widget-tile.widget-tile-wide .data-info .title {
                font-size: 16px;
                line-height: 22px;
                margin-bottom: 2px;
            }

            .widget.widget-tile.widget-tile-wide .data-info .desc {
                color: grey;
                font-size: 12px;
            }

        .widget.widget-tile.widget-tile-wide .tile-value {
            text-align: right;
        }

            .widget.widget-tile.widget-tile-wide .tile-value > span {
                display: block;
                padding-right: 10px;
                font-weight: 300;
                font-size: 31px;
            }

        .widget.widget-tile.widget-tile-wide .icon {
            float: none;
            line-height: 43px;
            vertical-align: top;
            margin-right: 5px;
        }

.widget-weather {
    padding: 0;
}

    .widget-weather .wt-container .wt-hour {
        background-color: #7a98bf;
        color: #fff;
        font-size: 35px;
        font-weight: 300;
        padding: 12px;
        text-align: center;
    }



    .widget-weather .wt-container .wt-info {
        display: table;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }

        .widget-weather .wt-container .wt-info .wt-day {
            display: table-cell;
            text-align: center;
            padding: 30px 0;
            border-right: 1px solid #e6e6e6;
        }

            .widget-weather .wt-container .wt-info .wt-day span {
                display: block;
                font-weight: 300;
                font-size: 15px;
            }

                .widget-weather .wt-container .wt-info .wt-day span.day {
                    margin-bottom: 10px;
                }

                .widget-weather .wt-container .wt-info .wt-day span.date {
                    margin-top: 10px;
                }

@media (max-width:767px) {
    .widget-weather .wt-container .wt-info .wt-day canvas {
        height: auto !important;
        width: auto !important;
    }
}

.widget-weather .wt-container .wt-info .wt-day:last-child {
    border-right: 0;
}

.widget-weather .wt-container .wt-location {
    padding: 19px;
    font-size: 15px;
    font-weight: 300;
}

    .widget-weather .wt-container .wt-location .icon {
        float: right;
        cursor: pointer;
        font-size: 20px;
    }

        .widget-weather .wt-container .wt-location .icon:hover {
            color: #7a98bf;
        }

.widget-download-list {
    padding: 0;
}

    .widget-download-list > .widget-head {
        color: #fff;
        line-height: 33px;
        overflow: hidden;
        padding: 19px 20px;
        margin-bottom: 0;
    }

        .widget-download-list > .widget-head .icon {
            font-size: 20px;
            padding: 8px 11px;
        }

    .widget-download-list .widget-list {
        padding: 0;
        list-style: none;
        margin-bottom: 0;
    }

        .widget-download-list .widget-list li {
            border-bottom: 1px solid #e6e6e6;
        }

            .widget-download-list .widget-list li a {
                padding: 21px 20px;
                color: #555;
                display: block;
                font-weight: 300;
                font-size: 16px;
            }

                .widget-download-list .widget-list li a i.icon {
                    font-size: 20px;
                    vertical-align: text-top;
                    display: inline-block;
                    width: 20px;
                    text-align: center;
                }

                .widget-download-list .widget-list li a:hover {
                    background-color: #fafafa;
                }

            .widget-download-list .widget-list li:last-child {
                border: 0;
            }

.widget.widget-radar > .widget-head {
    margin-bottom: 39px;
}

.widget.widget-radar .chart-container {
    margin-bottom: 20px;
}

.login-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
}

    .login-container .panel-default {
        overflow: hidden;
        padding: 40px 15px;
    }

        .login-container .panel-default .panel-heading {
            padding: 0;
            background: 0 0;
            border: 0;
            text-align: center;
            margin-bottom: 20px;
        }

            .login-container .panel-default .panel-heading span {
                display: block;
                color: #858383;
                line-height: 20px;
                font-size: 15px;
                font-weight: 400;
                font-family: Raleway,sans-serif;
                margin-top: 10px;
                padding-bottom: 10px;
            }

        .login-container .panel-default .panel-body .form-group {
            margin: 0;
            padding: 0;
        }

            .login-container .panel-default .panel-body .form-group > div {
                padding: 0;
            }

            .login-container .panel-default .panel-body .form-group .input-group {
                border-bottom: 2px solid #ddd;
                padding: 10px 0;
                margin-top: 20px;
                background-color: #f9f9f9;
            }

                .login-container .panel-default .panel-body .form-group .input-group .input-group-addon {
                    border: 0;
                    background-color: transparent;
                }

                .login-container .panel-default .panel-body .form-group .input-group .form-control {
                    border: 0;
                    background-color: transparent;
                    box-shadow: none;
                    color: #a3a2a2;
                    padding: 0;
                    font-family: Raleway,sans-serif;
                    font-size: 14px;
                    font-weight: 500;
                    height: 36px;
                }

                .login-container .panel-default .panel-body .form-group .input-group.parsley-error {
                    border-color: #f49090;
                }

            .login-container .panel-default .panel-body .form-group.login-submit {
                padding-top: 50px;
            }

                .login-container .panel-default .panel-body .form-group.login-submit .btn {
                    width: 100%;
                }





@media (max-width:767px) {
    .login-container {
        margin-top: 10px;
    }
}


.btn-alt1.active, .btn-alt1:active, .btn-alt2.active, .btn-alt2:active, .btn-alt3.active, .btn-alt3:active, .btn-alt4.active, .btn-alt4:active, .btn-dark.active, .btn-dark:active, .btn-default.active, .btn-default:active, .btn-social.btn-dribbble.active, .btn-social.btn-dribbble:active, .btn-social.btn-facebook.active, .btn-social.btn-facebook:active, .btn-social.btn-flickr.active, .btn-social.btn-flickr:active, .btn-social.btn-github.active, .btn-social.btn-github:active, .btn-social.btn-google-plus.active, .btn-social.btn-google-plus:active, .btn-social.btn-linkedin.active, .btn-social.btn-linkedin:active, .btn-social.btn-pinterest.active, .btn-social.btn-pinterest:active, .btn-social.btn-tumblr.active, .btn-social.btn-tumblr:active, .btn-social.btn-youtube.active, .btn-social.btn-youtube:active, .open > .dropdown-toggle.btn-alt1, .open > .dropdown-toggle.btn-alt2, .open > .dropdown-toggle.btn-alt3, .open > .dropdown-toggle.btn-alt4, .open > .dropdown-toggle.btn-dark, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-social.btn-dribbble, .open > .dropdown-toggle.btn-social.btn-facebook, .open > .dropdown-toggle.btn-social.btn-flickr, .open > .dropdown-toggle.btn-social.btn-github, .open > .dropdown-toggle.btn-social.btn-google-plus, .open > .dropdown-toggle.btn-social.btn-linkedin, .open > .dropdown-toggle.btn-social.btn-pinterest, .open > .dropdown-toggle.btn-social.btn-tumblr, .open > .dropdown-toggle.btn-social.btn-youtube {
    background-image: none;
}



.panel, .panel .panel-heading.no-border, .panel.panel-alt1 .panel-heading .panel-title, .panel.panel-alt1 .panel-heading .title, .panel.panel-alt1 .panel-heading h1, .panel.panel-alt1 .panel-heading h2, .panel.panel-alt1 .panel-heading h3, .panel.panel-alt1 .panel-heading h4, .panel.panel-alt1 .panel-heading h5, .panel.panel-alt1 .panel-heading h6, .panel.panel-alt2 .panel-heading .panel-title, .panel.panel-alt2 .panel-heading .title, .panel.panel-alt2 .panel-heading h1, .panel.panel-alt2 .panel-heading h2, .panel.panel-alt2 .panel-heading h3, .panel.panel-alt2 .panel-heading h4, .panel.panel-alt2 .panel-heading h5, .panel.panel-alt2 .panel-heading h6, .panel.panel-alt3 .panel-heading .panel-title, .panel.panel-alt3 .panel-heading .title, .panel.panel-alt3 .panel-heading h1, .panel.panel-alt3 .panel-heading h2, .panel.panel-alt3 .panel-heading h3, .panel.panel-alt3 .panel-heading h4, .panel.panel-alt3 .panel-heading h5, .panel.panel-alt3 .panel-heading h6, .panel.panel-alt4 .panel-heading .panel-title, .panel.panel-alt4 .panel-heading .title, .panel.panel-alt4 .panel-heading h1, .panel.panel-alt4 .panel-heading h2, .panel.panel-alt4 .panel-heading h3, .panel.panel-alt4 .panel-heading h4, .panel.panel-alt4 .panel-heading h5, .panel.panel-alt4 .panel-heading h6, .panel.panel-dark .panel-heading .panel-title, .panel.panel-dark .panel-heading .title, .panel.panel-dark .panel-heading h1, .panel.panel-dark .panel-heading h2, .panel.panel-dark .panel-heading h3, .panel.panel-dark .panel-heading h4, .panel.panel-dark .panel-heading h5, .panel.panel-dark .panel-heading h6, .panel.panel-heading-fullwidth .panel-heading .panel-title, .panel.panel-heading-fullwidth .panel-heading .title, .panel.panel-heading-fullwidth .panel-heading h1, .panel.panel-heading-fullwidth .panel-heading h2, .panel.panel-heading-fullwidth .panel-heading h3, .panel.panel-heading-fullwidth .panel-heading h4, .panel.panel-heading-fullwidth .panel-heading h5, .panel.panel-heading-fullwidth .panel-heading h6, .panel.panel-primary .panel-heading .panel-title, .panel.panel-primary .panel-heading .title, .panel.panel-primary .panel-heading h1, .panel.panel-primary .panel-heading h2, .panel.panel-primary .panel-heading h3, .panel.panel-primary .panel-heading h4, .panel.panel-primary .panel-heading h5, .panel.panel-primary .panel-heading h6 {
    border-width: 0;
}

.btn {
    border-radius: 0;
    text-shadow: 0 1px rgba(0,0,0,.2);
    overflow: hidden;
}

    .btn.active, .btn:active {
        box-shadow: none;
    }

.btn-group-xs > .btn, .btn-xs {
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btn .icon {
    font-size: 18px;
    vertical-align: sub;
}

    .btn .icon.icon-left {
        margin-right: 3px;
    }

    .btn .icon.icon-right {
        margin-left: 3px;
    }

    .btn .icon.fa {
        font-size: 15px;
    }

.btn.btn-lg .icon {
    font-size: 23px;
    line-height: 25px;
}

.btn.btn-sm .icon {
    font-size: 16px;
    line-height: 16px;
}

.btn.btn-xs .icon {
    font-size: 18px;
    line-height: 17px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.panel {
    background-color: #fff;
    margin-bottom: 20px;
}

    .panel .panel-heading {
        font-weight: 300;
        padding-left: 0;
        padding-right: 0;
        margin: 0 20px;
    }

        .panel .panel-heading .panel-title, .panel .panel-heading .title, .panel .panel-heading > h1, .panel .panel-heading > h2, .panel .panel-heading > h3, .panel .panel-heading > h4, .panel .panel-heading > h5, .panel .panel-heading > h6 {
            font-weight: 300;
            margin: 0;
        }

        .panel .panel-heading .tools {
            float: right;
            font-size: 0;
        }

            .panel .panel-heading .tools > .icon {
                display: inline-block;
                margin-left: 5px;
                font-size: 21px;
                line-height: 28px;
                vertical-align: middle;
                cursor: pointer;
            }

                .panel .panel-heading .tools > .icon:hover {
                    color: #7a98bf;
                }

                .panel .panel-heading .tools > .icon.s7-close {
                    font-size: 27px;
                    margin-left: 1px;
                    position: relative;
                    top: 1px;
                }

            .panel .panel-heading .tools .value {
                font-size: 24px;
                line-height: 22px;
            }

    .panel.panel-alt1 .panel-heading, .panel.panel-alt2 .panel-heading, .panel.panel-alt3 .panel-heading, .panel.panel-alt4 .panel-heading, .panel.panel-dark .panel-heading, .panel.panel-heading-fullwidth .panel-heading, .panel.panel-primary .panel-heading {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .panel.panel-borders {
        box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, .08);
    }

    .panel.panel-transparent {
        background-color: transparent;
    }

    .panel.panel-full-primary .panel-heading .tools, .panel.panel-primary .panel-heading .tools {
        color: #fff;
    }

        .panel.panel-full-primary .panel-heading .tools > .icon:hover, .panel.panel-primary .panel-heading .tools > .icon:hover {
            color: #d64949;
        }

    .panel.panel-alt1 .panel-heading, .panel.panel-full-alt1 .panel-heading {
        background-color: #95d9f0;
        color: #fff;
    }

        .panel.panel-alt1 .panel-heading .tools > .icon:hover, .panel.panel-full-alt1 .panel-heading .tools > .icon:hover {
            color: #7cc0d7;
        }

    .panel.panel-alt2 .panel-heading, .panel.panel-full-alt2 .panel-heading {
        background-color: #ffdc7a;
        color: #fff;
    }

        .panel.panel-alt2 .panel-heading .tools > .icon:hover, .panel.panel-full-alt2 .panel-heading .tools > .icon:hover {
            color: #e6c361;
        }

    .panel.panel-alt3 .panel-heading, .panel.panel-full-alt3 .panel-heading {
        background-color: #7a98bf;
        color: #fff;
    }

        .panel.panel-alt3 .panel-heading .tools > .icon:hover, .panel.panel-full-alt3 .panel-heading .tools > .icon:hover {
            color: #617fa6;
        }

    .panel.panel-alt4 .panel-heading, .panel.panel-full-alt4 .panel-heading {
        background-color: #ccc;
        color: #fff;
    }

        .panel.panel-alt4 .panel-heading .tools > .icon:hover, .panel.panel-full-alt4 .panel-heading .tools > .icon:hover {
            color: #b3b3b3;
        }

    .panel.panel-dark .panel-heading, .panel.panel-full-dark .panel-heading {
        background-color: #3d3c3c;
        color: #fff;
    }

        .panel.panel-dark .panel-heading .tools > .icon:hover, .panel.panel-full-dark .panel-heading .tools > .icon:hover {
            color: #242323;
        }

    .panel.panel-full-primary {
        background-color: #7a98bf;
        color: #fff;
    }

        .panel.panel-full-primary .panel-heading {
            border-color: #e55858;
        }

    .panel.panel-full-alt1 {
        background-color: #95d9f0;
        color: #fff;
    }

        .panel.panel-full-alt1 .panel-heading {
            border-color: #8bcfe6;
        }

    .panel.panel-full-alt2 {
        background-color: #ffdc7a;
        color: #fff;
    }

        .panel.panel-full-alt2 .panel-heading {
            border-color: #f5d270;
        }

    .panel.panel-full-alt3 {
        background-color: #7a98bf;
        color: #fff;
    }

        .panel.panel-full-alt3 .panel-heading {
            border-color: #708eb5;
        }

    .panel.panel-full-alt4 {
        background-color: #ccc;
        color: #fff;
    }

        .panel.panel-full-alt4 .panel-heading {
            border-color: #c2c2c2;
        }

    .panel.panel-full-dark {
        background-color: #3d3c3c;
        color: #fff;
    }

        .panel.panel-full-dark .panel-heading {
            border-color: #333232;
        }

.dropdown-menu {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
}

    .dropdown-menu > li > a {
        font-weight: 300;
        color: #504e4e;
        padding: 9px 20px;
        cursor: pointer;
    }

        .dropdown-menu > li > a .icon {
            font-size: 17px;
            line-height: 15px;
            vertical-align: middle;
            margin-right: 4px;
        }

        .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus {
            background-color: transparent;
            color: #504e4e;
        }

    .dropdown-menu .divider {
        margin: 6px 0;
        background-color: rgba(0,0,0,.1);
    }

.dropdown-header {
    padding: 5px 20px 1px;
    font-weight: 600;
    color: #c2c1c1;
    cursor: default;
}

.panel-group.accordion {
    margin-bottom: 40px;
    padding: 0;
}

    .panel-group.accordion .panel {
        padding: 0;
    }

        .panel-group.accordion .panel .panel-heading {
            background: #fff;
            padding: 0;
            margin: 0;
        }

            .panel-group.accordion .panel .panel-heading a {
                padding: 17px 10px;
                display: block;
                font-weight: 400;
                font-size: 20px;
            }

                .panel-group.accordion .panel .panel-heading a .icon {
                    -webkit-transition: -webkit-transform 200ms ease-in-out;
                    -o-transition: -o-transform 200ms ease-in-out;
                    transition: transform 200ms ease-in-out;
                    font-size: 25px;
                    vertical-align: middle;
                    position: relative;
                    top: -1px;
                    display: inline-block;
                }

                .panel-group.accordion .panel .panel-heading a.collapsed {
                    color: #555;
                }

                    .panel-group.accordion .panel .panel-heading a.collapsed .icon {
                        -webkit-transform: rotate(-90deg);
                        -ms-transform: rotate(-90deg);
                        -o-transform: rotate(-90deg);
                        transform: rotate(-90deg);
                    }

        .panel-group.accordion .panel .panel-collapse .panel-body {
            padding: 0 30px 20px 40px;
            border-top: 0;
        }

    .panel-group.accordion.accordion-color .panel .panel-heading a {
        background-color: #7a98bf;
        color: #fff;
    }

        .panel-group.accordion.accordion-color .panel .panel-heading a.collapsed {
            background-color: #fff;
            color: #555;
        }

    .panel-group.accordion.accordion-color .panel .panel-collapse .panel-body {
        background-color: #7a98bf;
        color: #fff;
    }

    .panel-group.accordion.accordion-semi .panel .panel-heading a {
        background-color: #7a98bf;
        color: #fff;
        -webkit-transition: background-color 200ms ease-in-out;
        -o-transition: background-color 200ms ease-in-out;
        transition: background-color 200ms ease-in-out;
    }

        .panel-group.accordion.accordion-semi .panel .panel-heading a.collapsed {
            background-color: #fff;
            color: #555;
            border-bottom: 0;
        }

    .panel-group.accordion.accordion-semi .panel .panel-collapse .panel-body {
        padding-top: 15px;
    }

    .panel-group.accordion.accordion-semi .panel-heading.success a {
        background-color: #61A398;
    }

    .panel-group.accordion.accordion-semi .panel-heading.warning a {
        background-color: #ffbe57;
    }

    .panel-group.accordion.accordion-semi .panel-heading.danger a {
        background-color: #A74444;
    }

.nav-tabs {
    border-bottom-width: 0;
    padding-left: 13px;
}

    .nav-tabs > li {
        margin-right: 3px;
        background-color: #ededed;
        border-top: 2px solid #c9c9c9;
    }

        .nav-tabs > li a {
            padding: 10px 20px;
            margin-right: 0;
            min-width: 70px;
            border-radius: 0;
            color: #555;
            border-width: 0;
            font-size: 14px;
        }

            .nav-tabs > li a i {
                font-size: 20px;
                vertical-align: sub;
            }

            .nav-tabs > li a:hover {
                background: 0 0;
            }

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

        .nav-tabs > li.active {
            position: relative;
            background: 0 0;
            border-right: 1px solid #ddd;
            border-left: 1px solid #ddd;
            margin-bottom: 0px;
        }

            .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
                background-color: #fff;
            }

.tab-content {
    background: #fff;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #ddd;
    margin-top: -1px;
}



.tab-bottom .tab-content {
    margin-bottom: 0;
}

.tab-bottom .nav-tabs {
    margin-bottom: 40px;
}

.tab-left .nav-tabs, .tab-right .nav-tabs {
    float: left;
}

    .tab-left .nav-tabs span, .tab-right .nav-tabs span {
        display: block;
    }

    .tab-left .nav-tabs > li, .tab-right .nav-tabs > li {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        border-top: 1px solid #ddd !important;
        border-left: 1px solid #ddd;
    }

        .tab-left .nav-tabs > li.active {
            border-right: none;
        }

        .tab-left .nav-tabs > li > a, .tab-right .nav-tabs > li > a {
            text-align: center;
            min-width: 38px;
            border-radius: 0;
            -webkit-border-radius: 0;
            font-size: 11px;
        }


            .tab-left .nav-tabs > li > a .icon, .tab-right .nav-tabs > li > a .icon {
                font-size: 26px;
            }

.tab-left .tab-content, .tab-right .tab-content {
    overflow: auto;
}

.tab-right .nav-tabs {
    float: right;
}



.am-modal-open {
    overflow-x: visible;
}

.table > thead > tr > th {
    border-bottom-width: 1px;
    font-weight: 600;
    font-size: 14px;
}

.table > thead.primary > tr > th {
    color: #7a98bf;
}

.table > thead.alt3 > tr > th {
    color: #7a98bf;
}

.table > tbody > tr > td {
    font-weight: 300;
    vertical-align: middle;
}

.table > tbody.no-border-x > tr > td {
    border-top-width: 0;
}

.table-condensed > thead > tr > th {
    padding-top: 10px;
    padding-bottom: 8px;
}

.table-responsive {
    border: 0;
}

.table tbody tr td.user-avatar img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

@media (max-width:767px) {
    .table tbody tr td.user-avatar img {
        display: none;
    }
}

.table .number {
    text-align: right;
}

.table-fw-widget tr td:first-child, .table-fw-widget tr th:first-child {
    padding-left: 15px;
}

.table-fw-widget tr td:last-child, .table-fw-widget tr th:last-child {
    padding-right: 15px;
}

.table-fw-widget thead tr th {
    padding-top: 15px;
    padding-bottom: 10px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px;
    color: #fff;
    vertical-align: text-top;
    background-color: #777;
    text-shadow: 0px 1px 1px #000;
    font-size: 11px;
}

.badge-primary {
    background-color: #7a98bf;
}

.badge-success {
    background-color: #61A398;
}

.badge-info {
    background-color: #8dcadf;
}

.badge-warning {
    background-color: #ffbe57;
}

.badge-danger {
    background-color: #A74444;
}

.badge-default {
    background-color: #777;
}

.label {
    border-radius: 0;
    padding: 4px 7px;
}

.list-group-item {
    padding: 13px 15px;
}

.text-success {
    color: #61A398;
}

a.text-success:focus, a.text-success:hover {
    color: #55beac;
}

.text-info {
    color: #8dcadf;
}

a.text-info:focus, a.text-info:hover {
    color: #73cdec;
}

.text-warning {
    color: #D89B46;
}

a.text-warning:focus, a.text-warning:hover {
    color: #E5B464;
}

.text-danger {
    color: #A74444;
}

a.text-danger:focus, a.text-danger:hover {
    color: #ea3434;
}

.text-alt1 {
    color: #95d9f0;
}

a.text-alt1:focus, a.text-alt1:hover {
    color: #68c9ea;
}

.text-alt2 {
    color: #ffdc7a;
}

a.text-alt2:focus, a.text-alt2:hover {
    color: #ffcf47;
}

.text-alt3 {
    color: #7a98bf;
}

a.text-alt3:focus, a.text-alt3:hover {
    color: #587dae;
}

.text-alt4 {
    color: #ccc;
}

a.text-alt4:focus, a.text-alt4:hover {
    color: #b3b3b3;
}

.progress {
    height: 22px;
    box-shadow: none;
    margin: 0 15%;
}

.progress-bar {
    box-shadow: none;
    line-height: 22px;
}

.form-control {
    border-width: 2px;
    box-shadow: none;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
}



    .form-control[multiple] {
        padding: 0;
    }

        .form-control[multiple] option {
            padding: 8px 12px;
        }

label {
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 3px;
}

.am-checkbox, .am-radio {
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
}


.form-horizontal .am-checkbox, .form-horizontal .am-radio {
    padding: 7px 0;
    min-height: auto;
}

.am-checkbox input[type=checkbox], .am-checkbox input[type=radio], .am-radio input[type=checkbox], .am-radio input[type=radio] {
    margin: 0;
    display: none;
    width: 22px;
}

.am-checkbox-xs input[type=checkbox] {
    margin: 0;
    display: none;
    width: 15px;
}

.am-checkbox-xs {
    display: inline;
}

.am-checkbox.inline, .am-radio.inline, form.dropzone .icon {
    display: inline-block;
}

.am-checkbox input[type=checkbox] + label, .am-checkbox input[type=radio] + label, .am-radio input[type=checkbox] + label, .am-radio input[type=radio] + label {
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 600;
    cursor: pointer;
    font-weight: 100;
    font-size: 17px;
}

    .am-checkbox input[type=checkbox] + label:before, .am-checkbox input[type=radio] + label:before, .am-radio input[type=checkbox] + label:before, .am-radio input[type=radio] + label:before {
        content: "";
        width: 16px;
        height: 16px;
        display: inline-block;
        border: 2px solid #eaeaea;
        font-size: 18px;
        font-family: 'Stroke 7';
        font-weight: 400;
        line-height: 16px;
        text-align: center;
        background-color: #fff;
        cursor: pointer;
        box-sizing: content-box !important;
        vertical-align: text-bottom;
    }

.am-checkbox-xs input[type=checkbox] + label:before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid #eaeaea;
    font-size: 16px;
    font-family: 'Stroke 7';
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    box-sizing: content-box !important;
    vertical-align: text-bottom;
}

.am-checkbox input[type=checkbox] + label:hover:before, .am-checkbox input[type=checkbox]:hover + label:before, .am-checkbox input[type=radio] + label:hover:before, .am-checkbox input[type=radio]:hover + label:before, .am-radio input[type=checkbox] + label:hover:before, .am-radio input[type=checkbox]:hover + label:before, .am-radio input[type=radio] + label:hover:before, .am-radio input[type=radio]:hover + label:before {
    border-color: #d1d1d1;
}

.am-checkbox input[type=checkbox]:checked + label:before, .am-checkbox input[type=radio]:checked + label:before, .am-radio input[type=checkbox]:checked + label:before, .am-radio input[type=radio]:checked + label:before {
    content: "\e6cd";
    vertical-align: text-bottom;
}

.am-checkbox-xs input[type=checkbox]:checked + label:before {
    content: "\e6cd";
    vertical-align: text-bottom;
}

.am-checkbox-xs input[type=checkbox]:checked + label > span {
    text-decoration: line-through;
}

.am-checkbox-xs label {
    cursor: pointer;
}

.am-checkbox:not(.not-disabled) input[type=checkbox]:disabled + label, .am-checkbox input[type=radio]:disabled + label, .am-radio input[type=checkbox]:disabled + label, .am-radio input[type=radio]:disabled + label {
    opacity: .5;
    pointer-events: none;
}

    .am-checkbox:not(.not-disabled) input[type=checkbox]:disabled + label:before, .am-checkbox input[type=radio]:disabled + label:before, .am-radio input[type=checkbox]:disabled + label:before, .am-radio input[type=radio]:disabled + label:before {
        pointer-events: none !important;
        background-color: #fff;
    }

.am-checkbox input[type=radio] + label:before, .am-radio input[type=radio] + label:before {
    border-radius: 50%;
    font-family: 'Stroke 7';
    line-height: 17px;
    font-size: 11px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .am-checkbox input[type=radio] + label:before, .am-radio input[type=radio] + label:before {
        line-height: 18px;
    }
}

.am-checkbox input[type=radio]:checked + label:before, .am-radio input[type=radio]:checked + label:before {
    content: "\e6ce";
}

.am-checkbox.inline + .am-checkbox.inline, .am-checkbox.inline + .am-radio.inline, .am-radio.inline + .am-checkbox.inline, .am-radio.inline + .am-radio.inline {
    margin-left: 18px;
}

.form-horizontal .form-group {
    margin-bottom: 0;
    padding: 12px 0;
}

.input-group-addon {
    font-size: 14px;
}

    .input-group-addon i {
        font-size: 20px !important;
    }

    .input-group-addon .am-checkbox, .input-group-addon .am-radio {
        padding: 0;
        line-height: 21px;
    }

        .input-group-addon .am-checkbox input + label, .input-group-addon .am-radio input + label {
            margin: 0;
        }

            .input-group-addon .am-checkbox input + label:before, .input-group-addon .am-radio input + label:before {
                margin: 0;
                border-color: #ddd;
            }

.input-group-btn .btn {
    height: 39px;
}


.btn-default, .btn-default.focus, .btn-default:focus {
    color: #555;
    background-color: #fff;
    border-color: #dedede;
    text-shadow: none;
}
/*------------------------------------------------------------------
  [Alerts]
*/
.alert {
    line-height: 10px;
}

    .alert .icon {
        font-size: 24px;
        color: #ffffff;
        vertical-align: middle;
        margin-right: 9px;
        line-height: 22px;
    }

    .alert .close {
        font-size: 31px;
    }

    .alert .message > p,
    .alert .message > ul {
        margin-bottom: 0;
    }

        .alert .message > p + p {
            margin-top: 5px;
        }

.alert-dismissible .close {
    top: -4px;
    right: -30px;
}

.alert-primary {
    background-color: #ef6262;
    border-color: #ef6262;
    color: #ffffff;
}

    .alert-primary hr {
        border-top-color: #ec4b4b;
    }

    .alert-primary .alert-link {
        color: #e6e6e6;
    }

.alert-dismissible.alert-primary .close {
    color: #a71111;
    text-shadow: 0 1px 0 #a71111;
}

.alert-dismissible.alert-success .close {
    color: #307d70;
    text-shadow: 0 1px 0 #307d70;
}

.alert-dismissible.alert-info .close {
    color: #2e86a5;
    text-shadow: 0 1px 0 #2e86a5;
}

.alert-dismissible.alert-warning .close {
    color: #d68400;
    text-shadow: 0 1px 0 #d68400;
}

.alert-dismissible.alert-danger .close {
    color: #a71111;
    text-shadow: 0 1px 0 #a71111;
}

.alert-icon {
    background-color: #ffffff;
    border: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: table;
    table-layout: fixed;
}

    .alert-icon > .icon {
        display: table-cell;
        width: 55px;
        text-align: center;
        vertical-align: middle;
        cursor: default;
    }

        .alert-icon > .icon:after {
            position: absolute;
            margin-left: 54px;
            top: 50%;
            margin-top: -11px;
            content: '';
            display: block;
            width: 0;
            height: 0;
            -moz-transform: scale(0.9999);
            border-top: 11px solid transparent;
            border-bottom: 11px solid transparent;
            border-left: 11px solid #ffffff;
        }

    .alert-icon > .message {
        display: table-cell;
        padding: 18px;
        color: #555555;
        border: 1px solid #d4d4d4;
        border-left-width: 0;
    }

    .alert-icon.alert-dismissible .close {
        position: absolute;
        right: 11px;
        top: 14px;
        color: #555555;
        text-shadow: 0 1px 0 #555555;
    }

    .alert-icon.alert-primary > .icon {
        background-color: #ef6262;
    }

        .alert-icon.alert-primary > .icon:after {
            border-left-color: #ef6262;
        }

    .alert-icon.alert-success > .icon {
        background-color: #7accbe;
    }

        .alert-icon.alert-success > .icon:after {
            border-left-color: #7accbe;
        }

    .alert-icon.alert-info > .icon {
        background-color: #8dcadf;
    }

        .alert-icon.alert-info > .icon:after {
            border-left-color: #8dcadf;
        }

    .alert-icon.alert-warning > .icon {
        background-color: #ffc870;
    }

        .alert-icon.alert-warning > .icon:after {
            border-left-color: #ffc870;
        }

    .alert-icon.alert-danger > .icon {
        background-color: #ef6262;
    }

        .alert-icon.alert-danger > .icon:after {
            border-left-color: #ef6262;
        }

.alert-border-color.alert-primary .message {
    border-color: #ef6262;
}

.alert-border-color.alert-success .message {
    border-color: #7accbe;
}

.alert-border-color.alert-info .message {
    border-color: #8dcadf;
}

.alert-border-color.alert-warning .message {
    border-color: #ffc870;
}

.alert-border-color.alert-danger .message {
    border-color: #ef6262;
}

.alert-icon-color {
    border: 1px solid #e6e6e6;
}

    .alert-icon-color > .icon {
        background-color: #f8f8f8 !important;
        border-width: 0;
    }

        .alert-icon-color > .icon:after {
            border-left-color: #ffffff !important;
            display: none;
        }

    .alert-icon-color > .message {
        border-width: 0;
    }

    .alert-icon-color.alert-primary > .icon {
        background-color: transparent;
        color: #ef6262;
    }

    .alert-icon-color.alert-success > .icon {
        background-color: transparent;
        color: #7accbe;
    }

    .alert-icon-color.alert-info > .icon {
        background-color: transparent;
        color: #8dcadf;
    }

    .alert-icon-color.alert-warning > .icon {
        background-color: transparent;
        color: #ffc870;
    }

    .alert-icon-color.alert-danger > .icon {
        background-color: transparent;
        color: #ef6262;
    }

/*------------------------------------------------------------------
  [Color swatch]
*/
.color-swatch {
    margin-top: 20px;
    display: inline-block;
    min-width: 230px;
    overflow: hidden;
    border-radius: 3px;
}

    .color-swatch .colors {
        margin: 0;
    }

        .color-swatch .colors > div {
            min-height: 90px;
        }

    .color-swatch .desc {
        margin: 0;
    }

        .color-swatch .desc > div {
            text-align: center;
            background-color: #ffffff;
            line-height: 50px;
            font-family: 'Raleway', sans-serif;
            font-weight: 600;
            color: #686868;
        }

/*------------------------------------------------------------------
  [Colors]
*/
.clr-primary {
    background-color: #ef6262;
}

.clr-success {
    background-color: #7accbe;
}

.clr-info {
    background-color: #8dcadf;
}

.clr-warning {
    background-color: #ffc870;
}

.clr-danger {
    background-color: #ef6262;
}

.clr-alt1 {
    background-color: #95d9f0;
}

.clr-alt2 {
    background-color: #ffdc7a;
}

.clr-alt3 {
    background-color: #7a98bf;
}

.clr-alt4 {
    background-color: #cccccc;
}

.clr-btn-default {
    background-color: #ffffff;
}

.clr-btn-default-hover {
    background-color: #f7f7f7;
}

.clr-btn-default-active {
    background-color: #ededed;
}

.clr-btn-primary {
    background-color: #ef6262;
}

.clr-btn-primary-hover {
    background-color: #f17979;
}

.clr-btn-primary-active {
    background-color: #ec4b4b;
}

.clr-btn-dark {
    background-color: #3d3c3c;
}

.clr-btn-dark-hover {
    background-color: #4a4949;
}

.clr-btn-dark-active {
    background-color: #302f2f;
}

.clr-btn-info {
    background-color: #8dcadf;
}

.clr-btn-info-hover {
    background-color: #a1d3e5;
}

.clr-btn-info-active {
    background-color: #79c1d9;
}

.clr-btn-warning {
    background-color: #ffc870;
}

.clr-btn-warning-hover {
    background-color: #ffd28a;
}

.clr-btn-warning-active {
    background-color: #ffbe57;
}

.clr-btn-danger {
    background-color: #ef6262;
}

.clr-btn-danger-hover {
    background-color: #f17979;
}

.clr-btn-danger-active {
    background-color: #ed4b4b;
}

.clr-btn-success {
    background-color: #7accbe;
}

.clr-btn-success-hover {
    background-color: #8cd3c7;
}

.clr-btn-success-active {
    background-color: #68c5b5;
}

.clr-btn-alt1 {
    background-color: #56c3e7;
}

.clr-btn-alt1-hover {
    background-color: #6dcbea;
}

.clr-btn-alt1-active {
    background-color: #40bbe4;
}

.clr-btn-alt2 {
    background-color: #ffcf66;
}

.clr-btn-alt2-hover {
    background-color: #ffd77f;
}

.clr-btn-alt2-active {
    background-color: #ffc74c;
}

.clr-btn-alt3 {
    background-color: #7a98bf;
}

.clr-btn-alt3-hover {
    background-color: #8ba5c7;
}

.clr-btn-alt3-active {
    background-color: #698bb7;
}

.clr-btn-alt4 {
    background-color: #bdbdbd;
}

.clr-btn-alt4-hover {
    background-color: #c9c9c9;
}

.clr-btn-alt4-active {
    background-color: #b0b0b0;
}

@font-face {
	font-family: 'Stroke 7';
	src:url('../fonts/Stroke-7.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&21lgsr');
	src:url('../fonts/Stroke-7.eot?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&#iefix21lgsr') format('embedded-opentype'),
		url('../fonts/Stroke-7.ttf?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&21lgsr') format('truetype'),
		url('../fonts/Stroke-7.woff?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&21lgsr') format('woff'),
		url('../fonts/Stroke-7.svg?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo&21lgsr#Stroke-7') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="s7-"], [class*=" s7-"] {
	font-family: 'Stroke 7';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.s7-point:before {
	content: "\e6ce";
}
.s7-input-check:before {
	content: "\e6cd";
}
.s7-menu3:before {
	content: "\e6cc";
}
.s7-menu2:before {
	content: "\e6cb";
}
.s7-check:before {
	content: "\e6ca";
}
.s7-album:before {
	content: "\e6aa";
}
.s7-arc:before {
	content: "\e6ab";
}
.s7-back-2:before {
	content: "\e6ac";
}
.s7-bandaid:before {
	content: "\e6ad";
}
.s7-car:before {
	content: "\e6ae";
}
.s7-diamond:before {
	content: "\e6af";
}
.s7-door-lock:before {
	content: "\e6b0";
}
.s7-eyedropper:before {
	content: "\e6b1";
}
.s7-female:before {
	content: "\e6b2";
}
.s7-gym:before {
	content: "\e6b3";
}
.s7-hammer:before {
	content: "\e6b4";
}
.s7-headphones:before {
	content: "\e6b5";
}
.s7-helm:before {
	content: "\e6b6";
}
.s7-hourglass:before {
	content: "\e6b7";
}
.s7-leaf:before {
	content: "\e6b8";
}
.s7-magic-wand:before {
	content: "\e6b9";
}
.s7-male:before {
	content: "\e6ba";
}
.s7-map-2:before {
	content: "\e6bb";
}
.s7-next-2:before {
	content: "\e6bc";
}
.s7-paint-bucket:before {
	content: "\e6bd";
}
.s7-pendrive:before {
	content: "\e6be";
}
.s7-photo:before {
	content: "\e6bf";
}
.s7-piggy:before {
	content: "\e6c0";
}
.s7-plugin:before {
	content: "\e6c1";
}
.s7-refresh-2:before {
	content: "\e6c2";
}
.s7-rocket:before {
	content: "\e6c3";
}
.s7-settings:before {
	content: "\e6c4";
}
.s7-shield:before {
	content: "\e6c5";
}
.s7-smile:before {
	content: "\e6c6";
}
.s7-usb:before {
	content: "\e6c7";
}
.s7-vector:before {
	content: "\e6c8";
}
.s7-wine:before {
	content: "\e6c9";
}
.s7-cloud-upload:before {
	content: "\e68a";
}
.s7-cash:before {
	content: "\e68c";
}
.s7-close:before {
	content: "\e680";
}
.s7-bluetooth:before {
	content: "\e68d";
}
.s7-cloud-download:before {
	content: "\e68b";
}
.s7-way:before {
	content: "\e68e";
}
.s7-close-circle:before {
	content: "\e681";
}
.s7-id:before {
	content: "\e68f";
}
.s7-angle-up:before {
	content: "\e682";
}
.s7-wristwatch:before {
	content: "\e690";
}
.s7-angle-up-circle:before {
	content: "\e683";
}
.s7-world:before {
	content: "\e691";
}
.s7-angle-right:before {
	content: "\e684";
}
.s7-volume:before {
	content: "\e692";
}
.s7-angle-right-circle:before {
	content: "\e685";
}
.s7-users:before {
	content: "\e693";
}
.s7-angle-left:before {
	content: "\e686";
}
.s7-user-female:before {
	content: "\e694";
}
.s7-angle-left-circle:before {
	content: "\e687";
}
.s7-up-arrow:before {
	content: "\e695";
}
.s7-angle-down:before {
	content: "\e688";
}
.s7-switch:before {
	content: "\e696";
}
.s7-angle-down-circle:before {
	content: "\e689";
}
.s7-scissors:before {
	content: "\e697";
}
.s7-wallet:before {
	content: "\e600";
}
.s7-safe:before {
	content: "\e698";
}
.s7-volume2:before {
	content: "\e601";
}
.s7-volume1:before {
	content: "\e602";
}
.s7-voicemail:before {
	content: "\e603";
}
.s7-video:before {
	content: "\e604";
}
.s7-user:before {
	content: "\e605";
}
.s7-upload:before {
	content: "\e606";
}
.s7-unlock:before {
	content: "\e607";
}
.s7-umbrella:before {
	content: "\e608";
}
.s7-trash:before {
	content: "\e609";
}
.s7-tools:before {
	content: "\e60a";
}
.s7-timer:before {
	content: "\e60b";
}
.s7-ticket:before {
	content: "\e60c";
}
.s7-target:before {
	content: "\e60d";
}
.s7-sun:before {
	content: "\e60e";
}
.s7-study:before {
	content: "\e60f";
}
.s7-stopwatch:before {
	content: "\e610";
}
.s7-star:before {
	content: "\e611";
}
.s7-speaker:before {
	content: "\e612";
}
.s7-signal:before {
	content: "\e613";
}
.s7-shuffle:before {
	content: "\e614";
}
.s7-shopbag:before {
	content: "\e615";
}
.s7-share:before {
	content: "\e616";
}
.s7-server:before {
	content: "\e617";
}
.s7-search:before {
	content: "\e618";
}
.s7-film:before {
	content: "\e6a5";
}
.s7-science:before {
	content: "\e619";
}
.s7-disk:before {
	content: "\e6a6";
}
.s7-ribbon:before {
	content: "\e61a";
}
.s7-repeat:before {
	content: "\e61b";
}
.s7-refresh:before {
	content: "\e61c";
}
.s7-add-user:before {
	content: "\e6a9";
}
.s7-refresh-cloud:before {
	content: "\e61d";
}
.s7-paperclip:before {
	content: "\e69c";
}
.s7-radio:before {
	content: "\e61e";
}
.s7-note2:before {
	content: "\e69d";
}
.s7-print:before {
	content: "\e61f";
}
.s7-network:before {
	content: "\e69e";
}
.s7-prev:before {
	content: "\e620";
}
.s7-mute:before {
	content: "\e69f";
}
.s7-power:before {
	content: "\e621";
}
.s7-medal:before {
	content: "\e6a0";
}
.s7-portfolio:before {
	content: "\e622";
}
.s7-like2:before {
	content: "\e6a1";
}
.s7-plus:before {
	content: "\e623";
}
.s7-left-arrow:before {
	content: "\e6a2";
}
.s7-play:before {
	content: "\e624";
}
.s7-key:before {
	content: "\e6a3";
}
.s7-plane:before {
	content: "\e625";
}
.s7-joy:before {
	content: "\e6a4";
}
.s7-photo-gallery:before {
	content: "\e626";
}
.s7-pin:before {
	content: "\e69b";
}
.s7-phone:before {
	content: "\e627";
}
.s7-plug:before {
	content: "\e69a";
}
.s7-pen:before {
	content: "\e628";
}
.s7-right-arrow:before {
	content: "\e699";
}
.s7-paper-plane:before {
	content: "\e629";
}
.s7-delete-user:before {
	content: "\e6a7";
}
.s7-paint:before {
	content: "\e62a";
}
.s7-bottom-arrow:before {
	content: "\e6a8";
}
.s7-notebook:before {
	content: "\e62b";
}
.s7-note:before {
	content: "\e62c";
}
.s7-next:before {
	content: "\e62d";
}
.s7-news-paper:before {
	content: "\e62e";
}
.s7-musiclist:before {
	content: "\e62f";
}
.s7-music:before {
	content: "\e630";
}
.s7-mouse:before {
	content: "\e631";
}
.s7-more:before {
	content: "\e632";
}
.s7-moon:before {
	content: "\e633";
}
.s7-monitor:before {
	content: "\e634";
}
.s7-micro:before {
	content: "\e635";
}
.s7-menu:before {
	content: "\e636";
}
.s7-map:before {
	content: "\e637";
}
.s7-map-marker:before {
	content: "\e638";
}
.s7-mail:before {
	content: "\e639";
}
.s7-mail-open:before {
	content: "\e63a";
}
.s7-mail-open-file:before {
	content: "\e63b";
}
.s7-magnet:before {
	content: "\e63c";
}
.s7-loop:before {
	content: "\e63d";
}
.s7-look:before {
	content: "\e63e";
}
.s7-lock:before {
	content: "\e63f";
}
.s7-lintern:before {
	content: "\e640";
}
.s7-link:before {
	content: "\e641";
}
.s7-like:before {
	content: "\e642";
}
.s7-light:before {
	content: "\e643";
}
.s7-less:before {
	content: "\e644";
}
.s7-keypad:before {
	content: "\e645";
}
.s7-junk:before {
	content: "\e646";
}
.s7-info:before {
	content: "\e647";
}
.s7-home:before {
	content: "\e648";
}
.s7-help2:before {
	content: "\e649";
}
.s7-help1:before {
	content: "\e64a";
}
.s7-graph3:before {
	content: "\e64b";
}
.s7-graph2:before {
	content: "\e64c";
}
.s7-graph1:before {
	content: "\e64d";
}
.s7-graph:before {
	content: "\e64e";
}
.s7-global:before {
	content: "\e64f";
}
.s7-gleam:before {
	content: "\e650";
}
.s7-glasses:before {
	content: "\e651";
}
.s7-gift:before {
	content: "\e652";
}
.s7-folder:before {
	content: "\e653";
}
.s7-flag:before {
	content: "\e654";
}
.s7-filter:before {
	content: "\e655";
}
.s7-file:before {
	content: "\e656";
}
.s7-expand1:before {
	content: "\e657";
}
.s7-expand2:before {
	content: "\e658";
}
.s7-edit:before {
	content: "\e659";
}
.s7-drop:before {
	content: "\e65a";
}
.s7-drawer:before {
	content: "\e65b";
}
.s7-download:before {
	content: "\e65c";
}
.s7-display2:before {
	content: "\e65d";
}
.s7-display1:before {
	content: "\e65e";
}
.s7-diskette:before {
	content: "\e65f";
}
.s7-date:before {
	content: "\e660";
}
.s7-cup:before {
	content: "\e661";
}
.s7-culture:before {
	content: "\e662";
}
.s7-crop:before {
	content: "\e663";
}
.s7-credit:before {
	content: "\e664";
}
.s7-copy-file:before {
	content: "\e665";
}
.s7-config:before {
	content: "\e666";
}
.s7-compass:before {
	content: "\e667";
}
.s7-comment:before {
	content: "\e668";
}
.s7-coffee:before {
	content: "\e669";
}
.s7-cloud:before {
	content: "\e66a";
}
.s7-clock:before {
	content: "\e66b";
}
.s7-check-circle:before {
	content: "\e66c";
}
.s7-chat:before {
	content: "\e66d";
}
.s7-cart:before {
	content: "\e66e";
}
.s7-camera:before {
	content: "\e66f";
}
.s7-call:before {
	content: "\e670";
}
.s7-calculator:before {
	content: "\e671";
}
.s7-browser:before {
	content: "\e672";
}
.s7-box2:before {
	content: "\e673";
}
.s7-box1:before {
	content: "\e674";
}
.s7-bookmarks:before {
	content: "\e675";
}
.s7-bicycle:before {
	content: "\e676";
}
.s7-bell:before {
	content: "\e677";
}
.s7-battery:before {
	content: "\e678";
}
.s7-ball:before {
	content: "\e679";
}
.s7-back:before {
	content: "\e67a";
}
.s7-attention:before {
	content: "\e67b";
}
.s7-anchor:before {
	content: "\e67c";
}
.s7-albums:before {
	content: "\e67d";
}
.s7-alarm:before {
	content: "\e67e";
}
.s7-airplay:before {
	content: "\e67f";
}

/*Modals*/
.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

    .md-perspective body {
        background: #222;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        perspective: 600px;
    }

.container {
    background: #e74c3c;
    min-height: 100%;
}

.md-modal {
    position: fixed;
    top: 15%;
    left: 1.5%;
    max-width: 630px;
    -moz-min-width: 320px;
    -ms-min-width: 320px;
    -o-min-width: 320px;
    -webkit-min-width: 320px;
    min-width: 320px;
    height: auto;
    z-index: 1702;
    visibility: hidden;
    margin-bottom: 20px;
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1599;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    color: #fff;
    background: #e74c3c;
    position: relative;
    margin: 0 auto;
}

    .md-content h3 {
        margin: 0;
    }

.md-modal .md-content, .md-modal .modal-content, .modal .md-content, .modal .modal-content {
    box-shadow: 0 4px 6px rgba(0,0,0,.3);
    overflow: visible;
    background-color: #fff;
    color: #555;
}

    .md-modal .md-content .modal-header, .md-modal .modal-content .modal-header, .modal .md-content .modal-header, .modal .modal-content .modal-header {
        border: 0;
    }

        .md-modal .md-content .modal-header h1, .md-modal .md-content .modal-header h2, .md-modal .md-content .modal-header h3, .md-modal .md-content .modal-header h4, .md-modal .md-content .modal-header h5, .md-modal .md-content .modal-header h6, .md-modal .modal-content .modal-header h1, .md-modal .modal-content .modal-header h2, .md-modal .modal-content .modal-header h3, .md-modal .modal-content .modal-header h4, .md-modal .modal-content .modal-header h5, .md-modal .modal-content .modal-header h6, .modal .md-content .modal-header h1, .modal .md-content .modal-header h2, .modal .md-content .modal-header h3, .modal .md-content .modal-header h4, .modal .md-content .modal-header h5, .modal .md-content .modal-header h6, .modal .modal-content .modal-header h1, .modal .modal-content .modal-header h2, .modal .modal-content .modal-header h3, .modal .modal-content .modal-header h4, .modal .modal-content .modal-header h5, .modal .modal-content .modal-header h6 {
            display: block;
            margin: 0;
            text-shadow: 0 1px rgba(0,0,0,.2);;
        }

.md-modal.colored-header .md-content .modal-header .close, .md-modal.colored-header .modal-content .modal-header .close, .md-modal.md-dark .md-content .modal-header .close, .md-modal.md-dark .modal-content .modal-header .close, .modal.colored-header .md-content .modal-header .close, .modal.colored-header .modal-content .modal-header .close, .modal.md-dark .md-content .modal-header .close, .modal.md-dark .modal-content .modal-header .close {
    margin-top: 2px;
    color: #fff;
}

.md-modal .md-content .modal-header .close, .md-modal .modal-content .modal-header .close, .modal .md-content .modal-header .close, .modal .modal-content .modal-header .close {
    font-size: 26px;
    opacity: .4;
    text-shadow: none;
}

    .md-modal .md-content .modal-header .close:hover, .md-modal .modal-content .modal-header .close:hover, .modal .md-content .modal-header .close:hover, .modal .modal-content .modal-header .close:hover {
        opacity: .8;
    }

.md-modal .md-content .modal-body, .md-modal .modal-content .modal-body, .modal .md-content .modal-body, .modal .modal-content .modal-body {
    padding: 15px 20px;
}

    .md-modal .md-content .modal-body .i-circle, .md-modal .modal-content .modal-body .i-circle, .modal .md-content .modal-body .i-circle, .modal .modal-content .modal-body .i-circle {
        border: 2px solid #f1f1f1;
        border-radius: 50%;
        display: inline-block;
        height: 80px;
        width: 80px;
        margin-bottom: 15px;
        line-height: 105px;
    }

.md-modal .full-color .md-content .modal-footer, .md-modal .full-color .modal-content .modal-footer, .md-modal.full-color .md-content .modal-footer, .md-modal.full-color .modal-content .modal-footer, .md-modal.md-dark .md-content .modal-footer, .md-modal.md-dark .modal-content .modal-footer, .modal .full-color .md-content .modal-footer, .modal .full-color .modal-content .modal-footer, .modal.full-color .md-content .modal-footer, .modal.full-color .modal-content .modal-footer, .modal.md-dark .md-content .modal-footer, .modal.md-dark .modal-content .modal-footer {
    border: 0;
}

.md-modal .md-content .modal-body .i-circle .icon, .md-modal .modal-content .modal-body .i-circle .icon, .modal .md-content .modal-body .i-circle .icon, .modal .modal-content .modal-body .i-circle .icon {
    font-size: 45px;
}

.md-modal .md-content .modal-footer, .md-modal .modal-content .modal-footer, .modal .md-content .modal-footer, .modal .modal-content .modal-footer {
    background-color: #fcfcfc;
}

.md-modal .full-color .md-content, .md-modal .full-color .modal-content, .md-modal.full-color .md-content, .md-modal.full-color .modal-content, .modal .full-color .md-content, .modal .full-color .modal-content, .modal.full-color .md-content, .modal.full-color .modal-content {
    color: #fff;
}

    .md-modal .full-color .md-content .modal-header, .md-modal .full-color .modal-content .modal-header, .md-modal.full-color .md-content .modal-header, .md-modal.full-color .modal-content .modal-header, .modal .full-color .md-content .modal-header, .modal .full-color .modal-content .modal-header, .modal.full-color .md-content .modal-header, .modal.full-color .modal-content .modal-header {
        background-color: #ed5050;
    }

        .md-modal .full-color .md-content .modal-header .close, .md-modal .full-color .modal-content .modal-header .close, .md-modal.full-color .md-content .modal-header .close, .md-modal.full-color .modal-content .modal-header .close, .modal .full-color .md-content .modal-header .close, .modal .full-color .modal-content .modal-header .close, .modal.full-color .md-content .modal-header .close, .modal.full-color .modal-content .modal-header .close {
            color: #fff;
            line-height: 40px;
            opacity: .6;
        }

            .md-modal .full-color .md-content .modal-header .close:hover, .md-modal .full-color .modal-content .modal-header .close:hover, .md-modal.full-color .md-content .modal-header .close:hover, .md-modal.full-color .modal-content .modal-header .close:hover, .modal .full-color .md-content .modal-header .close:hover, .modal .full-color .modal-content .modal-header .close:hover, .modal.full-color .md-content .modal-header .close:hover, .modal.full-color .modal-content .modal-header .close:hover {
                opacity: 1;
            }

    .md-modal .full-color .md-content .modal-body, .md-modal .full-color .md-content .modal-footer, .md-modal .full-color .modal-content .modal-body, .md-modal .full-color .modal-content .modal-footer, .md-modal.full-color .md-content .modal-body, .md-modal.full-color .md-content .modal-footer, .md-modal.full-color .modal-content .modal-body, .md-modal.full-color .modal-content .modal-footer, .modal .full-color .md-content .modal-body, .modal .full-color .md-content .modal-footer, .modal .full-color .modal-content .modal-body, .modal .full-color .modal-content .modal-footer, .modal.full-color .md-content .modal-body, .modal.full-color .md-content .modal-footer, .modal.full-color .modal-content .modal-body, .modal.full-color .modal-content .modal-footer {
        background-color: #7a98bf;
    }

.md-modal .full-color.success .md-content .modal-header, .md-modal .full-color.success .modal-content .modal-header, .md-modal.full-color.success .md-content .modal-header, .md-modal.full-color.success .modal-content .modal-header, .modal .full-color.success .md-content .modal-header, .modal .full-color.success .modal-content .modal-header, .modal.full-color.success .md-content .modal-header, .modal.full-color.success .modal-content .modal-header {
    background-color: #6bc6b7;
}

.md-modal .full-color.success .md-content .modal-body, .md-modal .full-color.success .md-content .modal-footer, .md-modal .full-color.success .modal-content .modal-body, .md-modal .full-color.success .modal-content .modal-footer, .md-modal.full-color.success .md-content .modal-body, .md-modal.full-color.success .md-content .modal-footer, .md-modal.full-color.success .modal-content .modal-body, .md-modal.full-color.success .modal-content .modal-footer, .modal .full-color.success .md-content .modal-body, .modal .full-color.success .md-content .modal-footer, .modal .full-color.success .modal-content .modal-body, .modal .full-color.success .modal-content .modal-footer, .modal.full-color.success .md-content .modal-body, .modal.full-color.success .md-content .modal-footer, .modal.full-color.success .modal-content .modal-body, .modal.full-color.success .modal-content .modal-footer {
    background-color: #61A398;
}

.md-modal .full-color.info .md-content .modal-header, .md-modal .full-color.info .modal-content .modal-header, .md-modal.full-color.info .md-content .modal-header, .md-modal.full-color.info .modal-content .modal-header, .modal .full-color.info .md-content .modal-header, .modal .full-color.info .modal-content .modal-header, .modal.full-color.info .md-content .modal-header, .modal.full-color.info .modal-content .modal-header {
    background-color: #8ed7f0;
}

.md-modal .full-color.info .md-content .modal-body, .md-modal .full-color.info .md-content .modal-footer, .md-modal .full-color.info .modal-content .modal-body, .md-modal .full-color.info .modal-content .modal-footer, .md-modal.full-color.info .md-content .modal-body, .md-modal.full-color.info .md-content .modal-footer, .md-modal.full-color.info .modal-content .modal-body, .md-modal.full-color.info .modal-content .modal-footer, .modal .full-color.info .md-content .modal-body, .modal .full-color.info .md-content .modal-footer, .modal .full-color.info .modal-content .modal-body, .modal .full-color.info .modal-content .modal-footer, .modal.full-color.info .md-content .modal-body, .modal.full-color.info .md-content .modal-footer, .modal.full-color.info .modal-content .modal-body, .modal.full-color.info .modal-content .modal-footer {
    background-color: #8dcadf;
}

.md-modal .full-color.warning .md-content .modal-header, .md-modal .full-color.warning .modal-content .modal-header, .md-modal.full-color.warning .md-content .modal-header, .md-modal.full-color.warning .modal-content .modal-header, .modal .full-color.warning .md-content .modal-header, .modal .full-color.warning .modal-content .modal-header, .modal.full-color.warning .md-content .modal-header, .modal.full-color.warning .modal-content .modal-header {
    background-color: #ffc85c;
}

.md-modal .full-color.warning .md-content .modal-body, .md-modal .full-color.warning .md-content .modal-footer, .md-modal .full-color.warning .modal-content .modal-body, .md-modal .full-color.warning .modal-content .modal-footer, .md-modal.full-color.warning .md-content .modal-body, .md-modal.full-color.warning .md-content .modal-footer, .md-modal.full-color.warning .modal-content .modal-body, .md-modal.full-color.warning .modal-content .modal-footer, .modal .full-color.warning .md-content .modal-body, .modal .full-color.warning .md-content .modal-footer, .modal .full-color.warning .modal-content .modal-body, .modal .full-color.warning .modal-content .modal-footer, .modal.full-color.warning .md-content .modal-body, .modal.full-color.warning .md-content .modal-footer, .modal.full-color.warning .modal-content .modal-body, .modal.full-color.warning .modal-content .modal-footer {
    background-color: #ffbe57;
}

.md-modal .full-color.danger .md-content .modal-header, .md-modal .full-color.danger .modal-content .modal-header, .md-modal.full-color.danger .md-content .modal-header, .md-modal.full-color.danger .modal-content .modal-header, .modal .full-color.danger .md-content .modal-header, .modal .full-color.danger .modal-content .modal-header, .modal.full-color.danger .md-content .modal-header, .modal.full-color.danger .modal-content .modal-header {
    background-color: #ed4f4f;
}

.md-modal .full-color.danger .md-content .modal-body, .md-modal .full-color.danger .md-content .modal-footer, .md-modal .full-color.danger .modal-content .modal-body, .md-modal .full-color.danger .modal-content .modal-footer, .md-modal.full-color.danger .md-content .modal-body, .md-modal.full-color.danger .md-content .modal-footer, .md-modal.full-color.danger .modal-content .modal-body, .md-modal.full-color.danger .modal-content .modal-footer, .modal .full-color.danger .md-content .modal-body, .modal .full-color.danger .md-content .modal-footer, .modal .full-color.danger .modal-content .modal-body, .modal .full-color.danger .modal-content .modal-footer, .modal.full-color.danger .md-content .modal-body, .modal.full-color.danger .md-content .modal-footer, .modal.full-color.danger .modal-content .modal-body, .modal.full-color.danger .modal-content .modal-footer {
    background-color: #A74444;
}

.md-modal .full-color.dark .md-content .modal-header, .md-modal .full-color.dark .modal-content .modal-header, .md-modal.full-color.dark .md-content .modal-header, .md-modal.full-color.dark .modal-content .modal-header, .modal .full-color.dark .md-content .modal-header, .modal .full-color.dark .modal-content .modal-header, .modal.full-color.dark .md-content .modal-header, .modal.full-color.dark .modal-content .modal-header {
    background-color: #383737;
}

.md-modal .full-color.dark .md-content .modal-body, .md-modal .full-color.dark .md-content .modal-footer, .md-modal .full-color.dark .modal-content .modal-body, .md-modal .full-color.dark .modal-content .modal-footer, .md-modal.full-color.dark .md-content .modal-body, .md-modal.full-color.dark .md-content .modal-footer, .md-modal.full-color.dark .modal-content .modal-body, .md-modal.full-color.dark .modal-content .modal-footer, .modal .full-color.dark .md-content .modal-body, .modal .full-color.dark .md-content .modal-footer, .modal .full-color.dark .modal-content .modal-body, .modal .full-color.dark .modal-content .modal-footer, .modal.full-color.dark .md-content .modal-body, .modal.full-color.dark .md-content .modal-footer, .modal.full-color.dark .modal-content .modal-body, .modal.full-color.dark .modal-content .modal-footer {
    background-color: #3d3c3c;
}

.md-modal .full-width, .md-modal.full-width, .modal .full-width, .modal.full-width {
    width: 97%;
    max-width: none;
}

.md-modal.colored-header .md-content .modal-header, .md-modal.colored-header .modal-content .modal-header, .modal.colored-header .md-content .modal-header, .modal.colored-header .modal-content .modal-header {
    padding: 12.5px 15px;
}

.md-modal.colored-header.success .md-content .modal-header, .md-modal.colored-header.success .modal-content .modal-header, .modal.colored-header.success .md-content .modal-header, .modal.colored-header.success .modal-content .modal-header {
    background-color: #61A398;
}

.md-modal.colored-header.info .md-content .modal-header, .md-modal.colored-header.info .modal-content .modal-header, .modal.colored-header.info .md-content .modal-header, .modal.colored-header.info .modal-content .modal-header {
    background-color: #79c1d9;
}

.md-modal.colored-header.warning .md-content .modal-header, .md-modal.colored-header.warning .modal-content .modal-header, .modal.colored-header.warning .md-content .modal-header, .modal.colored-header.warning .modal-content .modal-header {
    background-color: #D89B46;
}

.md-modal.colored-header.danger .md-content .modal-header, .md-modal.colored-header.danger .modal-content .modal-header, .modal.colored-header.danger .md-content .modal-header, .modal.colored-header.danger .modal-content .modal-header {
    background-color: #A74444;
}

.md-modal.colored-header.dark .md-content .modal-header, .md-modal.colored-header.dark .modal-content .modal-header, .modal.colored-header.dark .md-content .modal-header, .modal.colored-header.dark .modal-content .modal-header {
    background-color: #3d3c3c;
}

.md-modal.md-dark .md-content, .md-modal.md-dark .modal-content, .modal.md-dark .md-content, .modal.md-dark .modal-content {
    color: #fff;
}

    .md-modal.md-dark .md-content .modal-header, .md-modal.md-dark .modal-content .modal-header, .modal.md-dark .md-content .modal-header, .modal.md-dark .modal-content .modal-header {
        background-color: #7a98bf;
        padding: 20px 15px;
    }

    .md-modal.md-dark .md-content .modal-body, .md-modal.md-dark .md-content .modal-body.form .form-control, .md-modal.md-dark .md-content .modal-footer, .md-modal.md-dark .modal-content .modal-body, .md-modal.md-dark .modal-content .modal-body.form .form-control, .md-modal.md-dark .modal-content .modal-footer, .modal.md-dark .md-content .modal-body, .modal.md-dark .md-content .modal-body.form .form-control, .modal.md-dark .md-content .modal-footer, .modal.md-dark .modal-content .modal-body, .modal.md-dark .modal-content .modal-body.form .form-control, .modal.md-dark .modal-content .modal-footer {
        background-color: #3d3c3c;
    }

.md-modal.md-dark.success .md-content .modal-header, .md-modal.md-dark.success .modal-content .modal-header, .modal.md-dark.success .md-content .modal-header, .modal.md-dark.success .modal-content .modal-header {
    background-color: #61A398;
}

.md-modal.md-dark.info .md-content .modal-header, .md-modal.md-dark.info .modal-content .modal-header, .modal.md-dark.info .md-content .modal-header, .modal.md-dark.info .modal-content .modal-header {
    background-color: #8dcadf;
}

.md-modal.md-dark.warning .md-content .modal-header, .md-modal.md-dark.warning .modal-content .modal-header, .modal.md-dark.warning .md-content .modal-header, .modal.md-dark.warning .modal-content .modal-header {
    background-color: #ffbe57;
}

.md-modal.md-dark.danger .md-content .modal-header, .md-modal.md-dark.danger .modal-content .modal-header, .modal.md-dark.danger .md-content .modal-header, .modal.md-dark.danger .modal-content .modal-header {
    background-color: #A74444;
}

.md-modal.md-dark.dark .md-content .modal-header, .md-modal.md-dark.dark .modal-content .modal-header, .modal.md-dark.dark .md-content .modal-header, .modal.md-dark.dark .modal-content .modal-header {
    background-color: #383737;
}

@media (max-width:767px) {
    .md-modal {
        width: 100% !important;
        padding: 0 15px;
        margin-left: 0 !important;
        left: 0 !important;
    }
}

.md-overlay {
    z-index: 1701;
}


.highlighted {
    box-shadow: 0 0 1px 2px #FFF;
}



/* TOASTR */


.toast-title {
    font-weight: 700;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding-left: 16px;
}

    .toast-message a, .toast-message label {
        color: #fff;
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80);
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .4;
        -ms-filter: alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 10%;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 1998;
    padding-left: 100px;
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 20px 50px;
        width: 500px;
        background-position: 15px center;
        background-repeat: no-repeat;
        color: #fff;
        opacity: .85;
        -ms-filter: alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

    #toast-container > :hover {
        opacity: 1;
        -ms-filter: alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 400px;
        margin: auto;
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #68c5b5;
}

.toast-error {
    background-color: #A74444;
}

.toast-info {
    background-color: #698bb7;
}

.toast-warning {
    background-color: #D89B46;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: alpha(Opacity=40);
    filter: alpha(opacity=40);
}

@media all and (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

/* SELECT2 */

.select2-container {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.dropdown-with-buttom.select2-container--open {
    top: 64px !important;
    left: 7px !important;
}

.input-group .dropdown-with-buttom.select2-container--open {
    top: unset !important;
    left: unset !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 39px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding: 0 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 600;
    }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 39px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: inline-block;
        overflow: hidden;
        padding-left: 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.select2-container .select2-search--inline {
    float: left;
}

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

.select2-dropdown {
    background-color: white;
    border-color: #fff;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 2222;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -2px;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 3px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 0;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-container--default .select2-selection--single {
    border: 2px solid #eaeaea;
    outline: 0;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 36px;
        text-transform: uppercase;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 400;
        padding-right: 6px;
        font-size: 18px;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #ccc;
        text-transform: uppercase;
        font-weight: 300;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: 5px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 2px solid #eaeaea;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 2px 5px;
        width: 100%;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 400;
        margin-top: 7px;
        margin-right: 3px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        border: 1px solid #eaeaea;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 6px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
        float: right;
        padding-left: 4px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

/*.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}*/

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #fff;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d1d1d1;
    outline: 0;
    background: #fff url(../img/select2.png?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo) no-repeat 100% -22px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}



/*Multiselect*/
.ms-container {
    background: transparent url('../img/switch.png?v=oDEu-V8Gnm1ax88Urc8A9bZgnlo') no-repeat 50% 50%;
    width: 100%;
}

    .ms-container:after {
        content: ".";
        display: block;
        height: 0;
        line-height: 0;
        font-size: 0;
        clear: both;
        min-height: 0;
        visibility: hidden;
    }

    .ms-container .ms-selectable, .ms-container .ms-selection {
        background: #fff;
        color: #3d3c3c;
        float: left;
        width: 45%;
    }

    .ms-container .ms-selection {
        float: right;
    }

    .ms-container .ms-list {
        -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
        -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
        transition: border linear 0.2s, box-shadow linear 0.2s;
        border: 2px solid #eaeaea;
        position: relative;
        height: 180px;
        padding: 0;
        overflow-y: auto;
    }

        .ms-container .ms-list.ms-focus {
            border-color: #fff;
            outline: 0;
            outline: thin dotted \9;
        }

    .ms-container ul {
        margin: 0;
        list-style-type: none;
        padding: 0;
    }

    .ms-container .ms-optgroup-container {
        width: 100%;
    }

    .ms-container .ms-optgroup-label {
        margin: 0;
        padding: 5px 0px 0px 5px;
        cursor: pointer;
        color: #999;
    }

    .ms-container .ms-selectable li.ms-elem-selectable,
    .ms-container .ms-selection li.ms-elem-selection {
        border-bottom: 1px #eee solid;
        padding: 2px 10px;
        color: #555;
        font-size: 14px;
    }

    .ms-container .ms-selectable li.ms-hover,
    .ms-container .ms-selection li.ms-hover {
        cursor: pointer;
        color: #fff;
        text-decoration: none;
    }

    .ms-container .ms-selectable li.disabled,
    .ms-container .ms-selection li.disabled {
        background-color: #eee;
        color: #aaa;
        cursor: text;
    }


/*FullCalendar*/


.fc {
    direction: ltr;
    text-align: left;
}

.fc-rtl {
    text-align: right;
}

body .fc {
    font-size: 1em;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #eee;
}

.fc-unthemed .fc-popover {
    background-color: #fff;
}

    .fc-unthemed .fc-divider,
    .fc-unthemed .fc-popover .fc-header {
        background: #eee;
    }

        .fc-unthemed .fc-popover .fc-header .fc-close {
            color: #666;
        }

.fc-unthemed .fc-today {
    background: #f7f7f7;
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
}

.fc-bgevent {
    /*background: rgb(143, 223, 130);
    opacity: .3;
    filter: alpha(opacity=30);*/
}

.fc-nonbusiness {
    background: #d7d7d7;
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .fc-icon:after {
        position: relative;
        margin: 0 -1em;
    }

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: 3%;
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
    left: -3%;
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%;
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%;
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%;
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%;
}


.fc button {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
    padding: 9.5px;
    display: inline !important;
}

    .fc button::-moz-focus-inner {
        margin: 0;
        padding: 0;
    }

.fc-state-default {
    border: 1px solid;
}


.fc button .fc-icon {
    position: relative;
    top: -0.05em;
    margin: 0 .2em;
    vertical-align: middle;
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: none;
    color: #555;
    border: 0;
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.6;
    filter: alpha(opacity=65);
    box-shadow: none;
}


.fc-button-group {
    display: inline-block;
}


.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
    margin-left: 0;
}



.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

    .fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
        padding: 2px 4px;
    }

        .fc-popover .fc-header .fc-title {
            margin: 0 2px;
        }

        .fc-popover .fc-header .fc-close {
            cursor: pointer;
        }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right;
}


.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid;
}

    .fc-unthemed .fc-popover .fc-header .fc-close {
        font-size: .9em;
        margin-top: 2px;
    }


.fc-divider {
    border-style: solid;
    border-width: 1px;
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0;
}

.fc-clear {
    clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-bg {
    bottom: 0;
}

    .fc-bg table {
        height: 100%;
    }


.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
}

.fc th {
    text-align: center;
    font-weight: 600;
}

.fc th,
.fc td {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
}

    .fc td.fc-today {
        border-style: double;
    }

.fc thead th {
    /*padding: 5px;*/
}

.fc .fc-row {
    border-style: solid;
    border-width: 0;
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
    border-top: 0 hidden transparent;
}


.fc-row {
    position: relative;
}

    .fc-row .fc-bg {
        z-index: 1;
    }

    .fc-row .fc-bgevent-skeleton,
    .fc-row .fc-highlight-skeleton {
        bottom: 0;
    }

        .fc-row .fc-bgevent-skeleton table,
        .fc-row .fc-highlight-skeleton table {
            height: 100%;
        }

        .fc-row .fc-highlight-skeleton td,
        .fc-row .fc-bgevent-skeleton td {
            border-color: transparent;
        }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2;
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3;
    }

    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
        padding-bottom: 2px;
    }

    .fc-row .fc-helper-skeleton {
        z-index: 5;
    }

        .fc-row .fc-content-skeleton td,
        .fc-row .fc-helper-skeleton td {
            background: none;
            border-color: transparent;
            border-bottom: 0;
        }

        .fc-row .fc-content-skeleton tbody td,
        .fc-row .fc-helper-skeleton tbody td {
            border-top: 0;
        }


.fc-scroller {
    overflow-y: scroll;
    overflow-x: hidden;
}

    .fc-scroller > * {
        position: relative;
        width: 100%;
        overflow: hidden;
    }


.fc-event {
    position: relative;
    display: block;
    line-height: 1.3;
    font-weight: normal;
    background: #7a98bf;
    color: #fff;
    font-size: .85em;
    cursor: pointer;
    padding: 0 2px;
    text-shadow: 0 1px rgba(0,0,0,.3);
    min-height: 20px;
}

.fc-event,
.ui-widget .fc-event {
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 7px -2px #000;
    padding: 2px 0 0 5px;
}

    .fc-event:hover {
        opacity: .9;
        box-shadow: 0px 0px 10px -2px #000;
    }

    .fc-event[href],
    .fc-event.fc-draggable {
        cursor: pointer;
    }

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed;
}



.fc-event .fc-content {
    position: relative;
    z-index: 2;
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3;
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.fc-h-event .fc-resizer {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px;
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
    right: auto;
    cursor: w-resize;
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
    left: auto;
    cursor: e-resize;
}


.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px;
    display: flex;
    padding: 5px;
}


    .fc-day-grid-event .fc-content {
        white-space: nowrap;
        overflow: hidden;
    }

    .fc-day-grid-event .fc-time {
        font-weight: bold;
    }

    .fc-day-grid-event .fc-resizer {
        left: -3px;
        right: -3px;
        width: 7px;
    }


a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
    display: block;
    text-align: center;
}

    a.fc-more:hover {
        text-decoration: underline;
    }

.fc-limited {
    display: none;
}

.fc-day-grid .fc-row {
    z-index: 1;
}

.fc-more-popover {
    z-index: 2;
    width: 220px;
}

    .fc-more-popover .fc-event-container {
        padding: 10px;
    }


.fc-toolbar {
    text-align: center;
    margin-bottom: 1em;
    padding: 15px 0 5px 0;
}

    .fc-toolbar .fc-left {
        float: left;
    }

    .fc-toolbar .fc-right {
        float: right;
    }

    .fc-toolbar .fc-center {
        display: inline-block;
    }

.fc .fc-toolbar > * > * {
    float: left;
    margin-left: .75em;
}

.fc .fc-toolbar > * > :first-child {
    margin-left: 0;
}

.fc-toolbar h2 {
    margin: 0;
}

.fc-toolbar button {
    position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2;
}

.fc-toolbar .fc-state-down {
    z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4;
}

.fc-toolbar button:focus {
    z-index: 5;
}


.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-view,
.fc-view > table {
    position: relative;
    z-index: 1;
}

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em;
}

.fc-row.fc-rigid {
    overflow: hidden;
}

    .fc-row.fc-rigid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
    padding-top: 2px;
    padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
    text-align: center;
}

    .fc-basic-view .fc-week-number span {
        display: inline-block;
        min-width: 1.25em;
    }

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left;
}

.fc-day-number.fc-other-month {
    opacity: 0.3;
    filter: alpha(opacity=30);
}


.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height: 3em;
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-top: 1px;
            padding-bottom: 1em;
        }



.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap;
}

.fc-ltr .fc-axis {
    text-align: right;
}

.fc-rtl .fc-axis {
    text-align: left;
}

.ui-widget td.fc-axis {
    font-weight: normal;
}



.fc-time-grid-container,
.fc-time-grid {
    position: relative;
    z-index: 1;
}

.fc-time-grid {
    min-height: 100%;
}

    .fc-time-grid table {
        border: 0 hidden transparent;
    }

    .fc-time-grid > .fc-bg {
        z-index: 1;
    }

    .fc-time-grid .fc-slats,
    .fc-time-grid > hr {
        position: relative;
        z-index: 2;
    }

    .fc-time-grid .fc-bgevent-skeleton,
    .fc-time-grid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .fc-time-grid .fc-bgevent-skeleton {
        z-index: 3;
    }

    .fc-time-grid .fc-highlight-skeleton {
        z-index: 4;
    }

    .fc-time-grid .fc-content-skeleton {
        z-index: 5;
    }

    .fc-time-grid .fc-helper-skeleton {
        z-index: 6;
    }


    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0;
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted;
    }

    .fc-time-grid .fc-slats .ui-widget-content {
        background: none;
    }



    .fc-time-grid .fc-highlight-container {
        position: relative;
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0;
    }



    .fc-time-grid .fc-event-container,
    .fc-time-grid .fc-bgevent-container {
        position: relative;
    }

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1;
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0;
}


.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-time-grid-event {
    overflow: hidden;
}

    .fc-time-grid-event .fc-time,
    .fc-time-grid-event .fc-title {
        padding: 0 1px;
    }

    .fc-time-grid-event .fc-time {
        font-size: .85em;
        white-space: nowrap;
    }

    .fc-time-grid-event.fc-short .fc-content {
        white-space: nowrap;
    }

    .fc-time-grid-event.fc-short .fc-time,
    .fc-time-grid-event.fc-short .fc-title {
        display: inline-block;
        vertical-align: top;
    }

        .fc-time-grid-event.fc-short .fc-time span {
            display: none;
        }

        .fc-time-grid-event.fc-short .fc-time:before {
            content: attr(data-start);
        }

        .fc-time-grid-event.fc-short .fc-time:after {
            content: "\000A0-\000A0";
        }

    .fc-time-grid-event.fc-short .fc-title {
        font-size: .85em;
        padding: 0;
    }

    .fc-time-grid-event .fc-resizer {
        left: 0;
        right: 0;
        bottom: 0;
        height: 8px;
        overflow: hidden;
        line-height: 8px;
        font-size: 11px;
        font-family: monospace;
        text-align: center;
        cursor: s-resize;
    }

        .fc-time-grid-event .fc-resizer:after {
            content: "=";
        }

.multicoluna .fc-bg table tr td:nth-child(even), .multicoluna .fc-row.fc-widget-header .fce-col-header.col-0 {
    background: #f6f6f6;
}


/* Datetimepicker */

.datetimepicker-inline {
    width: 220px;
}

.datetimepicker.datetimepicker-rtl {
    direction: rtl;
}

    .datetimepicker.datetimepicker-rtl table tr td span {
        float: right;
    }

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
    top: 0;
    left: 0;
}

[class*=" datetimepicker-dropdown"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

[class*=" datetimepicker-dropdown"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
}

[class*=" datetimepicker-dropdown-top"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
}

[class*=" datetimepicker-dropdown-top"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
    top: -7px;
    right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
    top: -6px;
    right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
    top: -7px;
    left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
    top: -6px;
    left: 7px;
}

.datetimepicker-dropdown-top-left:before {
    bottom: -7px;
    right: 6px;
}

.datetimepicker-dropdown-top-left:after {
    bottom: -6px;
    right: 7px;
}

.datetimepicker-dropdown-top-right:before {
    bottom: -7px;
    left: 6px;
}

.datetimepicker-dropdown-top-right:after {
    bottom: -6px;
    left: 7px;
}

.datetimepicker > div {
    display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
    display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
    display: block;
}

.datetimepicker.days div.datetimepicker-days {
    display: block;
}

.datetimepicker.months div.datetimepicker-months {
    display: block;
}

.datetimepicker.years div.datetimepicker-years {
    display: block;
}

.datetimepicker table {
    margin: 0;
}

.datetimepicker td,
.datetimepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
    background-color: transparent;
}

.datetimepicker table tr td.minute:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
    color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
    background: none;
    color: #dedede !important;
    cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .datetimepicker table tr td.today:hover,
    .datetimepicker table tr td.today:hover:hover,
    .datetimepicker table tr td.today.disabled:hover,
    .datetimepicker table tr td.today.disabled:hover:hover,
    .datetimepicker table tr td.today:active,
    .datetimepicker table tr td.today:hover:active,
    .datetimepicker table tr td.today.disabled:active,
    .datetimepicker table tr td.today.disabled:hover:active,
    .datetimepicker table tr td.today.active,
    .datetimepicker table tr td.today:hover.active,
    .datetimepicker table tr td.today.disabled.active,
    .datetimepicker table tr td.today.disabled:hover.active,
    .datetimepicker table tr td.today.disabled,
    .datetimepicker table tr td.today:hover.disabled,
    .datetimepicker table tr td.today.disabled.disabled,
    .datetimepicker table tr td.today.disabled:hover.disabled,
    .datetimepicker table tr td.today[disabled],
    .datetimepicker table tr td.today:hover[disabled],
    .datetimepicker table tr td.today.disabled[disabled],
    .datetimepicker table tr td.today.disabled:hover[disabled] {
        background-color: #fdf59a;
    }

        .datetimepicker table tr td.today:active,
        .datetimepicker table tr td.today:hover:active,
        .datetimepicker table tr td.today.disabled:active,
        .datetimepicker table tr td.today.disabled:hover:active,
        .datetimepicker table tr td.today.active,
        .datetimepicker table tr td.today:hover.active,
        .datetimepicker table tr td.today.disabled.active,
        .datetimepicker table tr td.today.disabled:hover.active {
            background-color: #fbf069;
        }

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .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-color: #0044cc;
    }

        .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 {
            background-color: #003399;
        }

.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 1%;
    cursor: pointer;
}

.datetimepicker .datetimepicker-hours span {
    height: 26px;
    line-height: 26px;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
    width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
    margin-bottom: inherit;
    line-height: 30px;
}

.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px;
}

.datetimepicker table tr td span:hover {
    background: #eeeeee;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
    background: none;
    color: #c8c8c8 !important;
    cursor: default;
}

.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] {
    background-color: #698bb7;
}



.datetimepicker table tr td span.old {
    color: #999999;
}

.datetimepicker th.switch {
    width: 145px;
}

.datetimepicker th span.glyphicon {
    pointer-events: none;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
    cursor: pointer;
}

    .datetimepicker thead tr:first-child th:hover,
    .datetimepicker tfoot tr:first-child th:hover {
        background: #eeeeee;
    }

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.datetimepicker .datetimepicker-hours table thead {
    display: none;
}

.datetimepicker .datetimepicker-hours table {
    width: 185px;
}

.datetimepicker .datetimepicker-minutes table thead {
    display: none;
}

.datetimepicker .datetimepicker-minutes table {
    width: 185px;
}


.datetimepicker .input-group-addon {
    padding: 0 9px;
    font-size: 24px;
}

.datetimepicker.dropdown-menu {
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    border-color: rgba(0,0,0,.1);
    margin-top: 3px;
    top: 40px;
}



    .datetimepicker.dropdown-menu table {
        border-collapse: separate;
        border-spacing: 7px 2px;
    }

        .datetimepicker.dropdown-menu table thead tr th.next, .datetimepicker.dropdown-menu table thead tr th.prev {
            padding: 0;
        }

            .datetimepicker.dropdown-menu table thead tr th.next .s7-angle-left, .datetimepicker.dropdown-menu table thead tr th.next .s7-angle-right, .datetimepicker.dropdown-menu table thead tr th.prev .s7-angle-left, .datetimepicker.dropdown-menu table thead tr th.prev .s7-angle-right {
                font-size: 28px;
            }

            .datetimepicker.dropdown-menu table thead tr th.next:hover, .datetimepicker.dropdown-menu table thead tr th.prev:hover {
                background-color: transparent;
                color: #7a98bf;
            }

        .datetimepicker.dropdown-menu table thead tr th.switch {
            font-weight: 600;
            font-size: 14px;
        }

            .datetimepicker.dropdown-menu table thead tr th.switch:hover {
                background-color: transparent;
                color: #6f6f6f;
            }

        .datetimepicker.dropdown-menu table thead tr th.dow {
            font-weight: 400;
            font-size: 11px;
            padding-top: 0px;
        }

        .datetimepicker.dropdown-menu table tbody tr td {
            line-height: 25px;
            padding: 0;
        }

            .datetimepicker.dropdown-menu table tbody tr td.day {
                border-radius: 50%;
                color: #888;
                font-weight: 600;
            }

                .datetimepicker.dropdown-menu table tbody tr td.day.new, .datetimepicker.dropdown-menu table tbody tr td.day.old {
                    color: #c8c8c8;
                }

                .datetimepicker.dropdown-menu table tbody tr td.day.active {
                    text-shadow: none;
                }

            .datetimepicker.dropdown-menu table tbody tr td .hour, .datetimepicker.dropdown-menu table tbody tr td .minute, .datetimepicker.dropdown-menu table tbody tr td .month, .datetimepicker.dropdown-menu table tbody tr td .year {
                color: #888;
            }

                .datetimepicker.dropdown-menu table tbody tr td .hour.new, .datetimepicker.dropdown-menu table tbody tr td .hour.old, .datetimepicker.dropdown-menu table tbody tr td .minute.new, .datetimepicker.dropdown-menu table tbody tr td .minute.old, .datetimepicker.dropdown-menu table tbody tr td .month.new, .datetimepicker.dropdown-menu table tbody tr td .month.old, .datetimepicker.dropdown-menu table tbody tr td .year.new, .datetimepicker.dropdown-menu table tbody tr td .year.old {
                    color: #c8c8c8;
                }

                .datetimepicker.dropdown-menu table tbody tr td .hour.active, .datetimepicker.dropdown-menu table tbody tr td .minute.active, .datetimepicker.dropdown-menu table tbody tr td .month.active, .datetimepicker.dropdown-menu table tbody tr td .year.active {
                    text-shadow: none;
                }

            .datetimepicker.dropdown-menu table tbody tr td fieldset legend {
                font-size: 17px;
                font-weight: 400;
                color: #6f6f6f;
                margin-bottom: 5px;
            }

/*//BOOTSTRAP SWITCH/*/

.bootstrap-switch {
    direction: ltr;
    cursor: pointer;
    border: 2px solid #eaeaea;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .bootstrap-switch .bootstrap-switch-container {
        display: inline-block;
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .bootstrap-switch .bootstrap-switch-handle-on,
    .bootstrap-switch .bootstrap-switch-handle-off,
    .bootstrap-switch .bootstrap-switch-label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block !important;
        height: 100%;
        padding: 7.5px 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .bootstrap-switch .bootstrap-switch-handle-on,
    .bootstrap-switch .bootstrap-switch-handle-off {
        text-align: center;
        z-index: 1;
    }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
            color: #fff;
            background: #428bca;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
            color: #fff;
            background: #5bc0de;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
            color: #fff;
            background: #5cb85c;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
            background: #f0ad4e;
            color: #fff;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
            color: #fff;
            background: #d9534f;
        }

        .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
            color: #000;
            background: #eeeeee;
        }

    .bootstrap-switch .bootstrap-switch-label {
        text-align: center;
        margin-top: -1px;
        margin-bottom: -1px;
        z-index: 100;
        color: #333333;
        background: #ffffff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on {
        text-shadow: 0 1px rgba(0,0,0,.2);
    }

    .bootstrap-switch .bootstrap-switch-handle-off {
        text-shadow: 0 1px rgba(0,0,0,.2);
    }

    .bootstrap-switch input[type='radio'],
    .bootstrap-switch input[type='checkbox'] {
        position: absolute !important;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: -1;
    }

        .bootstrap-switch input[type='radio'].form-control,
        .bootstrap-switch input[type='checkbox'].form-control {
            height: auto;
        }

    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
        padding: 6px 16px;
        font-size: 18px;
        line-height: 1.33;
    }

    .bootstrap-switch.bootstrap-switch-disabled,
    .bootstrap-switch.bootstrap-switch-readonly,
    .bootstrap-switch.bootstrap-switch-indeterminate {
        cursor: default !important;
    }

        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
        .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
        .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
            opacity: 0.5;
            filter: alpha(opacity=50);
            cursor: default !important;
        }

    .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
        -webkit-transition: margin-left 0.5s;
        transition: margin-left 0.5s;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-focused {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: 0 0 4px #486d93;
        box-shadow: 0 0 4px #486d93;
    }

    .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }


/*/////////////////////////// COLORPICKER //////////////////////*/
/*  evol.colorpicker = ColorPicker widget for jQuery UI  */
/*  (c) 2014 Olivier Giulieri  */
/*  https://github.com/evoluteur/colorpicker */
.evo-pop {
    z-index: 10000;
    width: 185px;
    position: absolute;
    padding: 3px 0 5px 0 !important;
    background-color: #fff;
    margin-top: 4px;
    margin-left: 2px;
    box-shadow: 0px 1px 6px rgba(0,0,0,.4);
    border-color: rgba(0,0,0,.1);
}

.evo-pop-ie {
    z-index: 10000;
    width: 212px;
    padding: 3px;
}

.evo-palette td {
    font-size: 1px;
    border: solid 1px #c0c0c0;
    padding: 7px;
    cursor: pointer;
}

.evo-palette tr.top > td {
    border-bottom: 0;
}

.evo-palette tr.in > td {
    border-top: 0;
    border-bottom: 0;
}

.evo-palette tr.bottom > td {
    border-top: 0;
}

.evo-palette div.sep {
    height: 3px;
}

.evo-palette,
.evo-palette-ie {
    border-collapse: separate;
    border-spacing: 4px 0px;
    *border-collapse: expression('separate', cellSpacing='2px');
}

    .evo-palette th,
    .evo-palette-ie th {
        border: 0;
        padding: 5px 3px;
        text-align: left;
        font-weight: normal;
        background: transparent !important;
    }

    .evo-palette-ie td {
        font-size: 1px;
        border: solid 1px #c0c0c0;
        padding: 7px;
        cursor: pointer;
    }

.evo-palette2,
.evo-palette2-ie {
    margin: auto;
    border-collapse: collapse;
}

    .evo-palette2 td,
    .evo-palette2-ie td {
        font-size: 1px;
        cursor: pointer;
    }

    .evo-palette2 td {
        padding: 6px 7px;
    }

    .evo-palette2-ie td {
        padding: 5px;
    }

.evo-palcenter {
    padding: 5px;
    text-align: center;
}

.evo-colorind,
.evo-colorind-ie,
.evo-colorind-ff {
    width: 25px;
    height: 25px;
    float: right;
    top: 30px;
    position: absolute;
    right: 23px;
}

.evo-colorind-ie {
    position: relative;
    top: -23px;
}

.evo-colorbox-ie {
    font-size: 8px;
    padding: 3px 9px !important;
}

.evo-pop:after,
.evo-pop-ie:after,
.evo-colorind:after,
.evo-colorind-ie:after,
.evo-colorind-ff:after,
.evo-color span:after,
.evo-cHist:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.evo-color {
    width: 94px;
    padding: 1px 3px 0 4px;
}

    .evo-color div {
        border: solid 1px #808080;
        border-right: solid 1px #c0c0c0;
        border-bottom: solid 1px #c0c0c0;
        padding: 3px;
        margin-bottom: 5px;
        width: 10px;
        height: 10px;
        float: left;
    }

    .evo-color span {
        font-size: 15px;
        margin: 1px 0 4px 3px;
        float: left;
    }

.evo-sep {
    height: 10px;
    font-size: 0;
}

.evo-more {
    padding: 4px 5px 4px;
    font-size: smaller;
}

.evo-cHist {
    padding: 3px;
}

    .evo-cHist div {
        cursor: pointer;
        border: solid 1px #c0c0c0;
        padding: 3px;
        margin: 5px;
        width: 10px;
        height: 10px;
        float: left;
    }

.evo-transparent {
    background-image: repeating-linear-gradient(135deg, #000000, #000000 1px, #ffffff 1px, #ffffff 3px);
}

.evo-tr-box {
    cursor: pointer;
    border: solid 1px #c0c0c0;
    padding: 3px;
    width: 7px;
    height: 7px;
    float: right;
    position: relative;
    right: -3px;
    top: 2px;
}

a.evo-hist {
    margin-left: 6px;
}

.evo-pointer {
    cursor: pointer;
}

.evo-hidden-button {
    display: none;
}

/*FIREWORKS*/

/*.pyro > .before, .pyro > .after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}

@-moz-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}

@-o-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}

@-ms-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}

@keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-webkit-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-moz-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-o-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-ms-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}*/

