@charset "UTF-8";

/* content/assets/css/minified/aui-production.min.css */
.chat-box li {
    position: relative;
    padding-right: 65px;
    margin-bottom: 30px;
    z-index: 35
}

.chat-box li.float-left {
    padding-left: 60px;
    padding-right: 0;
    float: none !important
}

.chat-box .chat-author {
    position: absolute;
    right: 0;
    top: 0
}

.chat-box li.float-left .chat-author {
    left: 0;
    right: auto
}

.chat-box .chat-author img {
    min-width: 45px;
    border-radius: 100px
}

.chat-box .popover {
    display: block;
    position: relative !important;
    min-height: 45px;
    float: none
}

.chat-box .popover .popover-content {
    padding: 15px;
    font-size: 12px
}

.chat-box .popover {
    margin-left: 0
}

.chat-box .popover.left .arrow,
.chat-box .popover.right .arrow {
    top: 23px
}

.chat-box .chat-time {
    font-style: italic;
    color: rgba(0, 0, 0, .5);
    margin-top: 5px;
    font-size: 12px
}

.chat-box .chat-time i {
    margin-right: 3px;
    font-size: 13px
}

.chat-box .popover h3 {
    margin: 0 0 5px;
    font-size: 16px
}

.chat-box .popover .divider {
    margin: 8px 0 10px
}

.chat-box .chat-reply {
    border-width: 1px;
    padding: 0;
    overflow: hidden
}

.dashboard-panel {
    text-align: center
}

.dashboard-panel.content-box .content-box-wrapper {
    padding: 15px 0 0;
    margin: 0 15px 15px;
    overflow: hidden
}

.dashboard-panel canvas {
    display: block !important;
    margin: 0 auto
}

.dashboard-panel .header {
    font-size: 14px;
    line-height: 1.3em;
    padding: 0 0 5px;
    text-align: right
}

.dashboard-panel .header .glyph-icon {
    width: 20px;
    display: block;
    float: left
}

.dashboard-panel .header span {
    font-size: 12px;
    display: block;
    font-weight: 700;
    -moz-opacity: .8;
    filter: alpha(opacity:80);
    opacity: .8
}

.dashboard-panel .heading {
    font-weight: 700;
    font-size: 15px;
    float: left
}

.dashboard-panel .center-div {
    margin: 5px auto -15px
}

#login-page .ui-dialog {
    position: relative !important
}

#login-page form {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -300px
}

#login-form {
    margin-top: 100px;
    border-width: 1px;
    border-style: solid
}

.messages-box li {
    border-bottom: #ddd solid 1px;
    white-space: nowrap;
    padding: 10px;
    font-size: 12px
}

.messages-box li:last-child {
    border-bottom: 0
}

.messages-box .messages-img {
    float: left
}

.messages-box .messages-content {
    margin-left: 40px;
    -moz-opacity: .8;
    filter: alpha(opacity:80);
    opacity: .8
}

.messages-box .messages-time {
    -moz-opacity: .7;
    filter: alpha(opacity:70);
    opacity: .7;
    float: right
}

.messages-box .messages-title {
    font-weight: 700
}

.messages-box .messages-title .glyph-icon {
    margin-right: 2px
}

.notifications-box {
    border: #ddd solid 1px
}

.notifications-box li {
    height: 26px;
    padding: 10px;
    line-height: 26px;
    border-bottom: #ddd solid 1px
}

.notifications-box li .notification-text {
    float: left
}

.notifications-box li:last-child {
    border-bottom: 0
}

.notifications-box li .icon-notification {
    height: 22px;
    line-height: 22px;
    width: 22px;
    float: left;
    margin: 0 10px 0 0;
    text-align: center
}

.notifications-box li .notification-time {
    float: right;
    color: #a9a9a9;
    font-style: italic;
    margin: 0 0 0 20px
}

.progress-box li {
    border-bottom: #ddd solid 1px;
    white-space: nowrap;
    padding: 6px 10px 10px;
    font-size: 12px
}

.progress-box li:last-child {
    border-bottom: 0
}

.progress-box .progress-title {
    margin: 0 0 5px;
    color: #888
}

.progress-box .progress-title b {
    float: right;
    color: #666
}

.progress-box .progress-time {
    -moz-opacity: .7;
    filter: alpha(opacity:70);
    opacity: .7;
    float: right
}

.progress-box-alt li {
    padding: 10px 0;
    border: 0
}

.post-box textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0;
    padding: 15px;
    height: 80px;
    font-size: 18px
}

.post-box .button-pane {
    padding: 5px
}

.post-box .button-pane .glyph-icon {
    font-size: 13px
}

.post-box .btn-post {
    float: right;
    margin: 4px 4px 0 0
}

.post-box .btn-post .button-content {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px
}

.profile-box .nav-list ul li:first-child a {
    border-radius: 0
}

.profile-box.content-box .content-box-header {
    padding: 15px !important;
    height: auto;
    line-height: 1.6em
}

.profile-box .content-box-header img {
    float: left;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    margin: 0 15px 0 0
}

.profile-box .content-box-header .user-details {
    font-size: 21px;
    padding-top: 4px;
    padding-bottom: 1px
}

.profile-box .content-box-header .user-details span {
    display: block;
    -moz-opacity: .8;
    filter: alpha(opacity:80);
    opacity: .8;
    font-size: 14px;
    padding: 3px 0 0
}

.profile-box-alt .content-box-header {
    text-align: center
}

.profile-box .pie-wrapper {
    padding: 20px;
    text-align: center
}

.profile-box .pie-wrapper canvas {
    display: block;
    margin: 0 auto
}

.btn.tile-button {
    display: block;
    text-align: center
}

.bg-gray-alt.btn.tile-button:hover,
.bg-gray.btn.tile-button:hover,
.bg-white.btn.tile-button:hover .tile-header {
    color: #000
}

.tile-header {
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .2)
}

.tile-content-wrapper {
    padding: 10px 10px 17px;
    position: relative;
    overflow: hidden
}

.tile-content {
    font-size: 35px;
    text-align: right
}

.tile-content span {
    font-size: 25px;
    -moz-opacity: .7;
    filter: alpha(opacity:70);
    opacity: .7
}

.tile-content-wrapper small {
    -moz-opacity: .7;
    filter: alpha(opacity:70);
    opacity: .7;
    text-align: right;
    font-size: 14px;
    display: block
}

.tile-content-wrapper>.glyph-icon {
    position: absolute;
    font-size: 65px;
    height: 70px;
    line-height: 70px;
    top: 50%;
    margin-top: -40px;
    -moz-opacity: .3;
    filter: alpha(opacity:30);
    opacity: .3;
    left: 15px
}

.tile-footer {
    padding: 5px 10px;
    background: rgba(0, 0, 0, .1);
    text-align: left
}

.tile-footer .glyph-icon {
    float: right
}

.tile-button-alt .tile-header {
    padding: 5px 10px;
    text-align: left
}

.tile-button-alt .tile-content-wrapper>.glyph-icon {
    font-size: 35px;
    margin-top: -36px
}

.timeline-box {
    position: relative
}

.timeline-box:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 0
}

.timeline-box .tl-row {
    position: relative
}

.timeline-box .tl-row>.popover {
    width: 47%;
    float: left;
    margin: 0
}

.timeline-box .tl-panel {
    float: right;
    width: 47%;
    padding: 13px 0;
    text-align: left;
    -moz-opacity: .5;
    filter: alpha(opacity:50);
    opacity: .5
}

.timeline-box .tl-row.float-right {
    float: none !important
}

.timeline-box .tl-row.float-right .popover {
    float: right
}

.timeline-box .tl-row.float-right .tl-panel {
    text-align: right;
    float: left
}

.timeline-box .tl-bullet {
    position: absolute;
    left: 50%;
    width: 16px;
    height: 16px;
    display: block;
    top: 15px;
    margin-left: -8px;
    border-radius: 100px
}

.timeline-box .tl-bullet:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    margin: 3px 0 0 3px;
    border-radius: 100px
}

.badge,
.label {
    font-size: 11px;
    min-width: 10px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-image: none;
    padding: 0 4px !important;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    text-transform: none;
    border-radius: 100px
}

.badge-absolute {
    position: absolute;
    top: -10px;
    left: -15px;
    z-index: 5
}

.badge-absolute.float-right {
    right: -15px;
    left: auto
}

.label {
    padding: 0 8px !important;
    font-weight: 400
}

.badge-small {
    height: 9px;
    width: 9px;
    margin-right: 5px
}

.content-box {
    background: #fff
}

.content-box,
.content-box-header {
    border-width: 1px;
    border-style: solid;
    position: relative
}

.content-box .ui-widget-overlay.loader {
    position: absolute
}

.content-box .content-box-wrapper {
    padding: 10px;
    line-height: 1.6em
}

body .button-pane {
    border-width: 1px 0 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-align: center
}

.button-pane-alt {
    border-color: #ebebeb !important;
    background: #fafafa !important
}

body .button-pane-top {
    border-width: 0 0 1px;
    border-radius: 0
}

.content-box .content-box-header {
    padding: 0 !important;
    margin: -1px -1px 1px;
    font-size: 12px
}

.content-box-header>span {
    display: block;
    padding: 0 10px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis
}

.content-box .content-box-header>.glyph-icon {
    vertical-align: middle;
    float: left
}

.content-box-header>.icon-separator .glyph-icon {
    float: none
}

.content-box-alt>.content-box-header {
    margin: 0
}

.toggle-button {
    cursor: pointer
}

.content-box-closed {
    border-bottom: 0
}

.content-box-closed .content-box-wrapper {
    display: none
}

.button-toggle .content-box-header a.btn {
    display: none
}

.toggle-content {
    display: none
}

.scrollable-content {
    overflow-y: scroll;
    padding-right: 0
}

.scrollable-small {
    overflow-y: scroll;
    height: 200px
}

.scrollable-medium {
    overflow-y: scroll;
    height: 300px
}

.scrollable-large {
    overflow-y: scroll;
    height: 400px
}

.scrollable-xlarge {
    overflow-y: scroll;
    height: 500px
}

.small-box {
    width: 325px
}

.medium-box {
    width: 475px
}

.large-box {
    width: 675px
}

.x-large-box {
    width: 875px
}

.content-box-header .button-group>a {
    margin-top: -2px
}

.content-box-header .badge,
.content-box-header .label {
    margin-top: 9px
}

.btn,
.ui-button,
.icon-separator-vertical {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    position: relative;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle
}

.button-content {
    text-overflow: ellipsis;
    overflow: hidden
}

.button-content,
.icon-separator {
    display: block;
    float: left;
    white-space: nowrap;
    text-align: center
}

.button-content .float-left.glyph-icon {
    margin-right: 5px
}

.button-content .float-right.glyph-icon {
    margin-right: 0;
    margin-left: 5px
}

.icon-separator {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.icon-separator.float-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.button-group+.button-group {
    margin-left: 5px
}

.button-group .btn {
    vertical-align: middle
}

.button-group>.btn:first-child,
.button-block-justified li:first-child a {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.button-group>.btn:last-child {
    margin-left: -5px
}

.button-group>.btn+.btn {
    margin-left: -5px;
    border-radius: 0
}

.button-group>.btn+.btn .icon-separator {
    border-left-width: 0
}

.button-group>.btn .button-content+.icon-separator {
    border-left-width: 1px
}

.button-group-vertical .btn {
    display: block;
    float: none
}

.button-group-vertical>.btn:first-child {
    border-radius: 0
}

.button-group-vertical>.btn+.btn {
    margin-top: -1px;
    border-radius: 0
}

.button-group-vertical>.btn+.btn .icon-separator {
    border-radius: 0
}

.vertical-button {
    padding: 5px 10px;
    max-width: 100px;
    min-width: 60px
}

.icon-separator-vertical {
    padding: 5px;
    height: 36px;
    display: block;
    line-height: 36px;
    width: 36px;
    margin: 0 auto 5px
}

.vertical-button .button-content {
    float: none;
    white-space: normal;
    padding: 0
}

.button-block .btn {
    display: block;
    float: none !important;
    margin: 0 0 5px;
    width: auto
}

.button-block-justified ul {
    display: table;
    width: 100%
}

.button-block-justified li {
    float: none !important;
    display: table-cell
}

.button-block-justified li a {
    display: block;
    float: none !important;
    text-align: center
}

.button-block-justified li+li:not(:last-child) a {
    border-radius: 0;
    margin-left: -1px
}

.button-block-justified li+li:last-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px
}

.double-button {
    font-size: 13px;
    font-weight: 700;
    height: 44px;
    line-height: 1
}

.double-button.no-shadow {
    border: 0
}

.double-button .button-content {
    padding: 7px 10px 0;
    text-align: left;
    height: 37px
}

.double-button .button-content span {
    display: block;
    font-size: 12px;
    padding: 5px 0 0;
    opacity: .8;
    filter: alpha(opacity=80);
    font-weight: 400
}

.double-button .glyph-icon {
    font-size: 20px
}

.double-button .float-left,
.double-button .float-right {
    margin: 0 -5px 0 0;
    height: 34px;
    line-height: 33px;
    width: 34px;
    padding: 5px 0 5px 5px
}

.double-button .float-right {
    margin: 0 0 0 -5px
}

.double-button .icon-separator.float-left,
.double-button .icon-separator.float-right {
    padding: 5px;
    margin-left: 0;
    margin-right: 0
}

.form-row {
    padding: 0 0 20px
}

form .form-row+.divider {
    margin: 0 0 20px
}

.form-row.float-left {
    margin-right: 15px
}

.character-remaining {
    text-transform: uppercase;
    font-weight: 700
}

.form-label label,
.form-input .input-description,
.form-input .ui-helper-hidden-accessible,
.parsley-error-list {
    height: 32px;
    line-height: 32px;
    font-weight: 700;
    display: block;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.form-input .input-description,
.form-input .ui-helper-hidden-accessible,
.parsley-error-list {
    font-size: 85%;
    float: left;
    padding-left: 10px
}

.parsley-error-list {
    white-space: normal;
    overflow: visible;
    line-height: 1.6em;
    height: auto;
    margin: 5px 0 0;
    padding-left: 0
}

.form-label label .required {
    color: #d60000;
    font-weight: 700
}

.form-label-right label {
    text-align: right
}

.form-input .input-description.clear,
.form-input .ui-helper-hidden-accessible {
    float: none;
    padding: 5px 0 0;
    height: auto;
    line-height: 1.6em;
    clear: both
}

.form-label .label-description {
    height: auto;
    line-height: 1.2em
}

.form-label .label-description span {
    display: block;
    font-size: 85%;
    padding: 2px 0 0
}

.form-label,
.form-input,
.form-checkbox-radio {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.input,
.form-input input,
.form-input select,
.form-input textarea,
.chosen-container-multi,
.bootstrap-timepicker-widget table td input,
.ui-toolbar select,
.ui-toolbar input {
    padding: 0 10px;
    height: 32px;
    float: none;
    color: #777;
    font-size: 12px;
    border: #cdcdcd solid 1px;
    box-shadow: inset 1px 1px 3px #f6f6f6;
    -moz-box-shadow: inset 1px 1px 3px #f6f6f6;
    -webkit-box-shadow: inset 1px 1px 3px #f6f6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-input select,
.ui-toolbar select {
    padding: 0
}

.form-input input {
    line-height: auto
}

input,
select,
textarea {
    width: 100%;
    max-width: 100%;
}

.selector {
    height: 34px;
    line-height: 34px;
    width: auto !important
}

.selector span {
    height: 32px;
    line-height: 32px;
    display: block;
    padding: 0 !important
}

.form-input textarea {
    height: auto;
    padding: 10px
}

.input:focus,
.form-input input:focus,
.form-input select:focus,
.form-input textarea:focus,
.chosen-container-active,
.chosen-container-multi.chosen-container-active,
.selector.focus,
.bootstrap-timepicker-widget table td input:focus,
.ui-toolbar select:focus,
.ui-toolbar input:focus {
    border-color: #3da6ff;
    box-shadow: 0 0 8px #87c8ff;
    -moz-box-shadow: 0 0 8px #87c8ff;
    -webkit-box-shadow: 0 0 8px #87c8ff;
    color: #333
}

input.error-bg {
    background: #fff2f2
}

.chosen-container-active a {
    border-color: #3da6ff !important
}

.chosen-container-single.chosen-container-active.chosen-with-drop,
.chosen-container-multi.chosen-container-active.chosen-with-drop,
.chosen-container-single .chosen-search input {
    box-shadow: inset 1px 1px 3px #f6f6f6, 0 0 0 transparent !important;
    -moz-box-shadow: inset 1px 1px 3px #f6f6f6, 0 0 0 transparent !important;
    -webkit-box-shadow: inset 1px 1px 3px #f6f6f6, 0 0 0 transparent !important
}

.chosen-container-active.chosen-with-drop a,
.chosen-container-multi.chosen-container-active.chosen-with-drop,
.chosen-container-single .chosen-search input {
    border-color: #cdcdcd !important
}

textarea.textarea-no-resize,
textarea.textarea-autoresize {
    resize: none
}

.textarea.small-textarea {
    height: 50px
}

textarea.medium-textarea {
    height: 100px
}

textarea.large-textarea {
    height: 150px
}

.form-checkbox-radio {
    padding-top: 8px
}

.form-checkbox-radio input[type=checkbox],
.form-checkbox-radio input[type=radio],
.checker,
.checker span,
.checker input,
.radio,
.radio span,
.radio input {
    height: auto;
    width: auto;
    padding: 0;
    margin: 1px 3px 0 0;
    height: 16px;
    width: 16px;
    display: block;
    float: left
}

.form-checkbox-radio input[type=radio] {
    margin-top: 0
}

.checker,
.radio {
    margin: 0 6px 0 0
}

.checker span,
.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    margin-top: -1px
}

.checker span i,
.radio span i {
    display: none
}

.checker.hover,
.radio.hover {
    filter: alpha(opacity=90);
    -moz-opacity: 90;
    opacity: .9
}

.checker span.checked,
.radio span.checked {
    box-shadow: 0 0 rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 rgba(0, 0, 0, 0), inset 0 1px 2px rgba(0, 0, 0, .25)
}

.checker span.checked i,
.radio span.checked i {
    display: block;
    font-size: 12px;
    height: 16px;
    line-height: 16px
}

.radio span.checked i {
    font-size: 9px
}

div.checker input,
div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: 0;
    background: 0;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: absolute
}

.form-checkbox-radio label {
    padding: 0 15px 0 0;
    display: block;
    float: left;
    height: 16px;
    line-height: 17px
}

.checker label {
    line-height: 19px
}

.form-checkbox-radio .checkbox-radio {
    padding-bottom: 10px
}

.form-checkbox-radio .checkbox-radio:last-child {
    padding-bottom: 0
}

.form-checkbox-radio .checkbox-radio label {
    float: none
}

div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: 0;
    background: 0;
    position: absolute;
    height: 32px;
    top: 0;
    left: 0;
    z-index: 5
}

.input-append {
    float: left;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    z-index: 4
}

.btn.input-append .button-content {
    padding: 0 10px
}

.input-append-right .input-append {
    float: right
}

.input-append-wrapper .btn.input-append+.btn.input-append {
    border-radius: 0;
    margin-left: -1px
}

.append-left {
    margin-left: 32px;
    position: relative
}

.append-right {
    position: relative;
    margin-right: 32px
}

.append-right.float-right,
.append-left.float-left {
    margin: 0
}

.input-append-wrapper .append-right input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0
}

.input-append-wrapper .append-left input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    width: 100% !important
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border-top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    padding: 5px
}

.chosen-container-single .chosen-single,
.selector {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 10px !important;
    text-decoration: none;
    white-space: nowrap;
    height: 32px;
    line-height: 32px;
    margin: 0
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 9px;
    right: 26px;
    display: block;
    width: 16px;
    font-weight: 700;
    height: 16px;
    font-size: 9px;
    line-height: 16px;
    text-align: center
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 0 0 5px;
    white-space: nowrap
}

.chosen-container-single .chosen-search i,
.chosen-container-single .chosen-single div,
.selector i {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    height: 32px;
    line-height: 32px;
    width: 32px;
    margin-top: -16px;
    text-align: center;
    z-index: 4
}

.selector i {
    margin-top: -16px;
    padding: 0 !important
}

.chosen-container-single .chosen-search i {
    margin-top: -19px
}

