﻿.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    -webkit-text-shadow: none;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

a {
    text-decoration: none;
}

.fbtn {
    font-family: yekan, Tahoma;
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
}

    .fbtn:focus,
    .fbtn:active:focus,
    .fbtn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .fbtn:hover,
    .fbtn:focus {
        color: #333;
        text-decoration: none;
    }

    .fbtn:active,
    .fbtn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .fbtn.disabled,
    .fbtn[disabled],
    fieldset[disabled] .fbtn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.fbtn-default {
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
}

    .fbtn-default:hover,
    .fbtn-default:focus,
    .fbtn-default:active,
    .fbtn-default.active,
    .open > .dropdown-toggle.fbtn-default {
        color: #fff;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .fbtn-default:active,
    .fbtn-default.active,
    .open > .dropdown-toggle.fbtn-default {
        background-image: none;
    }

    .fbtn-default.disabled,
    .fbtn-default[disabled],
    fieldset[disabled] .fbtn-default,
    .fbtn-default.disabled:hover,
    .fbtn-default[disabled]:hover,
    fieldset[disabled] .fbtn-default:hover,
    .fbtn-default.disabled:focus,
    .fbtn-default[disabled]:focus,
    fieldset[disabled] .fbtn-default:focus,
    .fbtn-default.disabled:active,
    .fbtn-default[disabled]:active,
    fieldset[disabled] .fbtn-default:active,
    .fbtn-default.disabled.active,
    .fbtn-default[disabled].active,
    fieldset[disabled] .fbtn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .fbtn-default .badge {
        color: #fff;
        background-color: #333;
    }

.fbtn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .fbtn-primary:hover,
    .fbtn-primary:focus,
    .fbtn-primary:active,
    .fbtn-primary.active,
    .open > .dropdown-toggle.fbtn-primary {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .fbtn-primary:active,
    .fbtn-primary.active,
    .open > .dropdown-toggle.fbtn-primary {
        background-image: none;
    }

    .fbtn-primary.disabled,
    .fbtn-primary[disabled],
    fieldset[disabled] .fbtn-primary,
    .fbtn-primary.disabled:hover,
    .fbtn-primary[disabled]:hover,
    fieldset[disabled] .fbtn-primary:hover,
    .fbtn-primary.disabled:focus,
    .fbtn-primary[disabled]:focus,
    fieldset[disabled] .fbtn-primary:focus,
    .fbtn-primary.disabled:active,
    .fbtn-primary[disabled]:active,
    fieldset[disabled] .fbtn-primary:active,
    .fbtn-primary.disabled.active,
    .fbtn-primary[disabled].active,
    fieldset[disabled] .fbtn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .fbtn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.fbtn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .fbtn-success:hover,
    .fbtn-success:focus,
    .fbtn-success:active,
    .fbtn-success.active,
    .open > .dropdown-toggle.fbtn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .fbtn-success:active,
    .fbtn-success.active,
    .open > .dropdown-toggle.fbtn-success {
        background-image: none;
    }

    .fbtn-success.disabled,
    .fbtn-success[disabled],
    fieldset[disabled] .fbtn-success,
    .fbtn-success.disabled:hover,
    .fbtn-success[disabled]:hover,
    fieldset[disabled] .fbtn-success:hover,
    .fbtn-success.disabled:focus,
    .fbtn-success[disabled]:focus,
    fieldset[disabled] .fbtn-success:focus,
    .fbtn-success.disabled:active,
    .fbtn-success[disabled]:active,
    fieldset[disabled] .fbtn-success:active,
    .fbtn-success.disabled.active,
    .fbtn-success[disabled].active,
    fieldset[disabled] .fbtn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .fbtn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.fbtn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .fbtn-info:hover,
    .fbtn-info:focus,
    .fbtn-info:active,
    .fbtn-info.active,
    .open > .dropdown-toggle.fbtn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .fbtn-info:active,
    .fbtn-info.active,
    .open > .dropdown-toggle.fbtn-info {
        background-image: none;
    }

    .fbtn-info.disabled,
    .fbtn-info[disabled],
    fieldset[disabled] .fbtn-info,
    .fbtn-info.disabled:hover,
    .fbtn-info[disabled]:hover,
    fieldset[disabled] .fbtn-info:hover,
    .fbtn-info.disabled:focus,
    .fbtn-info[disabled]:focus,
    fieldset[disabled] .fbtn-info:focus,
    .fbtn-info.disabled:active,
    .fbtn-info[disabled]:active,
    fieldset[disabled] .fbtn-info:active,
    .fbtn-info.disabled.active,
    .fbtn-info[disabled].active,
    fieldset[disabled] .fbtn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .fbtn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.fbtn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .fbtn-warning:hover,
    .fbtn-warning:focus,
    .fbtn-warning:active,
    .fbtn-warning.active,
    .open > .dropdown-toggle.fbtn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .fbtn-warning:active,
    .fbtn-warning.active,
    .open > .dropdown-toggle.fbtn-warning {
        background-image: none;
    }

    .fbtn-warning.disabled,
    .fbtn-warning[disabled],
    fieldset[disabled] .fbtn-warning,
    .fbtn-warning.disabled:hover,
    .fbtn-warning[disabled]:hover,
    fieldset[disabled] .fbtn-warning:hover,
    .fbtn-warning.disabled:focus,
    .fbtn-warning[disabled]:focus,
    fieldset[disabled] .fbtn-warning:focus,
    .fbtn-warning.disabled:active,
    .fbtn-warning[disabled]:active,
    fieldset[disabled] .fbtn-warning:active,
    .fbtn-warning.disabled.active,
    .fbtn-warning[disabled].active,
    fieldset[disabled] .fbtn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .fbtn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.fbtn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .fbtn-danger:hover,
    .fbtn-danger:focus,
    .fbtn-danger:active,
    .fbtn-danger.active,
    .open > .dropdown-toggle.fbtn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .fbtn-danger:active,
    .fbtn-danger.active,
    .open > .dropdown-toggle.fbtn-danger {
        background-image: none;
    }

    .fbtn-danger.disabled,
    .fbtn-danger[disabled],
    fieldset[disabled] .fbtn-danger,
    .fbtn-danger.disabled:hover,
    .fbtn-danger[disabled]:hover,
    fieldset[disabled] .fbtn-danger:hover,
    .fbtn-danger.disabled:focus,
    .fbtn-danger[disabled]:focus,
    fieldset[disabled] .fbtn-danger:focus,
    .fbtn-danger.disabled:active,
    .fbtn-danger[disabled]:active,
    fieldset[disabled] .fbtn-danger:active,
    .fbtn-danger.disabled.active,
    .fbtn-danger[disabled].active,
    fieldset[disabled] .fbtn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .fbtn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.fbtn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .fbtn-link,
    .fbtn-link:active,
    .fbtn-link[disabled],
    fieldset[disabled] .fbtn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .fbtn-link,
        .fbtn-link:hover,
        .fbtn-link:focus,
        .fbtn-link:active {
            border-color: transparent;
        }

            .fbtn-link:hover,
            .fbtn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .fbtn-link[disabled]:hover,
            fieldset[disabled] .fbtn-link:hover,
            .fbtn-link[disabled]:focus,
            fieldset[disabled] .fbtn-link:focus {
                color: #777;
                text-decoration: none;
            }

.fbtn-lg,
.fbtn-group-lg > .fbtn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.fbtn-sm,
.fbtn-group-sm > .fbtn {
    padding: 3px 8px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.fbtn-xs,
.fbtn-group-xs > .fbtn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.fbtn-block {
    display: block;
    width: 100%;
}

    .fbtn-block + .fbtn-block {
        margin-top: 5px;
    }

input[type="submit"].fbtn-block,
input[type="reset"].fbtn-block,
input[type="button"].fbtn-block {
    width: 100%;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 1px 5px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #777;
    border-radius: 2px;
    vertical-align: middle;
}

.badge-success {
    color: #fff;
    background-color: #09c16c;
}

.badge-danger {
    color: #fff;
    background-color: #ea3e33;
}

.badge-warning {
    color: #fff;
    background-color: #54a3ee;
}

.badge-info {
    color: #fff;
    background-color: #54a3ee;
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #e0e0e0;
    border-right-width: 5px;
    border-radius: 3px;
}

    .callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout code {
        border-radius: 3px;
    }

    .callout + .callout {
        margin-top: -5px;
    }

.callout-success {
    border-right-color: #5cb85c;
}

    .callout-success h4 {
        color: #4fbb4f;
    }

.callout-danger {
    border-right-color: #d9534f;
}

    .callout-danger h4 {
        color: #d9534f;
    }

.callout-warning {
    border-right-color: #f0ad4e;
}

    .callout-warning h4 {
        color: #f0ad4e;
    }

.callout-info {
    border-right-color: #5bc0de;
}

    .callout-info h4 {
        color: #5bc0de;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.fbtn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    -moz-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
    overflow: hidden;
    -ms-zoom: 1;
    zoom: 1;
}

    .media,
    .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
    text-align: right;
}


.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
        .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

        .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
        .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px;
        }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
        .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px;
        }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
        .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px;
        }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #428bca;
        }

        .panel-primary > .panel-heading .badge {
            color: #428bca;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: white;
        background-color: #f17373;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.FaraNotification {
    min-width: 300px;
    position: fixed;
    height: 40px;
    right: 20px;
    border-radius: 60px;
    bottom: 20px;
    background-color: rgb(4, 175, 253);
    vertical-align: middle;
    color: white;
    z-index: 999;
    font-family: yekan;
    font-size: 13px;
    text-align: right;
    padding-top: 20px;
    padding-right: 60px;
    -moz-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms;
}

