body {
    font-size: 14px;
}
body.sidebar-fixed-expanded .sidebar.sidebar-main, body.sidebar-fixed-expanded .navbar .navbar-header {
    transition: width 100ms linear, min-width 100ms linear;
}
body.sidebar-xs .sidebar.sidebar-main, body.sidebar-xs .navbar .navbar-header {
    transition: none;
}
body:not(.warningBar) .stickyWarningWrap {
    display: none;
}
body.warningBar .page-container {
    margin-top: 30px;
}
body.warningBar.twoRows .page-container {
    margin-top: 60px;
}
body.warningBar.threeRows .page-container {
    margin-top: 90px;
}
body.warningBar .page-container > .page-content .sidebar-fixed .sidebar-content {
    top: 80px;
}
body.warningBar.twoRows .page-container > .page-content .sidebar-fixed .sidebar-content {
    top: 110px;
}
body.warningBar.threeRows .page-container > .page-content .sidebar-fixed .sidebar-content {
    top: 140px;
}
body .cke_dialog_background_cover {
    background-color: #000 !important;
}

a.form-control-static.edit {
    display: block;
    text-decoration: underline;
}
a.form-control-static.edit span {
    border-radius: 5px 0 0 5px;
    padding: 5px;
}
a.form-control-static.edit i {
    border-radius: 0 5px 5px 0;
    padding: 5px;
}
a.form-control-static.edit:focus span, a.form-control-static.edit:hover span {
    background-color: #ebf9ff;
}
a.form-control-static.edit:focus i, a.form-control-static.edit:hover i {
    background-color: #ebf9ff;
    color: #E53935;
}
a.underline {
    text-decoration: underline;
}
button.btn.btn-icon.btn-xs.onFocus {
    transition: none;
}
button.btn.btn-icon.btn-xs.onFocus:focus {
    border: 2px solid #009688;
    padding: 5px 7px;
}
.datepicker-dropdown {
    z-index: 1050 !important;
}
legend .control-arrow {
    transition: transform ease-in-out .15s;
}
table.table td.border-bottom {
    border-color: #ddd;
}
table.table td.border-right {
    border-right-color: #333;
}
table.alter tr:nth-child(even) {
    background-color: #eeeded;
}
table.alter.small tr td {
    font-size: 11px;
}
sym-lookups td.lookupsActionBtn button.btn-rounded {
    margin-left: 4px !important;
}
.dataTables_wrapper .text-right .btn-labeled, .dataTables_wrapper .text-right .btn-rounded {
    margin-left: 4px;
}
.formDataModal .modal-header {
    padding: 10px 20px 7px;
}
.formDataModal .modal-header button.close {
    top: 30%;
}
.formDataModal .modal-body {
    background-color: #f7f7f7;
}
.formDataModal .modal-footer {
    padding: 10px 20px;
}
.navbar-top .header-highlight .navbar-header .version {
    position: absolute;
    top: 30px;
    font-size: 12px;
    right: 6px;
    color: rgba(255, 255, 255, 0.3);
}
.navbar-top.sidebar-xs .header-highlight .navbar-header .version span.fullLength {
    display: none;
}
.navbar-top.sidebar-xs .header-highlight .navbar-header .version span.shortLength {
    visibility: visible !important;
}
.panel.panel-flat .panel-body .text-right .btn.btn-labeled {
    margin-left: 4px;
}
.select2-results__option.withHtml > span.highlighted {
    color: #333;
    font-weight: bold;
    padding: 0 1px;
}


/* ------------------------------------------------------------------------------
*
*  Custom Theme Color
*
* ---------------------------------------------------------------------------- */
a.moreBlock {
    font-weight: 300;
    display: block;
}
a.moreBlock:hover {
    text-decoration: underline;
}

li.select2-results__option {
    position: relative;
}
li.select2-results__option div.muted,
span.select2-selection__rendered div.muted {
    background-color: #fff2f2;
    color: #c3c3c3;
    font-style: oblique;
    left: 0;
    padding: 8px 16px;
    position: absolute;
    top: -1px;
    width: 100%;
}
span.select2-selection__rendered .muted {
    padding-left: 3px !important;
}
span.select2-selection__arrow:after {
    right: 3px !important;
}

table.keyValue td {
    vertical-align: top;
}
table.keyValue td.key {
    color: #90949c;
    font-weight: 300;
}
table.dataTable thead tr:not(.info) {
    border-color: #03A9F4;
    color: #fff;
}
table.dataTable thead tr th {
    background-color: #03A9F4;
}
table.dataTable thead tr:not(.info) th {
    font-weight: 300;
}
table.dataTable thead tr th.sorting:after, table.dataTable thead tr th.sorting:before {
    color: #fff;
}
.subtable {
    position: relative;
    padding: 12px;
}
.subtable table.table tr td {
    padding: 3px 12px;
}
table.table-hover tbody tr td {
    color: #1d2129;
}
table.table-hover tbody tr td.text-semibold {
    color: #00BCD4;
    font-weight: 300;
}
table.shortSelect td > span.pr-5, table.shortSelect td > span.pr-15, table.shortSelect td .text-label {
    color: #00BCD4;
    font-weight: 300;
}
h5.panel-title {
    color: #90949c;
}
.dataTables_filter label, .dataTables_length label > span {
    color: #00BCD4;
    font-weight: 300;
}
label.control-label {
    color: #064074;
    font-weight: 300;
}

.abs {
    position: absolute;
}
.bg-success .irs-grid-pol {
    background-color: #fff;
}
.bg-success .irs-grid-text {
    color: #fff;
}
.bg-success td span.select2-selection__placeholder {
    color: rgba(255, 255, 255, .45);
}
.bg-success input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .45);
}
.bg-success input.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .45);
}
.bg-success input.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .45);
}
.bg-success input.select2-search__field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .45);
}
.bg-success input.select2-search__field::-ms-input-placeholder {
    color: rgba(255, 255, 255, .45);
}
.dataTables_filter > label:after {
    right: 7px;
}
.bootstrap-select.w100 {
    width: 100% !important;
}
.bs-select > .bootstrap-select {
    width: 100% !important;
}
.icons-list a.collapse {
    vertical-align: middle;
}
.icons-list a.collapse:after {
    content: '\e9c1';
    font-family: 'icomoon';
    font-size: 16px;
    min-width: 16px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inline {
    display: inline;
}
.pre {
    white-space: pre-wrap;
}
.preWrap {
    white-space: pre-wrap;
}
.rel {
    position: relative;
}

.shortSelect .bootstrap-select.btn-group {
    width: 150px !important;
}
#integration-form .shortSelect .bootstrap-select.btn-group {
    width: 155px !important;
}
.activityImage {
    width: 500px;
}
.valign-top {
    vertical-align: top !important;
}
#activityDetail .popover, #activity-picture .popover {
    max-width: none;
}
#activityDetail .well {
    padding: 8px;
}
#activityDetail .dl-horizontal dt {
    width: 96px;
}
#activityDetail .dl-horizontal dd {
    margin-left: 105px;
}
#type-update .actionSelections .bootstrap-select {
    width: 120px;
}

.form-group.disabled .control-label, .form-group.disabled .input-group-addon, .form-group.disabled .btn-group.selection-group {
    cursor: not-allowed;
    opacity: .3;
}
.form-group.disabled input.form-control{
    opacity: .6;
}
.disabled {
    cursor: not-allowed;
    opacity: .3;
}