.chosen-container-single .chosen-search input {
    box-sizing: border-box;
    padding: 0 32px 0 5px;
    width: 100%
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    margin: 0 5px 0 0;
    padding: 3px 15px;
    list-style: none;
    line-height: 20px
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.no-results {
    display: list-item;
    text-align: center;
    margin: 0
}

.chosen-container .chosen-results li.no-results span {
    font-weight: 700
}

.chosen-container .chosen-drop .result-selected,
.chosen-container .chosen-drop .result-selected:hover {
    color: #ccc !important;
    background: 0;
    text-shadow: 1px 1px 0 #fff
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    color: #999;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi {
    min-height: 32px;
    height: auto;
    padding: 0
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0 10px;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input {
    padding: 0;
    height: 32px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 5px;
    padding: 5px 20px 5px 5px;
    border: 1px solid #aaa;
    background: #fafafa;
    color: #333;
    line-height: 10px;
    height: 10px;
    font-size: 95%;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    opacity: .5;
    cursor: pointer
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    opacity: 1
}

.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active.chosen-container-multi.chosen-with-drop {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.form-input-icon {
    position: relative
}

.form-input-icon .glyph-icon {
    position: absolute;
    left: 4px;
    top: 4px;
    height: 24px;
    line-height: 24px;
    min-width: 30px;
    text-align: center;
    border: 0
}

.form-input-icon .transparent.glyph-icon {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ddd
}

.form-input-icon input {
    padding-left: 42px
}

.form-input-icon.icon-right .glyph-icon {
    left: auto;
    right: 4px
}

.form-input-icon.icon-right input {
    padding-right: 42px;
    padding-left: 10px
}

.ui-spinner {
    height: 32px !important;
    display: block;
    position: relative
}

.form-input .ui-spinner-input {
    padding-right: 25px
}

.ui-spinner-button {
    height: 14px;
    line-height: 14px;
    width: 14px;
    font-size: 8px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.ui-spinner-down {
    bottom: 0;
    top: auto;
    border-top-right-radius: 0 !important
}

.form-vertical .form-label,
.form-vertical .form-input {
    width: auto;
    float: none
}

.form-vertical .form-checkbox-radio {
    padding-top: 0
}

.form-vertical .form-label label {
    padding: 0 0 10px;
    height: auto;
    line-height: 1
}

.form-vertical .form-label label.text-right {
    text-align: left
}

.form-bordered {
    border: #ddd solid 1px;
    border-bottom: 0
}

.form-bordered .form-row {
    border-bottom: #f1f1f1 solid 1px;
    margin: 0;
    padding: 0
}

.form-bordered .form-row:last-child {
    border-bottom-color: #ddd
}

.form-bordered .form-label {
    border-right: #ddd solid 1px;
    padding: 10px 15px
}

.form-bordered .form-input {
    padding: 10px 15px;
    background: #fdfdfd
}

.search-choice-close:before,
.glyph-icon:before,
.ui-icon:before,
.dataTables_paginate a i:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    background: 0;
    text-align: center;
    display: inline-block
}

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope-alt:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-empty:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-ok:before {
    content: "\f00c"
}

.icon-remove:before,
.search-choice-close:before,
.ui-icon-closethick:before {
    content: "\f00d"
}

.icon-zoom-in:before {
    content: "\f00e"
}

.icon-zoom-out:before {
    content: "\f010"
}

.icon-power-off:before,
.icon-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-gear:before,
.icon-cog:before {
    content: "\f013"
}

.icon-trash:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file-alt:before {
    content: "\f016"
}

.icon-time:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download-alt:before {
    content: "\f019"
}

.icon-download:before {
    content: "\f01a"
}

.icon-upload:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle:before {
    content: "\f01d"
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-indent-left:before {
    content: "\f03b"
}

.icon-indent-right:before {
    content: "\f03c"
}

.icon-facetime-video:before {
    content: "\f03d"
}

.icon-picture:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before {
    content: "\f044"
}

.icon-share:before {
    content: "\f045"
}

.icon-check:before {
    content: "\f046"
}

.icon-move:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-sign:before {
    content: "\f055"
}

.icon-minus-sign:before {
    content: "\f056"
}

.icon-remove-sign:before {
    content: "\f057"
}

.icon-ok-sign:before {
    content: "\f058"
}

.icon-question-sign:before {
    content: "\f059"
}

.icon-info-sign:before {
    content: "\f05a"
}

.icon-screenshot:before {
    content: "\f05b"
}

.icon-remove-circle:before {
    content: "\f05c"
}

.icon-ok-circle:before {
    content: "\f05d"
}

.icon-ban-circle:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064"
}

.icon-resize-full:before {
    content: "\f065"
}

.icon-resize-small:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-sign:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye-open:before {
    content: "\f06e"
}

.icon-eye-close:before {
    content: "\f070"
}

.icon-warning-sign:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder-close:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-resize-vertical:before {
    content: "\f07d"
}

.icon-resize-horizontal:before {
    content: "\f07e"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-sign:before {
    content: "\f081"
}

.icon-facebook-sign:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-gears:before,
.icon-cogs:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-up-alt:before {
    content: "\f087"
}

.icon-thumbs-down-alt:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-empty:before {
    content: "\f08a"
}

.icon-signout:before {
    content: "\f08b"
}

.icon-linkedin-sign:before {
    content: "\f08c"
}

.icon-pushpin:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-signin:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-sign:before {
    content: "\f092"
}

.icon-upload-alt:before {
    content: "\f093"
}

.icon-lemon:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096"
}

.icon-bookmark-empty:before {
    content: "\f097"
}

.icon-phone-sign:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-hdd:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell:before {
    content: "\f0a2"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-right:before {
    content: "\f0a4"
}

.icon-hand-left:before {
    content: "\f0a5"
}

.icon-hand-up:before {
    content: "\f0a6"
}

.icon-hand-down:before {
    content: "\f0a7"
}

.icon-circle-arrow-left:before {
    content: "\f0a8"
}

.icon-circle-arrow-right:before {
    content: "\f0a9"
}

.icon-circle-arrow-up:before {
    content: "\f0aa"
}

.icon-circle-arrow-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-fullscreen:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-beaker:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-sign-blank:before {
    content: "\f0c8"
}

.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-sign:before {
    content: "\f0d3"
}

.icon-google-plus-sign:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before,
.ui-accordion-header-icon.ui-icon-triangle-1-s:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before,
.ui-icon-triangle-1-e:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before,
.dataTable .ui-icon-carat-2-n-s:before {
    content: "\f0dc"
}

.icon-sort-down:before,
.dataTable .ui-icon-triangle-1-s:before {
    content: "\f0dd"
}

.icon-sort-up:before,
.dataTable .ui-icon-triangle-1-n:before {
    content: "\f0de"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2"
}

.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-comment-alt:before {
    content: "\f0e5"
}

.icon-comments-alt:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-paste:before {
    content: "\f0ea"
}

.icon-lightbulb:before {
    content: "\f0eb"
}

.icon-exchange:before {
    content: "\f0ec"
}

.icon-cloud-download:before {
    content: "\f0ed"
}

.icon-cloud-upload:before {
    content: "\f0ee"
}

.icon-user-md:before {
    content: "\f0f0"
}

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-bell-alt:before {
    content: "\f0f3"
}

.icon-coffee:before {
    content: "\f0f4"
}

.icon-food:before {
    content: "\f0f5"
}

.icon-file-text-alt:before {
    content: "\f0f6"
}

.icon-hospital:before {
    content: "\f0f8"
}

.icon-ambulance:before {
    content: "\f0f9"
}

.icon-medkit:before {
    content: "\f0fa"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-beer:before {
    content: "\f0fc"
}

.icon-h-sign:before {
    content: "\f0fd"
}

.icon-plus-sign-alt:before {
    content: "\f0fe"
}

.icon-double-angle-left:before {
    content: "\f100"
}

.icon-double-angle-right:before {
    content: "\f101"
}

.icon-double-angle-up:before {
    content: "\f102"
}

.icon-double-angle-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-desktop:before {
    content: "\f108"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-tablet:before {
    content: "\f10a"
}

.icon-mobile-phone:before {
    content: "\f10b"
}

.icon-circle-blank:before {
    content: "\f10c"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-quote-right:before {
    content: "\f10e"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-circle:before {
    content: "\f111"
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112"
}

.icon-github-alt:before {
    content: "\f113"
}

.icon-folder-close-alt:before {
    content: "\f114"
}

.icon-folder-open-alt:before {
    content: "\f115"
}

.icon-expand-alt:before {
    content: "\f116"
}

.icon-collapse-alt:before {
    content: "\f117"
}

.icon-smile:before {
    content: "\f118"
}

.icon-frown:before {
    content: "\f119"
}

.icon-meh:before {
    content: "\f11a"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-keyboard:before {
    content: "\f11c"
}

.icon-flag-alt:before {
    content: "\f11d"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-terminal:before {
    content: "\f120"
}

.icon-code:before {
    content: "\f121"
}

.icon-reply-all:before {
    content: "\f122"
}

.icon-mail-reply-all:before {
    content: "\f122"
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-crop:before {
    content: "\f125"
}

.icon-code-fork:before {
    content: "\f126"
}

.icon-unlink:before {
    content: "\f127"
}

.icon-question:before {
    content: "\f128"
}

.icon-info:before {
    content: "\f129"
}

.icon-exclamation:before {
    content: "\f12a"
}

.icon-superscript:before {
    content: "\f12b"
}

.icon-subscript:before {
    content: "\f12c"
}

.icon-eraser:before {
    content: "\f12d"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-microphone:before {
    content: "\f130"
}

.icon-microphone-off:before {
    content: "\f131"
}

.icon-shield:before {
    content: "\f132"
}

.icon-calendar-empty:before {
    content: "\f133"
}

.icon-fire-extinguisher:before {
    content: "\f134"
}

.icon-rocket:before {
    content: "\f135"
}

.icon-maxcdn:before {
    content: "\f136"
}

.icon-chevron-sign-left:before,
.ui-icon-circle-triangle-w:before {
    content: "\f137"
}

.icon-chevron-sign-right:before,
.ui-icon-circle-triangle-e:before {
    content: "\f138"
}

.icon-chevron-sign-up:before {
    content: "\f139"
}

.icon-chevron-sign-down:before {
    content: "\f13a"
}

.icon-html5:before {
    content: "\f13b"
}

.icon-css3:before {
    content: "\f13c"
}

.icon-anchor:before {
    content: "\f13d"
}

.icon-unlock-alt:before {
    content: "\f13e"
}

.icon-bullseye:before {
    content: "\f140"
}

.icon-ellipsis-horizontal:before {
    content: "\f141"
}

.icon-ellipsis-vertical:before {
    content: "\f142"
}

.icon-rss-sign:before {
    content: "\f143"
}

.icon-play-sign:before {
    content: "\f144"
}

.icon-ticket:before {
    content: "\f145"
}

.icon-minus-sign-alt:before {
    content: "\f146"
}

.icon-check-minus:before {
    content: "\f147"
}

.icon-level-up:before {
    content: "\f148"
}

.icon-level-down:before {
    content: "\f149"
}

.icon-check-sign:before {
    content: "\f14a"
}

.icon-edit-sign:before {
    content: "\f14b"
}

.icon-external-link-sign:before {
    content: "\f14c"
}

.icon-share-sign:before {
    content: "\f14d"
}

.icon-compass:before {
    content: "\f14e"
}

.icon-collapse:before {
    content: "\f150"
}

.icon-collapse-top:before {
    content: "\f151"
}

.icon-expand:before {
    content: "\f152"
}

.icon-euro:before,
.icon-eur:before {
    content: "\f153"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-dollar:before,
.icon-usd:before {
    content: "\f155"
}

.icon-rupee:before,
.icon-inr:before {
    content: "\f156"
}

.icon-yen:before,
.icon-jpy:before {
    content: "\f157"
}

.icon-renminbi:before,
.icon-cny:before {
    content: "\f158"
}

.icon-won:before,
.icon-krw:before {
    content: "\f159"
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a"
}

.icon-file:before {
    content: "\f15b"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-sort-by-alphabet:before {
    content: "\f15d"
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e"
}

.icon-sort-by-attributes:before {
    content: "\f160"
}

.icon-sort-by-attributes-alt:before {
    content: "\f161"
}

.icon-sort-by-order:before {
    content: "\f162"
}

.icon-sort-by-order-alt:before {
    content: "\f163"
}

.icon-thumbs-up:before {
    content: "\f164"
}

.icon-thumbs-down:before {
    content: "\f165"
}

.icon-youtube-sign:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-xing:before {
    content: "\f168"
}

.icon-xing-sign:before {
    content: "\f169"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-dropbox:before {
    content: "\f16b"
}

.icon-stackexchange:before {
    content: "\f16c"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-adn:before {
    content: "\f170"
}

.icon-bitbucket:before {
    content: "\f171"
}

.icon-bitbucket-sign:before {
    content: "\f172"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-tumblr-sign:before {
    content: "\f174"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-apple:before {
    content: "\f179"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-android:before {
    content: "\f17b"
}

.icon-linux:before {
    content: "\f17c"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-skype:before {
    content: "\f17e"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-trello:before {
    content: "\f181"
}

.icon-female:before {
    content: "\f182"
}

.icon-male:before {
    content: "\f183"
}

.icon-gittip:before {
    content: "\f184"
}

.icon-sun:before {
    content: "\f185"
}

.icon-moon:before {
    content: "\f186"
}

.icon-archive:before {
    content: "\f187"
}

.icon-bug:before {
    content: "\f188"
}

.icon-vk:before {
    content: "\f189"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-renren:before {
    content: "\f18b"
}

.infobox {
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
    position: relative;
    text-align: left
}

.infobox a {
    font-weight: 700
}

.infobox-close-wrapper {
    padding-right: 28px
}

.infobox .bg-white {
    border-color: transparent;
    background: rgba(255, 255, 255, .3);
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.infobox .infobox-close {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    font-size: 12px;
    color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 2;
    text-align: center;
    text-shadow: 0 0 0 transparent
}

.infobox .infobox-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.bg-white.infobox .bg-white {
    background: #fff;
    color: #666;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

.infobox .info-icon {
    margin: 0 10px 5px 0;
    float: left
}

.infobox p {
    margin: 0;
    padding: 0;
    opacity: .85;
    font-size: 12px;
    filter: alpha(opacity=85)
}

.infobox-title {
    font-size: 12px;
    padding: 0;
    margin: 4px 0 3px;
    font-weight: 700;
    text-transform: uppercase
}

.info-box {
    border-width: 3px 0 0;
    border-style: solid;
    padding: 10px;
    display: block;
    position: relative;
    min-height: 57px
}

.info-box .stats {
    display: block;
    padding: 5px 0 0
}

.info-box b {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    white-space: nowrap
}

.info-box .stats {
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    white-space: nowrap
}

.info-box .stats span {
    font-size: 70%
}

.info-box.icon-wrapper {
    padding-left: 95px;
    overflow: hidden
}

.info-box.icon-wrapper .icon-big {
    position: absolute;
    font-size: 125px;
    left: -20px;
    top: 50%;
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin-top: -25px
}

.chart-icon {
    float: left;
    margin-right: 20px
}

.info-box-alt {
    border-width: 0;
    padding: 10px
}

.info-box-alt .chart-icon {
    margin-left: 5px
}

.info-box-alt .stats {
    float: right;
    margin-right: 5px
}

.info-box-alt .chart-icon {
    margin-top: 3px
}

.info-box-alt h3 {
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    padding: 0 0 10px;
    margin: 0 0 10px;
    color: rgba(0, 0, 0, .5);
    border-bottom: rgba(0, 0, 0, .3) solid 1px
}

.nav-list li {
    position: relative
}

.nav-list li a {
    display: block;
    padding: 10px 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0;
    height: 22px;
    line-height: 22px;
    font-weight: 700
}

.nav-list li a .glyph-icon {
    margin: 0 10px 0 0;
    font-size: 15px;
    width: 22px;
    display: block;
    float: left;
    text-align: center
}

.nav-list li a .glyph-icon.float-right {
    margin: 0
}

.nav-list li:last-child a {
    border-bottom: 0
}

.nav-list li a:hover {
    background: #fafafa
}

.nav-list-horizontal {
    padding: 10px 15px
}

.nav-list-horizontal li a,
.nav-list-horizontal li .nav-wrp {
    border-right-width: 1px;
    border-right-style: solid;
    padding: 5px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden
}

.nav-list-horizontal li .nav-wrp h3 {
    margin: 0
}

.nav-list-horizontal li {
    width: 25%;
    float: left
}

.nav-list-horizontal li:last-child a,
.nav-list-horizontal li:last-child .nav-wrp {
    border-right: 0
}

.nav-list-horizontal li a .glyph-icon {
    display: block;
    font-size: 18px;
    padding: 0 0 5px
}

.nav-list-horizontal-alt .row {
    margin: 0
}

.nav-list-horizontal-alt li a {
    border: 0;
    padding: 10px 0
}

.nav-list-horizontal-alt li a .glyph-icon {
    padding: 0
}

.nav-list-3 li {
    width: 33%
}

.nav-list-2 li {
    width: 50%
}

.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-right: 0 !important
}

.table td {
    padding: 8px;
    vertical-align: middle
}

.table th {
    padding: 0 8px;
    height: 36px;
    line-height: 36px;
    position: relative
}

.table tfoot th {
    border-bottom: 0
}

.table tbody tr:last-child th,
.table tbody tr:last-child td {
    border-bottom: 0
}

.table-condensed td {
    padding: 3px 5px
}

.table-condensed th {
    height: 24px;
    line-height: 24px
}

.table-striped tr:nth-child(even)>td {
    background: #fafafa
}

.table-hover tr:hover td {
    background: #fffdf4;
    color: #000
}

.ui-toolbar {
    padding: 0 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.ui-toolbar.ui-corner-br {
    padding: 10px 0 0
}

.ui-toolbar select,
.ui-toolbar input {
    width: auto;
    margin: 0 5px
}

.dataTable {
    margin: 0 !important
}

.dataTables_length,
.dataTables_info {
    float: left;
    width: 45%
}

.dataTables_filter,
.dataTables_paginate {
    float: right
}

.dataTable .css_right {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    top: 50%;
    position: absolute;
    right: 10px;
    margin-top: -8px;
    color: rgba(0, 0, 0, .8)
}

.dataTable th:hover .css_right {
    color: rgba(0, 0, 0, 1)
}

.dataTable .icon-sort {
    color: rgba(0, 0, 0, .5)
}

.dataTable .even {
    background: #fafafa
}

.dataTables_paginate a {
    height: 24px;
    line-height: 24px;
    width: 24px;
    margin: 0 0 0 5px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: 400;
    line-height: 1
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 5px
}

h1,
.h1 {
    font-size: 38px
}

h2,
.h2 {
    font-size: 32px
}

h3,
.h3 {
    font-size: 20px;
    color: #C2C2C2
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

h1 small,
.h1 small {
    font-size: 24px
}

h2 small,
.h2 small {
    font-size: 18px
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px
}

.heading-1 {
    margin: 0
}

.heading-1 .divider {
    margin: 0
}

.heading-1 .heading-icon {
    float: left;
    margin-right: 10px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 23px
}

.heading-1 .heading-content {
    float: left;
    width: 85%;
    text-transform: uppercase
}

.heading-1 small {
    display: block;
    padding: 5px 0 0;
    line-height: 1.6em;
    text-transform: none;
    -moz-opacity: .6;
    filter: alpha(opacity:60);
    opacity: .6
}

h5.heading-1 .heading-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px
}

body {
    -webkit-backface-visibility: hidden
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@-moz-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@-o-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.animated.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {

    0%,
    100% {
        -moz-transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {

    0%,
    100% {
        -o-transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(10px)
    }
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.animated.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0)
    }

    40% {
        -o-transform: translateY(-30px)
    }

    60% {
        -o-transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.animated.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }

    10%,
    20% {
        -moz-transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -moz-transform: scale(1) rotate(0)
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1)
    }

    10%,
    20% {
        -o-transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -o-transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -o-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -o-transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0)
    }
}

.animated.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes swing {

    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center
    }

    20% {
        -webkit-transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0deg)
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg)
    }

    40% {
        -moz-transform: rotate(-10deg)
    }

    60% {
        -moz-transform: rotate(5deg)
    }

    80% {
        -moz-transform: rotate(-5deg)
    }

    100% {
        -moz-transform: rotate(0deg)
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg)
    }

    40% {
        -o-transform: rotate(-10deg)
    }

    60% {
        -o-transform: rotate(5deg)
    }

    80% {
        -o-transform: rotate(-5deg)
    }

    100% {
        -o-transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.animated.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%)
    }

    15% {
        -moz-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -moz-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -moz-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -moz-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -moz-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -moz-transform: translateX(0%)
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0%)
    }

    15% {
        -o-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -o-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -o-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -o-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -o-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -o-transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        transform: translateX(0%)
    }
}

.animated.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.1)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1)
    }

    50% {
        -o-transform: scale(1.1)
    }

    100% {
        -o-transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.animated.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in
    }
}

@-moz-keyframes flip {
    0% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -moz-animation-timing-function: ease-out
    }

    40% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -moz-animation-timing-function: ease-out
    }

    50% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in
    }

    80% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -moz-animation-timing-function: ease-in
    }

    100% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -moz-animation-timing-function: ease-in
    }
}

@-o-keyframes flip {
    0% {
        -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -o-animation-timing-function: ease-out
    }

    40% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -o-animation-timing-function: ease-out
    }

    50% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in
    }

    80% {
        -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -o-animation-timing-function: ease-in
    }

    100% {
        -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -o-animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in
    }

    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flip;
    -o-backface-visibility: visible !important;
    -o-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -o-transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -o-transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -o-transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -o-transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.animated.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.animated.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipOutY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.animated.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.animated.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.animated.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.animated.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}

.animated.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.animated.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

.animated.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.animated.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.animated.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.animated.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.animated.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }

    70% {
        -moz-transform: scale(.9)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05)
    }

    70% {
        -o-transform: scale(.9)
    }

    100% {
        -o-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes slideInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    -o-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes slideInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes slideInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-moz-keyframes slideOutLeft {
    0% {
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes slideOutLeft {
    0% {
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    -moz-animation-name: slideOutLeft;
    -o-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-moz-keyframes slideOutRight {
    0% {
        -moz-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes slideOutRight {
    0% {
        -o-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    -moz-animation-name: slideOutRight;
    -o-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-moz-keyframes slideOutUp {
    0% {
        -moz-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes slideOutUp {
    0% {
        -o-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    -moz-animation-name: slideOutUp;
    -o-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px)
    }

    80% {
        -moz-transform: translateY(10px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(-30px)
    }

    80% {
        -o-transform: translateY(10px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

.animated.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }

    80% {
        -moz-transform: translateY(-10px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }

    80% {
        -o-transform: translateY(-10px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(30px)
    }

    80% {
        -moz-transform: translateX(-10px)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(30px)
    }

    80% {
        -o-transform: translateX(-10px)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-30px)
    }

    80% {
        -moz-transform: translateX(10px)
    }

    100% {
        -moz-transform: translateX(0)
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(-30px)
    }

    80% {
        -o-transform: translateX(10px)
    }

    100% {
        -o-transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    }
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }
}

@-moz-keyframes bounceOut {
    0% {
        -moz-transform: scale(1)
    }

    25% {
        -moz-transform: scale(.95)
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -moz-transform: scale(.3)
    }
}

@-o-keyframes bounceOut {
    0% {
        -o-transform: scale(1)
    }

    25% {
        -o-transform: scale(.95)
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -o-transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        transform: scale(.3)
    }
}

.animated.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@-moz-keyframes bounceOutDown {
    0% {
        -moz-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }
}

@-o-keyframes bounceOutDown {
    0% {
        -o-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -o-transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.animated.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@-moz-keyframes bounceOutLeft {
    0% {
        -moz-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -moz-transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }
}

@-o-keyframes bounceOutLeft {
    0% {
        -o-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -o-transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.animated.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@-moz-keyframes bounceOutRight {
    0% {
        -moz-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -moz-transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }
}

@-o-keyframes bounceOutRight {
    0% {
        -o-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -o-transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.animated.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.animated.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOut {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(200deg);
        opacity: 0
    }
}

@-o-keyframes rotateOut {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.animated.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.animated.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -moz-animation-name: rotateOutUpLeft;
    -o-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.animated.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.animated.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -moz-animation-name: rotateOutUpRight;
    -o-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }
}

@-moz-keyframes rotateOutDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.animated.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -moz-animation-name: rotateOutDownRight;
    -o-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateY(700px);
        opacity: 0
    }
}

@-moz-keyframes hinge {
    0% {
        -moz-transform: rotate(0);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -moz-transform: rotate(80deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }

    40% {
        -moz-transform: rotate(60deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }

    80% {
        -moz-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out
    }

    100% {
        -moz-transform: translateY(700px);
        opacity: 0
    }
}

@-o-keyframes hinge {
    0% {
        -o-transform: rotate(0);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -o-transform: rotate(80deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }

    40% {
        -o-transform: rotate(60deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }

    80% {
        -o-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out
    }

    100% {
        -o-transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    100% {
        transform: translateY(700px);
        opacity: 0
    }
}

.animated.hinge {
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg)
    }
}

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg)
    }
}

@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }
}

.animated.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg)
    }
}

@-moz-keyframes rollOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%) rotate(120deg)
    }
}

@-o-keyframes rollOut {
    0% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -o-transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

.animated.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@-moz-keyframes lightSpeedIn {
    0% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -moz-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -moz-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@-o-keyframes lightSpeedIn {
    0% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        -o-transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        -o-transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.animated.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.animated.lightSpeedIn {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-moz-keyframes lightSpeedOut {
    0% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@-o-keyframes lightSpeedOut {
    0% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.animated.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.animated.lightSpeedOut {
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-duration: .25s
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.icon-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

.checker span.checked i,
.radio span.checked i {
    -webkit-animation: scale .1s linear;
    -moz-animation: scale .1s linear;
    -ms-animation: scale .1s linear;
    -o-animation: scale .1s linear;
    animation: scale .1s linear
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

mark {
    color: #000;
    background: #ff0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C""\201D""\2018""\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled] {
    cursor: default
}

input[type=radio] {
    vertical-align: bottom;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

input[type=checkbox] {
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .jGrowl {
        display: none
    }
}

small {
    font-size: 85%
}

a {
    text-decoration: none
}

p {
    margin: 0
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:visited,
a:focus,
a:active,
:visited,
:focus,
:active {
    outline: 0
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
    line-height: normal !important
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.radius-all-2 {
    border-radius: 2px !important
}

.radius-top-left-2 {
    border-top-left-radius: 2px !important
}

.radius-top-right-2 {
    border-top-right-radius: 2px !important
}

.radius-bottom-right-2 {
    border-bottom-right-radius: 2px !important
}

.radius-bottom-left-2 {
    border-bottom-left-radius: 2px !important
}

.radius-top-all-2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important
}

.radius-bottom-all-2 {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important
}

.radius-right-all-2 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important
}

.radius-left-all-2 {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important
}

.radius-all-4 {
    border-radius: 4px !important
}

.radius-top-left-4 {
    border-top-left-radius: 4px !important
}

.radius-top-right-4 {
    border-top-right-radius: 4px !important
}

.radius-bottom-right-4 {
    border-bottom-right-radius: 4px !important
}

.radius-bottom-left-4 {
    border-bottom-left-radius: 4px !important
}

.radius-top-all-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important
}

.radius-bottom-all-4 {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.radius-right-all-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.radius-left-all-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.radius-all-6 {
    border-radius: 6px !important
}

.radius-top-left-6 {
    border-top-left-radius: 6px !important
}

.radius-top-right-6 {
    border-top-right-radius: 6px !important
}

.radius-bottom-right-6 {
    border-bottom-right-radius: 6px !important
}

.radius-bottom-left-6 {
    border-bottom-left-radius: 6px !important
}

.radius-top-all-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.radius-bottom-all-6 {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.radius-right-all-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.radius-left-all-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.radius-all-8 {
    border-radius: 8px !important
}

.radius-top-left-8 {
    border-top-left-radius: 8px !important
}

.radius-top-right-8 {
    border-top-right-radius: 8px !important
}

.radius-bottom-right-8 {
    border-bottom-right-radius: 8px !important
}

.radius-bottom-left-8 {
    border-bottom-left-radius: 8px !important
}

.radius-top-all-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important
}

.radius-bottom-all-8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important
}

.radius-right-all-8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important
}

.radius-left-all-8 {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important
}

.radius-all-10 {
    border-radius: 10px !important
}

.radius-top-left-10 {
    border-top-left-radius: 10px !important
}

.radius-top-right-10 {
    border-top-right-radius: 10px !important
}

.radius-bottom-right-10 {
    border-bottom-right-radius: 10px !important
}

.radius-bottom-left-10 {
    border-bottom-left-radius: 10px !important
}

.radius-top-all-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important
}

.radius-bottom-all-10 {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.radius-right-all-10 {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.radius-left-all-10 {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important
}

.radius-all-100 {
    border-radius: 100px !important
}

.radius-top-left-100 {
    border-top-left-radius: 100px !important
}

.radius-top-right-100 {
    border-top-right-radius: 100px !important
}

.radius-bottom-right-100 {
    border-bottom-right-radius: 100px !important
}

.radius-bottom-left-100 {
    border-bottom-left-radius: 100px !important
}

.radius-top-all-100 {
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important
}

.radius-bottom-all-100 {
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important
}

.radius-right-all-100 {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important
}

.radius-left-all-100 {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important
}

.radius-all-0 {
    border-radius: 0 !important
}

.radius-top-left-0 {
    border-top-left-radius: 0 !important
}

.radius-top-right-0 {
    border-top-right-radius: 0 !important
}

.radius-bottom-right-0 {
    border-bottom-right-radius: 0 !important
}

.radius-bottom-left-0 {
    border-bottom-left-radius: 0 !important
}

.radius-top-all-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.radius-bottom-all-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.radius-right-all-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.radius-left-all-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.font-black {
    color: #464646 !important
}

.font-blue {
    color: #1f6dca !important
}

.font-blue-alt {
    color: #65A6FF !important
}

.font-azure {
    color: #41E5C0 !important
}

.font-gray {
    color: #c2c2c2 !important
}

.font-gray-dark {
    color: #828282 !important
}

.font-green {
    color: #9CD159 !important
}

.font-orange {
    color: #FA7753 !important
}

.font-yellow {
    color: #fc0 !important
}

.font-purple {
    color: #984DFF !important
}

.font-red,
.parsley-error-list {
    color: #FF5757 !important
}

.font-white {
    color: #fff !important
}

.parsley-success {
    border-color: #77e038 !important
}

.parsley-error {
    border-color: #e03838 !important
}

.info-bg {
    background: #e5e5e5;
    border-color: #c9c9c9;
    color: #6c6c6c
}

.info-bg a,
.infobox.bg-gray a {
    color: #5d5d5d
}

.notice-bg {
    background: #c6e8ff;
    border-color: #62baf6;
    color: #0f2c62
}

.notice-bg a,
.infobox.bg-blue a {
    color: #003960
}

.success-bg,
.parsley-success {
    background: #d3ffc6;
    border-color: #7cd362;
    color: #1e620f
}

.parsley-success {
    background: #f2fff2
}

.success-bg a,
.infobox.bg-green a {
    color: #166100
}

.warning-bg {
    background: #ffeec6;
    border-color: #ebc875;
    color: #624b0f
}

.warning-bg a,
.infobox.bg-orange a {
    color: #5a3f00
}

.error-bg,
.parsley-error {
    background: #ffc6c6;
    border-color: #db6a6a;
    color: #620f0f
}

.error-bg a,
.infobox.bg-red a {
    color: #590000
}

.parsley-error {
    background: #fff2f2
}

.example-box {
    position: relative;
    padding-top: 55px
}

.example-code {
    padding: 0
}

.source-btn {
    padding: 10px;
    background: #fafafa;
    margin: 35px 0 0;
    border-top: #ccc solid 2px;
    text-align: center
}

.source-btn a.btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px
}

.toggle-content .syntaxhighlighter {
    border: #ddd solid 1px;
    background-color: #FFF !important;
    padding-top: 10px !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px
}

.example-box .example-code>.btn,
.example-box .example-code .tabs,
.example-box .example-code .minicolors-inline .minicolors-panel,
.example-box .example-code .content-box,
.example-box .example-code .table,
.example-box .example-code .badge,
.example-box .example-code .label,
.example-box .example-code .button-group,
.example-box .example-code .info-box {
    margin-bottom: 0
}

.example-box .example-code .button-group-vertical .btn {
    margin-bottom: 0
}

.example-box:after {
    content: "Example:";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    font-weight: 400;
    color: #ccc;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 5px;
    width: 100%;
    border-bottom: #ccc solid 2px
}

.demo-example .example-box {
    padding-top: 25px;
    margin-bottom: 30px;
    border-top: #ccc solid 1px
}

.demo-example .example-box:after {
    content: "";
    border: 0;
    border-top: 0;
    padding-top: 0
}

.theme-customizer {
    position: fixed;
    right: -350px;
    top: 30%;
    width: 350px;
    z-index: 1100
}

.theme-customizer a.change-theme-btn {
    background: #fff;
    font-size: 25px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    position: absolute;
    left: -36px;
    top: 0;
    border: #ccc solid 1px;
    border-right-color: #fff;
    z-index: 5005
}

.theme-wrapper {
    background: #FFF;
    padding: 5px;
    border: #ccc solid 1px;
    box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    -webkit-box-shadow: 0 0 10px #CCC;
    position: relative;
    z-index: 5000
}

.theme-customizer {
    background: #fff
}

.row,
.form-row {
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row:before,
.row:after,
.form-row:before,
.form-row:after {
    display: table;
    content: " ";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row:after,
.form-row:after {
    clear: both
}

.row:after,
.form-row:after {
    clear: both
}

[class*=col-] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {

    .boxed-layout #page-wrapper,
    .container {
        max-width: 750px
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width:992px) {

    .boxed-layout #page-wrapper,
    .container {
        max-width: 970px
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width:1200px) {

    .boxed-layout #page-wrapper,
    .container {
        max-width: 1170px
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media (max-width:1050px) {
    .info-box.icon-wrapper {
        padding-left: 50px
    }

    .info-box.icon-wrapper .icon-big {
        font-size: 70px
    }

    .info-box .stats {
        font-size: 20px
    }

    .info-box b {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media screen and (max-width:650px) {
    .mobile-hidden {
        display: none !important
    }

    .example-box .example-code>.btn,
    .example-box .example-code .tabs,
    .example-box .example-code .minicolors-inline .minicolors-panel,
    .example-box .example-code .content-box,
    .example-box .example-code .table,
    .example-box .example-code .badge,
    .example-box .example-code .label,
    .example-box .example-code .button-group,
    .example-box .example-code .info-box {
        margin-bottom: 10px !important
    }

    .mobile-buttons a.btn {
        min-width: 1px;
        max-width: 100%;
        display: block;
        float: none;
        margin: 0 0 5px
    }

    .heading-1 .heading-content {
        width: 80%
    }

    .heading-1 small {
        overflow: hidden;
        text-overflow: ellipsis
    }

    .content-box .content-box-wrapper {
        padding: 5px
    }

    .popover {
        min-width: 100px !important
    }

    .medium-box,
    .scrollable-small {
        width: 300px !important
    }

    .chat-box li {
        padding-right: 50px
    }

    .chat-box li.float-left {
        padding-left: 50px
    }

    .chat-box .popover .popover-content {
        padding: 5px;
        font-size: 11px;
        line-height: 1.5em
    }

    .chat-box .chat-author img {
        min-width: 34px;
        width: 34px
    }

    .notifications-box li .notification-text {
        width: 44%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap
    }

    .notifications-box li .notification-time {
        margin: 0
    }

    .messages-box li .messages-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%
    }
}

.small,
.small .icon-separator {
    height: 22px;
    min-width: 22px;
    line-height: 22px
}

.small.icon-separator-vertical {
    width: 22px
}

.small .button-content {
    padding: 0 10px;
    font-size: 11px
}

.small i.glyph-icon {
    font-size: 13px
}

.medium,
.medium .icon-separator {
    height: 28px;
    min-width: 28px;
    line-height: 28px
}

.medium.icon-separator-vertical {
    width: 28px
}

.medium .button-content {
    padding: 0 10px;
    font-size: 13px
}

.medium i.glyph-icon {
    font-size: 16px
}

.large,
.large .icon-separator {
    height: 34px;
    min-width: 34px;
    line-height: 34px
}

.large.icon-separator-vertical {
    width: 34px
}

.large .button-content {
    padding: 0 15px;
    font-size: 15px
}

.large i.glyph-icon {
    font-size: 19px
}

.x-large,
.x-large .icon-separator {
    height: 40px;
    min-width: 40px;
    line-height: 40px
}

.x-large.icon-separator-vertical {
    width: 40px
}

.x-large .button-content {
    padding: 0 20px;
    font-size: 17px
}

.x-large i.glyph-icon {
    font-size: 22px
}

.pad5A {
    padding: 5px !important
}

.pad5T {
    padding-top: 5px !important
}

.pad5R {
    padding-right: 5px !important
}

.pad5B {
    padding-bottom: 5px !important
}

.pad5L {
    padding-left: 5px !important
}

.pad10A {
    padding: 10px !important
}

.pad10T {
    padding-top: 10px !important
}

.pad10R {
    padding-right: 10px !important
}

.pad10B {
    padding-bottom: 10px !important
}

.pad10L {
    padding-left: 10px !important
}

.pad15A {
    padding: 15px !important
}

.pad15T {
    padding-top: 15px !important
}

.pad15R {
    padding-right: 15px !important
}

.pad15B {
    padding-bottom: 15px !important
}

.pad15L {
    padding-left: 15px !important
}

.pad20A {
    padding: 20px !important
}

.pad20T {
    padding-top: 20px !important
}

.pad20R {
    padding-right: 20px !important
}

.pad20B {
    padding-bottom: 20px !important
}

.pad20L {
    padding-left: 20px !important
}

.pad25A {
    padding: 25px !important
}

.pad25T {
    padding-top: 25px !important
}

.pad25R {
    padding-right: 25px !important
}

.pad25B {
    padding-bottom: 25px !important
}

.pad25L {
    padding-left: 25px !important
}

.pad0A {
    padding: 0 !important
}

.pad0T {
    padding-top: 0 !important
}

.pad0R {
    padding-right: 0 !important
}

.pad0B {
    padding-bottom: 0 !important
}

.pad0L {
    padding-left: 0 !important
}

.mrg5A {
    margin: 5px !important
}

.mrg5T {
    margin-top: 5px !important
}

.mrg5R {
    margin-right: 5px !important
}

.mrg5B {
    margin-bottom: 5px !important
}

.mrg5L {
    margin-left: 5px !important
}

.mrg10A {
    margin: 10px !important
}

.mrg10T {
    margin-top: 10px !important
}

.mrg10R {
    margin-right: 10px !important
}

.mrg10B {
    margin-bottom: 10px !important
}

.mrg10L {
    margin-left: 10px !important
}

.mrg15A {
    margin: 15px !important
}

.mrg15T {
    margin-top: 15px !important
}

.mrg15R {
    margin-right: 15px !important
}

.mrg15B {
    margin-bottom: 15px !important
}

.mrg15L {
    margin-left: 15px !important
}

.mrg20A {
    margin: 20px !important
}

.mrg20T {
    margin-top: 20px !important
}

.mrg20R {
    margin-right: 20px !important
}

.mrg20B {
    margin-bottom: 20px !important
}

.mrg20L {
    margin-left: 20px !important
}

.mrg25A {
    margin: 25px !important
}

.mrg25T {
    margin-top: 25px !important
}

.mrg25R {
    margin-right: 25px !important
}

.mrg25B {
    margin-bottom: 25px !important
}

.mrg25L {
    margin-left: 25px !important
}

.mrg0A {
    margin: 0 !important
}

.mrg0T {
    margin-top: 0 !important
}

.mrg0R {
    margin-right: 0 !important
}

.mrg0B {
    margin-bottom: 0 !important
}

.mrg0L {
    margin-left: 0 !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.font-size-10 {
    font-size: 10px !important
}

.font-size-11 {
    font-size: 11px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-23 {
    font-size: 23px !important
}

.font-size-28 {
    font-size: 28px !important
}

.font-size-35 {
    font-size: 35px !important
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-justify {
    text-align: justify
}

.text-transform-none {
    text-transform: none
}

.text-transform-upr {
    text-transform: uppercase
}

.text-transform-low {
    text-transform: lowercase
}

.text-transform-cap {
    text-transform: capitalize
}

.text-no-wrap {
    white-space: nowrap
}

.font-bold {
    font-weight: 700
}

.font-normal {
    font-weight: 400
}

.font-italic {
    font-style: italic
}

.font-none {
    font-style: none
}

.clear {
    clear: both
}

.clear-none {
    clear: none !important
}

.ui-front {
    z-index: 100
}

#loading {
    z-index: 2000
}

.hide {
    display: none
}

.hidden,
.ui-helper-hidden-accessible {
    display: none !important
}

.display-block {
    display: block !important;
    position: relative !important
}

.display-block .button-content {
    float: none
}

.display-block.dropdown-menu {
    position: static
}

.display-inline {
    display: inline-block
}

.no-border {
    border-color: transparent !important
}

.remove-border,
.dropdown-menu.pad0A .hasDatepicker .ui-datepicker {
    border: 0 !important
}

.border-top {
    border-top-style: solid;
    border-top-width: 1px
}

.center-margin {
    margin: 0 auto;
    float: none !important
}

.center-div {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    text-align: center !important
}

.divider {
    height: 1px;
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
    background-color: #ddd;
    border-bottom: 1px solid #fff
}

.width-reset {
    width: auto !important
}

.opacity-30,
.info-box b,
.info-box.icon-wrapper .icon-big {
    -moz-opacity: .3;
    filter: alpha(opacity:30);
    opacity: .3
}

.opacity-60,
.info-box b,
.label-description span {
    -moz-opacity: .6;
    filter: alpha(opacity:60);
    opacity: .6
}

.opacity-80,
.no-shadow.transparent.btn:hover i,
.ui-datepicker-current.ui-priority-secondary {
    -moz-opacity: .8;
    filter: alpha(opacity:80);
    opacity: .8
}

.opacity-100 {
    -moz-opacity: 1 !important;
    filter: alpha(opacity:100) !important;
    opacity: 1 !important
}

.transparent {
    background: none !important;
    border-color: transparent !important;
    box-shadow: 0 0 transparent !important
}

.loader img {
    left: 50%;
    top: 50%;
    margin: -27px 0 0 -27px;
    position: absolute
}

.tl-row:before,
.tl-row:after,
.clearfix:before,
.clearfix:after,
.info-box:before,
.info-box:after,
.button-pane:before,
.button-pane:after,
.form-input-prepend:before,
.form-input-prepend:after,
.form-row:before,
.form-row:after,
.button-group:before,
.button-group:after,
.ui-helper-clearfix:before,
.ui-helper-clearfix:after,
.chat-box li:before,
.chat-box li:after,
.notifications-box li:before,
.notifications-box li:after,
.messages-box li:before,
.messages-box li:after {
    content: "";
    display: table
}

.tl-row:after,
.clearfix:after,
.info-box:after,
.button-pane:after,
.form-input-prepend:after,
.form-row:after,
.button-group:after,
.ui-helper-clearfix:after,
.chat-box li:after,
.notifications-box li:after,
.messages-box li:after {
    clear: both
}

.ui-sortable-placeholder {
    border: 1px solid #ccc !important;
    visibility: visible !important;
    background: #fafafa !important
}

.ui-state-disabled,
.disabled,
button[disabled],
.chosen-disabled {
    cursor: not-allowed !important;
    -moz-opacity: .7;
    filter: alpha(opacity:70);
    opacity: .7
}

input[disabled],
select[disabled],
textarea[disabled],
.checker.disabled,
.checker.disabled span,
.radio.disabled,
.radio.disabled span {
    background: #fafafa;
    -moz-opacity: .7;
    filter: alpha(opacity:70);
    opacity: .7;
    cursor: not-allowed
}

.chosen-container.chosen-disabled .chosen-single,
.chosen-disabled .chosen-choices .search-field input,
.chosen-disabled .chosen-choices {
    cursor: not-allowed !important
}

input[readonly],
select[readonly],
textarea[readonly] {
    background: #fdfdfd;
    -moz-opacity: .8;
    filter: alpha(opacity:80);
    opacity: .8
}

.login-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 91
}

.no-shadow,
.bg-white,
.btn.no-shadow,
.vertical-button .icon-separator,
button.btn.bg-white:hover,
button.btn.bg-white:active,
a.btn.no-shadow:hover,
button.btn.no-shadow:hover,
a.btn.no-shadow:active,
button.btn.no-shadow:active,
.form-input input[type=checkbox],
.form-input input[type=radio],
.no-shadow>.ui-datepicker {
    -moz-box-shadow: 0 0 transparent !important;
    -webkit-box-shadow: 0 0 transparent !important;
    box-shadow: 0 0 transparent !important
}

.easyPieChart {
    position: relative;
    text-align: center
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.chart,
.chart-alt,
.chart-alt-1,
.chart-alt-2 {
    text-align: center;
    font-weight: 700;
    margin: 0 auto
}

.chart-wrapper {
    width: 100%;
    height: 350px
}

.chart-container {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, .8);
    border: solid 2px rgba(230, 230, 230, .8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: 700;
    margin: .25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: .1em 0
}

.x-small-gauge {
    width: 90px;
    height: 70px;
    margin: 0 auto
}

.small-gauge {
    width: 130px;
    height: 100px;
    margin: 0 auto
}

.medium-gauge {
    width: 170px;
    height: 120px;
    margin: 0 auto
}

.large-gauge {
    width: 240px;
    height: 150px;
    margin: 0 auto
}

.x-large-gauge {
    width: 340px;
    height: 180px;
    margin: 0 auto
}

.minicolors {
    position: relative;
    z-index: 1;
    display: block
}

.minicolors-focus {
    z-index: 2
}

.minicolors-hidden {
    position: absolute;
    left: -9999em
}

.minicolors-input {
    padding-left: 32px !important
}

.minicolors-swatch {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 24px;
    height: 24px;
    text-align: left;
    z-index: 5;
    background: url(../assets/images/colorpicker.png) -80px 0
}

.minicolors-swatch span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0;
    box-shadow: inset 0 9px 0 rgba(255, 255, 255, .1);
    display: inline-block
}

.minicolors-panel {
    position: absolute;
    top: 40px;
    left: 0;
    width: 180px;
    height: 152px;
    display: none
}

.minicolors-position-right .minicolors-panel {
    left: auto;
    right: 0
}

.minicolors-position-top .minicolors-panel {
    top: auto;
    bottom: 37px
}

.minicolors-position-left .minicolors-panel {
    left: 0;
    right: auto
}

.minicolors-with-opacity .minicolors-panel {
    width: 207px
}

.minicolors .minicolors-grid {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 150px;
    height: 150px;
    background: url(../assets/images/colorpicker.png) -120px 0;
    cursor: crosshair
}

.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: 0
}

.minicolors-slider-saturation .minicolors-grid {
    background-position: -420px 0
}

.minicolors-slider-saturation .minicolors-grid-inner {
    background: url(../assets/images/colorpicker.png) -270px 0
}

.minicolors-slider-brightness .minicolors-grid {
    background-position: -570px 0
}

.minicolors-slider-brightness .minicolors-grid-inner {
    background: #000
}

.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0
}

.minicolors-slider,
.minicolors-opacity-slider {
    position: absolute;
    top: 6px;
    left: 163px;
    width: 20px;
    height: 150px;
    background: #fff url(../assets/images/colorpicker.png) 0 0;
    cursor: crosshair
}

.minicolors-slider-saturation .minicolors-slider {
    background-position: -60px 0
}

.minicolors-slider-brightness .minicolors-slider {
    background-position: -20px 0
}

.minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0
}

.minicolors-opacity-slider {
    left: 190px;
    background-position: -40px 0;
    display: none
}

.minicolors-with-opacity .minicolors-opacity-slider {
    display: block
}

.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 10px;
    height: 10px;
    border: solid 1px #000;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: 0
}

.minicolors-grid .minicolors-picker SPAN {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    border: solid 2px #fff
}

.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    border: solid 1px #000;
    margin-top: -2px
}

.minicolors-inline .minicolors-input,
.minicolors-inline .minicolors-swatch {
    display: none
}

.minicolors-inline .minicolors-panel {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: 0
}

.ui-datepicker {
    padding: 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: hidden
}

.ui-datepicker .ui-datepicker-prev {
    left: 7px
}

.ui-datepicker .ui-datepicker-next {
    right: 7px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
    height: 20px;
    line-height: 20px
}

.ui-datepicker .ui-datepicker-title {
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 12px;
    margin: 0;
    height: 20px
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 96%;
    line-height: 1.6em;
    border-collapse: collapse;
    margin: 2%
}

.ui-datepicker th {
    padding: 0 0 5px;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 2px 5px;
    text-align: right;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.ui-datepicker .ui-datepicker-buttonpane {
    padding: 10px;
    height: 28px
}

.ui-datepicker .ui-datepicker-buttonpane button {
    height: 28px;
    line-height: 26px;
    padding: 0 15px;
    float: right
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-style: solid;
    border-width: 0 1px 1px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-dialog {
    /*position: absolute !important;*/
    top: 0;
    left: 0;
    padding: 0;
    outline: 0;
    z-index: 1100;
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
    padding: 0 10px
}

.ui-dialog .ui-dialog-title {
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
    display: none
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0;
    background: 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    border-width: 1px 0 0 !important
}

.ui-dialog .ui-dialog-buttonpane .ui-button {
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    float: right
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-dialog .ui-tabs,
.ui-dialog .infobox {
    margin-bottom: 0
}

.ui-dialog .ui-tabs .ui-tabs-panel {
    padding: 10px
}

.modal-dialog {
    border: 0;
    -moz-box-shadow: 0 15px 45px rgba(0, 0, 0, .6) !important;
    -webkit-box-shadow: 0 15px 45px rgba(0, 0, 0, .6) !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .6) !important
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1049
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.dropup,
.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-menu,
.popover,
.ui-menu,
.minicolors-panel {
    position: absolute;
    top: 105%;
    left: 0;
    z-index: 1050;
    display: none;
    float: left;
    min-width: 150px;
    padding: 5px;
    margin: 5px 0 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background: #fff;
    text-align: left
}

.dropdown-menu {
    line-height: 1.6em;
    text-transform: none;
    font-size: 13px
}

.dropdown-menu .divider {
    margin: 5px 1px
}

.dropdown-menu.float-right {
    right: 0;
    left: auto
}

.dropdown-menu .header {
    font-weight: 700;
    padding: 5px 5px 10px;
    margin: 0 0 5px;
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.4em;
    border-bottom: #e5e5e5 solid 1px
}

.dropdown-menu li {
    position: relative
}

.dropdown-menu li>a,
.ui-menu li>a {
    display: block;
    padding: 3px 20px 3px 15px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    white-space: nowrap;
    position: relative;
    cursor: pointer
}

.dropdown>.dropdown-menu:before,
.minicolors-position-bottom .minicolors-panel:before {
    position: absolute;
    top: -7px;
    left: 7px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''
}

.dropdown>.dropdown-menu:after,
.minicolors-position-bottom .minicolors-panel:after {
    position: absolute;
    top: -6px;
    left: 8px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.dropdown>.dropdown-menu.float-right:before,
.dropup>.dropdown-menu.float-right:before,
.minicolors-position-right .minicolors-panel:before {
    left: auto;
    right: 7px
}

.dropdown>.dropdown-menu.float-right:after,
.dropup>.dropdown-menu.float-right:after,
.minicolors-position-right .minicolors-panel:after {
    right: 8px;
    left: auto
}

.minicolors-inline .minicolors-panel:after,
.minicolors-inline .minicolors-panel:before {
    display: none
}

.dropdown-dividers {
    padding: 0
}

.dropdown-dividers li {
    padding: 3px;
    border-bottom: #ccc solid 1px
}

.dropdown-dividers li:last-child {
    border-bottom: 0
}

.dropdown-dividers li>a {
    padding: 2px 10px
}

.push-left {
    left: 100% !important;
    margin-left: -30px
}

.open {
    *z-index: 1000
}

.open>.dropdown-menu {
    display: block
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 8px
}

.dropup>.dropdown-menu:before,
.minicolors-position-top .minicolors-panel:before {
    position: absolute;
    bottom: -7px;
    left: 7px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, .2);
    content: ''
}

.dropup>.dropdown-menu:after,
.minicolors-position-top .minicolors-panel:after {
    position: absolute;
    bottom: -6px;
    left: 8px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.minicolors-position-top.minicolors-position-right .minicolors-panel:before {
    right: 6px;
    left: auto
}

.minicolors-position-top.minicolors-position-right .minicolors-panel:after {
    right: 7px;
    left: auto
}

.dropdown-submenu {
    position: relative;
    z-index: 40
}

.dropdown-submenu>.dropdown-menu {
    top: 50%;
    left: 90%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 4px 4px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    border-radius: 4px 4px 4px 0
}

.dropdown-submenu>a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " "
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.float-left {
    float: none !important
}

.dropdown-submenu.float-left>.dropdown-menu {
    left: -110%;
    margin-left: 10px;
    border-radius: 4px 0 4px 4px
}

.dropdown-submenu.float-left>.dropdown-menu.dropdown-dividers {
    margin-left: 20px
}

.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dropzone {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .08);
    background: rgba(0, 0, 0, .02);
    padding: 1em
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone .dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.dropzone.dz-drag-hover {
    border-color: rgba(0, 0, 0, .15);
    background: rgba(0, 0, 0, .04)
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
    background: rgba(255, 255, 255, .8);
    position: relative;
    display: inline-block;
    margin: 17px;
    vertical-align: top;
    border: 1px solid #acacac;
    padding: 6px
}

.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: 100px;
    height: 100px;
    position: relative;
    background: #ebebeb;
    padding: 5px;
    margin-bottom: 22px
}

.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: 100px;
    height: 100px
}

.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
    position: absolute;
    bottom: -28px;
    left: 3px;
    height: 28px;
    line-height: 28px
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
    display: block
}

.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
    display: none
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    right: -10px;
    top: -10px
}

.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
    color: #8cc657
}

.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
    color: #ee162d
}

.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
    position: absolute;
    top: 100px;
    left: 6px;
    right: 6px;
    height: 6px;
    background: #d7d7d7;
    display: none
}

.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #8cc657
}

.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
    display: block
}

.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
    display: none;
    position: absolute;
    top: -5px;
    left: -20px;
    background: rgba(245, 245, 245, .8);
    padding: 8px 10px;
    color: #800;
    min-width: 140px;
    max-width: 500px;
    z-index: 500
}

.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
    display: block
}

.dropzone {
    cursor: pointer;
    min-height: 350px;
    position: relative
}

.dz-message {
    text-align: center;
    padding: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -25%;
    font-size: 35px
}

.toggle-switch {
    padding: 2px;
    width: 65px;
    height: 18px;
    margin-right: 5px;
    float: left
}

.toggle-small {
    height: 22px;
    width: 70px
}

.toggle-medium {
    height: 26px;
    width: 75px
}

.toggle-large {
    height: 30px;
    width: 80px
}

.toggle-switch,
.toggle-blob,
.toggle-off {
    border-radius: 100px
}

.toggle-slide {
    overflow: hidden;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr
}

.toggle-slide .toggle-on,
.toggle-slide .toggle-off,
.toggle-slide .toggle-blob {
    float: left
}

.toggle-slide .toggle-blob {
    position: relative;
    z-index: 99;
    cursor: hand;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    background: #fff
}

.toggle-off {
    display: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: rgba(255, 255, 255, .5)
}

.toggle-off.active {
    display: block
}

.form-input .toggle-switch {
    margin-top: 8px
}

.form-input .toggle-small {
    margin-top: 6px
}

.form-input .toggle-medium {
    margin-top: 4px
}

.form-input .toggle-large {
    margin-top: 2px
}

.jcrop-holder {
    direction: ltr;
    text-align: left
}

.jcrop-vline,
.jcrop-hline {
    background: #fff url(../assets/images/jcrop.gif);
    font-size: 0;
    position: absolute
}

.jcrop-vline {
    height: 100%;
    width: 1px !important
}

.jcrop-vline.right {
    right: 0
}

.jcrop-hline {
    height: 1px !important;
    width: 100%
}

.jcrop-hline.bottom {
    bottom: 0
}

.jcrop-tracker {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.jcrop-handle {
    background-color: #333;
    border: 1px #eee solid;
    width: 7px;
    height: 7px;
    font-size: 1px
}

.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0
}

.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px
}

.jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%
}

.jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%
}

.jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0
}

.jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0
}

.jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -4px;
    margin-right: -4px;
    right: 0
}

.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px
}

.jcrop-dragbar.ord-n {
    margin-top: -4px
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0
}

.jcrop-dragbar.ord-w {
    margin-left: -4px
}

.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
    background: #fff;
    filter: alpha(opacity=70) !important;
    opacity: .7 !important
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #fff;
    border-radius: 3px
}

.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
    background: #000;
    filter: alpha(opacity=70) !important;
    opacity: .7 !important
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    border-color: #000;
    border-radius: 3px
}

.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
    background: #fff
}

.jcrop-holder img,
img.jcrop-preview {
    max-width: none
}

.jcrop-holder #preview-pane {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 10px;
    right: -280px;
    padding: 6px;
    border: 1px rgba(0, 0, 0, .4) solid;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

#preview-pane .preview-container {
    width: 250px;
    height: 170px;
    overflow: hidden
}

#loadingbar {
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: -6px;
    width: 1%;
    height: 4px;
    background: #FA7753;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out
}

#loadingbar.left {
    left: 100%;
    right: 0;
    width: 100%
}