.FaraNotification-success {
    background-color: #5cb85c;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAoCAYAAACxbNkLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQTIwRjJFNDU0NjQxMUU0OUYwMkI5Q0YwQTg4RkUzQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQTIwRjJFNTU0NjQxMUU0OUYwMkI5Q0YwQTg4RkUzQiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJBMjBGMkUyNTQ2NDExRTQ5RjAyQjlDRjBBODhGRTNCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJBMjBGMkUzNTQ2NDExRTQ5RjAyQjlDRjBBODhGRTNCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8mYk8gAABMxJREFUeNrcmWlsTFEUx2dGSzuWhjb2oFFbK1QpkioStQRBEFtTX/rZFvsnER/EkvBFfEZoI02EiMS+VouWSghqF7Qau9Jpq33+J/4vuW5mpub2zUw5yS9N37x3zznvnXvvuee4Lcty/U8SY/hcFzABZIF0kAJ6gHj+XgfegSegAhSDa+BruB1yh/iFhoLlYBIdSAIJLTzzBbyng5fBQfAw2g4NALkgB4wFXl6vB7fBI/AafOT1bqAvGAIyQAde/wFugvPgMHgeDYemgTywFLQDFsPnHrgL7tOwKtDMZzygF0gGaWAkGM4wdYMmUMivdcZRj8ShAHQBi8BD67f8BGVgF8gM8lwgMvlsGceyOPZi6nI5QaAfOoN88IOKP4NCMNIBpSNAAce0qCOfOsPm0BJQT4XfwSrQEbgdUOrmWDJmLXXUU2dYHJoCnijO5DoZElpI51KHyFOQ47RDgxha9luTt+gNgzM2MvZKJRoKaYNjDm1mbNeBIwwNV5jxUlcddW92yqEUUMI3VQ4yIuCMTQZ1WrTB+Ct57P0I5INU4APnuGFGSkTXWepOoy1uk4E8Sm42kX9vgSKHDY4D08ExUAI2gHHaPUXU3Rlk0xbj5DSLuZmLGUCFwwnwDLCJERDP1Ei+xA3lvrvUnU1bxKZTpl9IUpLuTCTFmUaHnIkF8+jMaL79GOaGQ7R7G6n7C22Z0JqQkyNAJ/CAuZk/iQ8xrtuDuWAtw0s9qkiCetzPM/dpQyfaZBxyKTRWBnum3dMbjGFyKRn1JfCqhXHF+ZlgDRiv/SbO7OUZSZdntGE8bTJOTr9yydwGYrWlcAMoBU3gBdgO+gVJg2RfmQ+KrT+lEdwEc4Isu7G0waJNxvtQAwdZ7eemy8CnGFYN9oABwBPAmVLNmXo6MxvEtGDUaj7T0Jp9KJjI4e2b8r9M2GVgFeinzRk5O20Eo9Qg4GTfCi6Cn+Hc0GyHfPybyJVJlf08jH1XNuHuPIqvAP153V6a0+mcLbK3bAMXlDGCrYqJmk1Gi0I1l9Q+rBNUKffc4SR28eSaoByz8ziGLBKz/GyWsonu4Km04S/sSaINtk3Gi8Ip0Mw8KitAfA4Ee8EHbX585rzS5TqYG+IZKos2NNMm4zkkMV4LhnEH9ydPwR5wiBUcWxKULMOeM7I0b+deE0pZKY021JpmK7ZDUvSooXHpfuaRLS/BblDAPalZ+72BKcwWcNIgq0inDTW0ydihYuWtD2eVJpC8oVNFVGxLE+ttm7j5hlqStStDLo5b3BqHpKJ5lctzJlgYbNqBt3TqqLKky5dZz3FMVqgF1C3jXTGusmrH71APeMlgHzjBDKCd4cFslHLAk015cGsPeCKPwQlmu5Lmr1MqpK4gc6qcy3MFwy5U8TKBTaVusaHSqUKjXiRZGaEiiU8pkgx2uoyVw5JSNMpYUyNRaJRi4Aq+TacKjV6OGZFCY6BScAHLuP9kKdgOCSmkV2rF+p2GxfoxfFYt1lc6Xaz/m3bKdCahSwK0U+6xnVKttVN6sp0im+UIpZ3iUdopkkadjkbDK5kNrylaw8unNbw+8XpXreEVp7Qqb0S74eWvJTmZZ6JQWpI1zAAOsG7QJnqsatM420/T2Ku0HvWm8dW22DRu8/JLgAEA+m4oSktExSQAAAAASUVORK5CYII=') /*/images/messagebaricons/success5.png*/;
    *background-image: url(/images/messagebaricons/success5.png); /* For IE 6 and 7 */
    background-repeat: no-repeat;
    background-position: right;
}

