html { height: 100%; }
body {
    position: relative;
    min-height: 100%;
    min-width: 1350px;
    padding: 0;
    background: #E5E9EC;
}
label { cursor: pointer; }
[ng-click] { cursor: pointer; }
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}
a.underspan { color: #393E48; }
a.underspan:hover { text-decoration: none; }
a.underspan > span { color: #428BCA; }
a.underspan:hover > span { text-decoration: underline; }
.nav,
.pagination,
.carousel,
.panel-title a { cursor: pointer; }
.radio label, .checkbox label { padding-left: 0; }
.form-group label { cursor: pointer; }
option[disabled] { color: #DDDDDD; }
[data-scroll="true"] { overflow: hidden; }
.label {
    display: inline-block;
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 2px 6px 3px;
    border-radius: 2px;
}
.label + .label { margin-left: 10px; }
.label.disabled { opacity: 0.6; cursor: not-allowed; }
.label.label-inner { background-color: #FFEFB5; color: #5B5B5B; }
.label.label-purple { background-color: #7A43B6; }
.label.label-mute { opacity: .5; }
.text-big { font-size: 2rem; }
.ui-match { background: yellow; }
i.custom-checkbox, i.custom-radio {
    display: inline-block;
    position: relative; top: 2px;
    width: 20px;
    cursor: pointer;
    text-align: center;
}
i.custom-checkbox { font-size: 17px; }
i.custom-radio { font-size: 19px; }
.primer.order, .primer.name, .primer.scale, .primer.sequence, .primer.length { font-family: monospace; }
.filter-item { margin-top: 30px !important; }
.filter-item label {
    display: block;
    cursor: pointer;
    font-weight: normal;
    color: #337AB7;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter-item p.filter-item-title {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    font-style: italic;
    text-decoration: underline;
}
.refresh-filter {
    padding-top: 30px;
    display: block;
    text-decoration: underline;
}
/*_____________________________________________________________ Error page _--___________*/

.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}
.error-page__container { text-align: center; margin-top: -250px; }
.error-page__heading { font-weight: 300; }
.error-page__dump { text-align: left; }
.error-page__travolta {
    position: fixed; right: 100px; bottom: 0;
    display: block; width: 400px; height: 400px;
    background: url(../img/404.gif) no-repeat;
}
/*_____________________________________________________________ Box _____________________*/

.box-info { }
.box-info.with-tabs { border: 1px solid #DDDDDD; border-top: 0; }
.box-info input.header-search { margin: 12px; width: 94%; }
/*_____________________________________________________________ Table filter ____________*/

.filter { margin-top: 15px; text-align: right; }
.filter strong.heading { margin: 5px 0 20px 0; font-size: 16px; font-weight: 400; }
.filter ul.f { margin-top: 15px; padding: 0; list-style: none; }
.filter ul.f li { }
.filter ul.f li > a { display: block; padding: 5px 3px; }
.filter ul.f li:hover > a { background-color: rgba(255, 255, 255, 0.4); text-decoration: none; }
.filter ul.f li.active { }
.filter ul.f li.active > a { font-weight: bold; }
/*_____________________________________________________________ Pagination ______________*/

.pagination-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 15px;
}
.pagination-box.pagination-box-center { justify-content: center; }
.pagination-box .pagination-spinner { margin: 0 10px; font-size: 2rem; color: #337AB7; }
.pagination-box .pagination { margin: 0; }
.pagination-box .per-page-label { margin: 0 10px; }
.pagination-box .per-page-selector { margin: 0; }
.pagination-box .per-page-selector select { padding: 0 5px; height: 28px; }
.pagination { }
.pagination li.active { }
.pagination li.active a { color: white !important; }
.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 8px;
    width: 32px;
    text-align: center;
}
/*_____________________________________________________________ Locked Overlay __________*/

.locked-overlay {
    position: fixed; z-index: 10000;
    top: 50px; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: left 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .locked-overlay { left: 0; }
    .mobile-content .locked-overlay { left: 225px; }
}
.locked-overlay .heading {
    width: 100%;
    margin-top: -200px;
    text-align: center;
    color: #AFAFAF;
    text-shadow: 1px 1px #000000;
    background: rgba(0, 0, 0, 0.80);
    padding: 20px;
    font-size: 3rem;
}
/*_____________________________________________________________ NProgress _______________*/

#nprogress .bar { margin-bottom: 10px; background-color: #77B6FF; pointer-events: initial; z-index: 100000000; }
#nprogress .peg { box-shadow: 0 0 10px #77B6FF, 0 0 5px #77B6FF; }
/*_____________________________________________________________ Tooltip _________________*/

.popover { border: 1px solid #DDDDDD; border-radius: 0; }
.tooltip { min-width: 130px; }
.tooltip.in { opacity: 1; }
.tooltip-inner { color: #EDEDED; background-color: rgb(54, 54, 54); border-radius: 2px; padding: 2px 5px; }
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: red !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/*_____________________________________________________________ Tables __________________*/

.grid-view { }
.grid-view thead th { white-space: nowrap; }
.grid-view thead th.wrap { white-space: normal; }
.grid-view thead th a:after,
.grid-view thead th a:after {
    display: inline-block;
    color: #5B5B5B;
    padding-left: 5px;
    min-width: 12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " ";
}
.grid-view thead th a.asc:after { content: "\f0d7"; }
.grid-view thead th a.desc:after { content: "\f0d8"; }
.table { font-size: 0.9em; }
.table th,
.table td {
    font-family: monospace;
    padding: 5px !important;
    text-align: center;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #F1F1F1;
}
/*_____________________________________________________________ Modal ___________________*/
/*rgba(1, 1, 1, 0.6)*/
.modal-backdrop.in {
    filter: alpha(opacity=60);
    opacity: .6;
}
.modal-content {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*_____________________________________________________________ Forms ___________________*/

textarea { overflow: hidden; }
textarea.minimum { height: 32px; }
textarea[msd-elastic] { resize: none; }
.counter-input { }
.counter-input > span { cursor: pointer; }
.counter-input > input { text-align: center; }
input.anim {
    -webkit-transition: background-color 3s ease, color 1s ease;
    -moz-transition: background-color 3s ease, color 1s ease;
    -o-transition: background-color 3s ease, color 1s ease;
    transition: background-color 3s ease, color 1s ease;
}
input.anim.disabled, input.anim[disabled] {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
input.anim.success { color: white !important; background-color: #95CC62 !important; }
input.anim.danger { color: white !important; background-color: #DD8786 !important; }
/*_____________________________________________________________ Modifiers _______________*/
.mod { }
.mod.mod--5, .mod.mod--3 { background-color: #95CC62; }
.mod.mod--in { background-color: #DD8786; }
/*_____________________________________________________________ Status & Priority _______*/
.status,
.priority,
.deadline {
    display: inline-block;
    background-color: #DDDDDD;
    padding: 4px 10px;
}
.status.narrow,
.priority.narrow,
.deadline.narrow {
    padding: 1px 10px;
}
.priority.priority-0 { color: white; }
.priority.priority-1 { }
.priority.priority-2 { background-color: #D9534F; color: white; }
.deadline.days-1,
.deadline.days-2 { background-color: #F0AD4E; color: white; }
.deadline.baaaad { background-color: #C9302C; color: white; }
.order.status.status-0 { background-color: #7992E9; color: white; }
.order.status.status-10 { background-color: #F0AD4E; color: white; }
.order.status.status-20 { background-color: #449D44; color: white; }
.order.status.status-30 { background-color: #C9302C; color: white; }
/**/
.order-element.status.status-0 { background-color: white; color: grey; }
.order-element.status.status-50 { background-color: #7992E9; color: white; }
.order-element.status.status-100 { background-color: #DDDDDD; }
.order-element.status.status-120,
.order-element.status.status-140,
.order-element.status.status-160 { background-color: #F0AD4E; color: white; }
.order-element.status.status-200 { background-color: #449D44; color: white; }
.order-element.status.status-300 { background-color: #C9302C; color: white; }
.order-element.status.status-400,
.order-element.status.status-450 { background-color: #7A43B6; color: white; }
.order-element.status.status-500 { background-color: white; color: grey; }
/**/
.order-element.status.status--10,
.order-element.status.status--20,
.order-element.status.status--30 { background-color: #C9302C; color: white; }
.application.status.status-0 { background-color: #7992E9; color: white; }
.application.status.status-10 { background-color: #7992E9; color: white; }
.application.status.status-20 { background-color: #F0AD4E; color: white; }
.application.status.status-30 { background-color: #449D44; color: white; }
.application.status.status-40 { background-color: #C9302C; color: white; }
.synthesis-list.status.status-0 { background-color: #7992E9; color: white; }
.synthesis-list.status.status-10 { background-color: #F0AD4E; color: white; }
.synthesis-list.status.status-20 { background-color: #449D44; color: white; }
.synthesis-list.status.status-30 { background-color: #C9302C; color: white; }
/*_____________________________________________________________ Labels map ______________*/
.labels-map { }
.labels-map .edit-area { margin-top: 10px; }
.labels-map .edit-area .list-container {
    display: inline-block;
    width: 40%;
    margin-left: 9%;
}
.labels-map .edit-area .list-container + .list-container {
    margin-left: 10px;
}
.labels-map .edit-area .list-container .list { width: 100% }
.labels-map .edit-area .list-container .list td {
    position: relative;
    border: 1px solid #7E7E7E;
    width: 25%; height: 40px;
    text-align: center;
}
.labels-map .edit-area .list-container .list td .cross {
    position: absolute;
    top: -10px; left: 16px;
    color: rgb(201, 48, 44);
    font-size: 4rem;
    display: none;
}
.labels-map .edit-area .list-container .list td.selected { background-color: #449D44 !important; color: white; }
.labels-map .edit-area .list-container .list td.bad { color: #818181; }
.labels-map .edit-area .list-container .list td.bad span { opacity: 0.4 }
.labels-map .edit-area .list-container .list td.bad .cross { display: block; }
.labels-map .edit-area .number {
    float: left;
    font-size: 32px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 10px;
}
.labels-map .edit-area .list-container span.schema-label { margin-left: 1px; padding: 0 5px 3px; }
.labels-map.step-1 .edit table.list.l1 td:hover { background-color: #EAEAEA; cursor: pointer; }
.labels-map.step-2 .edit table td:not(.empty):hover { background-color: #EAEAEA; cursor: pointer; }
.labels-map .edit-area .highlight {
    background-color: white;
    color: #333333;
    -webkit-transition: background-color 1s ease, color 1s ease;
    -moz-transition: background-color 1s ease, color 1s ease;
    -o-transition: background-color 1s ease, color 1s ease;
    transition: background-color 1s ease, color 1s ease;
}
.labels-map .edit-area .highlight.on {
    background-color: #F0AD4E;
    color: white;
}
/*_____________________________________________________________ Ajax Block Indicator ____*/
.ajax-block-indicator { display: inline-block; margin-left: 20px; }
/*_____________________________________________________________ Nifty Modal _____________*/
.md-content > div { padding: 15px 30px; }
/*_____________________________________________________________ Gritter _________________*/
#gritter-notice-wrapper { max-width: 400px; width: 92%; z-index: 10000000; }
.gritter-item-wrapper { margin-bottom: 0; }
.gritter-item-wrapper.bf-gritter { background: rgba(0, 0, 0, 0.8); }
.gritter-item-wrapper.bf-gritter:hover { background: rgba(0, 0, 0, 0.85); }
.gritter-item-wrapper.bf-gritter .gritter-top { background: none; }
.gritter-item-wrapper.bf-gritter .gritter-bottom { background: none; }
.gritter-item-wrapper.bf-gritter .gritter-item {
    background: none;
    color: black;
    font-size: 1em;
    padding: 2px 10px;
}
.gritter-item-wrapper.bf-gritter .gritter-item .gritter-title {
    font-size: 1.1em;
    text-shadow: none;
    padding: 0 20px 0 0;
    color: white;
}
.gritter-item-wrapper.bf-gritter.info { border-left: 4px solid #31B0D5; }
/*.gritter-item-wrapper.bf-gritter.info .gritter-title { color: #31b0d5; }*/
.gritter-item-wrapper.bf-gritter.success { border-left: 4px solid #449D44; }
/*.gritter-item-wrapper.bf-gritter.success .gritter-title { color: #449d44; }*/
.gritter-item-wrapper.bf-gritter.error { border-left: 4px solid #D9534F; }
/*.gritter-item-wrapper.bf-gritter.error .gritter-title { color: #d9534f; }*/
.gritter-item-wrapper.bf-gritter.warning { border-left: 4px solid #F0AD4E; }
/*.gritter-item-wrapper.bf-gritter.warning .gritter-title { color: #f0ad4e; }*/

.gritter-close {
    display: block !important;
    position: absolute;
    top: 1px;
    left: initial;
    right: 0px;
    width: 30px;
    height: 30px;
    background: none;
    text-indent: 0;
    color: #DDDDDD;
    font-size: 28px;
    font-weight: normal;
    opacity: 0.1;
}
.gritter-close:hover { text-decoration: none; }
.gritter-item-wrapper:hover .gritter-close { opacity: 0.9; }
.gritter-item p { font-size: 13px; margin-top: 10px; color: white; }
.empty .gritter-item p { margin-top: 0; }
/*_____________________________________________________________ modal-reject-reason ________*/

#modal-reject-reason div.modal-dialog { width: 400px; }
#modal-reject-reason input.reject-reason-string { margin-top: 10px; padding: 6px 12px; }
#modal-reject-reason div.actions { margin-top: 10px; padding: 20px 12px 30px 12px; }
#modal-reject-reason div.radio-list { text-align: left }
#modal-reject-reason div.radio-list div.form-control { height: auto; border: none }
#modal-reject-reason div.radio-list label { display: block; width: 100%; font-weight: normal }
#modal-reject-reason div.radio-list label div.iradio_minimal-grey { margin-right: 5px }
/*_____________________________________________________________ NoUiSlider _________________*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
       its values is > 50%. */
    z-index: 10;
}
.noUi-stacking + .noUi-origin {
    /* Fix stacking order in IE7, which incorrectly
       creates a new context for the origins. */
    *z-index: -1;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-horizontal.noUi-extended {
    padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
    right: -15px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
.noUi-vertical.noUi-extended {
    padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
    bottom: -15px;
}
/* Styling;
 */
.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #F0F0F0;
}
.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBBBBB;
}
.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBBBBB;
}
/* Handles and cursors;
 */
.noUi-dragable {
    cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFFFFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFFFFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBBBBB;
}
.noUi-active {
    box-shadow: inset 0 0 1px #FFFFFF, inset 0 1px 7px #DDDDDD, 0 3px 6px -3px #BBBBBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled] .noUi-handle {
    cursor: not-allowed;
}
/*_____________________________________________________________ SweetAlert ________________*/

body.stop-scrolling { height: 100%; overflow: hidden }
.sweet-overlay { background-color: #000000; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; background-color: rgba(0, 0, 0, .4); position: fixed; left: 0; right: 0; top: 0; bottom: 0; display: none; z-index: 10000 }
.sweet-alert { background-color: #FFFFFF; font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; width: 478px; padding: 17px; border-radius: 5px; text-align: center; position: fixed; left: 50%; top: 50%; margin-left: -256px; margin-top: -200px; overflow: hidden; display: none; z-index: 99999 }
@media all and (max-width: 540px) {
    .sweet-alert { width: auto; margin-left: 0; margin-right: 0; left: 15px; right: 15px }
}
.sweet-alert h2 { color: #575757; font-size: 30px; text-align: center; font-weight: 600; text-transform: none; position: relative; margin: 25px 0; padding: 0; line-height: 40px; display: block }
.sweet-alert p { color: #797979; font-size: 16px; font-weight: 300; position: relative; text-align: inherit; float: none; margin: 0; padding: 0; line-height: normal }
.sweet-alert fieldset { border: none; position: relative }
.sweet-alert .sa-error-container { background-color: #F1F1F1; margin-left: -17px; margin-right: -17px; overflow: hidden; padding: 0 10px; max-height: 0; webkit-transition: padding .15s, max-height .15s; transition: padding .15s, max-height .15s }
.sweet-alert .sa-error-container.show { padding: 10px 0; max-height: 100px; webkit-transition: padding .2s, max-height .2s; transition: padding .25s, max-height .25s }
.sweet-alert .sa-error-container .icon { display: inline-block; width: 24px; height: 24px; border-radius: 50%; background-color: #EA7D7D; color: #FFFFFF; line-height: 24px; text-align: center; margin-right: 3px }
.sweet-alert .sa-error-container p { display: inline-block }
.sweet-alert .sa-input-error { position: absolute; top: 29px; right: 26px; width: 20px; height: 20px; opacity: 0; -webkit-transform: scale(.5); transform: scale(.5); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: all .1s; transition: all .1s }
.sweet-alert .sa-input-error::after, .sweet-alert .sa-input-error::before { content: ""; width: 20px; height: 6px; background-color: #F06E57; border-radius: 3px; position: absolute; top: 50%; margin-top: -4px; left: 50%; margin-left: -9px }
.sweet-alert .sa-input-error::before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg) }
.sweet-alert .sa-input-error::after { -webkit-transform: rotate(45deg); transform: rotate(45deg) }
.sweet-alert .sa-input-error.show { opacity: 1; -webkit-transform: scale(1); transform: scale(1) }
.sweet-alert input { width: 100%; box-sizing: border-box; border-radius: 3px; border: 1px solid #D7D7D7; height: 43px; margin-top: 10px; margin-bottom: 17px; font-size: 18px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06); padding: 0 12px; display: none; -webkit-transition: all .3s; transition: all .3s }
.sweet-alert input:focus { outline: 0; box-shadow: 0 0 3px #C4E6F5; border: 1px solid #B4DBED }
.sweet-alert.show-input input { display: block }
.sweet-alert button { background-color: #AEDEF4; color: #FFFFFF; border: none; box-shadow: none; font-size: 17px; font-weight: 500; -webkit-border-radius: 4px; border-radius: 5px; padding: 10px 32px; margin: 26px 5px 0; cursor: pointer }
.sweet-alert button:focus { outline: 0; box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05) }
.sweet-alert button:hover { background-color: #A1D9F2 }
.sweet-alert button:active { background-color: #81CCEE }
.sweet-alert button.cancel { background-color: #D0D0D0 }
.sweet-alert button.cancel:hover { background-color: #C8C8C8 }
.sweet-alert button.cancel:active { background-color: #B6B6B6 }
.sweet-alert button.cancel:focus { box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset !important }
.sweet-alert button::-moz-focus-inner { border: 0 }
.sweet-alert[data-has-cancel-button=false] button { box-shadow: none !important }
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] { padding-bottom: 40px }
.sweet-alert .sa-icon { width: 80px; height: 80px; border: 4px solid gray; -webkit-border-radius: 40px; border-radius: 50%; margin: 20px auto; padding: 0; position: relative; box-sizing: content-box }
.sweet-alert .sa-icon.sa-error { border-color: #F27474 }
.sweet-alert .sa-icon.sa-error .sa-x-mark { position: relative; display: block }
.sweet-alert .sa-icon.sa-error .sa-line { position: absolute; height: 5px; width: 47px; background-color: #F27474; display: block; top: 37px; border-radius: 2px }
.sweet-alert .sa-icon.sa-error .sa-line.sa-left { -webkit-transform: rotate(45deg); transform: rotate(45deg); left: 17px }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); right: 16px }
.sweet-alert .sa-icon.sa-warning { border-color: #F8BB86 }
.sweet-alert .sa-icon.sa-warning .sa-body { position: absolute; width: 5px; height: 47px; left: 50%; top: 10px; -webkit-border-radius: 2px; border-radius: 2px; margin-left: -2px; background-color: #F8BB86 }
.sweet-alert .sa-icon.sa-warning .sa-dot { position: absolute; width: 7px; height: 7px; -webkit-border-radius: 50%; border-radius: 50%; margin-left: -3px; left: 50%; bottom: 10px; background-color: #F8BB86 }
.sweet-alert .sa-icon.sa-info { border-color: #C9DAE1 }
.sweet-alert .sa-icon.sa-info::before { content: ""; position: absolute; width: 5px; height: 29px; left: 50%; bottom: 17px; border-radius: 2px; margin-left: -2px; background-color: #C9DAE1 }
.sweet-alert .sa-icon.sa-info::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; margin-left: -3px; top: 19px; background-color: #C9DAE1 }
.sweet-alert .sa-icon.sa-success { border-color: #A5DC86 }
.sweet-alert .sa-icon.sa-success::after, .sweet-alert .sa-icon.sa-success::before { content: ''; position: absolute; width: 60px; height: 120px; background: #FFFFFF; -webkit-transform: rotate(45deg); transform: rotate(45deg) }
.sweet-alert .sa-icon.sa-success::before { -webkit-border-radius: 120px 0 0 120px; border-radius: 120px 0 0 120px; top: -7px; left: -33px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 60px 60px; transform-origin: 60px 60px }
.sweet-alert .sa-icon.sa-success::after { -webkit-border-radius: 0 120px 120px 0; border-radius: 0 120px 120px 0; top: -11px; left: 30px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 0 60px; transform-origin: 0 60px }
.sweet-alert .sa-icon.sa-success .sa-placeholder { width: 80px; height: 80px; border: 4px solid rgba(165, 220, 134, .2); -webkit-border-radius: 40px; border-radius: 50%; box-sizing: content-box; position: absolute; left: -4px; top: -4px; z-index: 2 }
.sweet-alert .sa-icon.sa-success .sa-fix { width: 5px; height: 90px; background-color: #FFFFFF; position: absolute; left: 28px; top: 8px; z-index: 1; -webkit-transform: rotate(-45deg); transform: rotate(-45deg) }
.sweet-alert .sa-icon.sa-success .sa-line { height: 5px; background-color: #A5DC86; display: block; border-radius: 2px; position: absolute; z-index: 2 }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip { width: 25px; left: 14px; top: 46px; -webkit-transform: rotate(45deg); transform: rotate(45deg) }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long { width: 47px; right: 8px; top: 38px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg) }
.sweet-alert .sa-icon.sa-custom { background-size: contain; border-radius: 0; border: none; background-position: center center; background-repeat: no-repeat }
@-webkit-keyframes showSweetAlert {
    0% { transform: scale(.7); -webkit-transform: scale(.7) }
    45% { transform: scale(1.05); -webkit-transform: scale(1.05) }
    80% { transform: scale(.95); -webkit-transform: scale(.95) }
    100% { transform: scale(1); -webkit-transform: scale(1) }
}
@keyframes showSweetAlert {
    0% { transform: scale(.7); -webkit-transform: scale(.7) }
    45% { transform: scale(1.05); -webkit-transform: scale(1.05) }
    80% { transform: scale(.95); -webkit-transform: scale(.95) }
    100% { transform: scale(1); -webkit-transform: scale(1) }
}
@-webkit-keyframes hideSweetAlert {
    0% { transform: scale(1); -webkit-transform: scale(1) }
    100% { transform: scale(.5); -webkit-transform: scale(.5) }
}
@keyframes hideSweetAlert {
    0% { transform: scale(1); -webkit-transform: scale(1) }
    100% { transform: scale(.5); -webkit-transform: scale(.5) }
}
@-webkit-keyframes slideFromTop {
    0% { top: 0 }
    100% { top: 50% }
}
@keyframes slideFromTop {
    0% { top: 0 }
    100% { top: 50% }
}
@-webkit-keyframes slideToTop {
    0% { top: 50% }
    100% { top: 0 }
}
@keyframes slideToTop {
    0% { top: 50% }
    100% { top: 0 }
}
@-webkit-keyframes slideFromBottom {
    0% { top: 70% }
    100% { top: 50% }
}
@keyframes slideFromBottom {
    0% { top: 70% }
    100% { top: 50% }
}
@-webkit-keyframes slideToBottom {
    0% { top: 50% }
    100% { top: 70% }
}
@keyframes slideToBottom {
    0% { top: 50% }
    100% { top: 70% }
}
.showSweetAlert[data-animation=pop] { -webkit-animation: showSweetAlert .3s; animation: showSweetAlert .3s }
.showSweetAlert[data-animation=none] { -webkit-animation: none; animation: none }
.showSweetAlert[data-animation=slide-from-top] { -webkit-animation: slideFromTop .3s; animation: slideFromTop .3s }
.showSweetAlert[data-animation=slide-from-bottom] { -webkit-animation: slideFromBottom .3s; animation: slideFromBottom .3s }
.hideSweetAlert[data-animation=pop] { -webkit-animation: hideSweetAlert .2s; animation: hideSweetAlert .2s }
.hideSweetAlert[data-animation=none] { -webkit-animation: none; animation: none }
.hideSweetAlert[data-animation=slide-from-top] { -webkit-animation: slideToTop .4s; animation: slideToTop .4s }
.hideSweetAlert[data-animation=slide-from-bottom] { -webkit-animation: slideToBottom .3s; animation: slideToBottom .3s }
@-webkit-keyframes animateSuccessTip {
    0%, 54% { width: 0; left: 1px; top: 19px }
    70% { width: 50px; left: -8px; top: 37px }
    84% { width: 17px; left: 21px; top: 48px }
    100% { width: 25px; left: 14px; top: 45px }
}
@keyframes animateSuccessTip {
    0%, 54% { width: 0; left: 1px; top: 19px }
    70% { width: 50px; left: -8px; top: 37px }
    84% { width: 17px; left: 21px; top: 48px }
    100% { width: 25px; left: 14px; top: 45px }
}
@-webkit-keyframes animateSuccessLong {
    0%, 65% { width: 0; right: 46px; top: 54px }
    84% { width: 55px; right: 0; top: 35px }
    100% { width: 47px; right: 8px; top: 38px }
}
@keyframes animateSuccessLong {
    0%, 65% { width: 0; right: 46px; top: 54px }
    84% { width: 55px; right: 0; top: 35px }
    100% { width: 47px; right: 8px; top: 38px }
}
@-webkit-keyframes rotatePlaceholder {
    0%, 5% { transform: rotate(-45deg); -webkit-transform: rotate(-45deg) }
    100%, 12% { transform: rotate(-405deg); -webkit-transform: rotate(-405deg) }
}
@keyframes rotatePlaceholder {
    0%, 5% { transform: rotate(-45deg); -webkit-transform: rotate(-45deg) }
    100%, 12% { transform: rotate(-405deg); -webkit-transform: rotate(-405deg) }
}
.animateSuccessTip { -webkit-animation: animateSuccessTip .75s; animation: animateSuccessTip .75s }
.animateSuccessLong { -webkit-animation: animateSuccessLong .75s; animation: animateSuccessLong .75s }
.sa-icon.sa-success.animate::after { -webkit-animation: rotatePlaceholder 4.25s ease-in; animation: rotatePlaceholder 4.25s ease-in }
@-webkit-keyframes animateErrorIcon {
    0% { transform: rotateX(100deg); -webkit-transform: rotateX(100deg); opacity: 0 }
    100% { transform: rotateX(0deg); -webkit-transform: rotateX(0deg); opacity: 1 }
}
@keyframes animateErrorIcon {
    0% { transform: rotateX(100deg); -webkit-transform: rotateX(100deg); opacity: 0 }
    100% { transform: rotateX(0deg); -webkit-transform: rotateX(0deg); opacity: 1 }
}
.animateErrorIcon { -webkit-animation: animateErrorIcon .5s; animation: animateErrorIcon .5s }
@-webkit-keyframes animateXMark {
    0%, 50% { transform: scale(.4); -webkit-transform: scale(.4); margin-top: 26px; opacity: 0 }
    80% { transform: scale(1.15); -webkit-transform: scale(1.15); margin-top: -6px }
    100% { transform: scale(1); -webkit-transform: scale(1); margin-top: 0; opacity: 1 }
}
@keyframes animateXMark {
    0%, 50% { transform: scale(.4); -webkit-transform: scale(.4); margin-top: 26px; opacity: 0 }
    80% { transform: scale(1.15); -webkit-transform: scale(1.15); margin-top: -6px }
    100% { transform: scale(1); -webkit-transform: scale(1); margin-top: 0; opacity: 1 }
}
.animateXMark { -webkit-animation: animateXMark .5s; animation: animateXMark .5s }
@-webkit-keyframes pulseWarning {
    0% { border-color: #F8D486 }
    100% { border-color: #F8BB86 }
}
@keyframes pulseWarning {
    0% { border-color: #F8D486 }
    100% { border-color: #F8BB86 }
}
.pulseWarning { -webkit-animation: pulseWarning .75s infinite alternate; animation: pulseWarning .75s infinite alternate }
@-webkit-keyframes pulseWarningIns {
    0% { background-color: #F8D486 }
    100% { background-color: #F8BB86 }
}
@keyframes pulseWarningIns {
    0% { background-color: #F8D486 }
    100% { background-color: #F8BB86 }
}
.pulseWarningIns { -webkit-animation: pulseWarningIns .75s infinite alternate; animation: pulseWarningIns .75s infinite alternate }
/*_____________________________________________________________ JScrollPane ________________*/

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspScrollable { outline: none; }
.jspContainer { overflow: hidden; position: relative; }
.jspPane { position: absolute; }
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
}
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
}
.jspVerticalBar *,
.jspHorizontalBar * { margin: 0; padding: 0; }
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background: transparent; position: relative; }
.jspDrag {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspArrow {
    background: #50506D;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}
.jspArrow.jspDisabled { cursor: default; background: #80808D; }
.jspVerticalBar .jspArrow { height: 8px; }
.jspHorizontalBar .jspArrow {
    width: 8px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner {
    background: transparent;
    float: left;
    height: 100%;
}
.scroll-invisible { overflow: hidden; }
.scroll-invisible .jspVerticalBar,
.scroll-invisible .jspHorizontalBar { width: 0; height: 0; }
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner { margin: 0 -3px 0 0; }