#loadingbar.up {
    left: 0;
    top: 100%;
    width: 5px;
    bottom: 0;
    height: 100%
}

#loadingbar.down {
    left: 0;
    width: 5px;
    height: 0
}

#loadingbar.waiting dd,
#loadingbar.waiting dt {
    -moz-animation: pulse 2s ease-out 0s infinite;
    -ms-animation: pulse 2s ease-out 0s infinite;
    -o-animation: pulse 2s ease-out 0s infinite;
    -webkit-animation: pulse 2s ease-out 0s infinite;
    animation: pulse 2s ease-out 0s infinite
}

#loadingbar dt {
    opacity: .6;
    width: 180px;
    right: -80px;
    clip: rect(-6px, 90px, 14px, -6px)
}

#loadingbar dd {
    opacity: .6;
    width: 20px;
    right: 0;
    clip: rect(-6px, 22px, 14px, 10px)
}

#loadingbar dd,
#loadingbar dt {
    position: absolute;
    top: 0;
    height: 2px;
    -moz-box-shadow: #FA7753 1px 0 6px 1px;
    -ms-box-shadow: #FA7753 1px 0 6px 1px;
    -webkit-box-shadow: #ff6439 1px 0 6px 1px;
    box-shadow: #ff6439 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

#loadingbar.left dt {
    opacity: .6;
    width: 180px;
    left: -4px;
    clip: rect(-6px, 185px, 14px, 25px)
}