.FaraNotification-error {
    background-color: #d54952;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAoCAYAAACxbNkLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDM4MUQyRTU0NjQxMUU0QjIxNTgzRjk0NkFENjFCMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDM4MUQyRjU0NjQxMUU0QjIxNTgzRjk0NkFENjFCMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkYwMzgxRDJDNTQ2NDExRTRCMjE1ODNGOTQ2QUQ2MUIyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkYwMzgxRDJENTQ2NDExRTRCMjE1ODNGOTQ2QUQ2MUIyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9b01MgAABFtJREFUeNrcmf1rTmEYx/eMMY9szWaeDWXLhqZhbX5BlKEIaWJa/OIlKVP8xB/gXUqSH6S8rxRFFmO0dy8jisya/EJGXmZmL3k5vne+p263c59znvOcZ8+46tN5Oue+7+v6nnOf59z3dQUMw4j7nyzgUVASmAVmgmlgAhgNhvF6D3gL2sAj0ADqQedAEzQJrAVzKCANJDv0+QzeU2ANOAVaYi1oPCgDxWAGCPJ8H3gInoNX4CPPjwRjwURQAIbyfDe4B6rBWfAyFoIWgDVgNRgEDE6fJ+AxeMrA3oCf7BMPMkAWyANTwRRO0wD4ASr4tKp8VSQEaUgCK0GL8du+g2awHxTZ9NNRxL7NHMvg2KvoK84PdBdGgHWgm447QAWY6oPTfHCeYxr0sY4+oyaoFPTR4VewFQwHAR+cBjiWGLOLPvroMyqC5oE2SUyZn1NCmdJl9CHsBSj2W1AOp5Z518RdDEZBjIkYu1yaDRWMwTdBOzi3e8A5Tg3z2iCwHdSBIyA1DEejwTFQA7aAeEXUOfrsYAy+CJoAmninHoACpfE2408TwkIunIwD95W+m5Q2BfRpMIacSAWJF3U3+Mw7tdeicYPxtwlR6TYOMi3ECLth0XYPfXfydyASQclSwLWa78xRw9oaNKIy+c2xsoMW7Qvp2xwzORJBi6R/NhF4gkVjEXS9JkDxpEZKbUOaJyOsGqRYjJ8g3bQ2xuRZ0C4+avFSbrTpIEQ1OoiyE3NbI8ZkI2PoZEyeBVWCn3whZzp0sntSjTbT7KaDmDj6bmIslZEIaqXTEyDDRceQjSidGDd/8xmMwWBMYQuK5xo1xONr7l2crB0sAU0u2t4Gy8EHF23fMwY5prDMFJTIo3D6zWXfT2CxgyghZhn44nLMb5LwxEgEebXBIMHm+hC26TczBfXymOoQoGzpoBIU2rQROYcrIMXlmAmMQY7Jk6B2HscwT+Bk48BVBzGyqMsu34k0xiDH5ElQG7fWk0G2Q59McFEjRiRBGi3Oi633BT5VO8tmDAZj8ixIpJq6OFieg5jLGjG3wFLSoBF1yUFUHmPoYkyecwpulj52a7NqZROYavOdEudHRXvpoy5OCy0aH9cEeEuzAkjXrNCFHXZYnDZ6XZyaU05kNOv4vSgCKywe5mSLcyK/VsJvkmrv+EGt1yQsVSuhbxFDrecsq7L9ttvgbfG4nAlx4SrbeqXNdGmDdwfkRmsLLucTxLZ5M6gCB8KcEkL4IXANbFA2b8LHGWkLvjOaSZLyfkqS9EpJklzD5zRWMVNKsUhjze+PRGMX35+gj4nGIMfsl0SjLhV8nmncfzIVbE6JVdLmz0zW7/OYrC9kXzlZ3+p3st5NOWUhyymlmnLKE5ZT2pVySojlFFFGyZfKKfFSOeU0uB6LglcWC17zlIJXr1LwMj+wKUrBK1EqVd6NdcHLqiQ5l4vMcEqS77gCOAmeDcSi8WyLonFQKj2qReO6gVg0HvD2S4ABAO7iAiA8d/GLAAAAAElFTkSuQmCC') /*/images/messagebaricons/Error.png*/;
    *background-image: url(/images/messagebaricons/Error.png); /* For IE 6 and 7 */
    background-repeat: no-repeat;
    background-position: right;
}