.disbaledUI.overlay {
    z-index: 1000;
    border: none;
    margin: 0px; padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    cursor: not-allowed;
    position: absolute;
    background-color: rgb(255, 255, 255);
}
.form-group.invalid label.control-label {
    color: #F44336;
}
.form-group.invalid input.form-control,
.form-group.invalid textarea.form-control,
.form-group.invalid span.select2-selection {
    border-bottom-color: #F44336 !important;
}
.form-group.invalid .btn-group.selection-group {
    border-bottom: 1px solid #F44336;
    padding-bottom: 2px;
}
.form-group.invalid input.form-control:focus {
    box-shadow: 0 1px 0 #F44336;
}
.form-group.invalid label.validation-error-label:not(.hide) {
    display: block !important;
}
.googleMapLabel {
    width: auto;
    height: 20px;

    background: #fee1d7;
    border: 1px solid #eb3a44;
    border-radius: 5px;
    color: #eb3a44;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 5px;
    text-align: center;
}
.ml-50 {
    margin-left: 50px !important;
}
.pac-container.pac-logo {
    z-index: 1050;
}
.pac-item {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 0;
}
.pac-icon {
    background-image: none;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    min-width: 1em;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pac-icon:before {
    content: "\ea9e";
}
.pac-item-selected .pac-icon {
    color: #F44336;
}
.pac-item:hover, .pac-item-selected {
    background-color: #f5f5f5;
}
.pac-item-query {
    color: #333;
    line-height: 20px;
}

.container-detached {
    float: left;
    margin-right: -260px;
    width: 100%;
}
.sidebar-detached.affix {
    top: 56px;
    right: 20px;
}
.sidebar-detached.affix-top {
    float: right;
}


/* ------------------------------------------------------------------------------
*
*  # Anytime picker
*
*  jQuery datepicker/timepicker and a Date/String parse/format utility
*
*  Version: 1.2
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.AnyTime-pkr {
    text-align: center;
}
.AnyTime-pkr * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.AnyTime-pkr .AnyTime-date {
    float: left;
}
.AnyTime-pkr .AnyTime-date + .AnyTime-time {
    margin-left: 50px;
    float: left;
}
.AnyTime-win {
    padding: 16px;
    background-color: #fff;
    display: inline-block;
    border-radius: 3px;
    z-index: 2000;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.AnyTime-cloak {
    position: absolute;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.AnyTime-hdr {
    font-size: 15px;
    margin: 15px 10px;
    line-height: 1;
}
.AnyTime-x-btn {
    display: none;
    font-size: 0;
    cursor: pointer;
    float: right;
    border-radius: 2px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.AnyTime-x-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.AnyTime-x-btn:after {
    content: '\ed6b';
    font-family: 'icomoon';
    font-size: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.AnyTime-lbl {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 25px;
}
.AnyTime-lbl:first-child {
    margin-top: 8px;
}
.AnyTime-yrs .ui-state-highlight,
.AnyTime-yrs .ui-state-highlight:hover {
    background-color: #F44336;
    color: #fff;
}
.AnyTime-mons .ui-state-highlight,
.AnyTime-mons .ui-state-highlight:hover {
    background-color: #26A69A;
    color: #fff;
}
.AnyTime-time .ui-state-highlight,
.AnyTime-time .ui-state-highlight:hover {
    background-color: #607D8B;
    color: #fff;
}
.AnyTime-dom-table .ui-state-highlight,
.AnyTime-body-yr-selector .ui-state-highlight,
.AnyTime-dom-table .ui-state-highlight:hover,
.AnyTime-body-yr-selector .ui-state-highlight:hover {
    background-color: #2196F3;
    color: #fff;
}
.AnyTime-yrs-past-btn,
.AnyTime-yrs-ahead-btn {
    display: inline-block;
}
.AnyTime-yr-prior-btn,
.AnyTime-yr-cur-btn,
.AnyTime-yr-next-btn {
    display: inline-block;
    min-width: 50px;
}
.AnyTime-mons:after {
    content: "";
    display: table;
    clear: both;
}
.AnyTime-dom-table {
    width: 100%;
}
.AnyTime-pkr th.AnyTime-dow {
    color: #999999;
    font-size: 12px;
    padding: 8px;
    font-weight: 400;
}
.AnyTime-mon-btn {
    float: left;
}
.AnyTime-mon7-btn {
    clear: left;
}
.AnyTime-dom-btn:hover {
    background-color: #f5f5f5;
}
/*.AnyTime-dom-btn-empty {*/
    /*display: none;*/
/*}*/
.AnyTime-time,
.AnyTime-hrs-am,
.AnyTime-hrs-pm,
.AnyTime-mins-tens,
.AnyTime-mins-ones,
.AnyTime-secs-tens,
.AnyTime-secs-ones,
.AnyTime-hrs,
.AnyTime-mins,
.AnyTime-secs,
.AnyTime-offs {
    display: inline-block;
}
.AnyTime-btn {
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 2px;
}
.AnyTime-btn:hover {
    background-color: #f5f5f5;
}
.AnyTime-hr-btn,
.AnyTime-min-ten-btn,
.AnyTime-min-one-btn,
.AnyTime-sec-ten-btn,
.AnyTime-sec-one-btn {
    min-width: 40px;
}
.AnyTime-hrs-pm,
.AnyTime-mins-ones,
.AnyTime-secs-ones {
    margin-left: 2px;
}
.AnyTime-mins-tens,
.AnyTime-secs-tens {
    margin-left: 20px;
}
.AnyTime-off-cur-btn {
    display: inline-block;
    overflow: hidden;
}
.AnyTime-off-select-btn {
    display: inline-block;
    vertical-align: top;
}
.AnyTime-off-selector {
    margin: 10px;
    position: absolute;
}
.AnyTime-body-off-selector {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
}
.AnyTime-off-off-btn {
    text-align: left;
}
.AnyTime-yr-selector {
    position: absolute;
    width: 90%;
}
.AnyTime-body-yr-selector {
    margin: 0;
}
.AnyTime-yr-mil,
.AnyTime-yr-cent,
.AnyTime-yr-dec,
.AnyTime-yr-yr,
.AnyTime-yr-era {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.AnyTime-era-btn {
    margin-left: 10px;
}
@media (max-width: 769px) {
    .AnyTime-pkr .AnyTime-date {
        float: none;
    }
    .AnyTime-mon-btn {
        float: none;
        display: inline-block;
    }
    .AnyTime-date + .AnyTime-time {
        margin-left: 0;
        margin-top: 25px;
        float: none;
    }
}


/* ------------------------------------------------------------------------------
*
*  # Bootstrap switches
*
*  Styles for switch.min.js - checkbox/radio toggle switches
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */
.bootstrap-switch {
    display: inline-block;
    cursor: pointer;
    margin-top: -2px;
    margin-right: 8px;
    border-radius: 3px;
    border: 1px solid transparent;
    position: relative;
    text-align: left;
    overflow: hidden;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease-in-out 0.05s;
    -o-transition: all ease-in-out 0.05s;
    transition: all ease-in-out 0.05s;
}
.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 3px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bootstrap-switch.bootstrap-switch-focused {
    outline: 0;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    padding: 8px 16px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
    height: auto;
}
.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 {
    cursor: default !important;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.bootstrap-switch-handle-on,
.bootstrap-switch-handle-off {
    text-align: center;
    z-index: 1;
}
.bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #333333;
    background-color: #eeeeee;
}
.bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background-color: #2196F3;
}
.bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: #fff;
    background-color: #F44336;
}
.bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background-color: #4CAF50;
}
.bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch-handle-off.bootstrap-switch-warning {
    color: #fff;
    background-color: #FF5722;
}
.bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch-handle-off.bootstrap-switch-info {
    color: #fff;
    background-color: #00BCD4;
}
.bootstrap-switch-handle-on {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.bootstrap-switch-handle-off {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.bootstrap-switch-label {
    text-align: center;
    z-index: 100;
    color: #333333;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.bootstrap-switch-label:hover {
    background-color: #fcfcfc;
}
.bootstrap-switch-label:active {
    background-color: #fafafa;
}
.bootstrap-switch-label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 10px;
    margin-top: -5px;
    margin-left: -1px;
    display: inline-block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch-large .bootstrap-switch-label {
    padding: 9px 18px;
}
.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 6px 12px;
}
.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch-small .bootstrap-switch-label {
    padding: 7px 14px;
}
.checkbox-switch > label,
label.checkbox-switch.checkbox-inline {
    padding: 0;
}
.checkbox-switch.checkbox-right .bootstrap-switch {
    margin-right: 0;
    margin-left: 8px;
}


/* ------------------------------------------------------------------------------
*
*  # Chart styling
*
*  Charts base - container and sizing setup
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
.chart-container {
    position: relative;
    width: 100%;
}
.chart-container.has-scroll {
    overflow-x: scroll;
    overflow-y: visible;
    max-width: 100%;
}
@media (max-width: 768px) {
    .chart-container {
        overflow-x: scroll;
        overflow-y: visible;
        max-width: 100%;
    }
}
.chart {
    position: relative;
    display: block;
    width: 100%;
}
.chart.has-minimum-width {
    min-width: 600px;
}
.has-fixed-height {
    height: 400px;
}
.chart-pie {
    width: 100%;
    height: 400px;
    min-width: 500px;
}


/* ------------------------------------------------------------------------------
 *
 *  # Daterange picker
 *
 *  Date range picker component for Bootstrap
 *
 *  Version: 1.2
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.daterangepicker {
    position: absolute;
    left: 0;
    margin-top: 5px;
    width: auto;
    padding: 0;
}
.daterangepicker.dropdown-menu {
    max-width: none;
    background-color: transparent;
    border: 0;
    z-index: 2000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.daterangepicker.dropup {
    margin-top: -8px;
}
.daterangepicker .ranges,
.daterangepicker .calendar {
    float: left;
}
.daterangepicker.opensleft .calendars {
    float: left;
}
.daterangepicker.opensright .calendars {
    float: right;
}
.daterangepicker.single .calendar {
    float: none;
    margin-left: 0;
    margin-right: 0;
}
.daterangepicker.single .ranges {
    display: none;
}
.daterangepicker.show-calendar .calendar {
    display: block;
}
.daterangepicker .calendar {
    display: none;
    background-color: #fff;
    border-radius: 3px;
    margin: 8px;
    padding: 16px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.daterangepicker table {
    width: 100%;
    margin: 0;
}
.daterangepicker table tbody th,
.daterangepicker table tbody td {
    cursor: pointer;
}
.daterangepicker th,
.daterangepicker td {
    white-space: nowrap;
    text-align: center;
}
.daterangepicker th.week,
.daterangepicker td.week {
    font-size: 80%;
    color: #ccc;
}
.daterangepicker th {
    color: #999999;
    font-weight: normal;
    font-size: 12px;
}
.daterangepicker th > i {
    top: 0;
}
.daterangepicker th.prev,
.daterangepicker th.next {
    cursor: pointer;
}
.daterangepicker th.available:hover,
.daterangepicker th.available:focus {
    color: #333333;
}
.daterangepicker td.available:hover,
.daterangepicker td.available:focus {
    background-color: #f5f5f5;
}
.daterangepicker td.off,
.daterangepicker td.disabled {
    color: #ccc;
}
.daterangepicker td.disabled {
    cursor: not-allowed;
}
.daterangepicker td.in-range {
    background-color: #f5f5f5;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.active:focus {
    background-color: #26A69A;
    color: #fff;
    border-radius: 3px;
}
.daterangepicker .table-condensed tr > th,
.daterangepicker .table-condensed tr > td {
    padding: 10px;
    line-height: 1;
}
.daterangepicker .table-condensed thead tr:last-child th {
    padding-top: 16px;
}
.daterangepicker .table-condensed .month {
    font-size: 17px;
    line-height: 1;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
}
.daterangepicker select {
    display: inline-block;
}
.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}
.daterangepicker select.yearselect {
    width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.daterangepicker .daterangepicker_input {
    position: relative;
}
.daterangepicker .daterangepicker_input i {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 11px;
    color: #999999;
}
.daterangepicker .daterangepicker_input input {
    padding-right: 24px;
}
.daterangepicker .calendar-time {
    text-align: center;
    margin: 16px 0;
}
.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}
.ranges {
    background-color: #fff;
    position: relative;
    border-radius: 3px;
    width: 200px;
    margin-top: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.opensright .ranges {
    margin-left: 0;
}
.opensleft .ranges {
    margin-right: 0;
}
.ranges ul {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}
.ranges ul + .daterangepicker-inputs {
    border-top: 1px solid #e5e5e5;
}
.ranges ul li {
    color: #333333;
    padding: 8px 16px;
    cursor: pointer;
    margin-top: 1px;
}
.ranges ul li:first-child {
    margin-top: 0;
}
.ranges ul li:hover,
.ranges ul li:focus {
    background-color: #f5f5f5;
}
.ranges ul li.active {
    color: #fff;
    background-color: #26A69A;
}
.ranges .daterangepicker-inputs {
    padding: 16px;
}
.ranges .daterangepicker-inputs .daterangepicker_input + .daterangepicker_input {
    margin-top: 16px;
}
.ranges .daterangepicker-inputs .daterangepicker_input > span {
    display: block;
    font-size: 12px;
    color: #999999;
}
.ranges .range_inputs {
    padding: 16px;
    padding-top: 0;
}
.ranges .range_inputs .btn {
    display: block;
    width: 100%;
}
.ranges .range_inputs .btn + .btn {
    margin-top: 16px;
}
@media (min-width: 769px) {
    .ranges {
        margin: 8px;
    }
}
.daterange-custom {
    cursor: pointer;
}
.daterange-custom:after {
    content: '';
    display: table;
    clear: both;
}
.daterange-custom .label,
.daterange-custom .badge {
    margin: 4px 0 0 8px;
    vertical-align: top;
}
.daterange-custom .label-icon {
    margin-top: 0;
    margin-right: 5px;
}
.daterange-custom-display {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    line-height: 1;
}
.daterange-custom-display:after {
    content: '\e9c9';
    font-family: 'icomoon';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.daterange-custom.is-opened .daterange-custom-display:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.daterange-custom-display > i {
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.015em;
}
.daterange-custom-display b {
    display: inline-block;
    margin-left: 4px;
    font-weight: 400;
}
.daterange-custom-display b > i {
    font-size: 11px;
    display: block;
    line-height: 12px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
}
.daterange-custom-display em {
    line-height: 30px;
    vertical-align: top;
    margin: 0 4px;
}
@media (max-width: 769px) {
    .opensleft,
    .opensright {
        left: 0!important;
        right: 0;
    }
    .opensleft .calendars,
    .opensright .calendars {
        float: none;
    }
    .daterangepicker.opensleft .ranges,
    .daterangepicker.opensright .ranges,
    .daterangepicker.opensleft .calendar,
    .daterangepicker.opensright .calendar,
    .daterangepicker.opensleft .calendars,
    .daterangepicker.opensright .calendars {
        float: none;
    }
    .daterangepicker {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .daterangepicker .calendar {
        margin-left: 0;
        margin-right: 0;
    }
    .daterangepicker .ranges {
        width: 100%;
    }
}


/* ------------------------------------------------------------------------------
 *
 *  # Dropzone file uploader
 *
 *  Open source library that provides drag’n’drop file uploads with image previews
 *
 *  Version: 1.2
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.dropzone {
    position: relative;
    border: 3px dashed #eeeeee;
    min-height: 250px;
    border-radius: 2px;
    background-color: #fcfcfc;
    padding: 5px;
}
.dropzone.dz-clickable,
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone .dz-message {
    opacity: 1;
    filter: alpha(opacity=100);
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-color: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.04);
}
.sidebar .dropzone {
    min-height: 190px;
    text-align: center;
    border-width: 2px;
}
.sidebar .dropzone .dz-default.dz-message:before {
    font-size: 64px;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    top: 50px;
}
.sidebar .dropzone .dz-default.dz-message span {
    font-size: 15px;
}
.sidebar .dropzone .dz-default.dz-message > span {
    margin-top: 130px;
}
@media (min-width: 769px) {
    .dropzone {
        min-height: 320px;
    }
}
.singleFile > .dropzone {
    min-height: 210px;
}
.xslx > .dropzone .dz-preview:before {
    content: ' ';
    background: transparent url(../images/excel.png) no-repeat;
    background-size: cover;
    opacity: .06;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.dropzone .dz-default.dz-message {
    position: absolute;
    height: 230px;
    width: 100%;
    margin-top: -115px;
    top: 50%;
    left: 0;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-default.dz-message:before {
    content: '\ea0e';
    font-family: 'icomoon';
    font-size: 64px;
    position: absolute;
    top: 48px;
    width: 64px;
    height: 64px;
    display: inline-block;
    left: 50%;
    margin-left: -32px;
    line-height: 1;
    z-index: 2;
    color: #ddd;
    text-indent: 0;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dropzone .dz-default.dz-message span {
    font-size: 15px;
    color: #bbb;
    text-align: center;
    margin-top: 140px;
    display: block;
    font-weight: 500;
    text-shadow: 0 1px 1px #fff;
}
.dropzone .dz-default.dz-message span > span {
    margin-top: 2px;
    display: block;
    color: #ccc;
    font-size: 15px;
}
@media (min-width: 769px) {
    .dropzone .dz-default.dz-message:before {
        font-size: 80px;
        top: 48px;
        width: 80px;
        height: 80px;
        margin-left: -32px;
    }
    .dropzone .dz-default.dz-message span {
        font-size: 19px;
        margin-top: 130px;
    }
}
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.15;
    filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
    background-color: #fff;
    position: relative;
    display: inline-block;
    margin: 10px;
    min-height: 132px;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 2px;
}
.dropzone .dz-preview .dz-image {
    min-height: 43px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
    width: 140px;
    position: relative;
    background-color: rgba(224, 223, 223, .5);
    padding: 8px;
    margin-bottom: 25px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
    overflow: hidden;
    height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
    position: absolute;
    bottom: -26px;
    left: 0;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
    display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
    display: none;
    position: absolute;
    z-index: 9;
    right: 8px;
}
.dropzone .dz-preview .dz-error-mark:after,
.dropzone-previews .dz-preview .dz-error-mark:after,
.dropzone .dz-preview .dz-success-mark:after,
.dropzone-previews .dz-preview .dz-success-mark:after {
    font-family: 'icomoon';
    display: block;
    position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span,
.dropzone .dz-preview .dz-error-mark svg,
.dropzone-previews .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg,
.dropzone-previews .dz-preview .dz-success-mark svg {
    display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    color: #F44336;
}
.dropzone .dz-preview .dz-error-mark:after,
.dropzone-previews .dz-preview .dz-error-mark:after {
    content: '\ed6a';
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
    color: #4CAF50;
}
.dropzone .dz-preview .dz-success-mark:after,
.dropzone-previews .dz-preview .dz-success-mark:after {
    content: '\ed6e';
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark,
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
    position: absolute;
    top: 118px;
    left: 8px;
    right: 8px;
    height: 4px;
    background-color: #eeeeee;
    display: none;
    border-radius: 2px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #00BCD4;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(245, 245, 245, 0.8);
    margin: 8px;
    padding: 8px;
    color: #F44336;
    max-width: 100%;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message,
.dropzone-previews .dz-preview.dz-error:hover .dz-error-message {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
    background: #F44336;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
    display: block;
    opacity: 0.1;
    filter: alpha(opacity=10);
}
.dropzone .dz-preview a.dz-remove,
.dropzone-previews .dz-preview a.dz-remove {
    background-color: rgba(244, 67, 54, .05);
    border-radius: 2px;
    border: 1px solid #F44336;
    display: block;
    padding: 5px;
    text-align: center;
    color: #F44336;
    margin-top: 43px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.dropzone-previews {
    color: #333333;
    background-color: #f5f5f5;
}
.dropzone .dz-preview a.dz-remove:hover, .dz-preview a.dz-remove:hover {
    background-color: rgba(244, 67, 54, .15);
}


/* ------------------------------------------------------------------------------
*
*  # Floating action buttons
*
*  Material design floating action button with menu
*
*  Version: 1.0
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.fab-menu {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 999;
}
.fab-menu-absolute {
    position: absolute;
}
.fab-menu-absolute.affix {
    position: fixed;
}
.fab-menu-fixed {
    position: fixed;
    z-index: 1030;
}
.fab-menu-top-left,
.fab-menu-top-right {
    margin-top: -26px;
}
.fab-menu-top-left.affix,
.fab-menu-top-right.affix {
    top: 20px;
    margin-top: 0;
}
.content-wrapper > .fab-menu-top-left,
.content-wrapper > .fab-menu-top-right {
    top: -26px;
}
.content-wrapper > .fab-menu-top-left.affix,
.content-wrapper > .fab-menu-top-right.affix {
    top: 20px;
}
.navbar-top .fab-menu-top-left.affix,
.navbar-top .fab-menu-top-right.affix,
.navbar-affixed-top .fab-menu-top-left.affix,
.navbar-affixed-top .fab-menu-top-right.affix {
    top: 70px;
}
.navbar-top-lg .fab-menu-top-left.affix,
.navbar-top-lg .fab-menu-top-right.affix,
.navbar-affixed-top-lg .fab-menu-top-left.affix,
.navbar-affixed-top-lg .fab-menu-top-right.affix {
    top: 74px;
}
.navbar-top-sm .fab-menu-top-left.affix,
.navbar-top-sm .fab-menu-top-right.affix,
.navbar-affixed-top-sm .fab-menu-top-left.affix,
.navbar-affixed-top-sm .fab-menu-top-right.affix {
    top: 68px;
}
.navbar-top-xs .fab-menu-top-left.affix,
.navbar-top-xs .fab-menu-top-right.affix,
.navbar-affixed-top-xs .fab-menu-top-left.affix,
.navbar-affixed-top-xs .fab-menu-top-right.affix {
    top: 66px;
}
.fab-menu-bottom-left,
.fab-menu-bottom-right {
    bottom: 20px;
    -webkit-transition: bottom ease-in-out 0.15s;
    -o-transition: bottom ease-in-out 0.15s;
    transition: bottom ease-in-out 0.15s;
}
.fab-menu-bottom-left.reached-bottom,
.fab-menu-bottom-right.reached-bottom {
    bottom: 80px;
}
.navbar-bottom .fab-menu-bottom-left.reached-bottom,
.navbar-bottom .fab-menu-bottom-right.reached-bottom {
    bottom: 90px;
}
.navbar-bottom-lg .fab-menu-bottom-left.reached-bottom,
.navbar-bottom-lg .fab-menu-bottom-right.reached-bottom {
    bottom: 94px;
}
.navbar-bottom-sm .fab-menu-bottom-left.reached-bottom,
.navbar-bottom-sm .fab-menu-bottom-right.reached-bottom {
    bottom: 88px;
}
.navbar-bottom-xs .fab-menu-bottom-left.reached-bottom,
.navbar-bottom-xs .fab-menu-bottom-right.reached-bottom {
    bottom: 86px;
}
.fab-menu-top-right,
.fab-menu-bottom-right {
    right: 20px;
}
.fab-menu-inner {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fab-menu-inner > li {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 20px;
    margin-top: -20px;
}
.fab-menu-inner > li .btn {
    border-width: 0;
}
.fab-menu-inner > li .btn-float {
    padding: 0;
    width: 48px;
    height: 48px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fab-menu-inner > li .btn-float:hover,
.fab-menu-inner > li .btn-float:focus {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.fab-menu-inner > li .btn-float > i {
    margin: 16px;
}
.fab-menu-inner > li .btn-float.btn-flat > i {
    margin: 14px;
}
.fab-menu-inner > li .badge,
.fab-menu-inner > li .label,
.fab-menu-inner > li .status-mark {
    position: absolute;
}
@media (min-width: 769px) {
    .fab-menu-inner > li .badge,
    .fab-menu-inner > li .label,
    .fab-menu-inner > li .status-mark {
        -webkit-box-shadow: 0 0 0 2px #eeeded;
        box-shadow: 0 0 0 2px #eeeded;
    }
}
.fab-menu-inner > li .badge,
.fab-menu-inner > li .label {
    top: 16px;
    right: -4px;
}
.fab-menu-inner > li .status-mark {
    top: 22px;
    right: 2px;
}
.fab-menu-bottom-left .fab-menu-inner > li,
.fab-menu-bottom-right .fab-menu-inner > li {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.fab-menu-bottom-left .fab-menu-inner > li .badge,
.fab-menu-bottom-right .fab-menu-inner > li .badge,
.fab-menu-bottom-left .fab-menu-inner > li .label,
.fab-menu-bottom-right .fab-menu-inner > li .label {
    top: -4px;
}
.fab-menu-bottom-left .fab-menu-inner > li .status-mark,
.fab-menu-bottom-right .fab-menu-inner > li .status-mark {
    top: 2px;
}
.fab-menu-inner .dropdown-menu {
    margin-top: 0;
    margin-right: 10px;
    top: 19px;
    left: auto;
    right: 100%;
}
.fab-menu-inner .dropdown-menu-right {
    margin-right: 0;
    margin-left: 10px;
    right: auto;
    left: 100%;
}
.fab-menu-btn {
    z-index: 1001;
    border-width: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.fab-menu-btn.btn-float {
    padding: 26px;
}
.fab-menu-btn.btn-float > i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.fab-menu-btn:hover,
.fab-menu-btn:focus,
.fab-menu[data-fab-toggle="hover"]:hover .fab-menu-btn,
.fab-menu[data-fab-state="open"] .fab-menu-btn {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.fab-icon-close,
.fab-icon-open {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.fab-menu[data-fab-toggle="hover"]:hover .fab-icon-close,
.fab-menu[data-fab-toggle="hover"]:hover .fab-icon-open,
.fab-menu[data-fab-state="open"] .fab-icon-close,
.fab-menu[data-fab-state="open"] .fab-icon-open {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fab-menu[data-fab-toggle="hover"]:hover .fab-icon-open,
.fab-menu[data-fab-state="open"] .fab-icon-open {
    opacity: 0;
    filter: alpha(opacity=0);
}
.fab-icon-close {
    opacity: 0;
    filter: alpha(opacity=0);
}
.fab-menu[data-fab-toggle="hover"]:hover .fab-icon-close,
.fab-menu[data-fab-state="open"] .fab-icon-close {
    opacity: 1;
    filter: alpha(opacity=100);
}
.fab-menu .fab-menu-inner > li {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.fab-menu .fab-menu-inner > li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.fab-menu .fab-menu-inner > li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fab-menu .fab-menu-inner > li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.fab-menu .fab-menu-inner > li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.fab-menu .fab-menu-inner > li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.fab-menu[data-fab-toggle="hover"]:hover .fab-menu-inner > li,
.fab-menu[data-fab-state="open"] .fab-menu-inner > li {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.fab-menu-top[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-top-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-top-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-top[data-fab-state="open"] .fab-menu-inner > li:nth-child(1),
.fab-menu-top-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(1),
.fab-menu-top-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(1) {
    top: 72px;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.fab-menu-top[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-top-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-top-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-top[data-fab-state="open"] .fab-menu-inner > li:nth-child(2),
.fab-menu-top-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(2),
.fab-menu-top-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(2) {
    top: 140px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fab-menu-top[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-top-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-top-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-top[data-fab-state="open"] .fab-menu-inner > li:nth-child(3),
.fab-menu-top-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(3),
.fab-menu-top-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(3) {
    top: 208px;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.fab-menu-top[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-top-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-top-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-top[data-fab-state="open"] .fab-menu-inner > li:nth-child(4),
.fab-menu-top-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(4),
.fab-menu-top-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(4) {
    top: 276px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.fab-menu-top[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-top-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-top-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-top[data-fab-state="open"] .fab-menu-inner > li:nth-child(5),
.fab-menu-top-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(5),
.fab-menu-top-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(5) {
    top: 344px;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.fab-menu-bottom[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom[data-fab-state="open"] .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(1),
.fab-menu-bottom-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(1) {
    top: -64px;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.fab-menu-bottom[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom[data-fab-state="open"] .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(2),
.fab-menu-bottom-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(2) {
    top: -132px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fab-menu-bottom[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom[data-fab-state="open"] .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(3),
.fab-menu-bottom-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(3) {
    top: -200px;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.fab-menu-bottom[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom[data-fab-state="open"] .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(4),
.fab-menu-bottom-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(4) {
    top: -268px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.fab-menu-bottom[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom-left[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom-right[data-fab-toggle="hover"]:hover .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom[data-fab-state="open"] .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom-left[data-fab-state="open"] .fab-menu-inner > li:nth-child(5),
.fab-menu-bottom-right[data-fab-state="open"] .fab-menu-inner > li:nth-child(5) {
    top: -336px;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.fab-menu-inner div[data-fab-label]:after {
    content: attr(data-fab-label);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 70px;
    color: #fff;
    background-color: #333;
    padding: 8px 16px;
    visibility: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.fab-menu-bottom-left .fab-menu-inner div[data-fab-label]:after,
.fab-menu-bottom-right .fab-menu-inner div[data-fab-label]:after {
    margin-top: -28px;
}
.fab-menu-top-left .fab-menu-inner div[data-fab-label]:after,
.fab-menu-bottom-left .fab-menu-inner div[data-fab-label]:after,
.fab-menu-inner div[data-fab-label].fab-label-right:after {
    right: auto;
    left: 70px;
}
.fab-menu[data-fab-toggle="hover"] .fab-menu-inner div[data-fab-label]:hover:after,
.fab-menu[data-fab-state="open"] .fab-menu-inner div[data-fab-label]:hover:after {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.fab-menu-inner div[data-fab-label].fab-label-light:after {
    background-color: #fff;
    color: #333333;
}
.fab-menu-inner div[data-fab-label].fab-label-visible:after {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* ------------------------------------------------------------------------------
 *
 *  # Form Validation
 *
 *  jQuery plugin for simple clientside form validation
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.validation-error-label,
.validation-valid-label {
    display: none;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #F44336;
    position: relative;
    padding-left: 26px;
}
.validation-valid-label {
    color: #4CAF50;
}
.validation-error-label:before,
.validation-valid-label:before {
    font-family: 'icomoon';
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}
.validation-error-label:empty,
.validation-valid-label:empty {
    display: none;
}
.validation-error-label:before {
    content: '\ed63';
}
.validation-valid-label:before {
    content: '\ee73';
}


/* ------------------------------------------------------------------------------
*
*  # ION Range Slider
*
*  Styles for ION range slider plugin
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.irs {
    position: relative;
    display: block;
    height: 43px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    height: 4px;
    top: 37px;
    background-color: #eeeeee;
    border-radius: 100px;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}
.irs-line-left {
    left: 0;
    width: 11%;
}
.irs-line-mid {
    left: 9%;
    width: 82%;
}
.irs-line-right {
    right: 0;
    width: 11%;
}
.irs-bar {
    position: absolute;
    display: block;
    top: 37px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #5C6BC0;
    border-radius: 100px;
}
.irs-bar-edge {
    position: absolute;
    display: block;
    top: 25px;
    left: 0;
    height: 12px;
    width: 9px;
}
.irs-shadow {
    position: absolute;
    display: none;
    top: 37px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #333333;
    border-radius: 100px;
    opacity: 0.25;
    filter: alpha(opacity=25);
}
.irs-slider {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #5C6BC0;
    top: 33px;
    border-radius: 100px;
    cursor: pointer;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform ease-in-out 0.15s;
    -o-transition: -webkit-transform ease-in-out 0.15s;
    transition: -webkit-transform ease-in-out 0.15s;
}
.irs-slider:hover {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
.irs-slider:focus,
.irs-slider:active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-box-shadow: 0 0 0 10px rgba(92, 107, 192, 0.1);
    box-shadow: 0 0 0 10px rgba(92, 107, 192, 0.1);
}
.irs-slider.type_last {
    z-index: 2;
}
.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    cursor: default;
}
.irs-min,
.irs-max {
    color: #999999;
    font-size: 11px;
    line-height: 1;
    top: 0;
    padding: 6px;
    background-color: #eeeeee;
    border-radius: 2px;
}
.irs-min {
    left: 0;
}
.irs-max {
    right: 0;
}
.irs-from,
.irs-to,
.irs-single {
    left: 0;
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 6px;
    top: 0;
    background-color: #333;
    border-radius: 2px;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -4px;
    overflow: hidden;
    border: 4px solid transparent;
    border-top-color: #333;
}
.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
}
.irs-with-grid {
    height: 75px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background-color: #999999;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 11px;
    color: #999999;
    line-height: 1;
    padding: 0 3px;
}
.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2;
}
.irs-disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}


/* ------------------------------------------------------------------------------
 *
 *  # PNotify notifications
 *
 *  Styles for pnotify.min.js - a flexible JavaScript notification plugin
 *
 *  Version: 1.1
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.ui-pnotify {
    top: 20px;
    right: 20px;
    position: absolute;
    height: auto;
    z-index: 2;
    border-radius: 3px;
}
body > .ui-pnotify {
    position: fixed;
    z-index: 100040;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.ui-pnotify.alert-rounded > .ui-pnotify-container {
    border-radius: 100px;
}
.ui-pnotify[class*=bg-] > .ui-pnotify-container {
    background-color: inherit;
    border-color: transparent;
    color: #fff;
}
.ui-pnotify[class*=text-] > .ui-pnotify-container,
.ui-pnotify[class*=alpha-] > .ui-pnotify-container {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}
.ui-pnotify.stack-top-left,
.ui-pnotify.stack-bottom-left {
    left: 20px;
    right: auto;
}
.ui-pnotify.stack-bottom-right,
.ui-pnotify.stack-bottom-left {
    bottom: 20px;
    top: auto;
}
.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px;
}
.ui-pnotify.stack-custom-right {
    top: auto;
    left: auto;
    bottom: 200px;
    right: 200px;
}
.ui-pnotify.stack-custom-left {
    top: 200px;
    left: 200px;
    right: auto;
    bottom: auto;
}
.ui-pnotify.stack-custom-top {
    right: 0;
    left: 0;
    top: 0;
}
.ui-pnotify.stack-custom-bottom {
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
}
.ui-pnotify.ui-pnotify-in {
    display: block!important;
}
.ui-pnotify.ui-pnotify-move {
    -webkit-transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    -o-transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-slow {
    -webkit-transition: opacity linear 0.6s;
    -o-transition: opacity linear 0.6s;
    transition: opacity linear 0.6s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    -o-transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-normal {
    -webkit-transition: opacity linear 0.4s;
    -o-transition: opacity linear 0.4s;
    transition: opacity linear 0.4s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    -o-transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity .2s linear;
    -webkit-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    -webkit-transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    -o-transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
    transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}
.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.ui-pnotify-container {
    padding: 15px 20px;
    height: 100%;
    position: relative;
    left: 0;
    margin: 0;
    border-radius: 3px;
}
.ui-pnotify-container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.ui-pnotify-container.ui-pnotify-sharp {
    border-radius: 0;
}
.ui-pnotify-title {
    display: block;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 15px;
}
.ui-pnotify-text {
    display: block;
}
.ui-pnotify-icon {
    display: block;
    float: left;
    line-height: 1;
}
.ui-pnotify-icon > [class^=icon-] {
    margin-top: 4px;
    margin-right: 8px;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: 8px;
    margin-top: 4px;
    line-height: 1;
    outline: 0;
}
.ui-pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039;
}
.brighttheme {
    border: 0px solid;
}
.ui-pnotify[class*=bg-] > .brighttheme {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}
.brighttheme-notice {
    background-color: #FFF3E0;
    border-color: #FF9800;
}
.brighttheme-info {
    background-color: #E3F2FD;
    border-color: #1E88E5;
}
.brighttheme-success {
    background-color: #E8F5E9;
    border-color: #4CAF50;
}
.brighttheme-error {
    background-color: #FBE9E7;
    border-color: #FF5722;
}
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    width: 10px;
    height: 10px;
    outline: 0;
}
.brighttheme-icon-closer:after,
.brighttheme-icon-sticker:after {
    content: '';
    font-family: 'Icomoon';
    font-size: 10px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.brighttheme-icon-closer:after {
    content: "\ed6a";
}
.brighttheme-icon-sticker:after {
    content: "\ee70";
}
.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
    content: "\ee75";
}
.ui-pnotify[class*=alert-styled-] {
    border-width: 0;
    padding: 0;
}
.ui-pnotify.alert-styled-left .brighttheme {
    border-left-width: 44px;
}
.ui-pnotify.alert-styled-left:after {
    left: 0;
}
.ui-pnotify.alert-styled-right .brighttheme {
    border-right-width: 44px;
}
.ui-pnotify.alert-styled-right:after {
    right: 0;
}
.brighttheme .ui-pnotify-action-bar {
    padding-top: 15px;
}
.brighttheme .ui-pnotify-action-bar textarea,
.brighttheme .ui-pnotify-action-bar input {
    display: block;
    width: 100%;
    border-color: transparent transparent #ddd;
    background-color: transparent;
    margin-bottom: 15px !important;
    color: #333333;
    padding: 8px 0;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input {
    border-bottom-color: #fff;
    color: #fff;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-moz-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea:-ms-input-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input:-ms-input-placeholder {
    color: #fff;
}
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-webkit-input-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-webkit-input-placeholder {
    color: #fff;
}
.ui-pnotify[class*=bg-] .form-control {
    border-bottom-color: #fff;
    color: #fff;
}
.ui-pnotify[class*=bg-] .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.ui-pnotify[class*=bg-] .form-control:-ms-input-placeholder {
    color: #fff;
}
.ui-pnotify[class*=bg-] .form-control::-webkit-input-placeholder {
    color: #fff;
}
.ui-pnotify-history-container {
    position: absolute;
    top: 0;
    right: 20px;
    width: 70px;
    border-top: none;
    padding: 0;
    z-index: 10000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.ui-pnotify-history-container.ui-pnotify-history-fixed {
    position: fixed;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
    padding: 2px;
    text-align: center;
}
.ui-pnotify-history-container button {
    cursor: pointer;
    display: block;
    width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
    display: block;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }
    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
        border-bottom-width: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-top-left,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
        left: 0;
        right: 0;
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow {
        border-top-width: 5px;
        border-bottom-width: 1px;
    }
    .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-fade {
        opacity: 0.2;
        filter: alpha(opacity=20);
    }
    .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-hide {
        display: none !important;
    }
    .ui-pnotify-mobile-able .ui-pnotify-container {
        border-radius: 0;
    }
}


/* ------------------------------------------------------------------------------
*
*  # Select2 selects
*
*  Styles for select2.js - custom select plugin
*
*  Version: 1.3
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.select2-container {
    outline: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.select2-selection--single {
    cursor: pointer;
    outline: 0;
    display: block;
    height: 38px;
    padding: 8px 0;
    line-height: 1.5384616;
    position: relative;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-selection--single:not([class*=bg-]) {
    border-top-color: transparent;
    border-left-width: 0;
    border-right-width: 0;
}
.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-bottom-color: #ddd;
}
.select2-container--focus .select2-selection--single:not([class*=bg-]):not([class*=border-]),
.select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-bottom-color: #009688;
    -webkit-box-shadow: 0 1px 0 #009688;
    box-shadow: 0 1px 0 #009688;
}
.select2-container--disabled .select2-selection--single:not([class*=bg-]) {
    color: #999999;
    border-bottom-style: dashed;
}
.select2-container--disabled .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-bottom-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered > i {
    margin-right: 16px;
}
.select2-selection--single .select2-selection__clear {
    position: relative;
    cursor: pointer;
    float: right;
    font-size: 0;
    line-height: 1;
    margin-top: 2px;
    margin-left: 5px;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.select2-selection--single .select2-selection__clear:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.select2-selection--single .select2-selection__clear:after {
    content: '\ed6b';
    font-family: 'icomoon';
    display: inline-block;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__placeholder {
    color: #999999;
}
.select2-selection--single .select2-selection__arrow:after {
    content: '\e9c5';
    font-family: 'Icomoon';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    font-size: 16px;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: '\e9c6';
}
.select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
}
.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.navbar-inverse .navbar-form .select2-selection--single:not([class*=bg-]):not([class*=border-]),
.page-header-inverse .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}
.navbar-inverse .navbar-form .select2-selection--single .select2-selection__placeholder,
.page-header-inverse .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}
.navbar-inverse .navbar-form .select2-container--focus .select2-selection--single:not([class*=bg-]):not([class*=border-]),
.page-header-inverse .select2-container--focus .select2-selection--single:not([class*=bg-]):not([class*=border-]),
.navbar-inverse .navbar-form .select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]),
.page-header-inverse .select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-bottom-color: #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}
.select2-selection--multiple {
    display: block;
    border: 1px solid transparent;
    cursor: text;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
    border-color: transparent;
}
.select2-selection--multiple:not([class*=bg-])[class*=border-] {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.select2-selection--multiple:not([class*=bg-])[class*=border-] .select2-selection__rendered {
    padding-bottom: 8px;
}
.select2-selection--multiple:not([class*=bg-]) .select2-selection__rendered {
    padding: 0;
}
.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice {
    background-color: #eee;
    color: #333333;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 100px;
}
.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:hover,
.select2-container--disabled .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:hover,
.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:focus,
.select2-container--disabled .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:focus {
    background-color: #eee;
    color: #333333;
}
.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:hover,
.select2-selection--multiple:not([class*=bg-]) .select2-selection__choice:focus {
    background-color: #03A9F4;
    color: #fff;
}
.select2-selection--multiple:not([class*=bg-]) .select2-search--inline .select2-search__field {
    margin-top: 3px;
    margin-bottom: 3px;
}
.select2-selection--multiple:not([class*=bg-]) .select2-search--inline:first-child .select2-search__field {
    margin-left: 0;
}
.select2-selection--multiple .select2-selection__rendered {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0 6px 6px 6px;
    width: 100%;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] .select2-selection__choice {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
.select2-container--disabled .select2-selection--multiple .select2-search__field {
    cursor: not-allowed;
}
.select2-selection--multiple .select2-selection__choice {
    background-color: #eee;
    color: #fff;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 6px;
    margin-top: 6px;
    padding: 8px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.select2-selection--multiple .select2-selection__choice > i {
    margin-right: 10px;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    cursor: pointer;
    float: right;
    font-size: 0;
    margin-top: 4.5px;
    line-height: 1;
    margin-left: 8px;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:after {
    content: '\ed6a';
    font-family: 'icomoon';
    display: block;
    font-size: 11px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    display: none;
}
.select2-selection--multiple .select2-search--inline {
    float: left;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
    font-size: 100%;
    margin-top: 6px;
    padding: 8px 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    margin-left: 6px;
    -webkit-appearance: textfield;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    color: #333333;
    border-radius: 3px;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results > .select2-results__options {
    padding-bottom: 8px;
    max-height: 250px;
    overflow-y: auto;
}
.select2-search--hide + .select2-results > .select2-results__options {
    padding-top: 8px;
}
.select2-results:first-child > .select2-results__options {
    padding-top: 8px;
}
.select2-results__option {
    padding: 8px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-results__option + .select2-results__option {
    margin-top: 1px;
}
.select2-results__option i {
    margin-right: 16px;
}
.select2-results__option i.icon-undefined {
    display: none;
}
.select2-results__option[role=group] {
    padding: 0;
}
.select2-results__option.select2-results__option--highlighted {
    background-color: #f5f5f5;
}
.select2-results__option[aria-disabled=true] {
    color: #999999;
    cursor: not-allowed;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true] {
    color: rgba(255, 255, 255, 0.6);
}
.select2-results__option[aria-selected=true] {
    background-color: #26A69A;
    color: #fff;
}
.select2-results__options--nested > .select2-results__option {
    padding-left: 32px;
    padding-right: 32px;
}
.select2-results__group {
    display: block;
    padding: 8px 16px;
    font-size: 11px;
    line-height: 1.82;
    text-transform: uppercase;
    cursor: default;
    margin-top: 8px;
    margin-bottom: 8px;
}
.select2-results__option:first-child > .select2-results__group {
    margin-top: 0;
}
.select2-results__message {
    color: #999999;
    cursor: default;
}
.select2-dropdown[class*=bg-] .select2-results__message {
    color: rgba(255, 255, 255, 0.75);
}
.select2-results__option.loading-results {
    padding-top: 0;
}
.select2-results__option.loading-results + .select2-results__option {
    margin-top: 8px;
}
.select2-results__option--load-more {
    text-align: center;
    margin-top: 8px;
    cursor: default;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--above[class*=bg-] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open .select2-dropdown--above:not([class*=bg-]) {
    top: -3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below[class*=bg-] {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open .select2-dropdown--below:not([class*=bg-]) {
    top: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.select2-search--dropdown {
    display: block;
    position: relative;
    padding: 16px;
    padding-left: 48px;
}
.select2-search--dropdown:after {
    content: '\e98e';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    left: 16px;
    color: inherit;
    display: block;
    font-size: 14px;
    margin-top: -7px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-search--dropdown + .select2-results .select2-results__message:first-child {
    padding-top: 0;
}
.select2-search--dropdown .select2-search__field {
    background-color: transparent;
    padding: 8px 0;
    border-radius: 3px;
    border: 1px solid #ddd;
    border-color: transparent transparent #ddd;
    outline: 0;
    width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select-lg.select2-selection--single {
    height: 40px;
    padding: 9px 0;
    font-size: 14px;
}
.select-lg.select2-selection--single .select2-selection__rendered {
    padding-right: 40px;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
    padding: 9px 18px;
    font-size: 14px;
}
.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 9px 0;
    font-size: 14px;
}
.select-sm.select2-selection--single {
    height: 36px;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1.6666667;
}
.select-sm.select2-selection--single .select2-selection__rendered {
    padding-right: 32px;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
    padding: 7px 14px;
    font-size: 12px;
    line-height: 1.6666667;
}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 7px 0;
}
.select-xs.select2-selection--single {
    height: 34px;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.6666667;
}
.select-xs.select2-selection--single .select2-selection__rendered {
    padding-right: 28px;
}
.select-xs.select2-selection--multiple .select2-selection__choice {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.6666667;
}
.select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.6666667;
}
.select2-selection--single[class*=bg-],
.select2-selection--multiple[class*=bg-] {
    border-radius: 3px;
}
.select2-container--disabled .select2-selection--single[class*=bg-],
.select2-container--disabled .select2-selection--multiple[class*=bg-] {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.select2-selection--single[class*=bg-] .select2-selection__placeholder {
    color: #fff;
}
.select2-selection--single[class*=bg-] .select2-selection__rendered {
    padding-left: 16px;
    padding-right: 40px;
}
.select2-container--disabled .select2-selection--single[class*=bg-] .select2-selection__rendered {
    color: rgba(255, 255, 255, 0.75);
}
.select2-selection--single[class*=bg-] .select2-selection__arrow:after {
    right: 16px;
}
.select2-selection--multiple[class*=bg-] .select2-selection__choice {
    background-color: rgba(0, 0, 0, 0.25);
}
.select2-selection--multiple[class*=bg-] .select2-search--inline .select2-search__field::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.select2-selection--multiple[class*=bg-] .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: #fff;
}
.select2-selection--multiple[class*=bg-] .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #fff;
}
.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
    background-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true] {
    background-color: rgba(0, 0, 0, 0.2);
}
.select2-dropdown[class*=bg-] .select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, 0.1);
}
.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;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: fixed !important;
    width: 1px !important;
}
.select2-result-repository {
    padding-top: 8px;
    padding-bottom: 8px;
}
.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 15px;
}
.select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 100px;
}
.select2-result-repository__meta {
    margin-left: 70px;
}
.select2-result-repository__title {
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 2px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
    display: inline-block;
    font-size: 12px;
}
.select2-result-repository__description {
    font-size: 12px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
    margin-right: 15px;
}

input.select2-search__field:-ms-input-placeholder,
input.select2-search__field::-ms-input-placeholder {
    color: #999;
    font-size: 13px;
}
input.select2-search__field::placeholder,
input.select2-search__field::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
}

tfoot.addNewRow .select2-selection--multiple:not([class*=bg-]) .select2-selection__choice {
    background-color: #b4e4bd;
    color: #51b541;
}

/* ------------------------------------------------------------------------------
*
*  # Uniform form inputs plugin
*
*  Styles for uniform.min.js - form components styling
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.checker {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.checker,
.checker span,
.checker input {
    width: 18px;
    height: 18px;
}
.checker span {
    color: #455A64;
    border: 2px solid #607D8B;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 2px;
}
.checker span:after {
    content: "\ed6e";
    font-family: 'icomoon';
    font-size: 16px;
    color: inherit;
    line-height: 1;
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.checker span.checked {
    border-color: transparent;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.checker span.checked:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.checker input[type=checkbox],
.choice input[type=radio] {
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox .checker,
.checkbox-inline .checker {
    position: absolute;
    top: 1px;
    left: 0;
}
.form-horizontal .checkbox .checker,
.form-horizontal .checkbox-inline .checker {
    top: 10px;
}
.checkbox-right .checker {
    left: auto;
    right: 0;
}
.checker.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.checker.disabled,
.checker.disabled input[type=checkbox] {
    cursor: not-allowed;
}
.checkbox > label:active .checker.disabled span:after,
.checkbox-inline:active .checker.disabled span:after {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox > label:active .checker.disabled span.checked:after,
.checkbox-inline:active .checker.disabled span.checked:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.checker[class*=border-] span {
    color: inherit;
}
.checker[class*=border-] span:not(.checked) {
    border-color: inherit;
}
.dropdown-menu > .active:not(.disabled) .checker span,
.dropdown-menu[class*=bg-] .checker span,
.page-header-inverse .form-group > .checkbox .checker span,
.page-header-inverse .form-group > .checkbox-inline .checker span,
.navbar-inverse .navbar-form .form-group > .checkbox .checker span,
.navbar-inverse .navbar-form .form-group > .checkbox-inline .checker span,
.sidebar:not(.sidebar-default) .checkbox .checker span,
.sidebar:not(.sidebar-default) .checkbox-inline .checker span {
    border-color: #fff;
    color: #fff;
}
.dropdown-menu > .active:not(.disabled) .checker span.checked,
.dropdown-menu[class*=bg-] .checker span.checked,
.page-header-inverse .form-group > .checkbox .checker span.checked,
.page-header-inverse .form-group > .checkbox-inline .checker span.checked,
.navbar-inverse .navbar-form .form-group > .checkbox .checker span.checked,
.navbar-inverse .navbar-form .form-group > .checkbox-inline .checker span.checked,
.sidebar:not(.sidebar-default) .checkbox .checker span.checked,
.sidebar:not(.sidebar-default) .checkbox-inline .checker span.checked {
    border-color: transparent;
}
.choice {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 100%;
}
.choice,
.choice span,
.choice input {
    width: 18px;
    height: 18px;
}
.choice span {
    border: 2px solid #607D8B;
    display: -moz-inline-box;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    position: relative;
}
.choice span:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    border: 4px solid;
    border-color: inherit;
    width: 0;
    height: 0;
    border-radius: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.choice span.checked:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.radio .choice,
.radio-inline .choice {
    position: absolute;
    top: 1px;
    left: 0;
}
.form-horizontal .radio .choice,
.form-horizontal .radio-inline .choice {
    top: 10px;
}
.radio-right .choice {
    left: auto;
    right: 0;
}
.choice.active span:after,
.radio > label:active .choice span:after,
.radio-inline:active .choice span:after {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.choice.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.choice.disabled,
.choice.disabled input[type=radio] {
    cursor: not-allowed;
}
.radio > label:active .choice.disabled span:after,
.radio-inline:active .choice.disabled span:after {
    opacity: 0;
    filter: alpha(opacity=0);
}
.radio > label:active .choice.disabled span.checked:after,
.radio-inline:active .choice.disabled span.checked:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.choice[class*=border-] span {
    border-color: inherit;
}
.choice[class*=border-] span:after {
    border-color: inherit;
}
.dropdown-menu > .active .choice span,
.dropdown-menu[class*=bg-] .choice span,
.page-header-inverse .form-group > .radio .choice span,
.page-header-inverse .form-group > .radio-inline .choice span,
.navbar-inverse .navbar-form .form-group > .radio .choice span,
.navbar-inverse .navbar-form .form-group > .radio-inline .choice span,
.sidebar:not(.sidebar-default) .radio .choice span,
.sidebar:not(.sidebar-default) .radio-inline .choice span {
    border-color: #fff;
}
.uploader {
    position: relative;
    display: inline-block;
}
.uploader .filename {
    color: #999999;
    padding: 8px 16px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid transparent;
    float: right;
}
.uploader .action {
    cursor: pointer;
    margin: 0;
}
.uploader .action.btn {
    margin-top: 0;
}
.uploader:hover .action,
.uploader:focus .action {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.uploader:active .action {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.uploader input[type=file] {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 38px;
    border: 0;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
}
.uploader.disabled input[type=file] {
    cursor: not-allowed;
}
.uploader.disabled .action {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.sidebar .form-group > .uploader {
    display: block;
}
.sidebar .form-group > .uploader .filename {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.sidebar .form-group > .uploader .action {
    display: block;
}
.page-header-inverse .form-group > .uploader .filename,
.navbar-inverse .navbar-form .form-group > .uploader .filename {
    color: rgba(255, 255, 255, 0.9);
}
.uploader-lg input[type=file],
.uploader-lg .action,
.uploader-lg .filename {
    height: 40px;
}
.uploader-lg .filename {
    padding: 9px 18px;
    font-size: 14px;
    line-height: 1.4285715;
}
.uploader-sm input[type=file],
.uploader-sm .action,
.uploader-sm .filename {
    height: 36px;
}
.uploader-sm .filename {
    padding: 7px 14px;
    font-size: 12px;
    line-height: 1.6666667;
}
.uploader-xs input[type=file],
.uploader-xs .action,
.uploader-xs .filename {
    height: 34px;
}
.uploader-xs .filename {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.6666667;
}
label.cbStyle .checker {
    vertical-align: sub;
}
label.cbStyle .checker span.checked {
    color: #00b941;
}


/* ------------------------------------------------------------------------------
*
*  # X-editable
*
*  In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.editable {
    background-color: transparent;
}
.form-horizontal .editable {
    padding-top: 9px;
    display: inline-block;
}
.editable-pre-wrapped {
    white-space: pre-wrap;
}
.editableform .form-group:last-child {
    margin-bottom: 0;
}
.editableform .form-control {
    min-width: 200px;
}
.editableform .checkbox,
.editableform .radio {
    margin-top: 0;
    margin-bottom: 0;
}
.editableform .checkbox > div,
.editableform .radio > div {
    margin-top: 9px;
    margin-bottom: 9px;
    position: relative;
}
.editable-buttons {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}
.editable-buttons.editable-buttons-bottom {
    display: block;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
}
.editable-buttons .editable-cancel {
    margin-left: 8px;
}
.editable-input {
    vertical-align: top;
    display: inline-block;
    width: auto;
    white-space: normal;
}
.editable-input .help-block {
    margin-bottom: 0;
}
.editable-input .input-group {
    width: 250px;
}
.editable-input .elastic {
    height: 100px;
}
.editable-input .datepicker-inline {
    padding: 16px;
}
.editableform-loading {
    width: 16px;
    height: 16px;
    margin: auto;
}
.editableform-loading:after {
    content: '\eb55';
    font-family: 'icomoon';
    font-size: 16px;
    display: block;
    line-height: 1;
    margin: auto;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: rotation 1s ease infinite;
    -o-animation: rotation 1s ease infinite;
    animation: rotation 1s ease infinite;
}
.editable-error {
    color: #F44336;
}
.editable-error-block {
    max-width: 300px;
    margin: 8px 0 0 0;
    width: auto;
    white-space: normal;
}
.editable-bg-transition {
    color: inherit;
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.editable-clear {
    clear: both;
    text-decoration: none;
    text-align: right;
}
.editable-clear-x {
    position: absolute;
    right: 0;
    top: 11px;
    line-height: 1;
    cursor: pointer;
    z-index: 100;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.editable-clear-x:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.editable-clear-x:after {
    content: '\ed6b';
    font-family: 'icomoon';
    display: block;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.editable-click,
a.editable-click,
.editable-click:hover,
a.editable-click:hover {
    border-bottom: 1px dashed #1E88E5;
}
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
.editable-click.editable-disabled:hover,
a.editable-click.editable-disabled:hover {
    color: #999999;
    cursor: default;
    border-bottom: 0;
}
.editable-click .label {
    margin-top: 1px;
    margin-bottom: 1px;
}
.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
    font-style: italic;
    color: #999;
}
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
    border-bottom-color: #999;
}
.combodate {
    white-space: nowrap;
}
.combodate .day,
.combodate .year,
.combodate .hour,
.combodate .minute {
    min-width: 80px;
}
.combodate .form-control {
    display: inline-block;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.input-daterange input:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.editable-address {
    display: block;
}
.editable-address > label > span {
    width: 70px;
    display: inline-block;
    margin-bottom: 8px;
}
.editable-date {
    padding: 0;
    margin: 0;
    float: left;
}
.editable-checklist label {
    white-space: nowrap;
}
.editable-checklist label > input[type="checkbox"] {
    vertical-align: middle;
    margin: 0;
}
.editable-wysihtml5 {
    width: 566px;
    height: 250px;
}
.editable-container.editable-popup {
    max-width: none !important;
}
.editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.editable-container.editable-inline .editableform-loading {
    background-position: left 5px;
}
.editable-container.editable-inline .add-on .icon-th {
    margin-top: 3px;
    margin-left: 1px;
}
.editable-container.popover {
    width: auto;
    min-width: 200px;
}


/* ------------------------------------------------------------------------------
 *
 *  # Timeline
 *
 *  Styles for timeline in 3 layouts: left, right and centered
 *
 *  Version: 1.1
 *  Latest update: Dec 11, 2015
 *
 * ---------------------------------------------------------------------------- */
.timeline {
    position: relative;
    height: 100%;
}
.timeline:before,
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #ccc;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    z-index: 1;
}
.timeline:after {
    top: auto;
    bottom: 0;
}
.timeline-container {
    position: relative;
    padding-top: 10px;
    margin-top: -10px;
    padding-bottom: 1px;
}
.timeline-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background-color: #ccc;
    height: 100%;
    width: 2px;
    z-index: -1;
}
.timeline-row {
    position: relative;
}
.timeline-content {
    margin-bottom: 20px;
}
.timeline-date {
    text-align: center;
    background-color: #eeeded;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.timeline-date:before,
.timeline-date:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #ccc;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    z-index: 1;
}
.timeline-date:after {
    top: auto;
    bottom: 0;
}
.panel .timeline-date {
    background-color: #fff;
}
.timeline-time {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eeeded;
    position: relative;
    margin-bottom: 20px;
}
.timeline-time:before,
.timeline-time:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #ccc;
    height: 4px;
    width: 4px;
    border-radius: 50%;
}
.timeline-time:after {
    top: auto;
    bottom: 0;
}
.panel .timeline-time {
    background-color: #fff;
}
.timeline-time span {
    display: block;
    color: #999999;
    font-size: 12px;
}
.timeline-time span:before {
    content: '•';
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
@media (min-width: 1025px) {
    .timeline-time:before,
    .timeline-time:after {
        content: none;
    }
}
.timeline-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    background-color: #fff;
    border: 4px solid #eeeded;
}
.panel .timeline-icon {
    border-color: #fff;
}
.timeline-icon div {
    border-radius: 50%;
    height: 100%;
    -webkit-box-shadow: 0 0 0 2px #ccc inset;
    box-shadow: 0 0 0 2px #ccc inset;
}
.timeline-icon div[class*=bg-] {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.timeline-icon div > i {
    display: block;
    line-height: 40px;
    top: 0;
}
.timeline-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
@media (min-width: 1025px) {
    .timeline-center .timeline-row {
        margin-right: 50%;
        padding-right: 44px;
    }
    .timeline-center .post-even {
        margin-right: 0;
        padding-right: 0;
        margin-left: 50%;
        padding-left: 44px;
    }
    .timeline-center .post-full {
        margin: 0;
        padding: 0;
    }
    .timeline-center .post-full .timeline-content {
        position: relative;
    }
    .timeline-center .post-full .timeline-content:before,
    .timeline-center .post-full .timeline-content:after {
        content: '';
        border-style: solid;
        border-color: #eeeded;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
    }
    .timeline-center .post-full .timeline-content:before {
        border-width: 4px 0 0 0;
        top: -5px;
    }
    .timeline-center .post-full .timeline-content:after {
        border-width: 0 0 4px 0;
        bottom: -5px;
    }
    .timeline-left .timeline-container:after,
    .timeline-left:before,
    .timeline-left:after,
    .timeline-left .timeline-date:before,
    .timeline-left .timeline-date:after {
        left: 24px;
    }
    .timeline-left .timeline-row,
    .timeline-left .timeline-date {
        padding-left: 68px;
    }
    .timeline-right .timeline-container:after,
    .timeline-right:before,
    .timeline-right:after,
    .timeline-right .timeline-date:before,
    .timeline-right .timeline-date:after {
        left: auto;
        right: 24px;
        margin-left: 0;
        margin-right: -2px;
    }
    .timeline-right .timeline-container:after {
        margin-right: -1px;
    }
    .timeline-right .timeline-row,
    .timeline-right .timeline-date {
        padding-right: 68px;
    }
    .timeline-left .timeline-date,
    .timeline-right .timeline-date {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .timeline-icon {
        position: absolute;
        top: 10px;
    }
    .timeline-icon:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 16px;
        background-color: #ccc;
        z-index: 1;
    }
    .timeline-left .timeline-icon {
        left: 0;
    }
    .timeline-left .timeline-icon:after {
        left: 100%;
        margin-left: 4px;
    }
    .timeline-right .timeline-icon {
        right: 0;
    }
    .timeline-right .timeline-icon:after {
        right: 100%;
        margin-right: 4px;
    }
    .timeline-center .timeline-row:not(.post-full) .timeline-icon {
        left: 100%;
        margin-left: -24px;
    }
    .timeline-center .timeline-row.post-even .timeline-icon {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: -24px;
    }
    .timeline-center .timeline-icon:after {
        right: 100%;
        margin-right: 4px;
    }
    .timeline-center .post-even .timeline-icon:after {
        left: 100%;
        margin-left: 4px;
    }
    .timeline-center .post-full .timeline-icon {
        position: static;
    }
    .timeline-center .post-full .timeline-icon:after {
        content: none;
    }
    .timeline-time {
        padding: 0;
        text-align: inherit;
        background-color: transparent;
    }
    .timeline-time:before {
        content: none;
    }
    .timeline-left .timeline-time,
    .timeline-right .timeline-time {
        padding-top: 10px;
        margin-bottom: 20px;
        padding-left: 10px;
    }
    .timeline-right .timeline-time {
        text-align: right;
        padding-left: 0;
        padding-right: 10px;
    }
    .timeline-center .timeline-time,
    .timeline-center .post-full .timeline-time {
        position: absolute;
        left: 100%;
        top: 15px;
        width: 100%;
        padding-left: 44px;
    }
    .timeline-center .post-even .timeline-time,
    .timeline-center .post-full .timeline-time {
        left: auto;
        right: 100%;
        padding-left: 0;
        padding-right: 44px;
        text-align: right;
    }
    .timeline-center .post-full .timeline-time {
        right: 50%;
        top: 5px;
    }
}


/* ------------------------------------------------------------------------------
 *
 *  # Sweet alerts
 *
 *  Styles for sweet_alert.min.js - A beautiful replacement for JavaScript's "Alert"
 *
 *  Version: 1.1
 *  Latest update: Oct 28, 2015
 *
 * ---------------------------------------------------------------------------- */
/* # Core
-------------------------------------------------- */
body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.sweet-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1050;
}
.sweet-alert {
    background-color: #fff;
    width: 470px;
    padding: 20px;
    border-radius: 3px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -235px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 1060;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.sweet-alert h2 {
    margin-top: 10px;
    font-size: 19px;
    text-align: center;
    display: block;
    position: relative;
}
.sweet-alert p {
    text-align: center;
    position: relative;
}
.sweet-alert fieldset {
    border: none;
    position: relative;
}
.sweet-alert button {
    background-color: #2196F3;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 8px 15px;
    margin: 10px 5px 0 5px;
    box-shadow: none!important;
}
.sweet-alert button:hover {
    background-color: #1E88E5;
}
.sweet-alert button:focus {
    outline: 0;
}
.sweet-alert button:active {
    background-color: #42A5F5;
}
.sweet-alert button.cancel {
    background-color: transparent;
    color: #333333;
}
.sweet-alert button[disabled] {
    cursor: default;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.sweet-alert button.confirm[disabled] {
    color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.sweet-alert button::-moz-focus-inner {
    border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.sweet-alert[data-has-cancel-button=false][data-has-confirm-button=false] {
    padding-bottom: 40px;
}
.sweet-alert .sa-error-container {
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    border-radius: 3px;
    -webkit-transition: padding 0.15s, max-height 0.15s;
    -o-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container p {
    display: inline-block;
    margin-bottom: 0;
}
.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    -webkit-transition: padding 0.2s, max-height 0.2s;
    -o-transition: padding 0.2s, max-height 0.2s;
    transition: padding 0.2s, max-height 0.2s;
}
.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background-color: #FF7043;
    color: white;
    text-align: center;
    margin-right: 8px;
}
.sweet-alert .sa-input-error {
    position: absolute;
    top: 20px;
    right: 16px;
    width: 16px;
    height: 16px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.sweet-alert .sa-input-error:before,
.sweet-alert .sa-input-error:after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #EF5350;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -8px;
}
.sweet-alert .sa-input-error:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-input-error:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.sweet-alert input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 8px 16px;
    display: none;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sweet-alert input::-moz-placeholder {
    color: #bdbdbd;
    opacity: 1;
}
.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd;
}
.sweet-alert input:focus {
    outline: 0;
}
.sweet-alert input:focus::-moz-placeholder,
.sweet-alert input:focus:-ms-input-placeholder,
.sweet-alert input:focus::-webkit-input-placeholder {
    -webkit-transition: opacity ease 0.3s 0.03s;
    -o-transition: opacity ease 0.3s 0.03s;
    transition: opacity ease 0.3s 0.03s;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.sweet-alert.show-input input {
    display: block;
}
.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}
.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid #ddd;
    border-radius: 50%;
    margin: 10px auto 20px auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
    border-color: #F44336;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F44336;
    display: block;
    top: 37px;
    border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    left: 17px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    right: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-warning {
    border-color: #FF5722;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #FF5722;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #FF5722;
}
.sweet-alert .sa-icon.sa-info {
    border-color: #2196F3;
}
.sweet-alert .sa-icon.sa-info:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #2196F3;
}
.sweet-alert .sa-icon.sa-info:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #2196F3;
}
.sweet-alert .sa-icon.sa-success {
    border-color: #4CAF50;
}
.sweet-alert .sa-icon.sa-success:before,
.sweet-alert .sa-icon.sa-success:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success:before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success:after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    -moz-transform-origin: 0 60px;
    -ms-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(76, 175, 80, 0.2);
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width: 480px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 20px;
        right: 20px;
    }
}
/* # Animations
-------------------------------------------------- */
@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    -o-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
@-webkit-keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    -o-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
@-webkit-keyframes slideFromTop {
    0% {
        top: 0%;
    }
    100% {
        top: 50%;
    }
}
@keyframes slideFromTop {
    0% {
        top: 0%;
    }
    100% {
        top: 50%;
    }
}
.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    -o-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}
@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0%;
    }
}
@keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0%;
    }
}
.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    -o-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s;
}
@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}
@keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}
.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    -o-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s;
}
@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}
@keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}
.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    -o-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    -o-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}
@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    -o-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}
@-webkit-keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    5% {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    12% {
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    100% {
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}
@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    5% {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    12% {
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    100% {
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}
.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    -o-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        -ms-transform: rotateX(100deg);
        -o-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        -ms-transform: rotateX(100deg);
        -o-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    -o-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
    0% {
        margin-top: 26px;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        margin-top: 26px;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    80% {
        margin-top: -6px;
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@keyframes animateXMark {
    0% {
        margin-top: 26px;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    50% {
        margin-top: 26px;
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    80% {
        margin-top: -6px;
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    -o-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}
@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }
    100% {
        border-color: #F8BB86;
    }
}
.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    -o-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}
@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}
.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    -o-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success {
    border-color: transparent;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg);
}
.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff;
    width: 54px;
    height: 12px;
}
.la-ball-fall.la-dark {
    color: #333333;
}
.la-ball-fall > div {
    display: inline-block;
    float: none;
    background-color: #fff;
    border: 0 solid #fff;
    width: 6px;
    height: 6px;
    margin: 2px;
    border-radius: 100%;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite;
    opacity: 0;
    filter: alpha(opacity=0);
}
.la-ball-fall > div:nth-child(1) {
    -webkit-animation-delay: -200ms;
    animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
    -webkit-animation-delay: -100ms;
    animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}
.la-ball-fall.la-sm {
    width: 26px;
    height: 8px;
}
.la-ball-fall.la-sm > div {
    width: 4px;
    height: 4px;
    margin: 2px;
}
.la-ball-fall.la-2x {
    width: 108px;
    height: 36px;
}
.la-ball-fall.la-2x > div {
    width: 20px;
    height: 20px;
    margin: 8px;
}
.la-ball-fall.la-3x {
    width: 162px;
    height: 54px;
}
.la-ball-fall.la-3x > div {
    width: 30px;
    height: 30px;
    margin: 12px;
}
@-webkit-keyframes ball-fall {
    0% {
        -webkit-transform: translate(0, -145%);
        -ms-transform: translate(0, -145%);
        -o-transform: translate(0, -145%);
        transform: translate(0, -145%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    10% {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    20% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    80% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    90% {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        -webkit-transform: translate(0, 145%);
        -ms-transform: translate(0, 145%);
        -o-transform: translate(0, 145%);
        transform: translate(0, 145%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes ball-fall {
    0% {
        -webkit-transform: translate(0, -145%);
        -ms-transform: translate(0, -145%);
        -o-transform: translate(0, -145%);
        transform: translate(0, -145%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    10% {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    20% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    80% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    90% {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        -webkit-transform: translate(0, 145%);
        -ms-transform: translate(0, 145%);
        -o-transform: translate(0, 145%);
        transform: translate(0, 145%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@-o-keyframes ball-fall {
    0% {
        -webkit-transform: translate(0, -145%);
        -ms-transform: translate(0, -145%);
        -o-transform: translate(0, -145%);
        transform: translate(0, -145%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    10% {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    20% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    80% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    90% {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        -webkit-transform: translate(0, 145%);
        -ms-transform: translate(0, 145%);
        -o-transform: translate(0, 145%);
        transform: translate(0, 145%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
@keyframes ball-fall {
    0% {
        -webkit-transform: translate(0, -145%);
        -ms-transform: translate(0, -145%);
        -o-transform: translate(0, -145%);
        transform: translate(0, -145%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    10% {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    20% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    80% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    90% {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
    100% {
        -webkit-transform: translate(0, 145%);
        -ms-transform: translate(0, 145%);
        -o-transform: translate(0, 145%);
        transform: translate(0, 145%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