#loadingbar.left dd {
    opacity: .6;
    width: 20px;
    left: 0;
    margin: 0;
    clip: rect(-6px, 22px, 14px, 0)
}

#loadingbar.left dd,
#loadingbar.left dt {
    top: 0;
    height: 2px
}

#loadingbar.down dt {
    opacity: .6;
    height: 180px;
    top: auto;
    bottom: -47px;
    clip: rect(-6px, 20px, 130px, -6px)
}

#loadingbar.down dd {
    opacity: .6;
    height: 20px;
    top: auto;
    bottom: 0;
    clip: rect(-6px, 22px, 20px, 10px);
    margin: 0
}

#loadingbar.down dd,
#loadingbar.down dt {
    left: -5px;
    right: auto;
    width: 10px
}

#loadingbar.up dt {
    opacity: .6;
    height: 180px;
    bottom: auto;
    top: -10px;
    clip: rect(13px, 20px, 190px, -6px)
}

#loadingbar.up dd {
    opacity: .6;
    height: 20px;
    bottom: auto;
    top: 0;
    clip: rect(-6px, 22px, 25px, 10px);
    margin: 0
}

#loadingbar.up dd,
#loadingbar.up dt {
    left: -5px;
    right: auto;
    width: 10px
}

@keyframes pulse {
    30% {
        opacity: .6
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: .6
    }
}

@-moz-keyframes pulse {
    30% {
        opacity: .6
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: .6
    }
}

@-ms-keyframes pulse {
    30% {
        opacity: .6
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: .6
    }
}

@-webkit-keyframes pulse {
    30% {
        opacity: .6
    }

    60% {
        opacity: 0
    }

    100% {
        opacity: .6
    }
}

.ms-container {
    position: relative
}

.ms-container .glyph-icon {
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    left: 50%;
    top: 50%;
    font-size: 20px;
    margin: -15px 0 0 -15px
}

.ms-container:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    min-height: 0;
    visibility: hidden
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
    background: #fff;
    color: #555;
    float: left;
    width: 45%
}

.ms-container .ms-selection {
    float: right
}

.ms-container .ms-list {
    position: relative;
    height: 200px;
    padding: 0;
    overflow-y: auto
}

.ms-container ul {
    margin: 0;
    list-style-type: none;
    padding: 0
}

.ms-container .ms-optgroup-container {
    width: 100%
}

.ms-container .ms-optgroup-label {
    margin: 0;
    padding: 5px 0 0 5px;
    cursor: pointer;
    color: #999
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
    border-bottom: 1px #eee solid;
    padding: 5px 10px
}

.ms-container .ms-selectable li.ms-elem-selectable:last-child,
.ms-container .ms-selection li.ms-elem-selection:last-child {
    border-bottom: 0
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    cursor: pointer
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
    background-color: #eee;
    color: #aaa;
    cursor: text
}

.jGrowl {
    z-index: 9999
}

.jGrowl {
    position: absolute
}

body>.jGrowl {
    position: fixed
}

.jGrowl.top-left {
    left: 0;
    top: 0
}

.jGrowl.top-right {
    right: 0;
    top: 0
}

.jGrowl.bottom-left {
    left: 0;
    bottom: 0
}

.jGrowl.bottom-right {
    right: 0;
    bottom: 0
}

.jGrowl.center {
    top: 50%;
    width: 0;
    left: 50%;
    margin-left: -170px
}

.center .jGrowl-notification,
.center .jGrowl-closer {
    margin-left: auto;
    margin-right: auto
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
    opacity: .95;
    filter: alpha(Opacity=95);
    zoom: 1;
    width: 300px;
    padding: 5px 10px;
    margin: 10px 0;
    display: none;
    white-space: normal;
    font-size: 12px
}

.jGrowl .jGrowl-notification:hover {
    opacity: 1;
    filter: alpha(Opacity=100)
}

.jGrowl .jGrowl-notification {
    min-height: 20px
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
    margin: 10px
}

.jGrowl .jGrowl-notification .jGrowl-header {
    font-weight: 700;
    font-size: .85em
}

.jGrowl .jGrowl-notification .jGrowl-close {
    z-index: 99;
    float: right;
    font-weight: 700;
    cursor: pointer
}

.jGrowl .jGrowl-closer {
    cursor: pointer;
    font-weight: 700;
    text-align: center
}

.noty-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 10000;
    font-weight: 700;
    font-size: 14px;
    opacity: .95;
    filter: alpha(Opacity=95)
}

.noty-wrapper:hover {
    opacity: 1;
    filter: alpha(Opacity=100)
}

.noty_message {
    text-align: center;
    padding: 15px 10px;
    line-height: 20px
}

#noty_bottom {
    bottom: 0
}

#noty_bottom li {
    border-top-width: 1px;
    border-top-style: solid
}

#noty_top {
    top: 0
}

#noty_top li {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

#noty_center {
    top: 50%;
    left: 50%
}

#noty_center li {
    border: 0;
    margin: 10px 0
}

.popover {
    top: 0;
    left: 0;
    z-index: 1049;
    display: none;
    margin: 0;
    min-width: 250px;
    padding: 1px !important
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 5px 10px;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 0 #fff;
    min-height: 18px;
    line-height: 19px;
    color: #888;
    background-color: #fafafa;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-title:empty {
    display: none
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0
}

.popover .nav-list,
.popover .dropdown-menu {
    border: 0;
    margin: 0
}

.display-block.popover {
    margin: 0;
    float: none;
    width: auto
}

.fixed-header .popover {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0)
}

.progress,
.progress-bar,
.progressbar,
.progress-label,
.progressbar-value,
.progressbar-overlay {
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    font-weight: 700
}

.progress,
.progressbar {
    background: rgba(0, 0, 0, .05);
    text-align: center;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .2);
    position: relative
}

.progress-bar,
.progressbar-value,
.progressbar-overlay,
.progress-label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    overflow: hidden
}

.progressbar-value.ui-state-default,
.progressbar-value.ui-state-default .progress-label {
    height: 18px;
    line-height: 18px
}

.progress-label {
    width: 100%;
    z-index: 6
}

.progressbar-overlay {
    background: url(../assets/images/animated-overlay.gif);
    width: 100%;
    filter: alpha(opacity=15);
    opacity: .15;
    z-index: 5
}

.progressbar-small.progressbar,
.progressbar-small .progress-label,
.progressbar-small .progressbar-value,
.progressbar-small .progressbar-overlay {
    height: 10px
}

.progressbar-small .progressbar-value.ui-state-default {
    height: 8px
}

.progressbar-smaller.progressbar,
.progressbar-smaller .progress-label,
.progressbar-smaller .progressbar-value,
.progressbar-smaller .progressbar-overlay {
    height: 4px
}

.progressbar-smaller .progressbar-value.ui-state-default {
    height: 2px
}

.bg-black .progressbar-overlay,
.bg-black .progressbar-overlay {
    filter: alpha(opacity=100);
    opacity: 1
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle,
.ui-slider .ui-slider-range,
.ui-slider-horizontal,
.ui-slider-vertical {
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-border-radius: 100px
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: 7px;
    background: #ddd;
    -moz-box-shadow: inset 0 1px 6px #717171;
    -webkit-box-shadow: inset 0 1px 6px #717171;
    box-shadow: inset 0 1px 6px #717171
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -7px
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: 7px;
    height: 100px;
    background: #ddd;
    -moz-box-shadow: inset 1px 0 6px #717171;
    -webkit-box-shadow: inset 1px 0 6px #717171;
    box-shadow: inset 1px 0 6px #717171
}

.ui-slider-vertical .ui-slider-handle {
    left: -7px;
    margin-left: 0;
    margin-bottom: -8px
}

.ui-slider-vertical .ui-slider-range {
    left: -1px;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.form-wizard>ul {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px
}

.form-wizard>ul>li {
    display: table-cell;
    text-align: center;
    width: 1%
}

.form-wizard>ul>li a,
.form-wizard>ul>li a:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity:100);
    opacity: 1;
    color: #666
}

.form-wizard>ul>li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0
}

.form-wizard>ul>li:first-child a:before {
    left: 50%
}

.form-wizard>ul>li:last-child a:before {
    right: 50%;
    left: auto;
    width: 50%
}

.form-wizard>ul>li a .wizard-step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}

.form-wizard>ul>li a .wizard-description small {
    display: block;
    -moz-opacity: .7;
    filter: alpha(opacity:70);
    opacity: .7
}

.form-wizard>ul>li a.disabled .wizard-step {
    background: #ccc
}

.msgBox {
    display: none
}

.loader {
    display: none
}

.actionBar {
    border-top: #ddd solid 1px;
    padding: 20px 0 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.actionBar a.btn {
    float: right;
    margin-left: 10px
}

.ui-tabs-panel,
.ui-accordion-content {
    display: block;
    background: 0
}

.ui-tabs-panel:last-child,
.ui-accordion-content:last-child {
    border-bottom: 0 !important
}

.ui-tabs-panel p,
.ui-accordion-content p {
    padding: 0
}

.ui-tabs-nav>li,
.ui-tabs-nav>li>a {
    float: left;
    position: relative
}

.ui-tabs-nav>li>a .float-left.glyph-icon,
.ui-accordion-header .float-left.glyph-icon {
    margin-right: 5px;
    float: none !important
}

.ui-tabs-nav>li>a .float-right.glyph-icon,
.ui-accordion-header .float-right.glyph-icon {
    margin-left: 5px;
    margin-right: 0;
    float: none !important
}

.button-block-justified .ui-tabs-nav li:first-child {
    border-left: 0
}

.button-block-justified .ui-tabs-nav li:last-child {
    border-right: 0
}

.ui-accordion-header .ui-accordion-header-icon {
    float: right
}

.ui-state-active.ui-accordion-header:last-of-type {
    border-radius: 0
}

.ui-accordion-header {
    position: relative;
    padding: 0 25px 0 15px;
    margin: 0
}

.ui-accordion-header:last-of-type {
    border-bottom-width: 0 !important
}

.ui-accordion-header.ui-accordion-header-active:last-of-type {
    border-bottom-width: 1px !important
}

.ui-tabs-panel .ui-accordion {
    margin-bottom: 0
}

.choose-theme {
    display: block;
    float: left;
    padding: 2px;
    border-radius: 2px;
    margin: 5px 8px 5px 0;
    border: #ccc solid 1px
}

.choose-theme:hover,
.choose-theme.active {
    opacity: .8;
    border-color: #ccc
}

.choose-theme span {
    width: 30px;
    height: 20px;
    display: block;
    float: left;
    border: 0;
    margin: 0
}

.choose-bg {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    margin: 0 3px;
    display: block;
    float: left
}

.choose-bg:hover {
    opacity: .8
}

.bootstrap-timepicker {
    position: relative
}

.dropdown.bootstrap-timepicker {
    float: none
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-timepicker-widget table td {
    height: 32px;
    line-height: 32px;
    width: 42px
}

.bootstrap-timepicker-widget table td.separator {
    padding: 0 5px;
    width: auto
}

.bootstrap-timepicker-widget table td a {
    border: 1px transparent solid;
    display: block;
    text-align: center
}

.bootstrap-timepicker-widget table td a i {
    margin: 0 auto
}

.bootstrap-timepicker-widget table td input {
    width: 100%;
    min-width: 32px;
    padding: 0 5px;
    margin: 0;
    text-align: center
}

.bootstrap-timepicker-widget table td input.bootstrap-timepicker-meridian {
    font-weight: 700
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 8px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -8px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: #fff;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    z-index: 1200
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: #fff;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center
}

.jvectormap-zoomin {
    top: 10px
}

.jvectormap-zoomout {
    top: 30px
}

.xchart .line {
    stroke-width: 3px;
    fill: none
}

.xchart .fill {
    stroke-width: 0
}

.xchart circle {
    stroke: #FFF;
    stroke-width: 3px
}

.xchart .axis .domain {
    fill: none
}

.xchart .axis .tick line {
    stroke: #EEE;
    stroke-width: 1px
}

.xchart .axis text {
    fill: #666;
    font-size: 12px
}

.xchart .color2 .line {
    stroke: #f26522
}

.xchart .color2 .line .fill {
    pointer-events: none
}

.xchart .color2 rect,
.xchart .color2 circle {
    fill: #f26522
}

.xchart .color2 .fill {
    fill: rgba(242, 101, 34, .1)
}

.xchart .color2.comp .line {
    stroke: #f9b99a
}

.xchart .color2.comp rect {
    fill: #f9b99a
}

.xchart .color2.comp .fill {
    display: none
}

.xchart .color2.comp circle,
.xchart .color2.comp .pointer {
    fill: #f9b99a
}

.xchart .color3 .line {
    stroke: #c6080d
}

.xchart .color3 .line .fill {
    pointer-events: none
}

.xchart .color3 rect,
.xchart .color3 circle {
    fill: #c6080d
}

.xchart .color3 .fill {
    fill: rgba(198, 8, 13, .1)
}

.xchart .color3.comp .line {
    stroke: #f8555a
}

.xchart .color3.comp rect {
    fill: #f8555a
}

.xchart .color3.comp .fill {
    display: none
}

.xchart .color3.comp circle,
.xchart .color3.comp .pointer {
    fill: #f8555a
}

.xchart .color4 .line {
    stroke: #672d8b
}

.xchart .color4 .line .fill {
    pointer-events: none
}

.xchart .color4 rect,
.xchart .color4 circle {
    fill: #672d8b
}

.xchart .color4 .fill {
    fill: rgba(103, 45, 139, .1)
}

.xchart .color4.comp .line {
    stroke: #a869ce
}

.xchart .color4.comp rect {
    fill: #a869ce
}

.xchart .color4.comp .fill {
    display: none
}

.xchart .color4.comp circle,
.xchart .color4.comp .pointer {
    fill: #a869ce
}

.xchart .color5 .line {
    stroke: #ce1797
}

.xchart .color5 .line .fill {
    pointer-events: none
}

.xchart .color5 rect,
.xchart .color5 circle {
    fill: #ce1797
}

.xchart .color5 .fill {
    fill: rgba(206, 23, 151, .1)
}

.xchart .color5.comp .line {
    stroke: #f075cb
}

.xchart .color5.comp rect {
    fill: #f075cb
}

.xchart .color5.comp .fill {
    display: none
}

.xchart .color5.comp circle,
.xchart .color5.comp .pointer {
    fill: #f075cb
}

.xchart .color6 .line {
    stroke: #d9ce00
}

.xchart .color6 .line .fill {
    pointer-events: none
}

.xchart .color6 rect,
.xchart .color6 circle {
    fill: #d9ce00
}

.xchart .color6 .fill {
    fill: rgba(217, 206, 0, .1)
}

.xchart .color6.comp .line {
    stroke: #fff75a
}

.xchart .color6.comp rect {
    fill: #fff75a
}

.xchart .color6.comp .fill {
    display: none
}

.xchart .color6.comp circle,
.xchart .color6.comp .pointer {
    fill: #fff75a
}

.xchart .color7 .line {
    stroke: #754c24
}

.xchart .color7 .line .fill {
    pointer-events: none
}

.xchart .color7 rect,
.xchart .color7 circle {
    fill: #754c24
}

.xchart .color7 .fill {
    fill: rgba(117, 76, 36, .1)
}

.xchart .color7.comp .line {
    stroke: #c98c50
}

.xchart .color7.comp rect {
    fill: #c98c50
}

.xchart .color7.comp .fill {
    display: none
}

.xchart .color7.comp circle,
.xchart .color7.comp .pointer {
    fill: #c98c50
}

.xchart .color8 .line {
    stroke: #2eb9b4
}

.xchart .color8 .line .fill {
    pointer-events: none
}

.xchart .color8 rect,
.xchart .color8 circle {
    fill: #2eb9b4
}

.xchart .color8 .fill {
    fill: rgba(46, 185, 180, .1)
}

.xchart .color8.comp .line {
    stroke: #86e1de
}

.xchart .color8.comp rect {
    fill: #86e1de
}

.xchart .color8.comp .fill {
    display: none
}

.xchart .color8.comp circle,
.xchart .color8.comp .pointer {
    fill: #86e1de
}

.xchart .color9 .line {
    stroke: #0e2e42
}

.xchart .color9 .line .fill {
    pointer-events: none
}

.xchart .color9 rect,
.xchart .color9 circle {
    fill: #0e2e42
}

.xchart .color9 .fill {
    fill: rgba(14, 46, 66, .1)
}

.xchart .color9.comp .line {
    stroke: #2477ab
}

.xchart .color9.comp rect {
    fill: #2477ab
}

.xchart .color9.comp .fill {
    display: none
}

.xchart .color9.comp circle,
.xchart .color9.comp .pointer {
    fill: #2477ab
}

/* http://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css */
@font-face {
    font-family: 'FontAwesome';
    src: url('../assets/fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../assets/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../assets/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../assets/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/* content/assets/themes/minified/fides/color-schemes/dark-gray.min.css */
body {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    color: #3a4049;
    background-color: #fff
}

a {
    color: #666
}

a:hover,
body #page-content .hover-white:hover {
    color: #000
}

h3,
.h3 {
    color: #666
}

#page-header {
    background: #363636
}

#header-logo {
    background: #282828;
    color: #fafafa;
    text-transform: uppercase;
    min-width:250px;
}

.top-icon-bar .dropdown>a,
.user-profile>a,
#header-logo>a {
    color: #9c9c9c
}

.user-profile>a:hover,
#header-logo>a:hover {
    color: #d3d3d3
}

.user-profile>a {
    border-left: #333 solid 1px
}

.user-profile>a:hover {
    background: #2d2d2d
}

.top-icon-bar .dropdown>a:hover {
    background: #282828;
    color: #d1d1d1
}

.dashboard-buttons .btn {
    border: #efefef solid 1px
}

.dashboard-buttons .btn:hover {
    border-color: transparent
}

#page-title {
    background: #fff;
    margin: 0 !important;
    padding: 20px 20px 25px !important
}

#page-title>h3 {
    color: #646464
}

#page-title>h3 small {
    color: #a6a6a6;
    display: block;
    padding: 5px 0 0
}

#breadcrumb-right .btn.bg-white {
    border: #ccc solid 1px;
    height: 26px;
    line-height: 26px;
    background: #fafafa
}

#breadcrumb-right .btn.bg-white:hover {
    background: #fff
}

#page-sidebar,
#sidebar-menu {
    background: #f6f6f6
}

#page-sidebar li a {
    color: #8e8e8e
}

#page-sidebar li a:hover,
#sidebar-menu li.active>a {
    color: #646464;
    background: #fff
}

#sidebar-menu ul>li {
    margin: 0 0 5px
}

#sidebar-menu li.active ul {
    background: #fff;
    padding-bottom: 5px
}

#sidebar-menu li.active ul li a {
    color: #a4a4a4;
    margin: 0 5px
}

#sidebar-menu li.active ul li a:hover {
    color: #000;
    background: #fafafa
}

#page-sidebar li.current-page a,
#page-sidebar li.current-page a:hover {
    background: #646464 !important;
    color: #fff !important
}

#page-breadcrumb a:after {
    color: #efefef
}

.dropdown-menu {
    background: #fafafa
}

.dropdown-menu li>a {
    color: #888
}

.dropdown-menu li>a:hover,
.dropdown-menu .active>a,
.dropdown-menu .active>a:hover,
.dropdown-menu .active>a:focus {
    background: #e7e7e7;
    color: #333
}