.FaraNotification-warning {
    background-color: #f0ad4e;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAoCAMAAACGsik5AAABrVBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////86fDbSAAAAjnRSTlMA8A7y/PfchvkBBQr1/toNxcKWx55KO7b6g4i/GfYPWDXGZqjMJTL7Y80ocHECW2ekNN0LIUZXp3lvbvimLvSH8Xw8KZif2Yt6hUsbo0TWUG2Km7V7gtgm5C0aR+FDX4nRU0IV82WsVhCcJFUgvlx3eCoSL1oGouUxyK/maM8D6RxFw+LsjAhPDJXB/eozvFRqaQAAAnZJREFUeF6tlfVz4lAQxzeQACnBXdpCgVKhhQp179Xd9dzd3d2/f/NNJ0MT3oVHZ+6+v+0On7C7b4X+XabA3Ma0YLMJ0xtzAdOJkBar2yJAFQSL29pSFbm1GVOAweRUJJeLTCUHASU23s1niosiHB5vfmKhjahtYSLv9TggFoq8ZK5uQ0zPJPS+xExaxHZPxdRcTbUQUg9Z93CvgNomVwWo3galv0sumfEXyrkJIpK7+kdgqzdmTlugtOvCiAG4dJGOwm5X0LlkxGRSsPXbNfuLAwC+0pHsAzakMgZQnyANdekdvwDgN6nUkCT0/c3c8KG5sTxFEVgvGY3N8GVYRh4dk84yvvuXL2hGVDJHZSpXnRueBHHU4YG7jvEFLPDW8KAaLywBxmc1Cw3MrybPb57R2Q2C2cpAIYcvqDPvXFkOA5glTUGfI8RATvjj+vloyAKAvpxxP5wMZEakPKVDAE9lfbgRmBkojNYy+5oI4Drp1YpwFWgFAG6yUJXw1gGE64gJj18I2gVwm4gpBL/kewBwl4gpOf9x7wHAHhHzuPw2+gDgkNNGWsN2HFsPRACn2IZNsg0rR81S9Nh6BAAr9Jg0jRqMBmX0Q/gEQPYbLWrD8qwZz3eMx720Il4CSNMrLUB7QRJmKyyWAZVyAcDu6GvXMTMwiNQOGWips7TC3rwFgOV3pEpdYe8rLsuRVbtMRMWP+PS59D+yfZVdluxa7h1WP37StUymHifE9Fqi7H3W0iKcPbzbdlBQT01w/+jU7Afz33/8hFg4IK66x2MKILn9W7nclt8tAbXaUeOdz6T+fCajkyc71PPWkHMsmx1zhqzzJvqv+gNR15kro7/3FgAAAABJRU5ErkJggg==') /*/images/messagebaricons/Warning.png*/;
    *background-image: url(/images/messagebaricons/Warning.png); /* For IE 6 and 7 */
    background-repeat: no-repeat;
    background-position: right;
}