.dropdown-submenu>a:after {
    border-left-color: #646464
}

.popover,
.ui-menu,
.minicolors-panel,
.chosen-drop {
    background: #fff;
    border-color: #efefef;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .6)
}

.popover.bottom .arrow:after {
    border-bottom-color: #efefef
}

.timeline-box .popover.right .arrow:after,
.chat-box .popover.right .arrow:after {
    border-right-color: #efefef
}

.timeline-box .popover.left .arrow:after,
.chat-box .popover.left .arrow:after {
    border-left-color: #efefef
}

.timeline-box:before {
    background: #efefef
}

.ui-datepicker,
.minicolors-panel,
.chosen-drop,
.drop-shadow,
.ui-dialog {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .2)
}

.nav-list li a,
.nav-list-horizontal li a,
.nav-list-horizontal li .nav-wrp,
.content-box,
.content-box-header,
.ui-datepicker,
.content-box.drop-shadow .content-box-header,
.ui-accordion,
.ui-dialog,
.ui-accordion-content {
    border-color: #efefef;
    background: #fff
}

.content-box-header {
    background: #fafafa
}

.dashboard-panel .button-pane {
    background: rgba(0, 0, 0, .1) !important
}

.button-pane,
.content-box.bg-white .button-pane,
.chat-reply.button-pane,
.ui-dialog .ui-dialog-buttonpane,
.popover-title,
.button-pane-alt {
    background: #fafafa !important
}

#page-content {
    background: #fff
}

.fc-state-default,
.ui-state-default,
.ui-accordion-header,
.ui-dialog-titlebar,
.ui-datepicker-header,
.ui-slider .ui-slider-range,
.chosen-container .chosen-single,
.chosen-container.chosen-disabled .chosen-single:hover,
.selector,
.selector.disabled,
a.btn.ui-state-default.disabled:hover,
button.btn.ui-state-default[disabled]:hover,
.ui-button.ui-state-default.ui-state-disabled:hover,
.table th,
.popover-title {
    background: #efefef;
    color: #9a9a9a
}

.content-box-header.ui-state-default .icon-separator {
    color: #9a9a9a
}

.table {
    background: #fff;
    color: #444
}

.table tr td {
    border-bottom: #efefef solid 1px
}

.table-striped tr:nth-child(even)>td {
    background: #fafafa
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover,
.primary-bg,
.form-wizard>ul>li a.selected:before,
button.primary-bg.btn[disabled],
.ui-datepicker-prev,
.ui-datepicker-next,
.wizard-step,
.ui-datepicker td .ui-state-hover,
.ui-datepicker-buttonpane button,
.ui-slider .ui-slider-handle,
.chosen-results li.highlighted,
.ui-spinner-button,
.ui-menu-item a.ui-state-focus,
.ui-dialog-buttonpane .ui-button {
    background: #646464;
    color: #fff
}

.ui-datepicker-current-day a,
.ui-datepicker-current-day a.ui-state-hover {
    background: #fff;
    border-color: #efefef;
    color: #303b49 !important;
    font-weight: 700
}

.ui-datepicker-today a,
.ui-datepicker-today a.ui-state-hover {
    background: #ffeec6;
    border-color: #efefef;
    color: #000 !important;
    font-weight: 700
}

.ui-tabs-nav {
    border-bottom: #efefef solid 1px
}

.ui-tabs-nav li>a,
.ui-accordion-header {
    background: #fafafa;
    border: #efefef solid 1px
}

.ui-tabs-nav li>a:hover,
.ui-accordion-header.ui-state-hover {
    background: #fff;
    color: #646464
}

.ui-tabs-nav li.ui-tabs-active>a {
    background: #646464;
    color: #fff
}

.ui-tabs-nav li.ui-tabs-active>a .glyph-icon {
    color: #fff !important
}

.icon-separator {
    background: rgba(255, 255, 255, .35)
}

a.btn:hover,
button.btn:hover,
a.ui-button:hover,
button.ui-button:hover,
.ui-button.active,
.btn.primary-bg.ui-state-default:hover,
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-buttonpane button:hover,
.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle.ui-state-focus,
.ui-dialog-buttonpane .ui-button.ui-state-default:hover {
    color: #fff;
    box-shadow: inset 0 0 0 120px rgba(255, 255, 255, .2)
}

.fc-button.fc-state-default:hover,
a.btn.ui-state-default:hover,
button.btn.ui-state-default:hover,
a.ui-button.ui-state-default:hover,
button.ui-button.ui-state-default:hover,
a.btn.bg-white:hover,
button.btn.bg-white:hover,
a.btn.bg-gray:hover,
button.btn.bg-gray:hover,
.selector:hover,
.chosen-container .chosen-single:hover,
a.btn.bg-gray:hover,
button.btn.bg-gray:hover {
    box-shadow: inset 0 0 0 60px rgba(255, 255, 255, .4);
    cursor: pointer;
    color: #333
}

a.btn.transparent:hover,
button.btn.transparent:hover {
    background: 0;
    color: #646464
}

a.btn.ui-state-default.disabled,
button.btn.ui-state-default.disabled,
.ui-button.ui-state-default.ui-state-disabled,
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-current.ui-priority-secondary {
    box-shadow: inset 0 0 0 60px rgba(255, 255, 255, .2) !important;
    color: #9a9a9a
}

a.btn.disabled,
button.btn[disabled] {
    box-shadow: inset 0 0 0 60px rgba(255, 255, 255, .2) !important
}

.btn.primary-bg.ui-state-default:active,
.ui-datepicker-prev:active,
.ui-datepicker-next:active,
.ui-datepicker-buttonpane button:active,
.dropdown-menu li a:active,
a.btn.ui-state-default:active,
button.btn.ui-state-default:active,
a.btn.solid-gray:active,
button.btn.solid-gray:active,
.selector.disabled:hover,
.chosen-container.chosen-disabled .chosen-single:hover,
.ui-dialog-buttonpane .ui-button.ui-state-default:active {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    color: #9a9a9a
}

.xchart .color0 .line {
    stroke: #646464
}

.xchart .color0 circle {
    stroke: #646464
}

.xchart .color0 .line .fill {
    pointer-events: none
}

.xchart .color0 rect {
    fill: #646464
}

.xchart .color0 circle {
    fill: #fff
}

.xchart .color0 .fill {
    fill: rgba(250, 119, 83, .05)
}

.xchart .color0.comp .line {
    stroke: #646464
}

.xchart .color0.comp rect {
    fill: #646464
}

.xchart .color0.comp .fill {
    display: none
}

.xchart .color0.comp circle,
.xchart .color0.comp .pointer {
    fill: #646464
}

.xchart .color1 .line {
    stroke: #efefef
}

.xchart .color1 circle {
    stroke: #efefef
}

.xchart .color1 .line .fill {
    pointer-events: none
}

.xchart .color1 rect {
    fill: #efefef
}

.xchart .color1 circle {
    fill: #fff
}

.xchart .color1 .fill {
    fill: rgba(35, 129, 233, .05)
}

.xchart .color1.comp .line {
    stroke: #efefef
}

.xchart .color1.comp rect {
    fill: #efefef
}

.xchart .color1.comp .fill {
    display: none
}

.xchart .color1.comp circle,
.xchart .color1.comp .pointer {
    fill: #efefef
}

/* content/assets/themes/minified/fides/color-schemes/dark-blue.min.css */
body {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429;
    color: #111;
    background-color: #fff
}

a {
    color: #666
}

a:hover,
body #page-content .hover-white:hover {
    color: #2381E9
}

h3,
.h3 {
    color: #666
}

#page-header {
    background: #343942
}

#header-logo {
    background: #20242a;
    color: #fafafa;
    text-transform: uppercase
}

.top-icon-bar .dropdown>a,
.user-profile>a,
#header-logo>a {
    color: #9c9c9c
}

.user-profile>a:hover,
#header-logo>a:hover {
    color: #d3d3d3
}

.user-profile>a {
    border-left: #333 solid 1px
}

.user-profile>a:hover {
    background: #2d2d2d
}

.top-icon-bar .dropdown>a:hover {
    background: #20242a;
    color: #d1d1d1
}

.dashboard-buttons .btn {
    border: #E9ECF1 solid 1px
}

.dashboard-buttons .btn:hover {
    border-color: transparent
}

#page-title {
    background: #e9ecf1
}

#page-title>h3 {
    color: #2381E9
}

#page-title>h3 small {
    color: #797979
}

#page-sidebar,
#sidebar-menu {
    background: #f5f7f9
}

#page-sidebar li a {
    color: #768294
}

#page-sidebar li a:hover,
#sidebar-menu li.active>a {
    color: #2381e9;
    background: #fff;
    font-weight: bold;
}

#sidebar-menu ul>li {
    margin: 0 0 5px
}

#sidebar-menu li.active ul {
    background: #fff;
    padding-bottom: 5px
}

#sidebar-menu li.active ul li a {
    color: #a4a4a4;
    margin: 0 5px
}

#sidebar-menu li.active ul li a:hover {
    color: #000;
    background: #fafafa
}

#page-sidebar li.current-page a,
#page-sidebar li.current-page a:hover {
    background: #2381e9 !important;
    color: #fff !important
}

#page-breadcrumb a:after {
    color: #E9ECF1
}

.dropdown-menu {
    background: #fafafa
}

.dropdown-menu li>a {
    color: #888
}

.dropdown-menu li>a:hover,
.dropdown-menu .active>a,
.dropdown-menu .active>a:hover,
.dropdown-menu .active>a:focus {
    background: #e7e7e7;
    color: #333
}

.dropdown-submenu>a:after {
    border-left-color: #2381e9
}

.popover,
.ui-menu,
.minicolors-panel,
.chosen-drop {
    background: #fff;
    border-color: #E9ECF1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .6)
}

.popover.bottom .arrow:after {
    border-bottom-color: #E9ECF1
}

.timeline-box .popover.right .arrow:after,
.chat-box .popover.right .arrow:after {
    border-right-color: #E9ECF1
}

.timeline-box .popover.left .arrow:after,
.chat-box .popover.left .arrow:after {
    border-left-color: #E9ECF1
}

.timeline-box:before {
    background: #E9ECF1
}

.ui-datepicker,
.minicolors-panel,
.chosen-drop,
.drop-shadow,
.ui-dialog {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .2)
}

.nav-list li a,
.nav-list-horizontal li a,
.nav-list-horizontal li .nav-wrp,
.content-box,
.content-box-header,
.ui-datepicker,
.content-box.drop-shadow .content-box-header,
.ui-accordion,
.ui-dialog,
.ui-accordion-content {
    border-color: #e9ecf1;
    background: #fff
}

.content-box-header {
    background: #fafafa
}

.dashboard-panel .button-pane {
    background: rgba(0, 0, 0, .1) !important
}

.button-pane,
.content-box.bg-white .button-pane,
.chat-reply.button-pane,
.ui-dialog .ui-dialog-buttonpane,
.popover-title,
.button-pane-alt {
    background: #F7F9FC !important
}

#page-content {
    background: #fff
}

.fc-state-default,
.ui-state-default,
.ui-accordion-header,
.ui-dialog-titlebar,
.ui-datepicker-header,
.ui-slider .ui-slider-range,
.chosen-container .chosen-single,
.chosen-container.chosen-disabled .chosen-single:hover,
.selector,
.selector.disabled,
a.btn.ui-state-default.disabled:hover,
button.btn.ui-state-default[disabled]:hover,
.ui-button.ui-state-default.ui-state-disabled:hover,
.table th,
.popover-title {
    background: #e9ecf1;
    color: #909cae
}

.content-box-header.ui-state-default .icon-separator {
    color: #909CAE
}

.table {
    background: #fff;
    color: #111
}

.table tr td {
    border-bottom: #E9ECF1 solid 1px
}

.table-striped tr:nth-child(even)>td {
    background: #fafafa
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover,
.primary-bg,
.form-wizard>ul>li a.selected:before,
button.primary-bg.btn[disabled],
.ui-datepicker-prev,
.ui-datepicker-next,
.wizard-step,
.ui-datepicker td .ui-state-hover,
.ui-datepicker-buttonpane button,
.ui-slider .ui-slider-handle,
.chosen-results li.highlighted,
.ui-spinner-button,
.ui-menu-item a.ui-state-focus,
.ui-dialog-buttonpane .ui-button {
    background: #2381e9;
    color: #fff
}

.ui-datepicker-current-day a,
.ui-datepicker-current-day a.ui-state-hover {
    background: #fff;
    border-color: #E9ECF1;
    color: #303b49 !important;
    font-weight: 700
}

.ui-datepicker-today a,
.ui-datepicker-today a.ui-state-hover {
    background: #ffeec6;
    border-color: #E9ECF1;
    color: #000 !important;
    font-weight: 700
}

.ui-tabs-nav {
    border-bottom: #E9ECF1 solid 1px
}

.ui-tabs-nav li>a,
.ui-accordion-header {
    background: #fafafa;
    border: #E9ECF1 solid 1px
}

.ui-tabs-nav li>a:hover,
.ui-accordion-header.ui-state-hover {
    background: #fff;
    color: #2381E9
}

.ui-tabs-nav li.ui-tabs-active>a {
    background: #2381E9;
    color: #fff
}

.ui-tabs-nav li.ui-tabs-active>a .glyph-icon {
    color: #fff !important
}

.icon-separator {
    background: rgba(255, 255, 255, .35)
}

a.btn:hover,
button.btn:hover,
a.ui-button:hover,
button.ui-button:hover,
.ui-button.active,
.btn.primary-bg.ui-state-default:hover,
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-buttonpane button:hover,
.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle.ui-state-focus,
.ui-dialog-buttonpane .ui-button.ui-state-default:hover {
    color: #fff;
    box-shadow: inset 0 0 0 120px rgba(255, 255, 255, .2)
}

.fc-button.fc-state-default:hover,
a.btn.ui-state-default:hover,
button.btn.ui-state-default:hover,
a.ui-button.ui-state-default:hover,
button.ui-button.ui-state-default:hover,
a.btn.bg-white:hover,
button.btn.bg-white:hover,
a.btn.bg-gray:hover,
button.btn.bg-gray:hover,
.selector:hover,
.chosen-container .chosen-single:hover,
a.btn.bg-gray:hover,
button.btn.bg-gray:hover {
    box-shadow: inset 0 0 0 60px rgba(255, 255, 255, .4);
    cursor: pointer;
    color: #333
}

a.btn.transparent:hover,
button.btn.transparent:hover {
    background: 0;
    color: #2381e9
}

a.btn.ui-state-default.disabled,
button.btn.ui-state-default.disabled,
.ui-button.ui-state-default.ui-state-disabled,
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-current.ui-priority-secondary {
    box-shadow: inset 0 0 0 60px rgba(255, 255, 255, .2) !important;
    color: #909CAE
}

a.btn.disabled,
button.btn[disabled] {
    box-shadow: inset 0 0 0 60px rgba(255, 255, 255, .2) !important
}

.btn.primary-bg.ui-state-default:active,
.ui-datepicker-prev:active,
.ui-datepicker-next:active,
.ui-datepicker-buttonpane button:active,
.dropdown-menu li a:active,
a.btn.ui-state-default:active,
button.btn.ui-state-default:active,
a.btn.solid-gray:active,
button.btn.solid-gray:active,
.selector.disabled:hover,
.chosen-container.chosen-disabled .chosen-single:hover,
.ui-dialog-buttonpane .ui-button.ui-state-default:active {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    color: #909CAE
}

.xchart .color0 .line {
    stroke: #2381e9
}

.xchart .color0 circle {
    stroke: #2381e9
}

.xchart .color0 .line .fill {
    pointer-events: none
}

.xchart .color0 rect {
    fill: #2381e9
}

.xchart .color0 circle {
    fill: #fff
}

.xchart .color0 .fill {
    fill: rgba(250, 119, 83, .05)
}

.xchart .color0.comp .line {
    stroke: #2381e9
}

.xchart .color0.comp rect {
    fill: #2381e9
}

.xchart .color0.comp .fill {
    display: none
}

.xchart .color0.comp circle,
.xchart .color0.comp .pointer {
    fill: #2381e9
}

.xchart .color1 .line {
    stroke: #e9ecf1
}

.xchart .color1 circle {
    stroke: #e9ecf1
}

.xchart .color1 .line .fill {
    pointer-events: none
}

.xchart .color1 rect {
    fill: #e9ecf1
}

.xchart .color1 circle {
    fill: #fff
}

.xchart .color1 .fill {
    fill: rgba(35, 129, 233, .05)
}

.xchart .color1.comp .line {
    stroke: #e9ecf1
}

.xchart .color1.comp rect {
    fill: #e9ecf1
}

.xchart .color1.comp .fill {
    display: none
}

.xchart .color1.comp circle,
.xchart .color1.comp .pointer {
    fill: #e9ecf1
}

/* content/assets/css/minified/components/calendar.min.css */
.fc {
    direction: ltr;
    text-align: left
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0
}

html .fc,
.fc table {
    font-size: 1em
}

.fc td,
.fc th {
    padding: 0;
    vertical-align: top
}

.fc-header td {
    white-space: nowrap
}

.fc-header-left {
    width: 25%;
    text-align: left
}

.fc-header-center {
    text-align: center
}

.fc-header-right {
    width: 25%;
    text-align: right
}

.fc-header-title {
    display: inline-block;
    vertical-align: top
}

.fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap;
    font-size: 23px
}

.fc .fc-header-space {
    padding-left: 10px
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top
}

.fc-header .fc-button {
    margin-right: -1px
}

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
    margin-right: 0
}

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2
}

.fc-header .fc-state-down {
    z-index: 3
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4
}

.fc-content {
    clear: both;
    zoom: 1
}

.fc-view {
    width: 100%;
    overflow: hidden
}

.fc-widget-header,
.fc-widget-content {
    border: 1px solid #ddd
}

.fc-state-highlight {
    background: #fcf8e3
}

.fc-cell-overlay {
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer
}

.fc-state-default .fc-text-arrow {
    margin: 0 .1em;
    font-size: 2em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline
}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow {
    font-weight: 700
}

.fc-button .fc-icon-wrap {
    position: relative;
    float: left;
    top: 50%
}

.fc-button .ui-icon {
    position: relative;
    float: left;
    margin-top: -50%;
    *margin-top: 0;
    *top: -50%
}

.fc-state-down,
.fc-state-active {
    background-image: none;
    outline: 0;
    -moz-opacity: .7;
    filter: alpha(opacity:70);
    opacity: .7
}

.fc-event-container>* {
    z-index: 8
}

.fc-event-container>.ui-draggable-dragging,
.fc-event-container>.ui-resizable-resizing {
    z-index: 9
}

.fc-event {
    border: 1px solid #5BCCF6;
    background-color: #5BCCF6;
    color: #fff;
    font-size: 11px;
    color: #fff;
    cursor: default
}

a.fc-event {
    text-decoration: none
}

a.fc-event,
.fc-event-draggable {
    cursor: pointer
}

.fc-rtl .fc-event {
    text-align: right
}

.fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fc-event-time,
.fc-event-title {
    padding: 0 1px
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    font-size: 300%;
    line-height: 50%
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.fc-event-hori .ui-resizable-e {
    top: 0 !important;
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize
}

.fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px
}

table.fc-border-separate {
    border-collapse: separate
}

.fc-border-separate th,
.fc-border-separate td {
    border-width: 1px 0 0 1px
}

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
    border-right-width: 1px
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
    border-bottom-width: 1px
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
    border-top-width: 0
}

.fc-grid th {
    text-align: center;
    padding: 5px
}

.fc .fc-week-number {
    width: 22px;
    text-align: center
}

.fc .fc-week-number div {
    padding: 0 2px
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px
}

.fc-grid .fc-event-time {
    font-weight: 700
}

.fc-rtl .fc-grid .fc-day-number {
    float: left
}

.fc-rtl .fc-grid .fc-event-time {
    float: right
}

.fc-agenda table {
    border-collapse: separate
}

.fc-agenda-days th {
    text-align: center
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: 400
}

.fc-agenda .fc-week-number {
    font-weight: 700
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px
}

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0
}

.fc-agenda-allday th {
    border-width: 0 1px
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    _height: 34px
}

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee
}

.fc-agenda-slots th {
    border-width: 1px 1px 0
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: 0
}

.fc-agenda-slots td div {
    height: 20px
}

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid
}

.fc-event-vert {
    border-width: 0 1px
}

.fc-event-vert.fc-event-start {
    border-top-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.fc-event-vert.fc-event-end {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px
}

.fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2
}

.fc-event-vert .fc-event-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25)
}

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
    display: none\9
}

.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    width: 100% !important;
    height: 8px !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-agenda .ui-resizable-resizing {
    _overflow: hidden
}

/* content/css/main.css */
#fancybox-right,
#header {
    right: 0
}

#logo,
#logo a,
#pageoptions ul li a,
ul#searchboxresult li a:hover {
    text-decoration: none
}

.form-input select,
.popup-input select,
table>tbody>tr>td>span>i.icon-paperclip {
    vertical-align: middle
}

#page-footer,
.cf:after,
.dataTables_scroll,
.viewForm section:after,
div.popup section:after,
form section:after {
    clear: both
}

.table th {
    height: 36px;
    padding: 0 4px;
    position: relative;
    line-height: inherit
}

.form-label label {
    display: block;
    font-weight: 700;
    white-space: normal;
    line-height: normal;
    height: auto
}

#AttachedID,
#page-header,
#page-header-zone-2 {
    height: 62px;
    width: 100%
}

body {
    font-family: "Open Sans,1Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif
}

#page-wrapper {
    padding-top: 84px
}

#page-header {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 5;
    background: #fff
}

#page-header-zone-1 {
    width: 100%;
    float: left;
    height: 0
}

#page-header-zone-2 {
    background-color: #4e4e4e;
    float: left
}

#AttachedID {
    background-color: red !important;
    float: left
}

#responsive-menu-div {
    display: none
}

#pageoptions {
    float: right;
    padding-right: 20px
}

#page-sidebar {
    height: 100%;
    padding: 0 10px;
    position: fixed;
    top: 62px;
    width: 200px;
    z-index: 4
}

#page-content-wrapper {
    position: relative;
    z-index: 4;
    min-height: 400px
}

#content {
    padding: 0 20px 20px
}

#page-sidebar.scrollable-content {
    overflow: hidden
}

#page-footer {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #e0e0e0
}

#footer-content {
    float: right;
    padding: 10px 20px 10px 0
}

#header-logo {
    font-size: 14px;
    background: 0 0;
    text-transform: capitalize
}

#header-logo i {
    font-style: normal
}

.user-profile {
    float: right
}

#header,
#logo {
    border: 0;
    float: left
}

.cf:after,
.cf:before {
    content: "";
    display: table
}

#logo,
#logo a {
    font-size: 20px;
    font-weight: 400;
    text-indent: -99999px
}

#main-content h1,
.btn.large,
.btn.medium,
.btn.small,
.popup-input,
.popup-label label,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

#logo {
    background: url(images/maxpanda.png) left center no-repeat rgba(0, 0, 0, 0);
    height: 60px;
    padding: 1px 0 1px 15px;
    width: 215px
}

#header {
    height: auto;
    left: 240px;
    top: 0
}

#pageoptions ul {
    margin: 0;
    overflow: hidden;
    padding: 1px 6px
}

#pageoptions ul li {
    float: right;
    list-style: none;
    margin: 0 0 0 1px;
    padding: 0
}

#pageoptions ul li a {
    padding: 0 8px 6px
}

#pageoptions>div {
    left: 15px;
    min-height: 400px;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    right: 15px
}

#pageoptions div li {
    float: none
}

#page-header-zone-2 .nav-list-horizontal li {
    float: left;
    padding: 0 10px 0 0;
    width: auto
}

#page-header-zone-2 .nav-list-horizontal li a {
    background: #2381E9;
    border-color: #4e4e4e;
    color: #FFF;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    min-width: 28px;
    border-radius: 2px;
    font-weight: 700
}

#page-header-zone-2 .nav-list-horizontal li .bg-yellow {
    background: #FC0
}

#page-header-zone-2 .nav-list-horizontal li .bg-green {
    background: #9CD159
}

#page-header-zone-2 .nav-list-horizontal li .bg-blue {
    background: #2381E9
}

#searchbox {
    float: right;
    margin: 0 10px 17px 0;
    padding: 0
}

.viewForm#searchform,
form#searchform {
    border: 0;
    border-radius: 2px;
    padding: 0;
    width: 105px
}

.viewForm#searchform input#search,
form#searchform input#search {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: none;
    font-size: 12px;
    font-style: normal;
    margin: 0;
    padding: 3px 0;
    text-align: center;
    width: 100%
}

.viewForm#searchform input#search.load,
form#searchform input#search.load {
    background-position: 100% 50% !important;
    background-repeat: no-repeat !important
}

.viewForm#searchform input#search:focus,
form#searchform input#search:focus {
    border: 0;
    padding: 4px 0 3px
}

ul#searchboxresult {
    border-top: 1px solid;
    display: none;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 250px;
    z-index: 250
}

.gallery li,
.gallery li img {
    position: relative
}

ul#searchboxresult li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FCCCCC;
    background-position: 12px 10px;
    background-repeat: no-repeat;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 17px;
    overflow: hidden;
    padding: 8px
}

ul#searchboxresult li a.noresult {
    font-size: 13px;
    height: auto;
    padding: 12px;
    text-align: center
}

ul#searchboxresult li a img {
    float: left;
    margin-right: 6px
}

#sidebar-menu {
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 15px
}

#sidebar-menu>li {
    margin: 2px 0
}

#sidebar-menu li a {
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    color: #555
}

#sidebar-menu li a .glyph-icon {
    display: block;
    float: left;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    margin-right: 11px;
    opacity: 1;
    text-align: center;
    width: 20px
}

.viewForm select,
div.popup select,
form select {
    width: auto
}

#sidebar-menu li ul {
    display: none
}

#sidebar-menu li ul li a {
    font-size: 11px;
    padding: 0 0 0 15px
}

#sidebar-menu li ul li a .label {
    margin: 6px 6px 0 0
}

#sidebar-menu li ul li a,
#sidebar-menu li ul li a .glyph-icon {
    height: 22px;
    line-height: 22px
}

#sidebar-menu li ul li a .glyph-icon {
    font-size: 8px;
    margin-right: 1px
}

#sidebar-menu li ul li.current-page a {
    margin: 0 5px
}

#page-sidebar li a:hover {
    cursor: pointer
}

#main-content {
    min-height: 200px
}

#main-content h1 {
    font-size: 26px
}

#main-content h2 {
    font-size: 24px
}

#main-content h3 {
    font-size: 22px
}

#main-content h4 {
    font-size: 20px
}

#main-content legend {
    font-size: 18px
}

#main-content p {
    padding-bottom: 10px
}

#main-content fieldset {
    border: none;
    margin: 0
}

.popup-input,
.popup-label label {
    display: block;
    padding: 0
}

.popup-input input,
.popup-input select,
.popup-input textarea {
    border: 1px solid #CDCDCD;
    box-shadow: 1px 1px 3px #F6F6F6 inset;
    box-sizing: border-box;
    color: #777;
    float: none;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px
}

.popup-input select {
    padding-right: 0
}

.popup-input textarea .textarea_standard {
    height: 70px;
    overflow: hidden;
    resize: horizontal;
    word-wrap: break-word
}

div.popup fieldset {
    border: none;
    margin: 0
}

formdiv.popup section+.divider {
    margin: 0 0 10px
}

div.popup section.float-left {
    margin-right: 15px
}

div.popup section {
    padding: 0 0 10px;
    box-sizing: border-box;
    margin-left: -10px;
    margin-right: -10px
}

div.popup section:after,
div.popup section:before {
    box-sizing: border-box;
    content: "";
    display: table
}

.ui-widget-overlay.popup-overlay {
    background-image: none;
    opacity: .9
}

#welcome-content .table tr td {
    border: 1px solid #E9ECF1
}

#sidebar-menu li a,
.bootstrap-timepicker-widget table td input,
.btn,
.button-pane,
.chosen-choices,
.chosen-choices li.search-choice,
.chosen-container,
.chosen-results li.highlighted,
.chosen-single,
.content-box,
.content-box .ui-widget-overlay.loader,
.content-box-closed,
.content-box-closed .content-box-header,
.dropdown-menu,
.dropdown-submenu.float-left>.dropdown-menu,
.dropzone,
.form-input input,
.form-input textarea,
.form-input-icon .glyph-icon,
.gallery li>a,
.icon-separator,
.icon-separator-vertical,
.info-box,
.info-box-alt,
.infobox,
.input,
.jGrowl-notification,
.minicolors-panel,
.nav-list,
.nav-list-horizontal-alt li a,
.notifications-box,
.popover,
.selector,
.table-rounded,
.tile-button,
.ui-accordion,
.ui-button,
.ui-datepicker,
.ui-datepicker-buttonpane button,
.ui-datepicker-next,
.ui-datepicker-prev,
.ui-dialog,
.ui-dialog-titlebar-close,
.ui-menu li a,
.ui-tabs,
.ui-toolbar input,
.ui-toolbar select {
    border-radius: 4px
}

.viewForm section+.divider,
form section+.divider {
    margin: 0 0 10px
}

.viewForm section.float-left,
form section.float-left {
    margin-right: 15px
}

.viewForm section,
form section {
    padding: 0 0 10px;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.viewForm section:after,
.viewForm section:before,
form section:after,
form section:before {
    display: table;
    content: " ";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.viewForm .form-row,
form .form-row {
    padding: 0 0 10px
}

.viewForm legengd,
form legengd {
    padding-top: 5px;
    padding-bottom: 10px
}

.viewForm span.required,
form span.required {
    background-image: url(images/required.png);
    margin-left: 2px;
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 12px;
    padding: 0 4px
}

.bootstrap-timepicker-widget table td input,
.chosen-container-multi,
.form-input input,
.form-input select,
.input,
.ui-toolbar input,
.ui-toolbar select {
    height: 28px
}

.bootstrap-timepicker-widget table td input,
.chosen-container-multi,
.form-input input,
.form-input select,
.form-input textarea,
.input,
.ui-toolbar input,
.ui-toolbar select {
    padding-left: 6px;
    padding-right: 6px
}

.chosen-container-multi {
    height: auto
}

.ui-toolbar select {
    padding: 3px 0 0
}

.form-input select {
    padding: 0 0 0 6px
}

.viewForm legend,
form legend {
    padding-top: 4px;
    padding-bottom: 8px
}

input.date {
    width: 80px
}

.form-input textarea .textarea_standard {
    overflow: hidden;
    word-wrap: break-word;
    resize: horizontal;
    height: 70px
}

button,
input[type=submit],
input[type=checkbox],
input[type=radio],
input[type=button] {
    width: auto !important
}

.form-input input[type=checkbox] {
    height: auto
}

.viewForm .large i.glyph-icon,
.viewForm .medium i.glyph-icon,
form .large i.glyph-icon,
form .medium i.glyph-icon {
    font-size: 14px;
    padding-right: 6px
}

.viewForm input[readonly=readonly],
.viewForm input[readonly],
.viewForm textarea[readonly=readonly],
form input[readonly=readonly],
form input[readonly],
form textarea[readonly=readonly] {
    background-color: #efefef
}

input.date-readonly {
    width: 80px
}

input.time-readonly {
    text-align: center;
    width: 60px
}

.viewForm .decimal,
.viewForm .integer,
form .decimal,
form .integer {
    text-align: right
}

.viewForm .time,
form .time {
    width: 50px
}

.viewForm .time.w_40p,
form .time.w_40p {
    width: 50px !important
}

.checkbox_label input[type=checkbox] {
    height: auto !important;
    margin-top: 4px
}

.viewForm .w_5p,
form .w_5p {
    width: 5px !important
}

.viewForm .w_10p,
form .w_10p {
    width: 10px !important
}

.viewForm .w_15p,
form .w_15p {
    width: 15px !important
}

.viewForm .w_20p,
form .w_20p {
    width: 20px !important
}

.viewForm .w_25p,
form .w_25p {
    width: 25px !important
}

.viewForm .w_30p,
form .w_30p {
    width: 30px !important
}

.viewForm .w_35p,
form .w_35p {
    width: 35px !important
}

.w_40p {
    width: 40px !important
}

.viewForm .w_45p,
form .w_45p {
    width: 45px !important
}

.viewForm .w_50p,
.w_50p,
form .w_50p {
    width: 50px !important
}

.viewForm .w_55p,
form .w_55p {
    width: 55px !important
}

.viewForm .w_60p,
form .w_60p {
    width: 60px !important
}

.viewForm .w_65p,
form .w_65p {
    width: 65px !important
}

.viewForm .w_70p,
form .w_70p {
    width: 70px !important
}

.viewForm .w_75p,
form .w_75p {
    width: 75px !important
}

.viewForm .w_80p,
form .w_80p {
    width: 80px !important
}

.viewForm .w_85p,
form .w_85p {
    width: 85px !important
}

.viewForm .w_90p,
form .w_90p {
    width: 90px !important
}

.viewForm .w_95p,
form .w_95p {
    width: 95px !important
}

.viewForm .w_100p,
.w_100p,
form .w_100p {
    width: 100px !important
}

.viewForm .w_105p,
form .w_105p {
    width: 105px !important
}

.viewForm .w_110p,
form .w_110p {
    width: 110px !important
}

.viewForm .w_115p,
form .w_115p {
    width: 115px !important
}

.viewForm .w_120p,
form .w_120p {
    width: 120px !important
}

.viewForm .w_125p,
.w_125p,
form .w_125p {
    width: 125px !important
}

.viewForm .w_130p,
form .w_130p {
    width: 130px !important
}

.viewForm .w_135p,
form .w_135p {
    width: 135px !important
}

.viewForm .w_140p,
form .w_140p {
    width: 140px !important
}

.viewForm .w_145p,
form .w_145p {
    width: 145px !important
}

.viewForm .w_150p,
form .w_150p {
    width: 150px !important
}

.viewForm .w_155p,
form .w_155p {
    width: 155px !important
}

.viewForm .w_160p,
form .w_160p {
    width: 160px !important
}

.viewForm .w_165p,
form .w_165p {
    width: 165px !important
}

.viewForm .w_170p,
form .w_170p {
    width: 170px !important
}

.viewForm .w_175p,
form .w_175p {
    width: 175px !important
}

.viewForm .w_180p,
form .w_180p {
    width: 180px !important
}

.viewForm .w_185p,
form .w_185p {
    width: 185px !important
}

.viewForm .w_190p,
form .w_190p {
    width: 190px !important
}

.viewForm .w_195p,
form .w_195p {
    width: 195px !important
}

.viewForm .w_200p,
form .w_200p {
    width: 200px !important
}

.viewForm .w_220p,
form .w_220p {
    width: 220px !important
}

.viewForm .w_225p,
form .w_225p {
    width: 225px !important
}

.viewForm .w_250p,
form .w_250p {
    width: 250px !important
}

.viewForm .w_275p,
form .w_275p {
    width: 275px !important
}

.viewForm .w_300p,
form .w_300p {
    width: 300px !important
}

.viewForm .w_350p,
.w_350p,
form .w_350p {
    width: 350px !important
}

div.fileuploadui a.btn,
div.fileuploadui a.btn:hover {
    border-radius: 2px;
    background: #2381E9;
    color: #FFF;
    font-weight: 400;
    padding: 1px 2px
}

ul.fileuploadpool.drop {
    background-image: url(images/dragndrop.png)
}

ul.fileuploadpool li {
    background-color: #F5F5F5
}

ul.fileuploadpool li.error {
    background-color: #F0CCCC
}

ul.fileuploadpool li a.cancel,
ul.fileuploadpool li a.remove {
    background-image: url(images/icons/dark/cross.png)
}

ul.fileuploadpool li .progress {
    background-color: #F0A8A8;
    background-image: url(images/upload.gif)
}

ul.fileuploadpool li.success .progress {
    background-color: #A2E8A2;
    background-image: none;
    height: 5px;
    display: block
}

div.fileuploadui {
    margin-bottom: 5px;
    padding: 0 5px
}

div.fileuploadui a {
    display: inline !important;
    font-size: 12px;
    margin-right: 10px
}

ul.fileuploadpool {
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    clear: both;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 68px;
    min-width: 138px;
    overflow: hidden;
    padding: 4px;
    z-index: 1
}

#UploadedFiles {
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
    height: auto
}

ul.fileuploadpool.single {
    width: 138px
}

ul.fileuploadpool li {
    animation-direction: alternate;
    animation-duration: .2s;
    animation-name: showfile;
    animation-timing-function: ease-out;
    border: 1px solid;
    border-radius: 4px;
    float: left;
    font-size: 12px;
    height: 50px;
    list-style-type: none;
    margin: 4px;
    padding: 4px;
    width: 120px
}

ul.fileuploadpool li .name {
    display: block;
    height: 20px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap
}

ul.fileuploadpool li a {
    display: block;
    float: right;
    height: 24px;
    text-indent: -9999px;
    width: 24px
}

.showAnchor {
    text-decoration: underline !important
}

.dataTables_length select {
    width: auto
}

.dataTables_info,
.dataTables_paginate {
    padding-top: 5px;
    width: 100%;
    float: left
}

.dataTables_paginate a.first {
    margin-left: 0 !important
}

.dataTables_paginate .first {
    width: 45px;
    padding-left: 2px;
    padding-right: 2px
}

.dataTables_paginate .last,
.dataTables_paginate .next,
.dataTables_paginate .previous {
    width: 65px;
    padding-left: 2px;
    padding-right: 2px
}

.dataTables_scrollBody {
    margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTable .text_filter {
    width: 99% !important
}

button.button_float_right {
    float: right
}

.btn.large.primary-bg {
    font-size: 12px;
    padding: 0 15px
}

.btn.medium.red-bg {
    font-size: 12px;
    padding: 0 10px;
    background: #FF5757;
    color: #FFF
}

.btn.large i.glyph-icon {
    font-size: 14px;
    padding-right: 6px
}

.btnPrint {
    margin-right: 10px
}

.dgrid {
    table-layout: fixed
}

.dgrid thead tr th {
    text-align: left;
    font-weight: 400;
    word-wrap: break-word;
    color: #000;
    font-size: 12px
}

.dgrid tbody tr td {
    word-wrap: break-word;
    font-size: 11px
}

.dgrid tfoot tr th {
    font-size: 11px
}

.DataTables_sort_icon.css_right {
    color: rgba(200, 200, 200, .8);
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    width: 16px;
    margin-top: 0;
    position: relative;
    top: auto;
    float: right
}

.dataTables_info,
.dataTables_length {
    margin-bottom: 1em
}

.btn[class*=hover-] {
    box-shadow: 0 0 0 transparent !important
}

.col_bold {
    font-weight: 700
}

.allSites_bold {
    font-weight: 900;
    font-family: "Arial Black", Arial, sans-serif
}

.multi-change-workorder-status {
    color: #999
}

.multi-change-workorder-status option {
    color: #333
}

.jGrowl .vanilla {
    background-color: #E78F08 !important;
    color: #FFF;
    font-weight: 900;
    padding: 10px;
    width: 340px
}

.defaultSelected_bold {
    font-weight: 900;
    font-family: "Arial Black", Arial, sans-serif
}

.parsley-max,
.parsley-maxlength,
.parsley-min,
.parsley-pattern,
.parsley-range,
.parsley-required,
.parsley-length,
.parsley-type,
.parsley-checkemail,
.parsley-remote {
    color: red;
    font-weight: 900;
    font-size: 11px;
    display: block
}

#fancybox-title-float-main,
.accordion legend,
table.has-columns-hidden>tbody>tr.row-detail>td>ul>li>span.columnTitle {
    font-weight: 700
}

a.weblink_hyperlink:hover,
a.weblink_hyperlink:link,
a.weblink_hyperlink:visited {
    color: #2381e9;
    text-decoration: underline
}

li.search-field {
    width: auto
}

li.search-field input.default {
    width: 900px !important
}

#editAddress {
    padding-left: 0;
    padding-right: 0
}

#editAddress h3.addresstitle {
    padding: 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 2px;
    color: #3A4049;
    border-bottom: 1px solid #000
}

.accordion legend,
.ui-accordion-header {
    font-size: 16px !important
}

#editAddress section {
    padding: 0 0 5px
}

table.has-columns-hidden>tbody>tr>td>span.responsiveExpander {
    background: url(images/plus.png) 5px center no-repeat;
    padding-left: 16px;
    cursor: pointer
}

table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander {
    background: url(images/minus.png) 5px center no-repeat
}

table.has-columns-hidden>tbody>tr.row-detail>td {
    background: #eee
}

div.alert.info,
div.alert.note,
div.alert.success,
div.alert.warning {
    background-repeat: no-repeat
}

table.has-columns-hidden>tbody>tr.row-detail>td>ul {
    list-style: none;
    margin: 0
}

table.has-columns-hidden>tbody>tr.row-detail>td>ul>li {
    text-align: left !important
}

div.alert {
    background-color: #FFC6C6;
    border-color: #E03838;
    color: #FFF;
    margin: 6px 0;
    padding: 3px 2px 3px 26px;
    border-radius: 2px
}

div.alert:hover {
    border-color: red
}

div.alert a {
    color: #777
}

div.alert a:hover {
    color: #444
}

div.alert.red {
    background-color: #D11919
}

div.alert.red:hover {
    background-color: #DF5E5E
}

div.alert.warning,
div.alert.warning:hover {
    background-color: #FFC6C6
}

div.alert.warning {
    color: red;
    background-image: url(images/icons/dark/alert.png)
}

div.alert.green,
div.alert.success {
    background-color: #A2E8A2
}

div.alert.green:hover,
div.alert.success:hover {
    background-color: #C5E8C5
}

div.alert.note,
div.alert.yellow {
    background-color: #E8E8A2
}

div.alert.note:hover,
div.alert.yellow:hover {
    background-color: #E8E8C5
}

div.alert.blue {
    background-color: #A8F0F0
}

div.alert.blue:hover {
    background-color: #CCF0F0
}

div.alert.pink {
    background-color: #F0A8F0
}

div.alert.pink:hover {
    background-color: #F0CCF0
}

div.alert.purple {
    background-color: #AEA8F0
}

div.alert.purple:hover {
    background-color: #CFCCF0
}

div.alert.success {
    background-image: url(images/icons/dark/tick.png)
}

div.alert.note {
    background-image: url(images/icons/dark/light_bulb.png)
}

div.alert.info {
    background-image: url(images/icons/dark/information.png);
    background-color: gold;
    color: gray
}

div.alert.info:hover {
    background-color: #ffec80
}

.button-group-vertical>.btn:first-child,
.content-box .content-box-header,
.nav-list li:first-child a,
.notifications-box li:first-child,
.popover-title,
.post-box textarea,
.ui-accordion-header:first-child,
.ui-datepicker-header,
.ui-dialog .ui-dialog-titlebar,
.ui-tabs-nav,
.ui-tabs-nav li>a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.ui-tabs-nav.tabs-bottom {
    border-radius: 0 0 2px 2px
}

.table-rounded thead tr:first-child td:first-child,
.table-rounded thead tr:first-child th:first-child,
.ui-tabs-nav li:first-child {
    border-top-left-radius: 2px
}

.ui-tabs-nav.tabs-bottom li:first-child {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 0
}

.table-rounded thead tr:first-child td:last-child,
.table-rounded thead tr:first-child th:last-child,
.ui-tabs-nav li.float-right:not(:last-child) {
    border-top-right-radius: 2px
}

.ui-tabs-nav.tabs-bottom li.float-right:not(:last-child) {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 0
}

.ui-accordion {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 10px
}

.ui-accordion-content {
    border-style: none solid;
    border-width: 0 1px;
    padding: 15px
}

.content-box-header,
.content-box-header>.icon-separator,
.ui-accordion-header,
.ui-datepicker .ui-datepicker-title,
.ui-datepicker-header,
.ui-dialog-titlebar {
    height: 40px;
    line-height: 40px
}

a.btn {
    color: #fff !important
}

img.langSetup {
    padding-top: 20px;
    cursor: pointer
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

div.langButtons {
    padding-left: 0;
    background: #000
}

span.filter_column input.search_init,
span.filter_column select.search_init {
    font-weight: lighter;
    color: gray
}

@media screen and (max-width:650px) {
    .fc-header-title {
        display: none
    }

    #page-wrapper {
        padding-top: 104px
    }

    #page-header-zone-2 {
        height: 98px
    }

    #page-header-zone-2 .nav-list-horizontal {
        clear: both;
        padding: 0 5px 5px 25px
    }

    #page-content-wrapper {
        min-height: 100px
    }

    .user-profile {
        padding: 0 20px 5px 10px;
        bottom: 13px;
        float: right;
        vertical-align: top
    }
}

@media screen and (max-width:720px) {
    #header-logo {
        display: none;
        float: left;
        height: 50px;
        overflow: hidden;
        padding: 10px 0 0 10px;
        width: 200px
    }
}

@media screen and (max-width:480px) {
    .user-profile {
        padding: 0 20px 5px 10px;
        bottom: 50px
    }
}

.parsley-error-list {
    width: 100%
}

#wl_dialog {
    padding: 10px
}

.ui-widget .ui-dialog-buttonpane .ui-button {
    float: left;
    margin: 6px 8px
}

.ui-dialog-buttonpane.ui-widget-content {
    float: right
}

.content-box .content-box-header {
    border: 0;
    font-size: 16px !important;
    padding-left: 10px
}

.content-box-header>span,
.ui-tabs-nav {
    padding: 0 15px
}

.content-box .content-box-header.bg-white {
    border-style: solid;
    border-width: 1px
}

.content-box.drop-shadow-alt .content-box-header {
    border: 0;
    margin: 0
}

.content-box-header .badge,
.content-box-header .label {
    margin-top: 11px
}

div.passwordstrength {
    background-color: #FFF2F2;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    font-size: 13px;
    margin: 3px 1px;
    padding: 5px 3px;
    text-align: center;
    width: 268px
}

.CalendarStatus {
    text-align: center;
    vertical-align: middle;
    display: inline;
    padding-top: 8px
}

.CalendarApproved{text-align:center;}
input.CalendarApproved,
a.CalendarApproved,
.CalendarApproved div,
.CalendarApproved span {
    background-color: #B0C926 !important;
    border-color: #FFF;
    color: #FFF !important;
    border-radius: 3px;
}
    .CalendarApproved div {
        width: 80%;
    }

.CalendarPending{text-align:center;}
input.CalendarPending,
a.CalendarPending,
.CalendarPending div,
.CalendarPending span {
    background-color: #F8B023 !important;
    border-color: #FFF;
    color: #FFF !important;
    border-radius: 3px;
}
    .CalendarPending div {
        width: 80%;
    }

.CalendarCanceled{text-align:center;}
input.CalendarCanceled,
a.CalendarCanceled,
.CalendarCanceled div,
.CalendarCanceled span {
    background-color: #8698A5 !important;
    border-color: #FFF;
    color: #FFF !important;
    border-radius: 3px;
}
    .CalendarCanceled div {
        width: 80%;
    }


.CalendarClosed{text-align:center;}
input.CalendarClosed,
a.CalendarClosed,
.CalendarClosed div,
.CalendarClosed span {
    background-color: #84C0C6 !important;
    border-color: #FFF;
    color: #FFF !important;
    border-radius: 3px;
}
    .CalendarClosed div {
        width: 80%;
    }

.CalendarOverdue{text-align:center;}
input.CalendarOverdue,
a.CalendarOverdue,
.CalendarOverdue div,
.CalendarOverdue span {
    background-color: #CB000F !important;
    border-color: #FFF;
    color: #FFF !important;
    border-radius: 3px;
}
    .CalendarOverdue div {
        width: 80%;
    }

.CalendarRejected{text-align:center;}
input.CalendarRejected,
a.CalendarRejected,
.CalendarRejected div,
.CalendarRejected span {
    background-color: #596376 !important;
    border-color: #FFF;
    color: #FFF !important;
    border-radius: 3px;
}
    .CalendarRejected div {
        width: 80%;
    }

.CalendarReopened{text-align:center;}
input.CalendarReopened,
a.CalendarReopened,
.CalendarReopened div,
.CalendarReopened span {
    background-color: #F00F29 !important;
    color: #FFF !important; 
    border-color: #FFF;
    border-radius: 3px;
}
    .CalendarReopened div {
        width: 80%;
    }

.CalendarCompleted{text-align:center;}
input.CalendarCompleted,
a.CalendarCompleted,
.CalendarCompleted div,
.CalendarCompleted span {
    background-color: #56A0D8 !important;
    border-color: #FFF;
    color: #FFF !important;
    border-radius: 3px;
}
    .CalendarCompleted div {
        width: 80%;
    }

.CalendarFuture,
.CalendarScheduled{text-align:center;}
input.CalendarFuture,
input.CalendarScheduled,
a.CalendarFuture,
a.CalendarScheduled,
.CalendarFuture div,
.CalendarFuture span,
.CalendarScheduled div,
.CalendarScheduled span {
    background-color: #64BF2B !important;
    border-color: #FFF;
    color: #FFF !important
}
.CalendarScheduled div,
.CalendarFuture div{
    width: 80%;
}

.CalendarOnhold{text-align:center;}
input.CalendarOnhold,
a.CalendarOnhold,
.CalendarOnhold div,
.CalendarOnhold span {
    background-color: #FA781A !important;
    border-color: #FFF;
    color: #FFF !important;
    border-radius: 3px;
}
    .CalendarOnhold div {
        width: 80%;
    }