.FaraNotification:hover {
}

.showNotify {
    -webkit-animation: animation 1000ms linear both;
    -moz-animation: animation 1000ms linear both;
    -o-animation: animation 1000ms linear both;
    animation: animation 1000ms linear both;
}

.hideNotify {
    opacity: 0;
    display: none;
}

/*#region FaraNotification Animation */

@-webkit-keyframes animation {
    0% {
        -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.333333% {
        -webkit-transform: matrix3d(0.78727, 0, 0, 0, 0, 0.81161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.78727, 0, 0, 0, 0, 0.81161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.78727, 0, 0, 0, 0, 0.81161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.78727, 0, 0, 0, 0, 0.81161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.78727, 0, 0, 0, 0, 0.81161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    6.666667% {
        -webkit-transform: matrix3d(0.87905, 0, 0, 0, 0, 0.94415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.87905, 0, 0, 0, 0, 0.94415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.87905, 0, 0, 0, 0, 0.94415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.87905, 0, 0, 0, 0, 0.94415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.87905, 0, 0, 0, 0, 0.94415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10% {
        -webkit-transform: matrix3d(0.95664, 0, 0, 0, 0, 1.04336, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.95664, 0, 0, 0, 0, 1.04336, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.95664, 0, 0, 0, 0, 1.04336, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.95664, 0, 0, 0, 0, 1.04336, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.95664, 0, 0, 0, 0, 1.04336, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    13.333333% {
        -webkit-transform: matrix3d(1.01138, 0, 0, 0, 0, 1.0881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.01138, 0, 0, 0, 0, 1.0881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.01138, 0, 0, 0, 0, 1.0881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.01138, 0, 0, 0, 0, 1.0881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01138, 0, 0, 0, 0, 1.0881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    20% {
        -webkit-transform: matrix3d(1.05308, 0, 0, 0, 0, 1.05308, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.05308, 0, 0, 0, 0, 1.05308, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.05308, 0, 0, 0, 0, 1.05308, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.05308, 0, 0, 0, 0, 1.05308, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05308, 0, 0, 0, 0, 1.05308, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    23.333333% {
        -webkit-transform: matrix3d(1.04982, 0, 0, 0, 0, 1.01574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.04982, 0, 0, 0, 0, 1.01574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.04982, 0, 0, 0, 0, 1.01574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.04982, 0, 0, 0, 0, 1.01574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04982, 0, 0, 0, 0, 1.01574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    26.666667% {
        -webkit-transform: matrix3d(1.03867, 0, 0, 0, 0, 0.98778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.03867, 0, 0, 0, 0, 0.98778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.03867, 0, 0, 0, 0, 0.98778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.03867, 0, 0, 0, 0, 0.98778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03867, 0, 0, 0, 0, 0.98778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    30% {
        -webkit-transform: matrix3d(1.02482, 0, 0, 0, 0, 0.97518, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.02482, 0, 0, 0, 0, 0.97518, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.02482, 0, 0, 0, 0, 0.97518, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.02482, 0, 0, 0, 0, 0.97518, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02482, 0, 0, 0, 0, 0.97518, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    36.666667% {
        -webkit-transform: matrix3d(1.00193, 0, 0, 0, 0, 0.98504, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00193, 0, 0, 0, 0, 0.98504, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00193, 0, 0, 0, 0, 0.98504, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00193, 0, 0, 0, 0, 0.98504, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00193, 0, 0, 0, 0, 0.98504, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    40% {
        -webkit-transform: matrix3d(0.99557, 0, 0, 0, 0, 0.99557, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99557, 0, 0, 0, 0, 0.99557, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99557, 0, 0, 0, 0, 0.99557, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99557, 0, 0, 0, 0, 0.99557, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99557, 0, 0, 0, 0, 0.99557, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    43.333333% {
        -webkit-transform: matrix3d(0.99255, 0, 0, 0, 0, 1.00344, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99255, 0, 0, 0, 0, 1.00344, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99255, 0, 0, 0, 0, 1.00344, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99255, 0, 0, 0, 0, 1.00344, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99255, 0, 0, 0, 0, 1.00344, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    46.666667% {
        -webkit-transform: matrix3d(0.9921, 0, 0, 0, 0, 1.00699, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.9921, 0, 0, 0, 0, 1.00699, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.9921, 0, 0, 0, 0, 1.00699, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.9921, 0, 0, 0, 0, 1.00699, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.9921, 0, 0, 0, 0, 1.00699, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    50% {
        -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    53.333333% {
        -webkit-transform: matrix3d(0.99524, 0, 0, 0, 0, 1.00421, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99524, 0, 0, 0, 0, 1.00421, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99524, 0, 0, 0, 0, 1.00421, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99524, 0, 0, 0, 0, 1.00421, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99524, 0, 0, 0, 0, 1.00421, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    56.666667% {
        -webkit-transform: matrix3d(0.99729, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99729, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99729, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99729, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99729, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    60% {
        -webkit-transform: matrix3d(0.99903, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99903, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99903, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99903, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99903, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    63.333333% {
        -webkit-transform: matrix3d(1.00025, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00025, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00025, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00025, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00025, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    70% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    73.333333% {
        -webkit-transform: matrix3d(1.00111, 0, 0, 0, 0, 0.99965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00111, 0, 0, 0, 0, 0.99965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00111, 0, 0, 0, 0, 0.99965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00111, 0, 0, 0, 0, 0.99965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00111, 0, 0, 0, 0, 0.99965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    76.666667% {
        -webkit-transform: matrix3d(1.00087, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00087, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00087, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00087, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00087, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    80% {
        -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    86.666667% {
        -webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    90% {
        -webkit-transform: matrix3d(0.9999, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.9999, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.9999, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.9999, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.9999, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    93.333333% {
        -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    96.666667% {
        -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes animation {
    0% {
        -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.333333% {
        -webkit-transform: matrix3d(0.78727, 0, 0, 0, 0, 0.81161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.78727, 0, 0, 0, 0, 0.81161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.78727, 0, 0, 0, 0, 0.81161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.78727, 0, 0, 0, 0, 0.81161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.78727, 0, 0, 0, 0, 0.81161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    6.666667% {
        -webkit-transform: matrix3d(0.87905, 0, 0, 0, 0, 0.94415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.87905, 0, 0, 0, 0, 0.94415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.87905, 0, 0, 0, 0, 0.94415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.87905, 0, 0, 0, 0, 0.94415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.87905, 0, 0, 0, 0, 0.94415, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10% {
        -webkit-transform: matrix3d(0.95664, 0, 0, 0, 0, 1.04336, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.95664, 0, 0, 0, 0, 1.04336, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.95664, 0, 0, 0, 0, 1.04336, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.95664, 0, 0, 0, 0, 1.04336, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.95664, 0, 0, 0, 0, 1.04336, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    13.333333% {
        -webkit-transform: matrix3d(1.01138, 0, 0, 0, 0, 1.0881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.01138, 0, 0, 0, 0, 1.0881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.01138, 0, 0, 0, 0, 1.0881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.01138, 0, 0, 0, 0, 1.0881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01138, 0, 0, 0, 0, 1.0881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    20% {
        -webkit-transform: matrix3d(1.05308, 0, 0, 0, 0, 1.05308, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.05308, 0, 0, 0, 0, 1.05308, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.05308, 0, 0, 0, 0, 1.05308, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.05308, 0, 0, 0, 0, 1.05308, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05308, 0, 0, 0, 0, 1.05308, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    23.333333% {
        -webkit-transform: matrix3d(1.04982, 0, 0, 0, 0, 1.01574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.04982, 0, 0, 0, 0, 1.01574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.04982, 0, 0, 0, 0, 1.01574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.04982, 0, 0, 0, 0, 1.01574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04982, 0, 0, 0, 0, 1.01574, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    26.666667% {
        -webkit-transform: matrix3d(1.03867, 0, 0, 0, 0, 0.98778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.03867, 0, 0, 0, 0, 0.98778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.03867, 0, 0, 0, 0, 0.98778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.03867, 0, 0, 0, 0, 0.98778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03867, 0, 0, 0, 0, 0.98778, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    30% {
        -webkit-transform: matrix3d(1.02482, 0, 0, 0, 0, 0.97518, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.02482, 0, 0, 0, 0, 0.97518, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.02482, 0, 0, 0, 0, 0.97518, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.02482, 0, 0, 0, 0, 0.97518, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02482, 0, 0, 0, 0, 0.97518, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    36.666667% {
        -webkit-transform: matrix3d(1.00193, 0, 0, 0, 0, 0.98504, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00193, 0, 0, 0, 0, 0.98504, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00193, 0, 0, 0, 0, 0.98504, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00193, 0, 0, 0, 0, 0.98504, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00193, 0, 0, 0, 0, 0.98504, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    40% {
        -webkit-transform: matrix3d(0.99557, 0, 0, 0, 0, 0.99557, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99557, 0, 0, 0, 0, 0.99557, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99557, 0, 0, 0, 0, 0.99557, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99557, 0, 0, 0, 0, 0.99557, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99557, 0, 0, 0, 0, 0.99557, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    43.333333% {
        -webkit-transform: matrix3d(0.99255, 0, 0, 0, 0, 1.00344, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99255, 0, 0, 0, 0, 1.00344, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99255, 0, 0, 0, 0, 1.00344, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99255, 0, 0, 0, 0, 1.00344, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99255, 0, 0, 0, 0, 1.00344, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    46.666667% {
        -webkit-transform: matrix3d(0.9921, 0, 0, 0, 0, 1.00699, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.9921, 0, 0, 0, 0, 1.00699, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.9921, 0, 0, 0, 0, 1.00699, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.9921, 0, 0, 0, 0, 1.00699, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.9921, 0, 0, 0, 0, 1.00699, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    50% {
        -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    53.333333% {
        -webkit-transform: matrix3d(0.99524, 0, 0, 0, 0, 1.00421, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99524, 0, 0, 0, 0, 1.00421, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99524, 0, 0, 0, 0, 1.00421, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99524, 0, 0, 0, 0, 1.00421, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99524, 0, 0, 0, 0, 1.00421, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    56.666667% {
        -webkit-transform: matrix3d(0.99729, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99729, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99729, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99729, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99729, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    60% {
        -webkit-transform: matrix3d(0.99903, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99903, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99903, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99903, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99903, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    63.333333% {
        -webkit-transform: matrix3d(1.00025, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00025, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00025, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00025, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00025, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    70% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    73.333333% {
        -webkit-transform: matrix3d(1.00111, 0, 0, 0, 0, 0.99965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00111, 0, 0, 0, 0, 0.99965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00111, 0, 0, 0, 0, 0.99965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00111, 0, 0, 0, 0, 0.99965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00111, 0, 0, 0, 0, 0.99965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    76.666667% {
        -webkit-transform: matrix3d(1.00087, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00087, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00087, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00087, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00087, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    80% {
        -webkit-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00056, 0, 0, 0, 0, 1.00056, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    86.666667% {
        -webkit-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00004, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    90% {
        -webkit-transform: matrix3d(0.9999, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.9999, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.9999, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.9999, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.9999, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    93.333333% {
        -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    96.666667% {
        -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}


/*#endregion */

.faraGrid,
.faraGrid tbody,
.faraGrid tbody td,
.faraGrid thead,
.faraGrid thead tr,
.faraGrid thead td {
    border: none;
}

.faraGrid {
    text-align: center;
    width: 100%;
    margin: 5px 0 10px 0;
    border-collapse: collapse;
}

    .faraGrid tr {
        border-bottom: dashed 1px #c1c1c1;
    }

    .faraGrid td {
        padding: 0 7px;
        display: table-cell;
    }

    .faraGrid thead {
        background-color: #12a1cf;
    }

        .faraGrid thead a {
            color: white;
        }

    .faraGrid th {
        padding: 5px;
        color: #fff;
        font-size: 0.9em;
        font-weight: 400;
        border: none;
    }

    .faraGrid thead tr th:first-child {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }


    .faraGrid thead tr th:last-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
    }

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    direction: ltr;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .fbtn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .fbtn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .fbtn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .fbtn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .fbtn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .fbtn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .fbtn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .fbtn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 2px 7px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .fbtn,
    .input-group-btn:first-child > .fbtn-group > .fbtn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .fbtn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .fbtn-group:not(:last-child) > .fbtn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .fbtn,
    .input-group-btn:last-child > .fbtn-group > .fbtn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .fbtn:not(:first-child),
    .input-group-btn:first-child > .fbtn-group:not(:first-child) > .fbtn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .fbtn {
        position: relative;
    }

        .input-group-btn > .fbtn + .fbtn {
            margin-left: -1px;
        }

        .input-group-btn > .fbtn:hover,
        .input-group-btn > .fbtn:focus,
        .input-group-btn > .fbtn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .fbtn,
    .input-group-btn:first-child > .fbtn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .fbtn,
    .input-group-btn:last-child > .fbtn-group {
        margin-left: -1px;
    }


/*#region Fara Alert */

.fara-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.fara-alert {
    background-color: white;
    font-family: tahoma, 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: 2000;
}

@media all and (max-width: 540px) {
    .fara-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.fara-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;
}

.fara-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.fara-alert button {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

    .fara-alert button:focus {
        outline: none;
        box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

    .fara-alert button:hover {
        background-color: #a1d9f2;
    }

    .fara-alert button:active {
        background-color: #81ccee;
    }

    .fara-alert button.cancel {
        background-color: #D0D0D0;
    }

        .fara-alert button.cancel:hover {
            background-color: #c8c8c8;
        }

        .fara-alert button.cancel:active {
            background-color: #b6b6b6;
        }

        .fara-alert button.cancel:focus {
            box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
        }

    .fara-alert button::-moz-focus-inner {
        border: 0;
    }

.fara-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.fara-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .fara-alert .icon.error {
        border-color: #F27474;
    }

        .fara-alert .icon.error .x-mark {
            position: relative;
            display: block;
        }

        .fara-alert .icon.error .line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #F27474;
            display: block;
            top: 0;
            border-radius: 2px;
        }

            .fara-alert .icon.error .line.left {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 17px;
            }

            .fara-alert .icon.error .line.right {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 16px;
            }

    .fara-alert .icon.warning {
        border-color: #F8BB86;
    }

        .fara-alert .icon.warning .body {
            position: absolute;
            width: 5px;
            height: 47px;
            left: 50%;
            top: 10px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #F8BB86;
        }

        .fara-alert .icon.warning .dot {
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            left: 50%;
            bottom: 10px;
            background-color: #F8BB86;
        }

    .fara-alert .icon.info {
        border-color: #C9DAE1;
    }

        .fara-alert .icon.info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 29px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #C9DAE1;
        }

        .fara-alert .icon.info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px;
            background-color: #C9DAE1;
        }

    .fara-alert .icon.success {
        border-color: #A5DC86;
    }

        .fara-alert .icon.success::before, .fara-alert .icon.success::after {
            content: '';
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: white;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .fara-alert .icon.success::before {
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            -moz-transform-origin: 60px 60px;
            -ms-transform-origin: 60px 60px;
            -o-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
        }

        .fara-alert .icon.success::after {
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0px 60px;
            -moz-transform-origin: 0px 60px;
            -ms-transform-origin: 0px 60px;
            -o-transform-origin: 0px 60px;
            transform-origin: 0px 60px;
        }

        .fara-alert .icon.success .placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165, 220, 134, 0.2);
            border-radius: 50%;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2;
        }

        .fara-alert .icon.success .fix {
            width: 5px;
            height: 90px;
            background-color: white;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .fara-alert .icon.success .line {
            height: 5px;
            background-color: #A5DC86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

            .fara-alert .icon.success .line.tip {
                width: 25px;
                left: 14px;
                top: 7px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .fara-alert .icon.success .line.long {
                width: 47px;
                right: 8px;
                top: 0;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .fara-alert .icon.custom {
        background-size: contain;
        border-radius: 0;
        border: none;
        background-position: center center;
        background-repeat: no-repeat;
    }

/*
 * Animations
 */
@-webkit-keyframes showfaraAlert {
    0% {
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes showfaraAlert {
    0% {
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showfaraAlert {
    0% {
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-tranform: scale(0.95);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hidefaraAlert {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-moz-keyframes hidefaraAlert {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hidefaraAlert {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

.showfaraAlert {
    -webkit-animation: showfaraAlert 0.3s;
    -moz-animation: showfaraAlert 0.3s;
    -o-animation: showfaraAlert 0.3s;
    animation: showfaraAlert 0.3s;
}

.hidefaraAlert {
    -webkit-animation: hidefaraAlert 0.2s;
    -moz-animation: hidefaraAlert 0.2s;
    -o-animation: hidefaraAlert 0.2s;
    animation: hidefaraAlert 0.2s;
}

/*#endregion */


/*#region FaraDialog */

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 10%;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    position: fixed;
    background-color: #efefef;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    text-align: center;
}

    .reveal-modal input[type=text] {
        margin-bottom: 15px;
        padding: 5px;
        font-family: Tahoma;
        border-radius: 5px;
        border: 1px solid #e2e2e2;
    }

    .reveal-modal.small {
        width: 200px;
        margin-left: -140px;
    }

    .reveal-modal.medium {
        width: 400px;
        margin-left: -240px;
    }

    .reveal-modal.large {
        width: 600px;
        margin-left: -340px;
    }

    .reveal-modal.xlarge {
        width: 800px;
        margin-left: -440px;
    }

    .reveal-modal .close-reveal-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
    }

/*#endregion */