.CalendarInprogress{text-align:center;}
input.CalendarInprogress,
a.CalendarInprogress,
.CalendarInprogress div,
.CalendarInprogress span {
    background-color: #3BA757 !important;
    border-color: #FFF;
    color: #FFF !important;
    opacity: 1 !important;
    border-radius: 3px;
}
    .CalendarInprogress div {
        width: 80%;
    }

.CalendarBackorder{text-align:center;}
input.CalendarBackorder,
a.CalendarBackorder,
.CalendarBackorder div,
.CalendarBackorder span {
    background-color: #6543AE !important;
    border-color: #FFF;
    color: #FFF !important;
    border-radius: 3px;
}
    .CalendarBackorder div {
        width: 80%;
    }

.CalendarOnorder{text-align:center;}
input.CalendarOnorder,
a.CalendarOnorder,
.CalendarOnorder div,
.CalendarOnorder span {
    background-color: #A944D5 !important;
    border-color: #FFF;
    color: #FFF !important;
    border-radius: 3px;
}
    .CalendarOnorder div {
        width: 80%;
    }

.CalendarAccepted{text-align:center;}
input.CalendarAccepted,
a.CalendarAccepted,
.CalendarAccepted div,
.CalendarAccepted span {
    background-color: #A165EB !important;
    border-color: #FFF;
    color: #FFF !important;
    border-radius: 3px;
}
.CalendarAccepted div{
    width:80%;
}

.CalendarReceived{text-align:center;}
input.CalendarReceived,
a.CalendarReceived,
.CalendarReceived div,
.CalendarReceived span {
    background-color: #C95ADE !important;
    border-color: #FFF;
    color: #FFF !important;
    border-radius: 3px;
}
.CalendarReceived div {
    width: 80%;
}

/*next two need new colors - waiting on Scott Innes*/
.CalendarEnRoute{text-align:center;}
input.CalendarEnRoute,
a.CalendarEnRoute,
.CalendarEnRoute div, 
.CalendarEnRoute span {
    background-color: #8243B9 !important;
    border-color: #FFFFFF;
    color: #FFFFFF !important;
    border-radius:3px;
}
.CalendarEnRoute div {
    width:80%;
}

.CalendarArrived{text-align:center}
input.CalendarArrived,
a.CalendarArrived,
.CalendarArrived div,
.CalendarArrived span {
    background-color: #4F43AE !important;
    border-color: #FFFFFF;
    color: #FFF !important;
    border-radius:3px;
}
.CalendarArrived div {
    width: 80%;
}

.SystemErrorYes,
.SystemErrorYes div,
.SystemErrorYes span {
    background-color: #F69 !important;
    border-color: #FFF;
    color: #FFF !important;
    opacity: 1 !important
}

.SystemErrorNo,
.SystemErrorNo div,
.SystemErrorNo span {
    background-color: grey !important;
    border-color: #FFF;
    color: #FFF !important;
    opacity: 1 !important
}

.AssetReviewHeight {
    min-height: 200px
}

.LocationReviewHeight {
    min-height: 230px
}

.WOStaffReviewHeight {
    min-height: 200px
}

.PMStaffReviewHeight {
    min-height: 245px
}

.bg-blue,
.hover-blue:hover {
    background: #5BCCF6;
    color: #FFF
}

.bg-red,
.hover-red:hover {
    background: #FF5757;
    color: #FFF
}

.bg-gray,
.hover-gray:hover {
    background: #EFEFEF
}

.bg-gray-alt,
.hover-gray-alt {
    background: #DEDEDE
}

.btn.hover-gray-alt:hover,
.btn.hover-gray:hover {
    color: #000
}

.bg-black,
.hover-black:hover {
    background: #212121;
    color: #CCC
}

.bg-green,
.hover-green:hover {
    background: #9CD159;
    color: #FFF
}

.bg-orange,
.hover-orange:hover {
    background: #FA7753;
    color: #FFF
}

.hover-white:hover {
    background: #FAFAFA
}

.bg-yellow,
.hover-yellow:hover {
    background: #FC0;
    color: #FFF
}

.bg-purple,
.hover-purple:hover {
    background: #984DFF;
    color: #FFF
}

.bg-blue-alt,
.hover-blue-alt:hover {
    background: #65A6FF;
    color: #FFF
}

.bg-azure,
.hover-azure:hover {
    background: #41E5C0;
    color: #FFF
}

.gallery li>a,
.gallery li>a span a {
    background-repeat: no-repeat;
    display: block
}

.user-profile a,
.user-profile a:link,
.user-profile a:visited {
    color: #9CD159
}

.user-profile a:hover {
    color: #fff
}

.user-profile>a {
    border-left: none
}

.grid_review_scroll {
    overflow-x: scroll
}

.gallery {
    background-color: #FFF;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    overflow: auto;
    padding: 3px
}

.widget .gallery {
    border: 0;
    padding: 0
}

.gallery .sortable_placeholder {
    margin: 4px
}

.gallery li {
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    list-style: none;
    margin: 4px;
    overflow: hidden;
    padding: 8px
}

.gallery li>a {
    background-position: center center;
    height: 116px;
    margin: 0;
    padding: 0;
    width: 116px
}

.gallery li a span a.delete {
    background-image: url(images/icons/light/cross.png)
}

.gallery li>a span a {
    color: #FFF;
    background-position: left center;
    height: 20px;
    margin: 2px 16px;
    padding-left: 24px
}

.gallery li span {
    background-color: #7FB4CF;
    box-shadow: 0 -1px 0 #7FB4CF;
    border-top: 1px solid;
    display: block;
    height: 132px;
    left: 0;
    padding-top: 4px;
    position: absolute;
    top: 140px;
    width: 132px
}

#fancybox-frame,
#fancybox-img,
#fancybox-outer {
    height: 100%;
    width: 100%
}

element.style {
    top: 140px;
    display: inline
}

#fancybox-loading {
    cursor: pointer;
    display: none;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1104
}

#fancybox-loading div {
    background-image: url(images/fancybox/fancybox.png);
    height: 480px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px
}

#fancybox-overlay {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100
}

#fancybox-tmp {
    border: 0;
    display: none;
    margin: 0;
    overflow: auto;
    padding: 0
}

#fancybox-wrap {
    display: none;
    left: 0;
    outline: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 1101
}

#fancybox-outer {
    background: #FFF;
    position: relative
}

#fancybox-content {
    border: 0 solid #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    height: 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 0;
    z-index: 1102
}

#fancybox-hide-sel-frame {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1101
}

#fancybox-close {
    background: url(images/fancybox/fancybox.png) -40px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 1103
}

#fancybox-error {
    color: #444;
    font: 12px/20px Arial;
    margin: 0;
    padding: 14px
}

#fancybox-img {
    border: none;
    line-height: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: top
}

#fancybox-frame {
    border: none;
    display: block
}

#fancybox-left,
#fancybox-right {
    background: url(images/fancybox/blank.gif) rgba(0, 0, 0, 0);
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100%;
    outline: 0;
    position: absolute;
    width: 35%;
    z-index: 1102
}

a,
a:hover,
a:link,
a:visited {
    color: #3F3F3F
}

#fancybox-left {
    left: 0
}

#fancybox-left-ico,
#fancybox-right-ico {
    cursor: pointer;
    display: block;
    height: 30px;
    left: -9999px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 1102
}

#fancybox-left-ico {
    background-image: url(images/fancybox/fancybox.png);
    background-position: -40px -30px
}

#fancybox-right-ico {
    background-image: url(images/fancybox/fancybox.png);
    background-position: -40px -60px
}

#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible
}

#fancybox-left:hover span {
    left: 20px
}

#fancybox-right:hover span {
    left: auto;
    right: 20px
}

.fancybox-bg {
    border: 0;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 20px;
    z-index: 1001
}

#fancybox-bg-e,
#fancybox-bg-w {
    background-image: url(images/fancybox/fancybox-y.png);
    height: 100%;
    top: 0
}

#fancybox-bg-n,
#fancybox-bg-s {
    background-image: url(images/fancybox/fancybox-x.png);
    left: 0;
    width: 100%
}

#fancybox-bg-n {
    top: -20px
}

#fancybox-bg-ne {
    background-image: url(images/fancybox/fancybox.png);
    background-position: -40px -162px;
    right: -20px;
    top: -20px
}

#fancybox-bg-e {
    background-position: -20px 0;
    right: -20px
}

#fancybox-bg-se {
    background-image: url(images/fancybox/fancybox.png);
    background-position: -40px -182px;
    bottom: -20px;
    right: -20px
}

#fancybox-bg-s {
    background-position: 0 -20px;
    bottom: -20px
}

#fancybox-bg-sw {
    background-image: url(images/fancybox/fancybox.png);
    background-position: -40px -142px;
    bottom: -20px;
    left: -20px
}

#fancybox-bg-w {
    left: -20px
}

#fancybox-bg-nw {
    background-image: url(images/fancybox/fancybox.png);
    background-position: -40px -122px;
    left: -20px;
    top: -20px
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102
}

.fancybox-title-inside {
    background: #FFF;
    color: #333;
    padding-bottom: 10px;
    position: relative;
    text-align: center
}

.fancybox-title-outside {
    color: #FFF;
    padding-top: 10px
}

.fancybox-title-over {
    bottom: 0;
    color: #FFF;
    left: 0;
    position: absolute;
    text-align: left
}

#fancybox-title-over {
    background-image: url(images/fancybox/fancy_title_over.png);
    display: block;
    padding: 10px
}

.ex-tooltip,
td.hideCheckBox,
th.hideCheckBox {
    display: none
}

.fancybox-title-float {
    bottom: -20px;
    height: 32px;
    left: 0;
    position: absolute
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap
}

#fancybox-title-float-left {
    background: url(images/fancybox/fancybox.png) -40px -90px no-repeat rgba(0, 0, 0, 0);
    padding: 0 0 0 15px
}

#fancybox-title-float-main {
    background: url(images/fancybox/fancybox-x.png) 0 -40px rgba(0, 0, 0, 0);
    color: #FFF;
    line-height: 29px;
    padding: 0 0 3px;
    text-shadow: 0 -1px #000
}

#fancybox-title-float-right {
    background: url(images/fancybox/fancybox.png) -55px -90px no-repeat rgba(0, 0, 0, 0);
    padding: 0 0 0 15px
}

#fancybox-wrap table {
    background: rgba(0, 0, 0, 0)
}

.anchor_hand {
    cursor: pointer !important
}

.newlineButton {
    background-image: url(images/new_line_left.png);
    background-repeat: no-repeat;
    height: 22px;
    position: relative;
    width: 105px
}

.newlineButton span.start {
    background-image: url(images/new_line_right.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #777;
    cursor: pointer;
    font-family: Verdana;
    font-size: 11px;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%
}

.newlineButton span.start span {
    left: 25px;
    position: relative;
    top: 4px
}

.ex-tooltip {
    background: #EEE;
    border-collapse: separate;
    border-radius: 3px;
    box-shadow: 0 1px 3px #000;
    padding: 5px;
    position: absolute;
    z-index: 999
}

#sidebar-menu ul>li {
    margin: 0 0 2px
}

.gridCheckBox {
    padding: 3px 10px;
    width: 10px
}

@media screen and (max-width:640px) {
    .gridCheckBox {
        padding: 0;
        width: 1px !important
    }

    .gridCheckBox td {
        padding: 0
    }
}

.centre-dialog {
    top: 50%;
    left: 45%
}

input.right,
table.dataTable td.right {
    text-align: right
}

input.center,
table.dataTable td.center {
    text-align: center
}

input.left,
table.dataTable td.left {
    text-align: left
}

a.highlight {
    text-decoration: underline;
    color: #00f
}

@media (min-width:300px) {
    .user-profile {
        padding: 20px 20px 0 10px;
        font-weight: 700;
        font-size: 14px
    }

    #header {
        width: 100%
    }

    #page-header-zone-2 .nav-list-horizontal {
        padding: 0 25px
    }

    img.langSetup {
        padding-top: 0
    }

    div.langButtons {
        padding-left: 15px
    }

    h4.with_button {
        float: left;
        width: 100%
    }

    .dataTables_length {
        float: left
    }

    .dataTables_info {
        float: left;
        width: 100%
    }

    #searcharea {
        display: none
    }

    #content {
        padding: 0 10px 10px
    }

    #TestRole {
        width: 50px
    }

    .table td {
        padding: 2px
    }

    .cf.mpcontent_header {
        padding-top: 5px;
        padding-bottom: 10px;
        clear: both;
    }

    h4,
    h5,
    h6 {
        margin-bottom: 2px;
        margin-top: 2px
    }

    .dataTable .css_right {
        right: 0
    }

    .columnTitle {
        width: 85px;
        float: left
    }

    .columnValue>textarea {
        width: 175px;
        position: relative
    }

    .small i.glyph-icon {
        font-size: 25px
    }

    #page-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 54px;
        z-index: 5
    }

    #header-logo {
        width: 200px;
        height: 50px;
        padding: 10px 0 0 10px;
        overflow: hidden;
        float: left
    }

    #header-logo a {
        float: left;
        text-align: left
    }

    #responsive-menu-div {
        display: block;
        margin-top: 0;
        padding: 10px 0 0 15px;
        position: fixed
    }

    .nav-list-horizontal {
        width: 275px
    }
}

@media (min-width:481px) {
    .user-profile {
        padding: 0 20px 0 10px;
        font-weight: 700;
        font-size: 14px
    }

    div.langButtons {
        padding-left: 15px
    }

    img.langSetup {
        padding-top: 0
    }

    .columnValue>textarea {
        width: 275px;
        position: relative
    }

    .nav-list-horizontal {
        width: inherit
    }
}

@media (min-width:641px) {
    .user-profile {
        padding: 0 20px 0 10px;
        font-weight: 700;
        font-size: 14px
    }

    #sidebar-menu {
        padding-right: 0;
        padding-top: 24px;
        padding-bottom: 6px
    }

    #header {
        width: 535px
    }

    #page-header-zone-2 {
        height: 85px
    }

    h4.with_button {
        float: left;
        width: 75%
    }

    h4,
    h5,
    h6 {
        margin-bottom: 5px;
        margin-top: 10px
    }

    .dataTables_length {
        float: left;
        width: 27%
    }

    .dataTables_info {
        float: left;
        width: 45%
    }

    #searcharea {
        display: block
    }

    #TestRole {
        width: 150px
    }

    .table td {
        padding: 8px
    }

    .cf.mpcontent_header {
        padding-top: 5px;
        padding-bottom: 10px;
        clear: both;
        margin-top: 0
    }
}

@media (min-width:1025px) {
    .user-profile {
        padding: 20px 20px 0 10px;
        font-weight: 700;
        font-size: 14px
    }

    #sidebar-menu {
        padding-right: 0;
        padding-top: 8px;
        padding-bottom: 6px
    }

    #page-header-zone-2 .nav-list-horizontal {
        padding: 20px 10px
    }

    img.langSetup {
        padding-top: 20px
    }

    .nav-list-horizontal {
        padding: 20px 35px
    }

    h4.with_button {
        float: left;
        width: 75%
    }

    .dataTables_length {
        float: left;
        padding-top: 5px;
        width: 20%
    }

    .dataTables_info {
        float: left;
        padding-top: 5px;
        width: 100%
    }

    #searcharea {
        display: inherit
    }

    #content {
        padding: 0 20px 20px
    }

    #TestRole {
        width: auto
    }

    .table td {
        padding: 2px
    }

    .cf.mpcontent_header {
        clear: both;
        padding-bottom: 20px;
        padding-top: 10px
    }

    #page-header-zone-2 {
        height: 62px
    }

    h4,
    h5,
    h6 {
        margin-bottom: 5px;
        margin-top: 10px
    }

    .dataTable .css_right {
        right: 10px
    }

    .small i.glyph-icon {
        font-size: 13px
    }

    #page-header {
        background: #FFF;
        height: 62px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 5
    }

    #header-logo {
        float: left;
        font-size: 14px;
        height: 54px;
        padding: 10px 5px 0 10px;
        width: 200px;
        background: 0 0
    }
}

.tooltipevent {
    width: 150px;
    height: 125px;
    background: #393c47;
    position: absolute;
    z-index: 10001;
    white-space: pre-wrap;
    padding: 4px;
    margin: 0;
    border: 4px solid #393c47;
    font-size: 87%
}

.companylogo,
.companylogo img {
    padding: 0;
    margin: 0;
    height: auto
}

.yellow {
    color: #ff0
}

.white {
    color: #fff
}

.companylogo {
    width: 100%
}

.companylogo img {
    width: auto;
    max-width: 215px;
    max-height: 50px
}

.dataTables_processing {
    padding: 5px
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    background-color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    color: #777
}

.chosen-container-single .chosen-default {
    color: #fff
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../assets/Scripts/chosen.v1.6.2/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover,
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../assets/Scripts/chosen.v1.6.2/chosen-sprite.png) 0 2px no-repeat
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(../assets/Scripts/chosen.v1.6.2/chosen-sprite.png) 100% -20px no-repeat;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

/* content/assets/themes/fides/responsive.css */
@media screen and (max-width:1200px) {

    #sidebar-menu li a,
    #sidebar-menu li a .glyph-icon {
        height: 32px;
        line-height: 32px
    }

    #page-sidebar {
        width: 169px;
        float: left
    }

    .boxed-layout #page-sidebar {
        width: 157px
    }

    #sidebar-menu li a {
        overflow: hidden;
        text-overflow: ellipsis
    }

    #page-content-wrapper {
        margin-left: 189px
    }

    #page-title>h3 small {
        display: none
    }

    .col-lg-3,
    .col-lg-4,
    .col-lg-6 {
        margin-bottom: 15px
    }
}

@media screen and (max-width:720px) {

    #page-header,
    #page-sidebar {
        position: absolute !important
    }

    #page-sidebar,
    #sidebar-menu {
        margin: 0;
        height: auto !important
    }

    #page-main,
    #page-sidebar,
    #sidebar-menu {
        height: auto !important
    }

    .hidden-mobile,
    .mobile-hidden {
        display: none !important
    }

    #breadcrumb-right .float-right,
    .theme-customizer,
    .user-profile>a span {
        display: none
    }

    body {
        overflow-x: hidden !important
    }

    #page-title {
        padding: 10px;
        margin: 0 0 10px
    }

    #page-title>h3 {
        font-size: 24px
    }

    #page-content {
        padding: 0 10px 10px
    }

    #page-sidebar {
        width: 100%;
        background: 0 0;
        border: 0;
        min-height: 1px !important;
        z-index: 55;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0
    }

    #breadcrumb-right {
        right: 10px
    }

    #sidebar-menu {
        top: 0;
        left: 0;
        display: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    #sidebar-menu ul {
        margin: 5px;
        padding-bottom: 5px;
        padding-top: 5px
    }

    #responsive-open-menu {
        display: block !important
    }

    #close-sidebar,
    #rm-close-sidebar,
    .dash-menu,
    .top-icon-bar {
        display: none
    }

    #page-content-wrapper {
        margin-left: 0
    }

    .dashboard-panel .nav-list-horizontal li {
        width: 50%
    }

    .dashboard-panel .nav-list-horizontal li .nav-wrp {
        border: 0
    }
}

/* content/assets/css/icons.css */
/*@font-face {
    font-family: MaxPandaIcons;
    src: url(../assets/fonts/MaxPandaIcons.eot);
    src: url(../assets/fonts/MaxPandaIcons.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/MaxPandaIcons.woff) format("woff"), url(../assets/fonts/MaxPandaIcons.ttf) format("truetype"), url(../assets/fonts/MaxPandaIcons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}*/

/*[class*=panda-icon-]:before {
    font-family: MaxPandaIcons !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle
}

.panda-icon-accounting:before {
    content: "\61"
}

.panda-icon-assets:before {
    content: "\62"
}

.panda-icon-building:before {
    content: "\63"
}

.panda-icon-calendar:before {
    content: "\64"
}

.panda-icon-company:before {
    content: "\65"
}

.panda-icon-gallery:before {
    content: "\66"
}

.panda-icon-inventory:before {
    content: "\67"
}

.panda-icon-locations:before {
    content: "\68"
}

.panda-icon-pm-library:before {
    content: "\69"
}

.panda-icon-reports:before {
    content: "\6a"
}

.panda-icon-sites:before {
    content: "\6c"
}

.panda-icon-staff:before {
    content: "\6d"
}

.panda-icon-work-orders:before {
    content: "\6e"
}

.panda-icon-vendors:before {
    content: "\6f"
}

.panda-icon-task-library:before {
    content: "\70"
}

.panda-icon-search:before {
    content: "\6b"
}*/







@font-face {
    font-family: 'icomoon';
    src: url('../assets/fonts/icomoon.eot?1e3s8c');
    src: url('../assets/fonts/icomoon.eot?1e3s8c#iefix') format('embedded-opentype'), url('../assets/fonts/icomoon.ttf?1e3s8c') format('truetype'), url('../assets/fonts/icomoon.woff?1e3s8c') format('woff'), url('../assets/fonts/icomoon.svg?1e3s8c#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
     /*use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
     Better Font Rendering =========== 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-archived:before {
    content: "\107";
}

.icon-rating:before {
    content: "\108";
}

.icon-verified:before {
    content: "\109";
}

.icon-paid:before {
    content: "\110";
}

.icon-checkbox:before {
    content: "\111";
}

.icon-up-arrow:before {
    content: "\112";
}

.icon-down-arrow:before {
    content: "\113";
}
.icon-user:before {
    content: "\114";
}

.icon-tag:before {
    content: "\115";
}

.icon-meter:before {
    content: "\116";
}

.icon-mobile-item:before {
    content: "\117";
}
.icon-company:before {
    content: "\65";
}

.icon-attachment:before {
    content: "\101";
}

.icon-building:before {
    content: "\63";
}

.icon-locations:before {
    content: "\68";
}

.icon-purchase-orders:before {
    content: "\102";
}

.icon-gallery:before {
    content: "\66";
}

.icon-api:before {
    content: "\103";
}

.icon-work-orders:before {
    content: "\6e";
}

.icon-pm-library:before {
    content: "\69";
}

.icon-staff:before {
    content: "\6d";
}

.icon-task-library:before {
    content: "\70";
}

.icon-reports:before {
    content: "\6a";
}

.icon-customers:before {
    content: "\104";
}

.icon-assets:before {
    content: "\62";
}

.icon-inventory:before {
    content: "\67";
}

.icon-vendors:before {
    content: "\6f";
}

.icon-sites:before {
    content: "\6c";
}

.icon-timer:before {
    content: "\105";
}

.icon-timer_off:before {
    content: "\106";
}

.icon-timer.icon-off:before {
    content: "\106";
}

/* Scripts/jquery-ui-timepicker-0.3.3/jquery.ui.timepicker.css */
 #ui-timepicker-div,
.ui-timepicker-hours,
.ui-timepicker-minutes {
    padding: .2em
}

.ui-widget-header {
    border: 1px solid #2381E9;
    color: #fff;
    font-weight: 700;
    background: url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x #2381E9
}

.ui-timepicker-inline {
    display: inline
}

.ui-timepicker-table {
    display: inline-table;
    width: 0;
    border: 1px solid #ddd;
    background: url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x #ddd
}

.ui-timepicker-table table {
    margin: .15em 0 0;
    border-collapse: collapse
}

.ui-timepicker-table .ui-timepicker-title {
    line-height: 1.8em;
    text-align: center
}

.ui-timepicker-table td,
.ui-timepicker-table th.periods {
    padding: .1em;
    width: 2.2em
}

.ui-timepicker-table td span {
    display: block;
    padding: .2em .3em .2em .5em;
    width: 1.2em;
    text-align: right;
    text-decoration: none
}

.ui-timepicker-table td a {
    display: block;
    padding: .2em .4em .2em .5em;
    width: 1em;
    cursor: pointer;
    text-align: right;
    text-decoration: none;
    background: url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x #f6f6f6;
    border: 1px solid #ccc;
    color: #1c94c4;
    font-weight: 700
}

.ui-timepicker-table .ui-state-active {
    background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
    border: 1px solid #fbd850;
    color: #eb8f00;
    font-weight: 700
}

.ui-timepicker-table .ui-corner-all,
.ui-timepicker-table .ui-corner-bottom,
.ui-timepicker-table .ui-corner-br,
.ui-timepicker-table .ui-corner-right {
    border-radius: 4px
}

.ui-timepicker .ui-timepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-timepicker .ui-timepicker-buttonpane button {
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-timepicker .ui-timepicker-close {
    float: right
}

.ui-timepicker .ui-timepicker-deselect,
.ui-timepicker .ui-timepicker-now {
    float: left
}

/* Scripts/TableTools-2.1.4/media/css/TableTools.css */
div.DTTT_container {
    position: relative;
    float: right;
    margin-bottom: 1em
}

a.DTTT_button,
button.DTTT_button,
div.DTTT_button {
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 5px 8px;
    border: 1px solid #999;
    cursor: pointer;
    font-size: .88em;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #1c691d;
    background: -moz-linear-gradient(top, #2b892b, #1c691d);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#2b892b), to(#1c691d));
    background: -webkit-linear-gradient(top, #2b892b, #1c691d);
    background: -o-linear-gradient(top, #2b892b, #1c691d);
    background: linear-gradient(to bottom, #2b892b, #1c691d);
    border-color: #1c691d #1c691d #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b892b', endColorstr='#ff1c691d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

button.DTTT_button {
    height: 30px;
    padding: 3px 8px
}

.DTTT_button embed {
    outline: 0
}

a.DTTT_button:hover,
button.DTTT_button:hover,
div.DTTT_button:hover {
    border: 1px solid #666;
    text-decoration: none !important;
    background-color: #1c691d;
    background: -moz-linear-gradient(top, #1c691d, #2b892b);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1c691d), to(#2b892b));
    background: -webkit-linear-gradient(top, #1c691d, #2b892b);
    background: -o-linear-gradient(top, #1c691d, #2b892b);
    background: linear-gradient(to bottom, #1c691d, #2b892b);
    border-color: #1c691d #1c691d #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c691d', endColorstr='#ff2b892b', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

a.DTTT_disabled,
button.DTTT_disabled,
div.DTTT_disabled {
    color: #999;
    border: 1px solid #d0d0d0;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    background: -moz-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    background: -ms-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    background: -o-linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    background: linear-gradient(top, #fff 0, #f9f9f9 89%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0)
}

button.DTTT_button_collection span {
    padding-right: 17px;
    background: url(../images/collection.png) center right no-repeat
}

button.DTTT_button_collection:hover span {
    padding-right: 17px;
    background: url(../images/collection_hover.png) center right no-repeat #f0f0f0
}

table.DTTT_selectable tbody tr {
    cursor: pointer
}

table.dataTable tr.DTTT_selected.odd,
table.dataTable tr.DTTT_selected.odd td.sorting_1,
table.dataTable tr.DTTT_selected.odd td.sorting_2,
table.dataTable tr.DTTT_selected.odd td.sorting_3 {
    background-color: #9FAFD1
}

table.dataTable tr.DTTT_selected.even,
table.dataTable tr.DTTT_selected.even td.sorting_1,
table.dataTable tr.DTTT_selected.even td.sorting_2,
table.dataTable tr.DTTT_selected.even td.sorting_3 {
    background-color: #B0BED9
}

div.DTTT_collection {
    width: 150px;
    padding: 8px 8px 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .4);
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, .3);
    overflow: hidden;
    z-index: 2002;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3)
}

div.DTTT_collection_background {
    background: url(../images/background.png) top left;
    z-index: 2001
}

div.DTTT_collection a.DTTT_button,
div.DTTT_collection button.DTTT_button,
div.DTTT_collection div.DTTT_button {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    float: none;
    margin-bottom: 4px;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999
}

.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -moz-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    opacity: .95;
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, .5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .5)
}

.DTTT_print_info h6 {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 1em
}

.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px
}

/* content/assets/css/cmms.css */
#page-header #responsive-menu-div,
iframe[name=google_conversion_frame] {
    display: none
}

body {
    font-family: Roboto, sans-serif;
    background: #fafafa
}

.color-golden {
    color: #FFA900 !important
}

.color-pink {
    color: #f358c6 !important
}

.color-blue {
    color: #42ccff !important
}

#page-header,
#page-header *,
#page-sidebar,
#page-sidebar * {
    box-sizing: border-box
}

#page-header {
    height: auto
}

#page-header #page-header-zone-2 {
    height: auto;
    background: 0 0
}

#page-header header {
    float: left;
    width: 100%;
    padding: 10px 30px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #E7E7E7
}

#page-header div.langButtons {
    background: 0 0
}

#page-header #header-logo {
    min-width: 250px;
    height: 40px;
    padding: 0;
    color: #333;
    display: block
}

#page-header .brand img {
    float: left;
    /*height: 40px;*/
    max-width: 200px;
    object-fit: contain;
    object-position: left center;
    margin-top: -10px;
    margin-right: 0px;
    overflow:hidden;
}

#page-header #header {
    width: auto;
    padding: 0;
    margin: 0
}

#page-header #header li {
    padding: 0 5px
}

#page-header #header li a {
    float: left
}

#page-header #header li a,
#page-header .createNewLWOLi,
#page-header .supportLi {
    display: inline-block;
    color: #42CCFF !important;
    line-height: 35px;
    height: auto;
    border: 2px solid #42CCFF;
    background: 0 0 !important;
    font-size: 13px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 3px;
    transition: .25s
}

#page-header #header li a.bg-yellow,
#page-header .supportLi {
    color: #FFA900 !important;
    border-color: #FFA900
}

#page-header #header li a:hover,
#page-header .createNewLWOLi:hover,
#page-header .supportLi:hover {
    background: #42CCFF !important;
    color: #fff !important
}

#page-header #header li a.bg-yellow:hover,
#page-header .supportLi:hover {
    background: #FFA900 !important
}

#page-header img.langSetup {
    padding: 0
}

#page-wrapper {
    position: relative;
    padding-top: 60px
}

#page-sidebar {
    width: 180px;
    top: 60px;
    padding: 10px;
    background: #e9ecf1;
    height: calc(100vh - 61px) !important
}

.nicescroll-rails>div {
    background: #fff !important
}

#page-sidebar #sidebar-menu {
    padding: 0;
    background: 0 0;
}

#sidebar-menu li {
    /*margin: 0 !important*/
}

#sidebar-menu li.nav-sub-header{
    font-size:12px;
    font-style:italic;
    margin-left:20px;
    color:#b1b1b1;
}

#sidebar-menu li a {
    color: #656565;
    font-size: 14px;
    padding: 2px 0;
    font-weight: 400;
    height: auto
}

#sidebar-menu li.active{
    background-color: #fff;
    margin: 0 -12px 0 -18px;
    padding-left:18px;
}

#sidebar-menu li.active>a{
    border-bottom: 2px solid #e9ecf1;
    margin-bottom: 5px;
}

#sidebar-menu li a:empty {
    display: none
}

#sidebar-menu li:not(.active) a b {
    font-weight: 400
}

#sidebar-menu li a font {
    color: inherit !important
}

#sidebar-menu li a i {
    font-size: 24px;
    vertical-align: middle;
    /*color: #61CE5F*/
}

#sidebar-menu li a i+span {
    margin-left: 10px
}

#page-sidebar li.active > a:not(.abc),
#page-sidebar li.current-page a:not(.abc),
#sidebar-menu li a:not(.abc):hover {
    background: 0 0 !important;
    font-weight: 400;
    color: #0088df;
}

#page-sidebar li.current-page a:not(.abc),
#sidebar-menu li a:not(.abc):hover {
    color: #0088df !important
}

#sidebar-menu li.active ul {
    background: #fff;
   /* margin: 0 -8px;*/
}

#sidebar-menu li ul li a:not(.abc) {
    padding: 4px 0;
    height: auto;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    margin: 2px 0 0 20px;
    color: #656565;
    transition: .25s;
}

#sidebar-menu li ul li a:not(.abc):hover {
    color: #0088df !important
}

#sidebar-menu li ul li.current-page a:not(.abc) {
/*    background: #42CCFF !important;
    color: #fff !important;
    padding: 4px 10px*/
}

#page-content-wrapper {
    margin-left: 180px;
    margin-top: 15px
}

#logonform {
    font-size: 15px;
    padding: 0;
    margin-top: 20px
}

#main-content #logonform fieldset {
    padding: 0
}

.form-label {
    font-size: 15px;
    line-height: 34px;
    font-weight: 700
}

.form-label label {
    line-height: inherit
}

#logonform input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]) {
    width: 300px !important;
    max-width: 100%;
    height: 38px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 0 0 !important;
    transition: .25s
}

#logonform input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):focus {
    border-color: #42CCFF
}

#logonform #submitButton {
    margin-top: 15px
}

#logonform .rememberMe {
    width: 300px;
    max-width: 100%
}

#logonform .rememberMe>label {
    float: left
}

#logonform .rememberMe input[type=checkbox] {
    float: left;
    width: 20px !important;
    height: 20px !important;
    margin-right: 15px
}

#logonform .rememberMe>a {
    float: right;
    font-size: 13px;
    line-height: 25px;
    color: #999
}

.toggleSidebar {
    border: 0;
    padding: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") no-repeat;
    height: 24px;
    width: 24px !important;
    display: none;
    margin-left: -2px
}

#page-header #searcharea {
    display: block !important;
    width: 400px;
    max-width: 34%
}

#page-header .withSelect #searcharea {
    width: 200px;
    max-width: 25%;
    margin-right: 20px
}

#page-header #searchbox {
    display: block !important;
    width: 100%;
    margin: 0
}

#page-header #searchform {
    display: block !important;
    position: relative;
    width: 100% !important;
    padding-left: 40px !important
}

#page-header #searchform:before {
    content: "\6b";
    font-family: MaxPandaIcons !important;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #777E8D
}

#page-header #searchbox input[type=search] {
    font-size: 15px;
    color: #777E8D;
    font-weight: 500;
    border-bottom: 1px solid #E1E1E6 !important;
    text-align: left;
    padding: 0 0 10px !important;
    transition: .25s;
    display: block !important
}

#page-header #searchbox input[type=search]:focus {
    border-color: #42CCFF !important
}

#page-header .user-profile {
    font-size: 15px;
    font-weight: 400;
    padding: 0;
}

#page-header .user-profile a {
    float: right;
    color: #777E8D;
    transition: .25s
}

#page-header .user-profile a:hover {
    background: 0 0;
    color: #42CCFF
}

#page-header .user-profile #currentUserName+div {
    padding-left: 10px !important
}

#page-header .user-profile .dropdown-menu {
    border: 1px solid #eee;
    background: #fff;
    padding-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    transform-origin: right top;
    transition: .25s;
    display: block !important;
    transform: scale(0);
    opacity: 0;
    pointer-events: none
}

#page-header .user-profile.open>.dropdown-menu {
    opacity: 1;
    pointer-events: all;
    transform: none
}

#page-header .user-profile .dropdown-menu:before {
    right: 10px;
    border-bottom-color: #eee
}

#page-header .user-profile .dropdown-menu:after {
    right: 11px
}

#page-header .user-profile .dropdown-menu li,
#page-header .user-profile .dropdown-menu li a {
    float: left;
    width: 100%
}

#page-header .user-profile .dropdown-menu li a:empty {
    display: none
}

#page-header .user-profile .dropdown-menu li a i {
    margin-right: 10px !important;
    font-size: 14px
}

#page-header select {
    float: right;
    width: 130px
}

#page-header .user-profile a i.icon-chevron-down {
    font-size: 10px
}

#btnTogglePageSidebar{
    margin-left: -50px;
}

.ui-accordion-header,
.ui-accordion-header:hover {
    background: #78C7F4;
    border-color: #c3eefd
}

ul#searchboxresult li a {
    min-height: 30px
}

@media (min-width:1280px) {
    #page-header #searcharea {
        margin-right: calc(100% - 1200px)
    }

    #page-header .withSelect #searcharea {
        margin-right: calc(100% - 1100px) !important
    }
}

@media (max-width:1070px) {
    #page-header select {
        width: 100px
    }
}

@media (max-width:991px) {
    #page-header #searcharea {
        max-width: 28%
    }

    #page-header select {
        display: none
    }
}

@media (max-width:820px) {

    #page-sidebar,
    #page-sidebar li ul,
    #page-sidebar>ul>li>a>span {
        transition: .25s
    }

    #page-header header {
        padding: 10px 15px
    }

    #page-wrapper {
        padding-top: 61px
    }

    .toggleSidebar {
        display: block
    }

    #page-sidebar {
        width: 45px;
        padding: 13px;
        top: 61px;
        z-index: 9999
    }

    #page-sidebar.in {
        width: 240px;
        max-width: 100%
    }

    #sidebar-menu {
        display: block !important
    }

    #sidebar-menu #nav {
        margin: 0;
        min-width:25px;
    }

    #sidebar-menu li.active>a{
        border-bottom:none;
    }

    #page-content-wrapper {
        margin-left: 45px;
        transition: .25s
    }

    #page-sidebar.in+#page-content-wrapper {
        transform: translateX(190px)
    }

    #page-sidebar:not(.in) li ul,
    #page-sidebar:not(.in) ul>li>a>span {
        opacity: 0;
        display: none !important
    }

    #page-header header:not(.withoutUser) #header-logo {
        margin-right: calc(100% - 580px)
    }

    #page-header #searcharea {
        display: none !important
    }

    #page-header .user-profile {
        margin-left: 30px;
        bottom: 0
    }

    #page-header .langButtons {
        display: none
    }

    #page-header .withoutUser #header {
        float: right
    }
}

@media (max-width:600px) {
    #page-header header {
        display: block
    }

    #page-header #header-logo {
        margin-right: 0 !important
    }

    #page-header .user-profile {
        margin-left: 5px;
        padding: 9px 0
    }

    #page-header .nav-list-horizontal {
        clear: none
    }

    #page-header #header li a,
    #page-header .createNewLWOLi,
    #page-header .supportLi {
        line-height: 30px;
        margin-top: 3px;
        padding: 0 12px
    }
}

@media (max-width:530px) {

    #page-header .createNewLWOLi,
    #page-header .supportLi,
    #page-header header:not(.withoutUser) #header {
        display: none
    }

    #page-header .withoutUser #header li a {
        padding: 0 9px
    }
}

@media (max-width:420px) {
    #page-header .brand img {
        height: 30px;
        margin: 5px 20px 5px 0
    }
}

#PartsList thead th,
#ResourceList thead th,
#WOTaskList thead th,
#WorkOrderInvoiceList thead th {
    background: #fafafa
}

form section .form-label label {
    line-height: 1.5;
}

body .ui-dialog:not(#abcd) {
    /*position: fixed !important;
    left: 50% !important;
    top: 50% !important;*/
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 96%;
    display: flow-root;
}

body .ui-dialog.ui-draggable:not(#abcd) .ui-dialog-titlebar {
    cursor: auto;
}

body .ui-dialog:not(#abcd) .ui-dialog-content {
    overflow: auto;
    width: 100% !important;
    height: auto !important;
    padding: 12px 15px;
    box-sizing: border-box;
    max-height: 85vh !important;
    margin: 0 !important;
    overflow: auto !important;
}

body .ui-dialog:not(#abcd) .ui-dialog-content fieldset {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body .ui-dialog:not(#abcd) .ui-resizable-handle {
    display: none !important
}

.tableActions {
    float: right;
    margin-right: 3px;
}

.tableActions .btn {
    margin-right: 8px;
}

@media(min-width: 992px) {
    .mpcontent_header>h4.with_button {
        width: calc(100% - 550px);
    }
}


/*************************************************************************Original unminified above and non-minified below************************************************************************/


@media (max-width: 720px) {
    #page-sidebar {
        min-height: calc(100% - 61px) !important;
    }

    #welcome-content table {
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    #welcomePage {
        padding: 0;
    }
}

@media (min-width: 420px) {
    #header-logo a {
        width: 250px;
    }
}

#page-header .createNewLWOLi {
    position: relative;
    z-index: 10;
}

@media (min-width: 1200px) {
    #page-header .createNewLWOLi {
        margin-left: -114px;
    }

    #page-header .withSelect .createNewLWOLi {
        margin-left: -10px;
    }

    #page-header .user-profile {
        min-width: 110px;
    }
}

.inlineRadios {
    display: inline-block;
    width: 100%;
    line-height: 1;
}

    .inlineRadios label {
        display: inline-block;
        margin-right: 10px;
    }

    .inlineRadios input[type=radio] {
        position: relative;
        top: 1px;
    }

.bootstrap-timepicker-widget table td input, .btn, .button-pane, .chosen-choices, .chosen-choices li.search-choice, .chosen-container, .chosen-results li.highlighted, .chosen-single, .content-box, .content-box .ui-widget-overlay.loader, .content-box-closed, .content-box-closed .content-box-header, .dropdown-menu, .dropdown-submenu.float-left > .dropdown-menu, .dropzone, .form-input input, .form-input textarea, .form-input-icon .glyph-icon, .gallery li > a, .icon-separator, .icon-separator-vertical, .info-box, .info-box-alt, .infobox, .input, .jGrowl-notification, .minicolors-panel, .nav-list, .nav-list-horizontal-alt li a, .notifications-box, .popover, .selector, .table-rounded, .tile-button, .ui-accordion, .ui-button, .ui-datepicker, .ui-datepicker-buttonpane button, .ui-datepicker-next, .ui-datepicker-prev, .ui-dialog, .ui-dialog-titlebar-close, .ui-menu li a, .ui-tabs, .ui-toolbar input, .ui-toolbar select, .form-input select {
    border-radius: 3px;
}

#InvoiceItems {
    width: 100%;
}

    #InvoiceItems input,
    #InvoiceItems select {
        width: 100% !important;
    }

    #InvoiceItems td:last-child .delete {
        float: right;
    }

#page-sidebar {
    z-index: 10;
}

#LoadingImgPopup > div[style] {
    margin: 0 !important;
    width: initial !important;
    height: initial !important;
    line-height: 28px;
    padding: 10px;
}

#LoadingImgPopup .locationSearchInProgress {
    float: right;
}

body .ui-dialog:not(#abcd) .ui-dialog-content > :first-child {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

body .ui-dialog:not(#abcd) .ui-dialog-content fieldset,
body .ui-dialog:not(#abcd) .ui-dialog-content .popup:not([class*=col-]),
body .ui-dialog:not(#abcd) .ui-dialog-content div[style]:first-of-type {
    padding: 0 !important;
}

    body .ui-dialog:not(#abcd) .ui-dialog-content fieldset > section > br:first-child {
        display: none;
    }

body .ui-dialog:not(#abcd) .ui-dialog-content .mpcontent_header:empty {
    display: none;
}

body .ui-dialog-content [class*=col-] > input:not([type=radio]):not([type=checkbox]):not([type=submit]):not(.noFull),
body .ui-dialog-content [class*=col-] > select,
body .ui-dialog-content .form-input > select,
body .ui-dialog-content [class*=col-] > textarea {
    width: 100% !important;
}

body .ui-dialog-content .form-label {
    line-height: initial;
}

body .ui-dialog-content .popup-input.col-md-9 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media (min-width: 992px) {
    .mpcontent_header > [class*=col-]:first-child {
        padding-left: 0;
    }
}

body .displayInlineBlock {
    display: inline-block;
}

div#ResponseTimeActionForm {
    padding-bottom: 20px;
}

div#ResponseTimeActionForm {
    padding-bottom: 20px;
}

    div#ResponseTimeActionForm section:last-of-type {
        margin-bottom: 30px;
    }

.gridCheckBox.withButton {
    width: 32px !important;
}

    .gridCheckBox.withButton a i {
        font-size: 13px;
    }

@media (min-width: 1024px) {
    .gridCheckBox.withButton {
        width: 46px !important;
    }

        .gridCheckBox.withButton a {
            margin-left: 8px;
        }
}

.dateTimeWrap {
    display: flex;
    justify-content: space-between;
}

    .dateTimeWrap .dateTime {
        padding-left: 10px;
    }

        .dateTimeWrap .dateTime > span {
            display: inline-block;
            width: 100%;
            margin-bottom: 5px;
        }

            .dateTimeWrap .dateTime > span input:not(#abcd) {
                width: 50% !important;
            }

.space {
    display: block;
    clear: both;
}

.spaceOnly {
    height: 10px;
}

@media (max-width: 720px) {
    #content {
        overflow: auto;
    }
}

@media (max-width: 575px) {
    .gridCheckBox.withButton {
        width: 25px !important;
    }
}

.dataTables_wrapper .filter_column input,
.dataTables_wrapper .filter_column select,
.dataTables_wrapper .filter_column textarea {
    box-sizing: border-box;
}

.col-md-9 + .parsley-errors-list {
    padding-left: 10px;
}

@media (min-width: 992px) {
    .col-md-9 + .parsley-errors-list {
        padding-left: 26.5%;
    }
}

@media (min-width: 821px) {
    #page-sidebar .authenicated-sidebar {
        padding: 0 10px;
    }
}

@media (max-width: 720px) {
    #content {
        overflow: auto;
    }
}

@media (max-width: 575px) {
    .gridCheckBox.withButton {
        width: 25px !important;
    }
}

.dataTables_wrapper .filter_column input,
.dataTables_wrapper .filter_column select,
.dataTables_wrapper .filter_column textarea {
    box-sizing: border-box;
}

.col-md-9 + .parsley-errors-list {
    padding-left: 10px;
}

@media (min-width: 992px) {
    .col-md-9 + .parsley-errors-list {
        padding-left: 26.5%;
    }
}

@media (min-width: 821px) {
    #page-sidebar .authenicated-sidebar {
        padding: 0 10px;
    }
}

.ui-dialog-content .chosen-container .chosen-results {
    max-height: 180px;
}

.mpcontent_header .col-md-4.hidebtnmobile > button {
    padding: 0 14px;
    margin: 0 0 2px 2px !important;
}

.mpcontent_header .col-md-4.hidebtnmobile .tableActions,
.mpcontent_header .col-md-4.hidebtnmobile .tableActions button {
    margin: 0 !important;
}

.mpcontent_header .searchWrap .chosen-container {
    float: left;
    width: calc(100% - 81px) !important;
}

.mpcontent_header .searchWrap button {
    float: right;
}

th.onlyButton,
td.onlyButton {
    padding: 1px;
    width: 25px;
}

table thead th.onlyButton,
table tbody td.onlyButton {
    width: 25px !important;
    padding-left: 5px;
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px !important;
}

.woAction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    min-width: 96%;
    max-width: 96%;
}

    .woAction > div {
        display: flex;
        align-items: flex-end;
    }

@media (min-width: 992px) {
    .woAction > div:nth-child(2) {
        padding-left: 6%;
    }
}


button.primary-bg.btn {
    font-size: 11px;
    padding: 3px 10px 3px 10px;
}

.woAction .btn {
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
}

.woAction > div > :not(:last-child) {
    margin-right: 10px;
}

.woAction .chosen-container {
    max-width: calc(50% - 100px);
    min-height: auto;
}

    .woAction .chosen-container li.search-field,
    .woAction .chosen-container li.search-field input {
        max-width: 100%;
        height: 24px;
        font-size: 10px;
        box-sizing: border-box;
    }

    .woAction .chosen-container .chosen-choices li.search-choice {
        height: auto;
        padding: 3px 20px 3px 3px;
        margin: 3px 3px 3px 0;
    }

    .woAction .chosen-container li.search-choice .search-choice-close {
        top: 2px;
    }

@media (max-width: 767px) {
    .woAction {
        display: none;
    }
}

.anonymous #page-content-wrapper {
    margin: 0 !important;
}

.anonymous #submitGuestWO {
    padding-top: 30px;
}

    .anonymous #submitGuestWO h4 {
        margin: 0;
    }

.anonymous form fieldset {
    padding: 0;
    min-width: auto;
}

.anonymous form select {
    width: 100% !important;
}

#CustomerInvoiceItems {
    width: 100%;
}

    #CustomerInvoiceItems select {
        width: 100% !important;
    }

    #CustomerInvoiceItems td:last-child .delete {
        float: right;
    }

.CalendarApproved div {
    background-color: #ABCB3F !important;
}

.CalendarReopened div {
    background-color: #F30C30 !important;
}

.CalendarCanceled div {
    background-color: #8698A4 !important;
}
input.CalendarApproved {
    background-color: #ABCB3F !important;
}

input.CalendarReopened {
    background-color: #F30C30 !important;
}

input.CalendarCanceled {
    background-color: #8698A4 !important;
}
.bg-Reopen {
    background: #F30C30 !important;
}

.bg-Cancel {
    background: #8698A4 !important;
}

.bg-Approve {
    background: #ABCB3F !important;
}

.pop-button-margin {
    margin: 7px 2px !important;
}

.breadcrump_header {
    background-color: #e9ecf1;
    position: fixed;
    top: 60px;
    left: 180px;
    right: 32px;
    z-index: 1000;
    padding: 10px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .breadcrump_header h4 {
        margin: 0 0 5px 30px;
        font-size: 1.2rem;
        color: gray;
    }

    .breadcrump_header h6 {
        margin: 0 0 0 30px;
        font-size: 15px;
        color: dodgerblue;
        font-weight: bold;
    }

    .breadcrump_header p {
        margin: 0 0 0 30px;
        font-size: 15px;
        color: dodgerblue;
        font-weight: bold;
    }