/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    top: 0;
    left: 0;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    border-radius: 4px;
}

    .bootstrap-datetimepicker-widget.timepicker-sbs {
        width: 600px;
    }

    .bootstrap-datetimepicker-widget.bottom:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 7px;
    }

    .bootstrap-datetimepicker-widget.bottom:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid white;
        position: absolute;
        top: -6px;
        left: 8px;
    }

    .bootstrap-datetimepicker-widget.top:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #ccc;
        border-top-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: -7px;
        left: 6px;
    }

    .bootstrap-datetimepicker-widget.top:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid white;
        position: absolute;
        bottom: -6px;
        left: 7px;
    }

    .bootstrap-datetimepicker-widget .dow {
        width: 14.2857%;
    }

    .bootstrap-datetimepicker-widget.pull-right:before {
        left: auto;
        right: 6px;
    }

    .bootstrap-datetimepicker-widget.pull-right:after {
        left: auto;
        right: 7px;
    }

    .bootstrap-datetimepicker-widget > ul {
        list-style-type: none;
        margin: 0;
    }

    .bootstrap-datetimepicker-widget a[data-action] {
        padding: 6px 0;
    }

        .bootstrap-datetimepicker-widget a[data-action]:active {
            box-shadow: none;
        }

    .bootstrap-datetimepicker-widget .timepicker-hour,
    .bootstrap-datetimepicker-widget .timepicker-minute,
    .bootstrap-datetimepicker-widget .timepicker-second {
        width: 54px;
        font-weight: bold;
        font-size: 1.2em;
        margin: 0;
    }

    .bootstrap-datetimepicker-widget button[data-action] {
        padding: 6px;
    }

    .bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
        width: 4px;
        padding: 0;
        margin: 0;
    }

    .bootstrap-datetimepicker-widget .datepicker > div {
        display: none;
    }

    .bootstrap-datetimepicker-widget .picker-switch {
        text-align: center;
    }

    .bootstrap-datetimepicker-widget table {
        width: 100%;
        margin: 0;
    }

    .bootstrap-datetimepicker-widget td,
    .bootstrap-datetimepicker-widget th {
        text-align: center;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget td {
        height: 54px;
        line-height: 54px;
        width: 54px;
    }

        .bootstrap-datetimepicker-widget td.cw {
            font-size: 10px;
            height: 20px;
            line-height: 20px;
            color: #777777;
        }

        .bootstrap-datetimepicker-widget td.day {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }

            .bootstrap-datetimepicker-widget td.day:hover,
            .bootstrap-datetimepicker-widget td.hour:hover,
            .bootstrap-datetimepicker-widget td.minute:hover,
            .bootstrap-datetimepicker-widget td.second:hover {
                background: #eeeeee;
                cursor: pointer;
            }

        .bootstrap-datetimepicker-widget td.old,
        .bootstrap-datetimepicker-widget td.new {
            color: #777777;
        }

        .bootstrap-datetimepicker-widget td.today {
            position: relative;
        }

            .bootstrap-datetimepicker-widget td.today:before {
                content: '';
                display: inline-block;
                border-left: 7px solid transparent;
                border-bottom: 7px solid #428bca;
                border-top-color: rgba(0, 0, 0, 0.2);
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .bootstrap-datetimepicker-widget td.active,
        .bootstrap-datetimepicker-widget td.active:hover {
            background-color: #428bca;
            color: #ffffff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

            .bootstrap-datetimepicker-widget td.active.today:before {
                border-bottom-color: #fff;
            }

        .bootstrap-datetimepicker-widget td.disabled,
        .bootstrap-datetimepicker-widget td.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px;
        }

            .bootstrap-datetimepicker-widget td span:hover {
                background: #eeeeee;
            }

            .bootstrap-datetimepicker-widget td span.active {
                background-color: #428bca;
                color: #ffffff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

            .bootstrap-datetimepicker-widget td span.old {
                color: #777777;
            }

            .bootstrap-datetimepicker-widget td span.disabled,
            .bootstrap-datetimepicker-widget td span.disabled:hover {
                background: none;
                color: #777777;
                cursor: not-allowed;
            }

    .bootstrap-datetimepicker-widget th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrap-datetimepicker-widget th.picker-switch {
            width: 145px;
        }

        .bootstrap-datetimepicker-widget th.next,
        .bootstrap-datetimepicker-widget th.prev {
            font-size: 21px;
        }

        .bootstrap-datetimepicker-widget th.disabled,
        .bootstrap-datetimepicker-widget th.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

    .bootstrap-datetimepicker-widget thead tr:first-child th {
        cursor: pointer;
    }

        .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
            background: #eeeeee;
        }

.input-group.date .input-group-addon span {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
    padding: 0px !important;
}

@media screen and (max-width: 767px) {
    .bootstrap-datetimepicker-widget.timepicker-sbs {
        width: 283px;
    }
}

/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
    margin-bottom: 0; /* overwrites bootstrap margin */
}

    .editableform .control-group {
        margin-bottom: 0; /* overwrites bootstrap margin */
        white-space: nowrap; /* prevent wrapping buttons on new line */
        line-height: 20px; /* overwriting bootstrap line-height. See #133 */
    }

    /* 
  BS3 width:1005 for inputs breaks editable form in popup 
  See: https://github.com/vitalets/x-editable/issues/393
*/
    .editableform .form-control {
        width: auto;
    }

.editable-buttons {
    display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
    vertical-align: top;
    margin-left: 7px;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline;
}

    .editable-buttons.editable-buttons-bottom {
        display: block;
        margin-top: 7px;
        margin-left: 0;
    }

.editable-input {
    vertical-align: top;
    display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
    width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal; /* reset white-space decalred in parent*/
    /* display-inline emulation for IE7*/
    zoom: 1;
    *display: inline;
}

.editable-buttons .editable-cancel {
    margin-left: 7px;
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px;
}

.editableform-loading {
    background: url('../img/loading.gif') center center no-repeat;
    height: 25px;
    width: auto;
    min-width: 25px;
}

.editable-inline .editableform-loading {
    background-position: left 5px;
}

.editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}

    /*add padding for jquery ui*/
    .editable-error-block.ui-state-error {
        padding: 3px;
    }

.editable-error {
    color: red;
}

/* ---- For specific types ---- */

.editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
    margin-top: 3px;
    margin-left: 1px;
}


/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
    width: 566px;
    height: 250px;
}

/* clear button shown as link in date inputs */
.editable-clear {
    clear: both;
    font-size: 0.9em;
    text-decoration: none;
    text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
    background: url('../img/clear.png') center center no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: 0.6;
    z-index: 100;
    top: 50%;
    right: 6px;
    margin-top: -6px;
}

    .editable-clear-x:hover {
        opacity: 1;
    }

.editable-pre-wrapped {
    white-space: pre-wrap;
}

.editable-container.editable-popup {
    max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}

.editable-container.popover {
    width: auto; /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline;
}

.editable-container.ui-widget {
    font-size: inherit; /* jqueryui widget font 1.1em too big, overwrite it */
    z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}

.editable-click,
a.editable-click,
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}

    .editable-click.editable-disabled,
    a.editable-click.editable-disabled,
    a.editable-click.editable-disabled:hover {
        color: #585858;
        cursor: default;
        border-bottom: none;
    }

.editable-empty, .editable-empty:hover, .editable-empty:focus {
    font-style: italic;
    color: #DD1144;
    /* border-bottom: none; */
    text-decoration: none;
}

.editable-unsaved {
    font-weight: bold;
}

    .editable-unsaved:after {
        /*    content: '*'*/
    }

.editable-bg-transition {
    -webkit-transition: background-color 1400ms ease-out;
    -moz-transition: background-color 1400ms ease-out;
    -o-transition: background-color 1400ms ease-out;
    -ms-transition: background-color 1400ms ease-out;
    transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable {
    padding-top: 5px;
    display: inline-block;
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
/*.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}*/

/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
    /*width: 220px\9; IE8 and below*/
    width: 220px \0;
    /*IE9 and below*/
}

    .bootstrap-select > .btn {
        width: 100%;
        padding-right: 25px;
    }

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

    .bootstrap-select.form-control:not([class*="col-"]) {
        width: 100%;
    }

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.btn-group.dropdown-menu-right,
    .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
    .row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
        float: right;
    }

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative;
    }

        .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
        .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
        .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
            color: #64b1d8;
            color: rgba(100, 177, 216, 0.4);
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block;
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: 0.5em;
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        pointer-events: none;
        opacity: 0.9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1035 + 1;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-top-color: rgba(204, 204, 204, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */
table.sortable span.sign {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable th:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable th.arrow:after {
    content: '';
}

table.sortable span.arrow, span.reversed, th.arrow.down:after, th.reversedarrow.down:after, th.arrow.up:after, th.reversedarrow.up:after {
    border-style: solid;
    border-width: 5px;
    font-size: 0;
    border-color: #ccc transparent transparent transparent;
    line-height: 0;
    height: 0;
    width: 0;
    margin-top: -2px;
}

    table.sortable span.arrow.up, th.arrow.up:after {
        border-color: transparent transparent #ccc transparent;
        margin-top: -7px;
    }

table.sortable span.reversed, th.reversedarrow.down:after {
    border-color: transparent transparent #ccc transparent;
    margin-top: -7px;
}

    table.sortable span.reversed.up, th.reversedarrow.up:after {
        border-color: #ccc transparent transparent transparent;
        margin-top: -2px;
    }

table.sortable span.az:before, th.az.down:after {
    content: "a .. z";
}

table.sortable span.az.up:before, th.az.up:after {
    content: "z .. a";
}

table.sortable th.az.nosort:after, th.AZ.nosort:after, th._19.nosort:after, th.month.nosort:after {
    content: "..";
}

table.sortable span.AZ:before, th.AZ.down:after {
    content: "A .. Z";
}

table.sortable span.AZ.up:before, th.AZ.up:after {
    content: "Z .. A";
}

table.sortable span._19:before, th._19.down:after {
    content: "1 .. 9";
}

table.sortable span._19.up:before, th._19.up:after {
    content: "9 .. 1";
}

table.sortable span.month:before, th.month.down:after {
    content: "jan .. dec";
}

table.sortable span.month.up:before, th.month.up:after {
    content: "dec .. jan";
}

table.sortable thead th:not([data-defaultsort=disabled]) {
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
}

table.sortable thead th:hover:not([data-defaultsort=disabled]) {
    background: #efefef;
}

table.sortable thead th div.mozilla {
    position: relative;
}

/*!
 * SmartAdmin v1.5.2 ()
 * Copyright 2011-2014 
 */
/*!
 * Bootstrap v3.3.1
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #3276b1;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #214e75;
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 18px;
    margin-bottom: 9px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 9px;
    margin-bottom: 9px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 24px;
}

h2,
.h2 {
    font-size: 22px;
}

h3,
.h3 {
    font-size: 19px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 9px;
}

.lead {
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 19.5px;
    }
}

small,
.small {
    font-size: 92%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #3276b1;
}

a.text-primary:hover {
    color: #275b89;
}

.text-success {
    color: #468847;
}

a.text-success:hover {
    color: #356635;
}

.text-info {
    color: #346597;
}

a.text-info:hover {
    color: #274c71;
}

.text-warning {
    color: #c09853;
}

a.text-warning:hover {
    color: #a47e3c;
}

.text-danger {
    color: #b94a48;
}

a.text-danger:hover {
    color: #953b39;
}

.bg-primary {
    color: #fff;
    background-color: #3276b1;
}

a.bg-primary:hover {
    background-color: #275b89;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d6dde7;
}

a.bg-info:hover {
    background-color: #b6c2d4;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 9px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 18px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 16.25px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #999999;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 2px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 2px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    padding-right: 13px;
}

@media (min-width: 768px) {
    .container {
        width: 746px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 966px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1166px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    padding-right: 13px;
}

.row {
    margin-left: -13px;
    margin-right: -13px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #999999;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #ecf3f8;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #ecf3f8;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #d9e7f1;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d6dde7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c6d0de;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 13.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 32px;
    }

        input[type="date"].input-sm,
        input[type="time"].input-sm,
        input[type="datetime-local"].input-sm,
        input[type="month"].input-sm {
            line-height: 30px;
        }

        input[type="date"].input-lg,
        input[type="time"].input-lg,
        input[type="datetime-local"].input-lg,
        input[type="month"].input-lg {
            line-height: 45px;
        }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 18px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-sm,
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
    height: auto;
}

.input-lg,
.form-group-lg .form-control {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 3px;
}

select.input-lg,
select.form-group-lg .form-control {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 40px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #468847;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #b94a48;
}

.has-feedback label ~ .form-control-feedback {
    top: 23px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 25px;
}

.form-horizontal .form-group {
    margin-left: -13px;
    margin-right: -13px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 13px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #333333;
    }

.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #2c699d;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #275b89;
        border-color: #1f496d;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #3276b1;
        border-color: #2c699d;
    }

    .btn-primary .badge {
        color: #3276b1;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #739e73;
    border-color: #659265;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #5b835b;
        border-color: #4c6e4c;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #739e73;
        border-color: #659265;
    }

    .btn-success .badge {
        color: #739e73;
        background-color: #ffffff;
    }

.btn-info {
    color: #ffffff;
    background-color: #57889c;
    border-color: #4e7a8c;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #456b7b;
        border-color: #385764;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #57889c;
        border-color: #4e7a8c;
    }

    .btn-info .badge {
        color: #57889c;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #c79121;
    border-color: #b1811d;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #9b711a;
        border-color: #7d5b15;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #c79121;
        border-color: #b1811d;
    }

    .btn-warning .badge {
        color: #c79121;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #a90329;
    border-color: #900323;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #77021d;
        border-color: #540114;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #a90329;
        border-color: #900323;
    }

    .btn-danger .badge {
        color: #a90329;
        background-color: #ffffff;
    }

.btn-link {
    color: #3276b1;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #214e75;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 3px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 8px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #ffffff;
            background-color: #3276b1;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #3276b1;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999999;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 3px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    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: 6px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 2px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 17px;
        border-radius: 3px;
    }

    .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 > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-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 > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 9px 10px 10px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #999999;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #999999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #3276b1;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 8px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 2px 2px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 2px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 2px 2px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 2px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #3276b1;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 2px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 2px 2px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 18px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 2px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 13px;
    padding-left: 13px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            visibility: visible !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -13px;
    margin-left: -13px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 16px 13px;
    font-size: 17px;
    line-height: 18px;
    height: 50px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -13px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 13px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 8px -13px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 18px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 18px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 16px;
                padding-bottom: 16px;
            }
}

.navbar-form {
    margin-left: -13px;
    margin-right: -13px;
    padding: 10px 13px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 9px;
    margin-bottom: 9px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 9px;
    margin-bottom: 9px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 16px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 13px;
        margin-right: 13px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -13px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #cccccc;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

    .navbar-default .navbar-link:hover {
        color: #333333;
    }

.navbar-default .btn-link {
    color: #777777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #cccccc;
    }

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999999;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999999;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999999;
}

    .navbar-inverse .navbar-link:hover {
        color: #ffffff;
    }

.navbar-inverse .btn-link {
    color: #999999;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #ffffff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 2px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #cccccc;
        }

    .breadcrumb > .active {
        color: #999999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 2px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #3276b1;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 2px;
            border-top-left-radius: 2px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 2px;
            border-top-right-radius: 2px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #214e75;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #3276b1;
        border-color: #3276b1;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 17px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        background-color: #ffffff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999999;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #808080;
    }

.label-primary {
    background-color: #3276b1;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #275b89;
    }

.label-success {
    background-color: #739e73;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #5b835b;
    }

.label-info {
    background-color: #57889c;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #456b7b;
    }

.label-warning {
    background-color: #c79121;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #9b711a;
    }

.label-danger {
    background-color: #a90329;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #77021d;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #3276b1;
    background-color: #ffffff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 3px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 58.5px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #3276b1;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .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 {
    background-color: #dff0d8;
    border-color: #468847;
    color: #468847;
}

    .alert-success hr {
        border-top-color: #3d773e;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    background-color: #d6dde7;
    border-color: #9cb4c5;
    color: #346597;
}

    .alert-info hr {
        border-top-color: #8ca8bc;
    }

    .alert-info .alert-link {
        color: #274c71;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #dbab57;
    color: #c09853;
}

    .alert-warning hr {
        border-top-color: #d6a042;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #b94a48;
    color: #b94a48;
}

    .alert-danger hr {
        border-top-color: #a74240;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #3276b1;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    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;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #739e73;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #57889c;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #c79121;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #a90329;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

    .media-right,
    .media > .pull-right {
        padding-left: 10px;
    }

    .media-left,
    .media > .pull-left {
        padding-right: 10px;
    }

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

a.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        text-decoration: none;
        color: #555555;
        background-color: #f5f5f5;
    }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #999999;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #999999;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #3276b1;
    border-color: #3276b1;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #c1d9ee;
    }

.list-group-item-success {
    color: #468847;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #468847;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus {
        color: #468847;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #468847;
        border-color: #468847;
    }

.list-group-item-info {
    color: #346597;
    background-color: #d6dde7;
}

a.list-group-item-info {
    color: #346597;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    a.list-group-item-info:focus {
        color: #346597;
        background-color: #c6d0de;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #346597;
        border-color: #346597;
    }

.list-group-item-warning {
    color: #c09853;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #c09853;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus {
        color: #c09853;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #c09853;
        border-color: #c09853;
    }

.list-group-item-danger {
    color: #b94a48;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #b94a48;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus {
        color: #b94a48;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #b94a48;
        border-color: #b94a48;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 18px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 1px;
        border-top-left-radius: 1px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px;
    }

.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 caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 1px;
        border-top-left-radius: 1px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 1px;
            border-top-right-radius: 1px;
        }

            .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: 1px;
            }

            .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: 1px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 1px;
            border-bottom-right-radius: 1px;
        }

            .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: 1px;
            }

            .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: 1px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #dddddd;
    }

    .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 {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 18px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 2px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #dddddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #3276b1;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #3276b1;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #3276b1;
        }

        .panel-primary > .panel-heading .badge {
            color: #3276b1;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #3276b1;
    }

.panel-success {
    border-color: #468847;
}

    .panel-success > .panel-heading {
        color: #468847;
        background-color: #dff0d8;
        border-color: #468847;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #468847;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #468847;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #468847;
    }

.panel-info {
    border-color: #9cb4c5;
}

    .panel-info > .panel-heading {
        color: #346597;
        background-color: #d6dde7;
        border-color: #9cb4c5;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #9cb4c5;
        }

        .panel-info > .panel-heading .badge {
            color: #d6dde7;
            background-color: #346597;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #9cb4c5;
    }

.panel-warning {
    border-color: #dbab57;
}

    .panel-warning > .panel-heading {
        color: #c09853;
        background-color: #fcf8e3;
        border-color: #dbab57;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dbab57;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #c09853;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dbab57;
    }

.panel-danger {
    border-color: #b94a48;
}

    .panel-danger > .panel-heading {
        color: #b94a48;
        background-color: #f2dede;
        border-color: #b94a48;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #b94a48;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #b94a48;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #b94a48;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 3px;
}

.well-sm {
    padding: 9px;
    border-radius: 2px;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 2px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 2px 2px 0 0;
}

.popover-content {
    padding: 9px 35px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.carousel.fade {
    opacity: 1;
}

    .carousel.fade .item {
        -moz-transition: opacity ease-in-out 0.7s;
        -o-transition: opacity ease-in-out 0.7s;
        -webkit-transition: opacity ease-in-out 0.7s;
        transition: opacity ease-in-out 0.7s;
        left: 0 !important;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block !important;
        z-index: 1;
    }

        .carousel.fade .item:first-child {
            top: auto;
            position: relative;
        }

        .carousel.fade .item.active {
            opacity: 1;
            -moz-transition: opacity ease-in-out 0.7s;
            -o-transition: opacity ease-in-out 0.7s;
            -webkit-transition: opacity ease-in-out 0.7s;
            transition: opacity ease-in-out 0.7s;
            z-index: 2;
        }

    .carousel.fade .carousel-control {
        z-index: 5;
    }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.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;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013-2015 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
 *
 * Built for http://www.improvely.com
 */

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000;
}

.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
    float: left;
    margin: 4px;
}

.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges, .daterangepicker.openscenter .calendar {
    float: right;
    margin: 4px;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none;
}

.daterangepicker .ranges {
    width: 160px;
    text-align: left;
}

    .daterangepicker .ranges .range_inputs > div {
        float: left;
    }

        .daterangepicker .ranges .range_inputs > div:nth-child(2) {
            padding-left: 11px;
        }

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar.single .calendar-date {
    border: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}

.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: #fff 1px 1px 0px;
    text-transform: uppercase;
    width: 74px;
}

.daterangepicker .ranges input {
    font-size: 11px;
}

.daterangepicker .ranges .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0 6px;
    width: 74px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
        background: #08c;
        border: 1px solid #08c;
        color: #fff;
    }

.daterangepicker .calendar-date {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 8px auto 0 auto;
    line-height: 30px;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .daterangepicker.opensleft:before {
        position: absolute;
        top: -7px;
        right: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker.opensleft:after {
        position: absolute;
        top: -6px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.openscenter:before {
        position: absolute;
        top: -7px;
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker.openscenter:after {
        position: absolute;
        top: -6px;
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker.opensright:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .daterangepicker.opensright:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

    .daterangepicker td, .daterangepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        white-space: nowrap;
    }

        .daterangepicker td.off {
            color: #999;
        }

        .daterangepicker td.disabled, .daterangepicker option.disabled {
            color: #999;
        }

        .daterangepicker td.available:hover, .daterangepicker th.available:hover {
            background: #eee;
        }

        .daterangepicker td.in-range {
            background: #ebf4f8;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .daterangepicker td.start-date {
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

        .daterangepicker td.end-date {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

        .daterangepicker td.start-date.end-date {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .daterangepicker td.active, .daterangepicker td.active:hover {
            background-color: #357ebd;
            border-color: #3071a9;
            color: #fff;
        }

        .daterangepicker td.week, .daterangepicker th.week {
            font-size: 80%;
            color: #ccc;
        }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 50px;
        margin-bottom: 0;
    }

.daterangepicker_start_input {
    float: left;
}

.daterangepicker_end_input {
    float: left;
    padding-left: 11px;
}

.daterangepicker th.month {
    width: auto;
}

/*!
 * Durandal 2.1.0 Copyright (c) 2012 Blue Spire Consulting, Inc. All Rights Reserved.
 * Available via the MIT license.
 * see: http://durandaljs.com or https://github.com/BlueSpire/Durandal for details
 */

.modalBlockout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.modalHost {
    top: 50%;
    left: 50%;
    position: fixed;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.messageBox {
    min-width: 300px;
}

.durandal-view-404 {
    color: red;
    margin: 8px 0;
    padding: 8px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.entrance-out {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    -ms-animation-duration: 0.1s;
    -o-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes slideInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.entrance-in {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.entrance-in-fade {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}
/**
* @file: highslide.css 
* @version: 4.1.13
*/
.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}

.highslide-container table {
    background: none;
}

.highslide {
    outline: none;
    text-decoration: none;
}

    .highslide img {
        border: 2px solid silver;
    }

    .highslide:hover img {
        border-color: gray;
    }

.highslide-active-anchor img {
    visibility: hidden;
}

.highslide-gallery .highslide-active-anchor img {
    border-color: black;
    visibility: visible;
    cursor: default;
}

.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white;
}

.highslide-wrapper, .highslide-outline {
    background: white;
}

.glossy-dark {
    background: #111;
}

.highslide-image-blur {
}

.highslide-number {
    font-weight: bold;
    color: gray;
    font-size: .9em;
}

.highslide-caption {
    display: none;
    font-size: 1em;
    padding: 5px;
    /*background: white;*/
}

.highslide-heading {
    display: none;
    font-weight: bold;
    margin: 0.4em;
}

.highslide-dimming {
    /*position: absolute;*/
    background: black;
}

a.highslide-full-expand {
    background: url(../img/highslide/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}

.highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(../img/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}

    a.highslide-credits:hover,
    a.highslide-credits:hover i {
        color: white;
        background-color: gray;
    }

.highslide-move, .highslide-move * {
    cursor: move;
}

.highslide-viewport {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: none;
    left: 0;
    top: 0;
}

.highslide-overlay {
    display: none;
}

.hidden-container {
    display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../img/highslide/close.png);
    /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .highslide-gallery ul li {
        display: block;
        position: relative;
        float: left;
        width: 106px;
        height: 106px;
        border: 1px solid silver;
        background: #ededed;
        margin: 2px;
        padding: 0;
        line-height: 0;
        overflow: hidden;
    }

    .highslide-gallery ul a {
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .highslide-gallery ul img {
        position: relative;
        top: -50%;
        left: -50%;
    }

    html >/**/ body .highslide-gallery ul li {
        display: table;
        text-align: center;
    }

    html >/**/ body .highslide-gallery ul li {
        text-align: center;
    }

    html >/**/ body .highslide-gallery ul a {
        position: static;
        display: table-cell;
        vertical-align: middle;
    }

    html >/**/ body .highslide-gallery ul img {
        position: static;
    }

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../img/highslide/controlbar-white.gif) 0 -90px no-repeat;
    margin: 20px 15px 10px 0;
}

    .highslide-controls ul {
        position: relative;
        left: 15px;
        height: 40px;
        list-style: none;
        margin: 0;
        padding: 0;
        background: url(../img/highslide/controlbar-white.gif) right -90px no-repeat;
    }

    .highslide-controls li {
        float: left;
        padding: 5px 0;
        margin: 0;
        list-style: none;
    }

    .highslide-controls a {
        background-image: url(../img/highslide/controlbar-white.gif);
        display: block;
        float: left;
        height: 30px;
        width: 30px;
        outline: none;
    }

        .highslide-controls a.disabled {
            cursor: default;
        }

            .highslide-controls a.disabled span {
                cursor: default;
            }

        .highslide-controls a span {
            /* hide the text for these graphic buttons */
            display: none;
            cursor: pointer;
        }


    /* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
    .highslide-controls .highslide-previous a {
        background-position: 0 0;
    }

        .highslide-controls .highslide-previous a:hover {
            background-position: 0 -30px;
        }

        .highslide-controls .highslide-previous a.disabled {
            background-position: 0 -60px !important;
        }

    .highslide-controls .highslide-play a {
        background-position: -30px 0;
    }

        .highslide-controls .highslide-play a:hover {
            background-position: -30px -30px;
        }

        .highslide-controls .highslide-play a.disabled {
            background-position: -30px -60px !important;
        }

    .highslide-controls .highslide-pause a {
        background-position: -60px 0;
    }

        .highslide-controls .highslide-pause a:hover {
            background-position: -60px -30px;
        }

    .highslide-controls .highslide-next a {
        background-position: -90px 0;
    }

        .highslide-controls .highslide-next a:hover {
            background-position: -90px -30px;
        }

        .highslide-controls .highslide-next a.disabled {
            background-position: -90px -60px !important;
        }

    .highslide-controls .highslide-move a {
        background-position: -120px 0;
    }

        .highslide-controls .highslide-move a:hover {
            background-position: -120px -30px;
        }

    .highslide-controls .highslide-full-expand a {
        background-position: -150px 0;
    }

        .highslide-controls .highslide-full-expand a:hover {
            background-position: -150px -30px;
        }

        .highslide-controls .highslide-full-expand a.disabled {
            background-position: -150px -60px !important;
        }

    .highslide-controls .highslide-close a {
        background-position: -180px 0;
    }

        .highslide-controls .highslide-close a:hover {
            background-position: -180px -30px;
        }

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
    display: none;
}

.highslide-html {
    background-color: white;
}

.mobile .highslide-html {
    border: 1px solid silver;
}

.highslide-html-content {
    display: none;
    width: 400px;
    padding: 0 5px 5px 5px;
}

.highslide-header {
    padding-bottom: 5px;
}

    .highslide-header ul {
        margin: 0;
        padding: 0;
        text-align: right;
    }

        .highslide-header ul li {
            display: inline;
            padding-left: 1em;
        }

            .highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
                display: none;
            }

    .highslide-header a {
        font-weight: bold;
        color: gray;
        text-transform: uppercase;
        text-decoration: none;
    }

        .highslide-header a:hover {
            color: black;
        }

    .highslide-header .highslide-move a {
        cursor: move;
    }

.highslide-footer {
    height: 16px;
}

    .highslide-footer .highslide-resize {
        display: block;
        float: right;
        margin-top: 5px;
        height: 11px;
        width: 11px;
        background: url(../img/highslide/resize.gif) no-repeat;
    }

        .highslide-footer .highslide-resize span {
            display: none;
        }

.highslide-body {
}

.highslide-resize {
    cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
}

.draggable-header .highslide-heading {
    position: absolute;
    margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .draggable-header .highslide-header .highslide-move * {
        display: none;
    }

.draggable-header .highslide-header .highslide-close {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    padding: 0;
}

    .draggable-header .highslide-header .highslide-close a {
        display: block;
        height: 16px;
        width: 16px;
        background-image: url(../img/highslide/closeX.png);
    }

        .draggable-header .highslide-header .highslide-close a:hover {
            background-position: 0 16px;
        }

    .draggable-header .highslide-header .highslide-close span {
        display: none;
    }

.draggable-header .highslide-maincontent {
    padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
}

.titlebar .highslide-heading {
    position: absolute;
    width: 90%;
    margin: 1px 0 1px 5px;
    color: #666666;
}

.titlebar .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .titlebar .highslide-header .highslide-move * {
        display: none;
    }

.titlebar .highslide-header li {
    position: relative;
    top: 3px;
    z-index: 2;
    padding: 0 0 0 1em;
}

.titlebar .highslide-maincontent {
    padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
    display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
    background: white;
}

    .wide-border .highslide-image {
        border-width: 10px;
    }

    .wide-border .highslide-caption {
        padding: 0 10px 10px 10px;
    }

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
    border: none;
}

.borderless .highslide-caption {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
    background: #444;
}

    .outer-glow .highslide-image {
        border: 5px solid #444444;
    }

    .outer-glow .highslide-caption {
        border: 5px solid #444444;
        border-top: none;
        padding: 5px;
        background-color: gray;
    }

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
    background: white;
}

    .colored-border .highslide-image {
        border: 2px solid green;
    }

    .colored-border .highslide-caption {
        border: 2px solid green;
        border-top: none;
    }

/* hs.wrapperClassName = 'dark' */
.dark {
    background: #111;
}

    .dark .highslide-image {
        border-color: black black #202020 black;
        background: gray;
    }

    .dark .highslide-caption {
        color: white;
        background: #111;
    }

    .dark .highslide-controls,
    .dark .highslide-controls ul,
    .dark .highslide-controls a {
        background-image: url(../img/highslide/controlbar-black-border.gif);
    }

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
    position: absolute;
    padding: 1em 0 0 0;
    background: none;
    color: white;
    border: none;
    font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
    color: gray;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    cursor: default;
    padding: 0 0 0 22px;
    margin: 0;
    background: url(../img/highslide/icon.gif) no-repeat 0 1px;
}

.controls-in-heading .highslide-controls {
    width: 105px;
    height: 20px;
    position: relative;
    margin: 0;
    top: -23px;
    left: 7px;
    background: none;
}

    .controls-in-heading .highslide-controls ul {
        position: static;
        height: 20px;
        background: none;
    }

    .controls-in-heading .highslide-controls li {
        padding: 0;
    }

    .controls-in-heading .highslide-controls a {
        background-image: url(../img/highslide/controlbar-white-small.gif);
        height: 20px;
        width: 20px;
    }

    .controls-in-heading .highslide-controls .highslide-move {
        display: none;
    }

    .controls-in-heading .highslide-controls .highslide-previous a {
        background-position: 0 0;
    }

        .controls-in-heading .highslide-controls .highslide-previous a:hover {
            background-position: 0 -20px;
        }

        .controls-in-heading .highslide-controls .highslide-previous a.disabled {
            background-position: 0 -40px !important;
        }

    .controls-in-heading .highslide-controls .highslide-play a {
        background-position: -20px 0;
    }

        .controls-in-heading .highslide-controls .highslide-play a:hover {
            background-position: -20px -20px;
        }

        .controls-in-heading .highslide-controls .highslide-play a.disabled {
            background-position: -20px -40px !important;
        }

    .controls-in-heading .highslide-controls .highslide-pause a {
        background-position: -40px 0;
    }

        .controls-in-heading .highslide-controls .highslide-pause a:hover {
            background-position: -40px -20px;
        }

    .controls-in-heading .highslide-controls .highslide-next a {
        background-position: -60px 0;
    }

        .controls-in-heading .highslide-controls .highslide-next a:hover {
            background-position: -60px -20px;
        }

        .controls-in-heading .highslide-controls .highslide-next a.disabled {
            background-position: -60px -40px !important;
        }

    .controls-in-heading .highslide-controls .highslide-full-expand a {
        background-position: -100px 0;
    }

        .controls-in-heading .highslide-controls .highslide-full-expand a:hover {
            background-position: -100px -20px;
        }

        .controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
            background-position: -100px -40px !important;
        }

    .controls-in-heading .highslide-controls .highslide-close a {
        background-position: -120px 0;
    }

        .controls-in-heading .highslide-controls .highslide-close a:hover {
            background-position: -120px -20px;
        }

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
    background: none;
}

.text-controls ul {
    position: static;
    background: none;
    height: auto;
    left: 0;
}

.text-controls .highslide-move {
    display: none;
}

.text-controls li {
    background-image: url(../img/highslide/controlbar-text-buttons.png);
    background-position: right top !important;
    padding: 0;
    margin-left: 15px;
    display: block;
    width: auto;
}

.text-controls a {
    background: url(../img/highslide/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
    display: block;
    width: auto;
    height: auto;
    text-decoration: none !important;
}

    .text-controls a span {
        background: url(../img/highslide/controlbar-text-buttons.png) no-repeat;
        margin: 1px 2px 1px 10px;
        display: block;
        min-width: 4em;
        height: 18px;
        line-height: 18px;
        padding: 1px 0 1px 18px;
        color: #333;
        font-family: "Trebuchet MS", Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        white-space: nowrap;
    }

.text-controls .highslide-next {
    margin-right: 1em;
}

.text-controls .highslide-full-expand a span {
    min-width: 0;
    margin: 1px 0;
    padding: 1px 0 1px 10px;
}

.text-controls .highslide-close a span {
    min-width: 0;
}

.text-controls a:hover span {
    color: black;
}

.text-controls a.disabled span {
    color: #999;
}

.text-controls .highslide-previous span {
    background-position: 0 -40px;
}

.text-controls .highslide-previous a.disabled {
    background-position: left top !important;
}

    .text-controls .highslide-previous a.disabled span {
        background-position: 0 -140px;
    }

.text-controls .highslide-play span {
    background-position: 0 -60px;
}

.text-controls .highslide-play a.disabled {
    background-position: left top !important;
}

    .text-controls .highslide-play a.disabled span {
        background-position: 0 -160px;
    }

.text-controls .highslide-pause span {
    background-position: 0 -80px;
}

.text-controls .highslide-next span {
    background-position: 0 -100px;
}

.text-controls .highslide-next a.disabled {
    background-position: left top !important;
}

    .text-controls .highslide-next a.disabled span {
        background-position: 0 -200px;
    }

.text-controls .highslide-full-expand span {
    background: none;
}

.text-controls .highslide-full-expand a.disabled {
    background-position: left top !important;
}

.text-controls .highslide-close span {
    background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
    height: 100%;
    direction: ltr;
}

    .highslide-thumbstrip div {
        overflow: hidden;
    }

    .highslide-thumbstrip table {
        position: relative;
        padding: 0;
        border-collapse: collapse;
    }

    .highslide-thumbstrip td {
        padding: 1px;
        /*text-align: center;*/
    }

    .highslide-thumbstrip a {
        outline: none;
    }

    .highslide-thumbstrip img {
        display: block;
        border: 1px solid gray;
        margin: 0 auto;
    }

    .highslide-thumbstrip .highslide-active-anchor img {
        visibility: visible;
    }

    .highslide-thumbstrip .highslide-marker {
        position: absolute;
        width: 0;
        height: 0;
        border-width: 0;
        border-style: solid;
        border-color: transparent; /* change this to actual background color in highslide-ie6.css */
    }

.highslide-thumbstrip-horizontal div {
    width: auto;
    /* width: 100% breaks in small strips in IE */
}

.highslide-thumbstrip-horizontal .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 42px;
}

    .highslide-thumbstrip-horizontal .highslide-scroll-up div {
        margin-bottom: 10px;
        cursor: pointer;
        background: url(../img/highslide/scrollarrows.png) left center no-repeat;
        height: 42px;
    }

.highslide-thumbstrip-horizontal .highslide-scroll-down {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    height: 42px;
}

    .highslide-thumbstrip-horizontal .highslide-scroll-down div {
        margin-bottom: 10px;
        cursor: pointer;
        background: url(../img/highslide/scrollarrows.png) center right no-repeat;
        height: 42px;
    }

.highslide-thumbstrip-horizontal table {
    margin: 2px 0 10px 0;
}

.highslide-viewport .highslide-thumbstrip-horizontal table {
    margin-left: 10px;
}

.highslide-thumbstrip-horizontal img {
    width: auto;
    height: 40px;
}

.highslide-thumbstrip-horizontal .highslide-marker {
    top: 47px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom: 6px solid gray;
}

.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    margin-left: 10px;
}

.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
    overflow: hidden !important;
}

.highslide-thumbstrip-vertical div {
    height: 100%;
}

.highslide-thumbstrip-vertical a {
    display: block;
}

.highslide-thumbstrip-vertical .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
}

    .highslide-thumbstrip-vertical .highslide-scroll-up div {
        margin-left: 10px;
        cursor: pointer;
        background: url(../img/highslide/scrollarrows.png) top center no-repeat;
        height: 25px;
    }

.highslide-thumbstrip-vertical .highslide-scroll-down {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
}

    .highslide-thumbstrip-vertical .highslide-scroll-down div {
        margin-left: 10px;
        cursor: pointer;
        background: url(../img/highslide/scrollarrows.png) bottom center no-repeat;
        height: 25px;
    }

.highslide-thumbstrip-vertical table {
    margin: 10px 0 0 10px;
}

.highslide-thumbstrip-vertical img {
    width: 60px; /* t=5481 */
}

.highslide-thumbstrip-vertical .highslide-marker {
    left: 0;
    margin-top: 8px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left: 6px solid gray;
}

.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
    border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
    overflow: auto;
}

.highslide-thumbstrip-float ul {
    margin: 2px 0;
    padding: 0;
}

.highslide-thumbstrip-float li {
    display: block;
    height: 60px;
    margin: 0 2px;
    list-style: none;
    float: left;
}

.highslide-thumbstrip-float img {
    display: inline;
    border-color: silver;
    max-height: 56px;
}

.highslide-thumbstrip-float .highslide-active-anchor img {
    border-color: black;
}

.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
    display: none;
}

.highslide-thumbstrip-float .highslide-marker {
    display: none;
}
/*Rounded Corners*/
/*top-left rounded Corners*/
.jqx-rc-tl {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
/*top-right rounded Corners*/
.jqx-rc-tr {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
/*bottom-left rounded Corners*/
.jqx-rc-bl {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*bottom-right rounded Corners*/
.jqx-rc-br {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*top rounded Corners*/
.jqx-rc-t {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
/*bottom rounded Corners*/
.jqx-rc-b {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*right rounded Corners*/
.jqx-rc-r {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*left rounded Corners*/
.jqx-rc-l {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*all rounded Corners*/
.jqx-rc-all {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/*reset rounded corners*/
.jqx-rc-reset {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

/*Reset Style*/
.jqx-reset {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    outline: none;
    box-sizing: content-box;
}

.jqx-clear {
    align: left;
    valign: top;
    left: 0px;
    top: 0px;
    -webkit-appearance: none !important;
    outline: none !important;
    padding: 0px;
    margin: 0px;
}

.jqx-popup {
    box-sizing: content-box;
}

.jqx-position-reset {
    position: static !important;
}

.jqx-border-reset {
    border: none !important;
}

.jqx-overflow-hidden {
    overflow: hidden !important;
}

.jqx-position-relative {
    position: relative !important;
}

.jqx-position-absolute {
    position: absolute !important;
}

.jqx-max-size {
    width: 100% !important;
    height: 100% !important;
}

.jqx-background-reset {
    background: transparent !important;
}
/*Disable browser selection*/
.jqx-disableselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.jqx-enableselect {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: auto;
    -ms-user-select: text;
    user-select: all;
}

.jqx-hideborder {
    border: none !important;
}

.jqx-hidescrollbars {
    overflow: hidden !important;
}
/*jqxButton, jqxToggleButton, jqxRepeatButton Style*/
.jqx-button {
    outline: none;
    border: 1px solid transparent;
    padding: 3px;
    text-align: center;
    vertical-align: central;
    margin: 0 0 0 0;
    cursor: default;
}

button.jqx-button, input[type=button].jqx-button, input[type=submit].jqx-button {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.jqx-buttongroup {
}

.jqx-group-button-normal {
    vertical-align: middle;
    text-align: center;
}
/*applied to the link button's anchor element.*/
.jqx-link {
    text-decoration: none;
    color: #111111;
}

/*shows elements.*/
.jqx-visible {
    display: block;
}
/*hides elements.*/
.jqx-hidden {
    display: none;
}

.jqx-widget, .jqx-widget-content, .jqx-widget-header, .jqx-fill-state-normal {
    line-height: 1.231;
}
/*jqxGauge Style*/
.jqx-gauge-label, .jqx-gauge-caption {
    fill: #333333;
    color: #333333;
    font-size: 11px;
    font-family: Verdana;
}
/*jqxChart Style*/
.jqx-chart-axis-text,
.jqx-chart-label-text,
.jqx-chart-tooltip-text,
.jqx-chart-legend-text {
    fill: #333333;
    color: #333333;
    font-size: 11px;
    font-family: Verdana;
}

.jqx-chart-axis-description {
    fill: #555555;
    color: #555555;
    font-size: 11px;
    font-family: Verdana;
}

.jqx-chart-title-text {
    fill: #111111;
    color: #111111;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
}

.jqx-chart-title-description {
    fill: #111111;
    color: #111111;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana;
}

/*applied to the Grid's element.*/
.jqx-grid {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
}
/*applied to the Pager.*/
.jqx-grid-pager {
    border: none;
    border-top: 1px solid transparent;
}
/*applied to the Top Pager.*/
.jqx-grid-pager-top {
    border: none;
    border-bottom: 1px solid transparent;
}

.jqx-grid-pager-number {
    padding: 2px 5px;
    text-decoration: none;
    margin: 1px;
    border: 1px solid transparent;
    color: inherit !important;
    *color: expression(this.parentNode.currentStyle['color']) !important;
    outline: none;
    font-weight: normal !important;
}

/*applied to the Grid's bottom-right area between the horizontal and vertical scrollbars.*/
.jqx-grid-bottomright {
}
/*applied to the Grid's header area.*/
.jqx-grid-header {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    overflow: hidden;
    border-color: transparent;
    margin: 0px;
    padding: 0px;
}
/*applied to the columns.*/
.jqx-grid-column-header, .jqx-grid-columngroup-header {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: transparent;
    white-space: nowrap;
    border-style: solid;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.jqx-grid-column-header-rtl, .jqx-grid-columngroup-header-rtl {
    border-width: 0px 0px 0px 1px;
}

.jqx-grid-columngroup-header {
    border-bottom-width: 1px;
    border-left-width: 1px;
}
/*applied to the column's button.*/
.jqx-grid-column-menubutton {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: transparent;
    background-image: url('../img/jqx/menubutton.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.jqx-grid-column-menubutton-rtl {
    border-width: 0px 1px 0px 0px;
}
/*applied to the column's sort button when the sort order is ascending.*/
.jqx-grid-column-sortascbutton {
    border: none;
    background-image: url('../img/jqx/sortascbutton.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
/*applied to the column's sort button when the sort order is descending.*/
.jqx-grid-column-sortdescbutton {
    border: none;
    background-image: url('../img/jqx/sortdescbutton.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
/*applied to the column's filter button.*/
.jqx-grid-column-filterbutton {
    border: none;
    background-image: url('../img/jqx/filter.png');
    background-repeat: no-repeat;
    background-position: center;
}
/*applied to the column's resize line.*/
.jqx-grid-column-resizeline {
    border-right: 1px dotted #555;
}
/*applied to the validation popup during cell editing.*/
.jqx-grid-validation {
    background: #df2227 !important;
    color: #fff !important;
    padding: 4px 8px;
}

.jqx-grid-validation-label {
    color: #fff !important;
    background: #df2227 !important;
    border: 1px solid #df2227 !important;
}

.jqx-grid-validation-arrow-up {
    background-image: url('../img/jqx/red_arrow_up.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.jqx-grid-validation-arrow-down {
    background-image: url('../img/jqx/red_arrow_down.png');
    background-repeat: no-repeat;
    background-position: center center;
}
/*applied to the column's resize start line.*/
.jqx-grid-column-resizestartline {
    border-right: 1px solid #444;
}
/*applied to the sort ascending menu item in the Grid's Context Menu*/
.jqx-grid-sortasc-icon {
    background-image: url('../img/jqx/sortasc.png');
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}
/*applied to the sort ascending menu item in the Grid's Context Menu*/
.jqx-grid-sortdesc-icon {
    background-image: url('../img/jqx/sortdesc.png');
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}
/*applied to the grid menu's sort remove item/*/
.jqx-grid-sortremove-icon {
    background-image: url('../img/jqx/sortremove.png');
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}
/*applied to the grouping column's drag and drop item when the drop operation is allowed.*/
.jqx-grid-drag-icon {
    background-image: url('../img/jqx/drag.png');
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
}
/*applied to the grouping column's drag and drop item when the drop operation is not allowed.*/
.jqx-grid-dragcancel-icon {
    background-image: url('../img/jqx/dragcancel.png');
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
}
/*applied to the 'group by' menu item.*/
.jqx-grid-groupby-icon {
    background-repeat: no-repeat;
    background-position: left center;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -4px;
    margin-right: 4px;
}
/*applied to the column anchor tags.*/
.jqx-grid-column-header a:link, .jqx-grid-column-header a:visited {
    display: block;
    margin: 4px;
    height: 18px;
    line-height: 18px !important;
    color: inherit;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}

.jqx-grid-toolbar a:link, .jqx-grid-toolbar a:visited {
    margin: 4px;
    height: 18px;
    line-height: 18px !important;
    color: inherit;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}
/*applied to the groups header area.*/
.jqx-grid-groups-header, .jqx-grid-toolbar {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
/*applied to a grouping row.*/
.jqx-grid-groups-row {
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    padding: 0px;
    top: 50%;
    margin-top: -8px;
}
/*applied to the row details.*/
.jqx-grid-groups-row-details {
    font-weight: normal;
}
/*applied to a grouping column.*/
.jqx-grid-group-column {
    border: 1px solid transparent;
    white-space: nowrap;
    border-style: solid;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
/*applied to the lines between the group columns.*/
.jqx-grid-group-column-line {
    background: #aaa;
}
/*applied to the drop line indicators displayed in the grouping header.*/
.jqx-grid-group-drag-line {
    background: #80be09;
}
/*applied to the anchor tags inside a grouping column.*/
.jqx-grid-group-column a:link {
    display: block;
    margin: 4px;
    height: 18px;
    line-height: 18px !important;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    *color: expression(this.parentNode.currentStyle['color']);
}

.jqx-grid-group-column a:visited {
    color: inherit;
    display: block;
    margin: 4px;
    height: 18px;
    line-height: 18px !important;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
    *color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a grid cell*/
.jqx-grid-cell {
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    margin-right: 1px;
    margin-bottom: 1px;
    border-color: transparent;
    background: #fff;
    white-space: nowrap;
    font-weight: normal;
    font-size: inherit;
    overflow: hidden;
    position: absolute !important;
    height: 100%;
}

.jqx-grid-cell-locked {
    color: #aaa !important;
}
/*applied to a grid cell that is part of a rows group.*/
.jqx-grid-group-cell {
    overflow: hidden;
    position: absolute !important;
    height: 100%;
    background: #fff;
}
/*applied to the grid cells in the sort column*/
.jqx-grid-cell-sort {
    background-color: #f0f0f0;
}

/*applied to the grid cells in the filter column*/
.jqx-grid-cell-filter {
    background-color: #e6e6e6;
}
/*applied to the grid cells area.*/
.jqx-grid-content {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    white-space: nowrap;
    overflow: hidden;
}
/*applied to a grid cell that is part of a rows group.*/
.jqx-grid-group-cell, .jqx-grid-empty-cell {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    white-space: nowrap;
    font-weight: normal;
}

.jqx-widget .jqx-grid-cleared-cell, .jqx-grid-cleared-cell {
    border: transparent !important;
}

.jqx-grid-cell-wrap {
    white-space: normal !important;
}

.jqx-tree-grid-indent {
    width: 14px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    vertical-align: top;
}

.jqx-tree-grid-title {
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jqx-tree-grid-collapse-button, .jqx-tree-grid-expand-button {
    display: inline-block;
    margin-top: 2px;
    margin-right: 0px;
    position: relative;
    width: 14px;
    height: 13px;
    vertical-align: top;
}

.jqx-tree-grid-checkbox {
    float: none !important;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 2px !important;
    margin-left: 2px !important;
}

.jqx-tree-grid-icon {
    float: none !important;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.jqx-tree-grid-icon-rtl {
    margin-right: 0px;
    margin-left: 4px;
}

.jqx-tree-grid-icon-size {
    width: 14px;
    height: 14px;
    line-height: 16px;
}

.jqx-tree-grid-checkbox-tick {
    width: 100%;
    height: 100%;
}

.jqx-tree-grid-expand-button {
    height: 10px;
    width: 14px;
    vertical-align: top;
}

/*applied to a cell in jqxDataTable*/
.jqx-cell {
    min-height: 23px;
    padding: 6px 4px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid transparent;
    border-top-width: 0px;
    border-left-width: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    white-space: normal;
    line-height: 1.231;
}

.jqx-grid-cell-nowrap {
    white-space: nowrap;
}

.jqx-cell-editor {
    padding-left: 4px !important;
    padding-right: 3px !important;
}

.jqx-left-align {
    text-align: left;
}

.jqx-center-align {
    text-align: center;
}

.jqx-right-align {
    text-align: right;
}

.jqx-grid-table .jqx-grid-cell {
    position: static !important;
    zoom: 1;
}
/*applied to the Grid's Table element.*/
.jqx-grid-table {
    font-size: 13px;
    table-layout: fixed;
    margin: 0px;
    padding: 0px;
    border-collapse: separate;
    border-spacing: 0px;
    -webkit-overflow-scrolling: touch;
    outline: none;
    zoom: 1;
    empty-cells: show;
    border-right: 1px solid #aaa;
    line-height: 1.231;
    width: auto;
    border: none;
}

.jqx-grid-table-rtl {
    border-left-width: 1px;
    border-right-width: 0px;
}

.jqx-details table {
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0px;
}

/*applied to a grid cell that is part of a details row and grouping is enabled.*/
.jqx-grid-group-details-cell {
}
/*applied to a grid cell that is part of a details row.*/
.jqx-grid-details-cell {
    border-width: 0px 1px 0px 0px;
}
/*applied to a grid cell. Represents the alternating cell background.*/
.jqx-grid-cell-alt {
    background: #f9f9f9;
}
/*applied to a sorted and alternating grid cell*/
.jqx-grid-cell-sort-alt {
    background-color: #e5e5e5;
}
/*applied to a sorted and alternating grid cell*/
.jqx-grid-cell-filter-alt {
    background-color: #f0f0f0;
}
/*applied to a pinned grid cell.*/
.jqx-grid-cell-pinned {
    background-color: #e5e5e5;
}
/*applied to a pinned grid cell. Represents the alternating cell background.*/
.jqx-grid-cell-pinned-alt {
    background-color: #e5e5e5;
}
/*applied to a selected grid cell.*/
.jqx-grid-cell-selected {
    border-left: 0px solid transparent;
}

.jqx-cell-rtl {
    border-left-width: 1px;
    border-right-width: 0px;
}

.jqx-grid-cell-rtl {
    border-width: 0px 0px 1px 1px;
}

.jqx-grid-table .jqx-grid-cell {
    border-width: 0px 0px 1px 1px;
}

    .jqx-grid-table .jqx-grid-cell:first-child {
        border-left-width: 0px;
    }

/*applied to the selection area.*/
.jqx-grid-selectionarea {
    border: 1px solid transparent;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/*applied to a hovered grid cell.*/
.jqx-grid-cell-hover {
    border-color: transparent;
}
/*applied to a grid cell when the grid is empty.*/
.jqx-grid-empty-cell {
    overflow: visible;
    border-bottom: none;
}

/*applied to the Grid when its loading the data.*/
.jqx-grid-load {
    padding-right: 0px;
    background-image: url(../img/jqx/loader.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 9999;
    display: block;
}
/*applied to a group's collapse button.*/
.jqx-grid-group-collapse {
    padding-right: 0px;
    background-image: url(../img/jqx/icon-right.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.jqx-grid-group-collapse-rtl {
    padding-right: 0px;
    background-image: url(../img/jqx/icon-left.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*applied to a group's expand button.*/
.jqx-grid-group-expand, .jqx-grid-group-expand-rtl {
    padding-right: 0px;
    background-image: url(../img/jqx/icon-down.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*jqxProgresBar Style*/
.jqx-progressbar {
    overflow: hidden;
    outline: none;
    border: 1px solid transparent;
    height: 2em;
}
/*applied to the progressbar's value element*/
.jqx-progressbar-value {
    outline: none;
    border: 0px solid transparent;
    height: 100%;
}
/*applied to the progress bar's vertical value element- when the widget's orientation is 'vertical'*/
.jqx-progressbar-value-vertical {
    outline: none;
    border: 0px solid transparent;
    height: 100%;
    background: transparent;
}
/*applied to the progressbar's text element*/
.jqx-progressbar-text {
    font-size: 10px;
    border: none;
}
/*applied to the progress bar when the widget is in disabled state*/
.jqx-progressbar-disabled {
    outline: none;
    border: 1px solid transparent;
    height: 2em;
}

/*jqxMenu Style*/
.jqx-menu {
    border: 1px solid transparent;
    float: none;
    margin: 0px;
    height: 100%;
    padding: 0px;
    overflow: hidden;
    text-align: left;
}

.jqx-menu-dropdown-column {
    float: left;
}
/*applied to the menu when it is horizontal. Sets the menu's background*/
.jqx-menu-horizontal {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
}
/*applied to the menu when it is vertical. Sets the menu's background*/
.jqx-menu-vertical {
    text-align: left;
}
/*applied to the sub menu. Sets the sub menu's background*/
.jqx-menu-dropdown {
    left: 100%;
    margin: 0px;
    padding: 0px;
    right: 0;
    overflow: hidden;
    display: none;
    float: none;
    width: 150px;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    padding: 2px;
}
    /*applied to the sub menu's ul elements.*/
    .jqx-menu-dropdown ul {
        left: 100%;
        margin: 0px;
        padding: 0px;
        right: 0;
        overflow: hidden;
        border: none;
    }
/*applied to the menu's ul elements.*/
.jqx-menu ul {
    left: 100%;
    margin: 0px;
    padding: 2px;
    right: 0;
    overflow: hidden;
    background-color: transparent;
    border: none;
}
/*applied to the menu's li elements.*/
.jqx-menu li, .jqx-menu-dropdown li {
    line-height: 1.3 !important;
}
/*applied to the top level menu items.*/
.jqx-menu-item-top {
    border: 1px solid transparent;
    text-indent: 0;
    list-style: none;
    padding: 4px 8px 4px 8px;
    left: 100%;
    overflow: hidden;
    color: inherit;
    right: 0;
    margin: 0px 1px 0px 1px;
    cursor: pointer;
}
/*applied to the sub menu items.*/
.jqx-menu-item {
    border: 1px solid transparent;
    text-indent: 0;
    list-style: none;
    padding: 4px 8px 4px 8px;
    margin: 1px;
    float: none;
    overflow: hidden;
    left: 100%;
    color: inherit;
    right: 0;
    text-align: left;
    cursor: pointer;
    *color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a sub menu item when the mouse is over the item.*/
.jqx-menu-item-hover {
    color: inherit;
    right: 0;
    list-style: none;
    margin: 1px;
    left: 100%;
    padding: 4px 8px 4px 8px;
    text-align: left;
    cursor: pointer;
    *color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a top-level menu item when the mouse is over it.*/
.jqx-menu-item-top-hover {
    color: inherit;
    right: 0;
    list-style: none;
    margin: 0px 1px 0px 1px;
    left: 100%;
    padding: 4px 8px 4px 8px;
    top: 50%;
    cursor: pointer;
    *color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a sub menu item when its sub menu is opened.*/
.jqx-menu-item-selected {
    right: 0;
    list-style: none;
    margin: 1px;
    left: 100%;
    padding: 4px 8px 4px 8px;
    text-align: left;
    cursor: pointer;
    *color: expression(this.parentNode.currentStyle['color']);
}
/*applied to a disabled sub menu item.*/
.jqx-menu-item-disabled {
}
/*applied to a top-level menu item when its sub menu is opened.*/
.jqx-menu-item-top-selected {
    right: 0;
    list-style: none;
    margin: 0px 1px 0px 1px;
    left: 100%;
    padding: 4px 8px 4px 8px;
    cursor: pointer;
}
/*applied to the menu separator items.*/
.jqx-menu-item-separator {
    text-indent: 0;
    background-color: #ddd;
    border: none;
    list-style: none;
    height: 1px;
    line-height: 0 !important;
    padding: 0px;
    margin: 1px 2px 1px 2px;
    float: none;
    overflow: hidden;
    left: 100%;
    color: inherit;
    right: 0;
    font-size: 1px;
}
/*applied to a sub menu item when it has sub menu items. Displays right arrow icon.*/
.jqx-menu-item-arrow-right {
    background-image: url(../img/jqx/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items. Displays down arrow icon.*/
.jqx-menu-item-arrow-down {
    background-image: url(../img/jqx/icon-down.png);
}
/*applied to a sub menu item when it has sub menu items. Displays up arrow icon.*/
.jqx-menu-item-arrow-up {
    background-image: url(../img/jqx/icon-up.png);
}

.jqx-menu-minimized {
    position: relative;
}

.jqx-menu-title {
    position: relative;
    float: right;
    margin-top: 4px;
    padding-top: 4px;
    padding-right: 20px;
}

.jqx-menu-minimized-button {
    background-image: url('../img/jqx/icon-menu-minimized.png');
    background-repeat: no-repeat;
    background-position: left center;
    height: 24px;
    width: 24px;
    padding: 0px;
    margin-left: 7px;
    margin-top: 4px;
    float: left;
}

.jqx-menu-ul-minimized {
    display: block !important;
    width: auto !important;
}

    .jqx-menu-ul-minimized ul {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -o-box-shadow: none !important;
        box-shadow: none !important;
    }

.jqx-menu-minimized li:last-child {
    padding-bottom: 0px;
    margin: 0px;
}

.jqx-menu-item-arrow-right, .jqx-menu-item-arrow-down, .jqx-menu-item-arrow-up, .jqx-menu-item-arrow-right {
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 0px;
    margin-right: -8px;
    width: 17px;
    height: 15px;
}
/*applied to a sub menu item when it has sub menu items. Displays left arrow icon.*/
.jqx-menu-item-arrow-left {
    padding-right: 0px;
    padding-left: 5px;
    width: 17px;
    height: 15px;
    background-image: url(../img/jqx/icon-left.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays right arrow icon.*/
.jqx-menu-item-arrow-right-selected {
    background-image: url(../img/jqx/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays down arrow icon.*/
.jqx-menu-item-arrow-down-selected {
    background-image: url(../img/jqx/icon-down.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays up arrow icon.*/
.jqx-menu-item-arrow-up-selected {
    background-image: url(../img/jqx/icon-up.png);
}

.jqx-menu-item-arrow-right-selected, .jqx-menu-item-arrow-up-selected, .jqx-menu-item-arrow-down-selected, .jqx-menu-item-arrow-top-right {
    padding-right: 0px;
    margin-right: -8px;
    width: 17px;
    height: 15px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
/*applied to a top-level menu item when it has sub menu items. Displays right arrow icon.*/
.jqx-menu-item-arrow-top-right {
    background-image: url(../img/jqx/icon-right.png);
}
/*applied to a sub menu item when it has sub menu items and its sub menu is opened. Displays left arrow icon.*/
.jqx-menu-item-arrow-left-selected {
    background-image: url(../img/jqx/icon-left.png);
}
/*applied to a top-level menu item when it has sub menu items. Displays left arrow icon.*/
.jqx-menu-item-arrow-top-left {
    background-image: url(../img/jqx/icon-left.png);
}

.jqx-menu-item-arrow-left-selected, .jqx-menu-item-arrow-top-left {
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-right: 0px;
    padding-left: 5px;
    width: 17px;
    height: 15px;
}
/*applied to the anchor elements*/
.jqx-menu-item a:link, .jqx-menu-item a:visited, .jqx-menu-item a:hover, .jqx-menu-item-top a:link, .jqx-menu-item-top a:visited, .jqx-menu-item-top a:hover {
    text-decoration: none;
    color: inherit;
    outline: none;
    background-color: transparent;
    *color: expression(this.parentNode.currentStyle['color']);
}

/*applied to the menu widget when it is disabled.*/
.jqx-menu-disabled {
    cursor: default;
}
    /*applied to the anchor elements of all disabled menu items.*/
    .jqx-menu-disabled a:link {
        cursor: default;
        text-decoration: none;
    }

    .jqx-menu-disabled a:visited {
        cursor: default;
        text-decoration: none;
    }

    .jqx-menu-disabled a:hover {
        cursor: default;
    }

.jqx-menu-dropdown {
    right: -1px;
}

/*jqxtree Style*/
.jqx-tree {
    left: 100%;
    right: 0;
    float: none;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    line-height: 14px !important;
}
/*applied to the jqxTree root UL element.*/
.jqx-tree-dropdown-root {
    left: 100%;
    padding: 0px 5px 0px 5px;
    right: 0;
    display: block;
    float: none;
    background-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-color: #fff;
    text-align: left;
    outline: none;
    white-space: nowrap;
    margin: 0px;
}

.jqx-tree-dropdown-root-rtl {
    padding: 0px 5px 0px 0px;
    text-align: right;
    float: right;
    margin: 0px;
}

/*applied to the jqxTree UL elements.*/
.jqx-tree-dropdown {
    left: 100%;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    right: 0;
    display: block;
    float: none;
    background-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
    text-align: left;
    outline: none;
}

.jqx-tree-dropdown-rtl {
    padding: 3px 0px 0px 0px;
    text-align: right;
}

/*applied to a tree item.*/
.jqx-tree-item {
    border: 1px solid transparent;
    text-indent: 0;
    list-style: none;
    padding: 3px;
    margin: 0px;
    float: none;
    overflow: hidden;
    left: 100%;
    right: 0;
    text-align: left;
    cursor: default;
    text-decoration: none;
}
/*applied to the jqxTree LI elements.*/
.jqx-tree-item-li {
    text-indent: 0;
    background-color: transparent;
    border: 0px solid transparent;
    list-style: none;
    left: 100%;
    right: 0;
    text-align: left;
    outline: none;
    margin: 0px;
    margin-top: 1px;
    padding: 0px;
}
/*applied to the last LI elements in an UL element.*/
.jqx-tree-item-u-last {
    margin: 0px 0px 0px 0px;
}
/*applied to a tree item when the mouse is over the item.*/
.jqx-tree-item-hover {
    color: inherit;
    right: 0;
    padding: 3px;
    margin: 0px;
    list-style: none;
    left: 100%;
    cursor: pointer;
    text-decoration: none;
}
/*applied to a tree item when the item is selected.*/
.jqx-tree-item-selected {
    color: inherit;
    right: 0;
    padding: 3px;
    margin: 0px;
    list-style: none;
    left: 100%;
    cursor: pointer;
    text-decoration: none;
}

.jqx-tree-item-rtl {
    text-align: right;
}

.jqx-tree-item-li-rtl {
    text-align: right;
}
/*applied to the anchor element of a tree item.*/
.jqx-tree-item a:link, .jqx-tree-item a:visited {
    text-indent: 0;
    background-color: transparent;
    border: 0px solid transparent;
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: none;
    overflow: hidden;
    left: 100%;
    color: inherit;
    right: 0;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.jqx-tree-item-selected, .jqx-tree-item-hover a:hover {
    color: inherit;
}

.jqx-tree-item-selected, .jqx-tree-item-hover a:visited {
    color: inherit;
}

/*applied to a tree item when the item is disabled.*/
.jqx-tree-item-disabled {
}
/*applied to a tree item when it has sub items and is collapsed. Displays an arrow icon next to the item.*/
.jqx-tree-item-arrow-collapse, .jqx-tree-item-arrow-collapse-hover {
    padding-right: 0px;
    width: 17px;
    height: 17px;
    background-image: url(../img/jqx/icon-right.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.jqx-tree-item-arrow-collapse-rtl, .jqx-tree-item-arrow-collapse-hover-rtl {
    background-image: url(../img/jqx/icon-left.png);
}

/*applied to a tree item when it has sub items and is expanded. Displays an arrow icon next to the item.*/
.jqx-tree-item-arrow-expand, .jqx-tree-item-arrow-expand-hover {
    padding-right: 0px;
    width: 17px;
    height: 17px;
    background-image: url(../img/jqx/icon-down.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*applied to the tree when it is disabled.*/
.jqx-tree-disabled {
    cursor: default;
}
    /*applied to the anchor elements in a tree when it is disabled.*/
    .jqx-tree-disabled a:link {
        cursor: default;
        text-decoration: none;
    }

    .jqx-tree-disabled a:visited {
        cursor: default;
        text-decoration: none;
    }

    .jqx-tree-disabled a:hover {
        cursor: default;
    }


/*jqxTabs*/
.jqx-tabs {
    outline: none;
    margin: 0 0 0 0;
    padding: 0px;
    overflow: hidden;
    background: transparent;
    border: 1px solid transparent;
}
/*applied to the tab close button.*/
.jqx-tabs-close-button {
    outline: none;
    background-image: url(../img/jqx/close.png);
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    left: 5px;
}
/*applied to the tab close button when the tab is selected.*/
.jqx-tabs-close-button-selected {
    outline: none;
    background-image: url(../img/jqx/close.png);
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
/*applied to the tab close button when the mouse is over the tab.*/
.jqx-tabs-close-button-hover {
    outline: none;
    background-image: url(../img/jqx/close.png);
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
/*applied to the tab's left scroll arrow.*/
.jqx-tabs-arrow-left {
    outline: none;
    position: relative;
    z-index: 15;
    float: left;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-image: url('../img/jqx/icon-left.png');
    background-repeat: no-repeat;
    background-position: center;
}
/*applied to the tab's right scroll arrow.*/
.jqx-tabs-arrow-right {
    outline: none;
    position: relative;
    z-index: 15;
    background-image: url('../img/jqx/icon-right.png');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.jqx-tabs-arrow-background {
    background: #eeeeee;
}
/*applied to the tab's title.*/
.jqx-tabs-title {
    outline: none;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    left: 100%;
    right: 0;
    text-indent: 0px;
    list-style: none;
    border: 1px solid transparent;
    margin: 0px 2px 0px 0px;
    overflow: hidden;
    z-index: 1;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: transparent;
    height: auto;
    position: relative;
}

.jqx-tabs-title-bottom {
}

.jqx-tabs-title a:link {
    color: inherit;
    *color: expression(this.parentNode.currentStyle['color']);
    text-decoration: none;
}

.jqx-tabs-title a:hover {
    color: inherit;
    *color: expression(this.parentNode.currentStyle['color']);
    text-decoration: none;
}

.jqx-tabs-title a:active {
    color: inherit;
    *color: expression(this.parentNode.currentStyle['color']);
    text-decoration: none;
}

.jqx-tabs-title a:visited {
    color: inherit;
    *color: expression(this.parentNode.currentStyle['color']);
    text-decoration: none;
}
/*applied to the tab's title when the tab is selected and the jqxTab's position property is set to 'top' .*/
.jqx-tabs-title-selected-top {
    z-index: 99;
    outline: none;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding-bottom: 7px;
}
/*applied to the tab's title when the tab is selected and the jqxTab's position property is set to 'bottom' .*/
.jqx-tabs-title-selected-bottom {
    outline: none;
    border-top: 1px solid #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-top: -2px;
    background-color: #fff;
}
/*applied to the tab's title when the tab is hovered and the jqxTab's position property is set to 'top' .*/
.jqx-tabs-title-hover-top {
    outline: none;
    border: 1px solid transparent;
    padding-bottom: 5px;
}
/*applied to the tab's title when the tab is hovered and the jqxTab's position property is set to 'bottom' .*/
.jqx-tabs-title-hover-bottom {
    outline: none;
    border: 1px solid transparent;
    padding-top: 5px;
}
/*applied to the tab's title when the tab is disabled.*/
.jqx-tabs-title-disable {
}
/*applied to the tab's header.*/
.jqx-tabs-header {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 1px;
    margin: 0px;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 1px solid #aaa;
    background: #eeeeee;
}
/*applied to the tab's header when the position is bottom.*/
.jqx-tabs-header-bottom {
    padding-top: 1px;
    padding-bottom: 3px;
    border-top: 0px solid #aaa;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 1px solid transparent;
}
/*applied to the tab's header when the tab is collapsed.*/
.jqx-tabs-header-collapsed {
    border: 1px solid #aaa;
}
/*applied to the tab's header when the position is bottom and tab is collapsed.*/
.jqx-tabs-header-collapsed-bottom {
    border: 1px solid #aaa;
}

.jqx-tabs-collapsed {
    border: 0px solid transparent;
}

.jqx-tabs-collapsed-bottom {
    border: 0px solid transparent;
}
/*applied to the tab's selection tracker container element.*/
.jqx-tabs-selection-tracker-container {
    outline: none;
    position: relative;
    text-indent: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    background: transparent;
    height: 0px;
}
/*applied to the tab's selection tracker when the jqxTab's position property is set to 'top'.*/
.jqx-tabs-selection-tracker-top {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding-bottom: 2px;
    background-color: #fff;
    outline: none;
    position: absolute;
    z-index: 10;
}
/*applied to the tab's selection tracker when the jqxTab's position property is set to 'bottom'.*/
.jqx-tabs-selection-tracker-bottom {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #fff;
    outline: none;
    position: absolute;
    z-index: 10;
    margin-top: -1px;
    padding-bottom: 2px;
}
/*applied to the tab's content element which represents a DIV element.*/
.jqx-tabs-content {
    outline: none;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid transparent;
    text-align: left;
    clear: both;
}

.jqx-tabs-content-element {
    height: 100%;
    overflow: auto;
}

/*jqxCheckBox*/
.jqx-checkbox {
    text-align: left;
    border: none;
    outline: none;
    margin: 0 0 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*applied to the check box.*/
.jqx-checkbox-default {
    text-align: left;
    float: left;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 0px 3px 0px 3px;
}
/*applied to the check box when the mouse cursor is over it.*/
.jqx-checkbox-hover {
    cursor: pointer;
    float: left;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 0px 3px 0px 3px;
}
/*applied to the widget when it is disabled.*/
.jqx-checkbox-disabled {
    cursor: default;
    background: transparent;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0px 0px 0px 0px;
}
/*applied to the check box when the widget is disabled.*/
.jqx-checkbox-disabled-box {
    float: left;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 0px 3px 0px 3px;
}
/*applied to the check box when it is checked. Displays a check icon.*/
.jqx-checkbox-check-checked {
    float: left;
    background: transparent url(../img/jqx/check_black.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}
/*applied to the check box when the widget is disabled. Displays a disabled check icon.*/
.jqx-checkbox-check-disabled {
    float: left;
    background: transparent url(../img/jqx/check_disabled.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}
/*applied to the check box when its state is indeterminate.*/
.jqx-checkbox-check-indeterminate {
    float: left;
    background: transparent url(../img/jqx/check_indeterminate_black.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}
/*applied to the check box when its state is indeterminate and it is disabled.*/
.jqx-checkbox-check-indeterminate-disabled {
    float: left;
    background: transparent url(../img/jqx/check_indeterminate_disabled.png) center center no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
}
/*applied to the check box when its in rtl mode.*/
.jqx-checkbox-rtl {
    float: right;
}
/*jqxRadioButton*/
.jqx-radiobutton {
    text-overflow: ellipsis;
    border: none;
    outline: none;
    margin: 0 0 0 0;
    white-space: nowrap;
}
/*applied to the radio button.*/
.jqx-radiobutton-default {
    cursor: pointer;
    float: left;
    background: transparent url(../img/jqx/roundbg_classic_normal.png) left center scroll repeat-x;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 1px 3px 0px 3px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
/*applied to the radio button when the mouse is over it.*/
.jqx-radiobutton-hover {
    cursor: pointer;
    float: left;
    background: transparent;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 1px 3px 0px 3px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
/*applied to the radio button when it is disabled.*/
.jqx-radiobutton-disabled {
    cursor: default;
}
/*applied to the radio button's radio icon when it is disabled.*/
.jqx-radiobutton-disabled-box {
}
/*applied to the radio button when it is checked.*/
.jqx-radiobutton-check-checked {
    float: left;
    background: transparent url(../img/jqx/roundbg_check_black.png) left top no-repeat;
    padding: 0px;
    border: 1px solid transparent;
    outline: none;
    margin: 0 0 0 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    margin-left: 2px;
    margin-top: 2px;
}
/*applied to the radio button when it is checked and disabled.*/
.jqx-radiobutton-check-disabled {
}
/*applied to the radio button when it is in indeterminate state.*/
.jqx-radiobutton-check-indeterminate {
    float: left;
    background: transparent url(../img/jqx/roundbg_check_indeterminate.png) left top no-repeat;
    padding: 0px;
    border: none;
    outline: none;
    margin: 0 0 0 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    margin-left: 2px;
    margin-top: 2px;
}
/*applied to the radio button when it is in indeterminate state and disabled.*/
.jqx-radiobutton-check-indeterminate-disabled {
}
/*applied to the radio button when its in rtl mode.*/
.jqx-radiobutton-rtl {
    float: right;
}

/*jqxRating*/
.jqx-rating {
    margin: 0px;
    padding: 0px;
    outline: none;
    overflow: hidden;
}

.jqx-rating-image {
    border-width: 0px;
}

.jqx-rating-image-default {
    margin: 0px;
    padding: 0px;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(../img/jqx/star.png);
    overflow: hidden;
}
/*applied to the rating when it is hovered.*/
.jqx-rating-image-hover {
    background-color: transparent;
    padding: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(../img/jqx/star_hover.png);
    overflow: hidden;
}
/*applied to the rating when it is disabled.*/
.jqx-rating-image-backward {
    background-color: transparent;
    padding: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(../img/jqx/star_disabled.png);
    overflow: hidden;
}
/*jqxCalendar Style*/
.jqx-calendar {
    border: 1px solid transparent;
    -webkit-appearance: none;
    overflow: hidden;
    outline: none;
    padding: 0px;
    margin: 0 0 0 0;
    cursor: default;
    border-collapse: separate;
}

    .jqx-calendar td {
        padding-top: 0px;
        padding-bottom: 0px;
        border-collapse: separate;
        border-spacing: 1px;
        font-size: 13px;
        line-height: 1.231;
    }

    .jqx-calendar table {
        margin: 0px;
        padding: 0px;
        border-collapse: separate;
        border-spacing: 1px;
        font-size: 13px;
        line-height: 1.231;
    }
/*applied to the calendar's row header. This header displays the week numbers.*/
.jqx-calendar-row-header {
    outline: none;
    border: 0px solid #f2f2f2;
    padding: 0;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to the calendar's column. This header displays the day names.*/
.jqx-calendar-column-header {
    outline: none;
    text-align: right;
    padding: 3px;
    border-top: none;
    border-bottom: 1px solid transparent;
    border-left: none;
    border-right: none;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to the calendar's top-left header. This header is displayed before the day names and above the week numbers.*/
.jqx-calendar-top-left-header {
    outline: none;
    border: 0px solid #f2f2f2;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to the calendar's navigation buttons.*/
.jqx-calendar-title-navigation {
    cursor: pointer;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    width: 25px;
    height: 25px;
}
/*applied to the month table*/
.jqx-calendar-month {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}
/*applied to the calendar's title content.*/
.jqx-calendar-title-content {
    cursor: pointer;
    text-align: center;
}
/*applied to the calendar's navigation title.*/
.jqx-calendar-title-header {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 0 0 0;
}

    .jqx-calendar-title-header td {
        padding-left: 0px;
        padding-right: 0px;
        border: none;
    }
/*applied to the calendar's navigation title when the calendar is disabled.*/
.jqx-calendar-title-header-disabled {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 0 0 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid transparent;
}
/*applied to a calendar cell.*/
.jqx-calendar-cell {
    border: 1px solid transparent;
    margin: 0px;
    outline: none;
    text-align: center;
    padding: 1px;
    cursor: pointer;
    background-color: transparent;
}

    .jqx-calendar-cell td {
        padding: 0;
        margin: 0;
    }
/*applied to a calendar cell in decade and year views.*/
.jqx-calendar-cell-decade, .jqx-calendar-cell-year {
    text-align: center;
}

.jqx-calendar .jqx-fill-state-normal {
    background: transparent;
    border: 1px solid transparent;
}

/*applied to a calendar cell when the cell is hidden. A cell can be hidden when the showOtherMonthDays property is false and the calendar hides the cells with dates from the other months*/
.jqx-calendar-cell-hidden {
    margin: 0 0 0 0;
    visibility: hidden;
    cursor: default;
}
/*applied to a calendar cell when the cell's date is a weekend date.*/
.jqx-calendar-cell-weekend {
    color: #898989 !important;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell's date is a special date(holiday, vacation, birthay. See the SpecialDates demo).*/
.jqx-calendar-cell-specialDate {
    color: #FF0000 !important;
    background-color: transparent;
    border: 1px solid #fff;
    margin: 0 0 0 0;
    cursor: pointer;
}

.jqx-calendar-cell-selected-invalid {
    color: #FFF !important;
    background: #FF0000 !important;
    border: 1px solid #FF0000 !important;
}
/*applied to a calendar cell when the cell's date is the today date.*/
.jqx-calendar-cell-today {
    color: #898989;
    background-color: #ffffdb;
    border: 1px solid #fdc066;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell is hovered.*/
.jqx-calendar-cell-hover {
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell is selected.*/
.jqx-calendar-cell-selected {
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the cell's date represents a date from the previous or next month.*/
.jqx-calendar-cell-othermonth {
    color: #898989 !important;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to a calendar cell when the calendar is disabled.*/
.jqx-calendar-cell-disabled {
    color: #ccc;
}
/*applied to a calendar cell when the cell is from the row header that displays the week numbers.*/
.jqx-calendar-row-cell {
    outline: none;
    text-align: center;
    border: 1px solid transparent;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to a calendar cell when the cell is from the row header that displays the week numbers and the calendar is disabled.*/
.jqx-calendar-row-cell-disabled {
}

.jqx-calendar-footer {
    margin: 5px;
    color: inherit;
    font-size: 13px;
}

.jqx-calendar-title-container {
    overflow: hidden;
}
/*applied to a calendar cell when the cell is from the column header that displays the day names.*/
.jqx-calendar-column-cell {
    overflow: hidden;
    text-align: center;
    outline: none;
    font-weight: normal;
    padding: 1px;
    border: 1px solid transparent;
    margin: 0 0 0 0;
    cursor: default;
}
/*applied to a calendar cell when the cell is from the column header that displays the day names and the calendar is disabled.*/
.jqx-calendar-column-cell-disabled {
}
/*applied to the calendar's cell area element.*/
.jqx-calendar-view {
    -webkit-appearance: none;
    outline: none;
    padding: 0px;
    border: 0px solid #fff;
    margin: 0 0 0 0;
    cursor: default;
}

/*jqxExpander and jqxNavigationBar Style*/
.jqx-expander {
}
/*applied to the Expander's header and content*/
.jqx-expander-header, .jqx-expander-content {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
    outline: 0;
}
/*applid to the content of the expander header.*/
.jqx-expander-header-content {
    padding-left: 3px;
}
/*applid to the content of the expander header.*/
.jqx-expander-header-content-rtl {
    padding-right: 3px;
}

.jqx-expander-content {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: auto;
    outline: 0;
}
/*applied to the Expander's header and its content when it is on the top of the header*/
.jqx-expander-header, .jqx-expander-content-top {
    border-top-width: 1px;
    border-top-style: solid;
}
/*applied to the Expander's header and its content when it is on the bottom of the header*/
.jqx-expander-header, .jqx-expander-content-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
/*applied to the Expander's header*/
.jqx-expander-header {
    cursor: pointer;
    overflow: hidden;
}
/*applied to the Expander's header when the expander is disabled or the toggleMode is "none"*/
.jqx-expander-header-disabled {
    cursor: default;
}
/*applied to the Expander's arrow*/
.jqx-expander-arrow {
    width: 17px;
    height: 17px;
    position: relative;
}
/*applied to the Expander's content if it is empty*/
.jqx-expander-content-empty {
    border-width: 0px;
    padding: 0px;
}

/*applied to jqxNavigationBar. The NavigationBar internally uses jqxExpander's classes and inherits all header and content style settings from the Expander.*/
.jqx-navigationbar {
    border: none;
    margin: 0px;
    -webkit-appearance: none;
    outline: none;
}
/*jqxPanel Style*/
.jqx-panel {
    border: 1px solid transparent;
    -webkit-appearance: none;
    outline: none;
    padding: 0px;
    margin: 0px;
    cursor: default;
    overflow: hidden;
}
/*applied to the Panel's element displayed when the horizontal and vertical scrollbars are visible and the element is positioned below the vertical scrollbar and on the right
of the horizontal scrollbar.*/
.jqx-panel-bottomright {
}
/*applied to the DropDownButton's Popup.*/
.jqx-dropdownbutton-popup {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid transparent;
}

.jqx-listbox {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid transparent;
    padding: 0px;
    margin: 0px;
    cursor: default;
    overflow: hidden;
}
/*applied to the ListBox's element displayed when the horizontal and vertical scrollbars are visible and the element is positioned below the vertical scrollbar and on the right
of the horizontal scrollbar.*/
.jqx-listbox-bottomright {
}
/*applied to the ListBox's groups.*/
.jqx-listitem-state-group {
    white-space: nowrap;
    padding: 4px 2px 4px 2px;
    background: transparent;
    font-weight: bold;
    text-align: left;
    outline: none;
    overflow: hidden;
    vertical-align: middle;
    cursor: default;
}
/*applied to a list item in default state.*/
.jqx-listitem-state-normal {
    white-space: nowrap;
    padding: 3px;
    margin: 1px;
    border: 1px solid transparent;
    outline: none;
    visibility: inherit;
    display: inherit;
    text-align: left;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    cursor: default;
}
/*applied to a list item in hovered state.*/
.jqx-listitem-state-hover {
    white-space: nowrap;
    background: transparent;
    padding: 3px 3px 3px 3px;
    margin: 1px;
    border: 1px solid transparent;
}
/*applied to a list item when the item is selected.*/
.jqx-listitem-state-selected {
    white-space: nowrap;
    padding: 3px 3px 3px 3px;
    margin: 1px;
    border: 1px solid transparent;
}

.jqx-listbox-feedback {
    height: 1px;
    border-top: 1px dashed #000;
}

.jqx-listitem-element {
    -ms-touch-action: none;
    border: none;
    width: 100%;
    height: 100%;
    align: left;
    valign: top;
    position: absolute;
}
/*jqxComboBox Style*/
/*applied to the jqxComboBox's content which displays the text.*/
.jqx-combobox-content {
    padding: 0px;
    overflow: hidden;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    margin: 0px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-appearance: none;
    outline: none;
    border: none;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px solid transparent;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-combobox-content-rtl {
    border: none;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 3px;
    border-right: none;
    border-left: 1px solid transparent;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}
/*applied to the ComboBox's input field.*/
.jqx-combobox-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding: 0 0 0 0;
    outline: none;
    border: 0px solid #aaa;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

    .jqx-combobox-input::-ms-clear {
        display: none;
    }
/*applied to the ComboBox's content when the widget is disabled.*/
.jqx-combobox-content-disabled {
    color: #AAA;
}
/*applied to the ComboBox's arrow button.*/
.jqx-combobox-arrow-normal, .jqx-action-button {
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    margin: 0 0 0 0;
    border: none;
    cursor: pointer;
}
/*applied to the ComboBox's arrow button*/
.jqx-combobox-arrow-hover, .jqx-combobox-arrow-selected {
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    margin: 0 0 0 0;
}
/*applied to the ComboBox in normal state.*/
.jqx-combobox-state-normal {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid transparent;
    overflow: hidden;
    margin: 0 0 0 0;
}
/*applied to the ComboBox when the mouse is over the widget.*/
.jqx-combobox-state-hover {
    overflow: hidden;
    border: 1px solid transparent;
    margin: 0 0 0 0;
}
/*applied to the ComboBox when the popup ListBox is shown.*/
.jqx-combobox-state-selected {
    overflow: hidden;
    border: 1px solid transparent;
    margin: 0 0 0 0;
}
/*applied to the ComboBox when the widget is focused.*/
.jqx-combobox-state-focus {
    border: 1px solid transparent;
}

.jqx-combobox-multi-item {
    padding: 1px 3px;
    margin: 2px;
    white-space: nowrap;
    border-style: solid;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
}

    .jqx-combobox-multi-item a:link, .jqx-combobox-multi-item a:visited {
        color: inherit;
        display: block;
        outline: 0 none;
        text-decoration: none;
        cursor: pointer;
        *color: expression(this.parentNode.currentStyle['color']);
    }
/*applied to the ComboBox when the widget is disabled.*/
.jqx-combobox-state-disabled {
    white-space: nowrap;
    margin: 0px;
    color: #AAA;
}
/*jqxSelect Style*/
.jqx-select {
    overflow: hidden;
    padding-left: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    -webkit-appearance: none;
    outline: 0 none;
}

.jqx-select-content {
    cursor: pointer;
    text-overflow: ellipsis;
}

.jqx-select-container {
    padding: 0;
}

.jqx-select-item {
    padding: 3px;
    margin: 1px;
    white-space: normal !important;
    cursor: default;
}
/*jqxDropDownList Style*/
/*applied to the dropdownlist's content element which displays the selected item's text or html.*/
.jqx-dropdownlist-content {
    padding: 0px;
    overflow: hidden;
    padding-left: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-appearance: none;
    outline: 0 none;
    border: none;
}

.jqx-dropdownlist-content-rtl {
    padding-left: 0px;
    padding-right: 3px;
}

/*applied to the dropdownlist's content element which displays the selected item's text or html and the widget is disabled. */
.jqx-dropdownlist-content-disabled {
}
/*applied to the dropdownlist in default state.*/
.jqx-dropdownlist-state-normal {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid transparent;
    overflow: hidden;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to the dropdownlist in hovered state.*/
.jqx-dropdownlist-state-hover {
    overflow: hidden;
    border: 1px solid transparent;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to the dropdownlist in selected state.*/
.jqx-dropdownlist-state-selected {
    overflow: hidden;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*applied to the dropdownlist in focused state.*/
.jqx-dropdownlist-state-focus {
    border: 1px solid #909090;
}
/*applied to the dropdownlist in disabled state.*/
.jqx-dropdownlist-state-disabled {
}
/*jqxScrollBar Style*/
.jqx-scrollbar {
    background: transparent;
    margin: 0;
    padding: 0;
    border: none;
}
/*applied to the scrollbar in default state.*/
.jqx-scrollbar-state-normal {
    background: #efefef;
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the scrollbar buttons in default state.*/
.jqx-scrollbar-button-state-normal {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the scrollbar buttons in hovered state.*/
.jqx-scrollbar-button-state-hover {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the scrollbar buttons in pressed state.*/
.jqx-scrollbar-button-state-pressed {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the horizontal scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-normal-horizontal {
    margin: 0px;
    padding: 0px;
    background: transparent;
    border: 1px solid transparent;
}
/*applied to the horizontal scrollbar thumb in hovered state.*/
.jqx-scrollbar-thumb-state-hover-horizontal {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the horizontal scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-pressed-horizontal {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the vertical scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-normal {
    margin: 0px;
    padding: 0px;
    border: 1px solid transparent;
}
/*applied to the vertical scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-hover {
    margin: 0px;
    padding: 0px;
    background: transparent;
    border: 1px solid transparent;
}
/*applied to the vertical scrollbar thumb in default state.*/
.jqx-scrollbar-thumb-state-pressed {
    margin: 0px;
    padding: 0px;
    background: #d1d1d1;
    border: 1px solid #909090;
}

/* jqxWindow */
.jqx-window {
    position: absolute;
    overflow: hidden;
    border: 1px solid transparent;
}
/*applied to the jqxWindow when itâ€™s disabled*/
.jqx-window-disabled {
}
/*applied to the windowâ€™s header*/
.jqx-window-header {
    outline: none;
    border-width: 0px;
    border-bottom: 1px solid transparent;
    overflow: hidden;
    padding: 5px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
}
/*applied to the windowâ€™s header when the window is disabled*/
.jqx-window-header-disabled {
}
/*applied to the windowâ€™s content*/
.jqx-window-content {
    outline: none;
    overflow: auto;
    text-align: left;
    background-color: transparent;
    padding: 5px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/*applied to the windowâ€™s content when the window is disabled*/
.jqx-window-content-disabled {
    outline: none;
    overflow: auto;
    text-align: left;
    padding: 5px;
}
/*applied to the windowâ€™s close button*/
.jqx-window-close-button {
    cursor: pointer;
    background-image: url(../img/jqx/close.png);
    background-repeat: no-repeat;
}
/*applied to the window's collapse button*/
.jqx-window-collapse-button {
    background-image: url(../img/jqx/icon-up.png);
    cursor: pointer;
    margin-top: 1px;
}
/*applied to the window's collapse button when the window is collapsed*/
.jqx-window-collapse-button-collapsed {
    margin-top: 0px;
    cursor: pointer;
    background-image: url(../img/jqx/icon-down.png);
}
/*setting styles of the modal windowâ€™s background*/
.jqx-window-modal {
    background-color: Black;
}

.jqx-window-close-button-hover {
}

.jqx-docking {
    overflow: hidden;
}

.jqx-docking-panel {
    margin: 0px;
    padding: 0px;
    min-height: 100px;
}

.jqx-docking-drop-indicator {
    border-style: dashed;
    border-width: 1px;
    margin: 0px;
}

.jqx-docking-window {
    margin: 0px;
}

/* jxSlider */
/* applied to jqxSlider widget */
.jqx-slider {
    outline: none;
    clear: both;
}
/*applied to the ticks which can be in the top/bottom/both sides of the jqxSlider*/
.jqx-slider-tick {
    border-left: 1px solid transparent;
    z-index: 9;
}
/*applied to the ticks when the slider is in horizontal mode*/
.jqx-slider-tick-horizontal {
    width: 1px;
    border-left: none;
    margin-top: 1px;
}
/*applied to the ticks when the slider is in vertical mode*/
.jqx-slider-tick-vertical {
    height: 1px;
    border-top: none;
}
/*applied to the ticks container*/
.jqx-slider-tickscontainer {
    z-index: 10;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 9;
}
/*applied to the jqxSlider thumb used for changing/indicating current value*/
.jqx-slider-slider {
    cursor: pointer;
    width: 16px;
    height: 16px;
    z-index: 15;
    position: absolute;
    left: 0px;
    top: 0px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-slider-button {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-sizing: content-box !important;
}
/*applied to the slider's thumb when the slider is in horizontal mode*/
.jqx-slider-slider-horizontal {
    margin-top: -5px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid transparent;
}
/*applied to the slider's thumb when the slider is in vertical mode*/
.jqx-slider-slider-vertical {
    margin-left: -5px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid transparent;
}
/*applied to the track where is located the thumb*/
.jqx-slider-track {
    height: 8px;
    float: left;
    position: relative;
    z-index: 20;
}
/*used in horizontal slider*/
.jqx-slider-track-horizontal {
    height: 8px;
    margin-top: 2px;
}
/*used in vertical slider*/
.jqx-slider-track-vertical {
    width: 8px;
}
/*applied to the div which is between the thumbs in a range slider or from beginning of the track to the current thumb position in the default slider*/
.jqx-slider-rangebar {
}

/* jqxSplitter */
.jqx-splitter {
    overflow: hidden;
    border: 1px solid transparent;
    position: relative;
}
/* Split bar's class when the jqxSplitter is with horizontal orientation */
.jqx-splitter-splitbar-vertical {
    border: 1px solid transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    cursor: e-resize;
    cursor: col-resize;
    position: absolute;
}
/* Split bar's mouse over state */
.jqx-splitter-splitbar-hover {
    background-color: transparent;
}
/* Split bar's class when the jqxSplitter is with horizontal orientation. */
.jqx-splitter-splitbar-horizontal {
    position: absolute;
    border: 1px solid transparent;
    border-left-width: 0px;
    border-right-width: 0px;
    cursor: n-resize;
    cursor: row-resize;
}
/* This class is applied to the splitter when it's dragged to it's max left/right boundary */
.jqx-splitter-splitbar-invalid {
    background: #FF0000 !important;
}
/* This class is added to split bar's collapse button when the splitter is with vectical orientation. */
.jqx-splitter-collapse-button-horizontal {
    cursor: pointer;
    width: 45px;
    height: 5px;
}
/* This class is added to split bar's collapse button when the splitter is with horizontal orientation. */
.jqx-splitter-collapse-button-vertical {
    cursor: pointer;
    width: 5px;
    height: 45px;
}
/* This class is added when the user disable the splitter. */
.jqx-splitter-splitbar-collapsed {
    cursor: default;
}
/* Applied to the jqxSplitter panels. */
.jqx-splitter-panel {
    border: none;
    outline: none;
    position: absolute;
    overflow: hidden;
}
/* This class is added to a nested splitter.*/
.jqx-splitter-nested, .jqx-splitter-panel-nested {
    border: none;
    overflow: hidden;
}

.jqx-draggable {
}

.jqx-draggable-dragging {
    border: 0px solid black;
}

.jqx-draggable-disabled {
    cursor: default;
}

.jqx-validator-hint {
    height: 18px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Verdana;
    font-size: 13px;
    border: 1px solid #6E0000;
    background-color: #942724;
    color: #fff;
    z-index: 99999;
    white-space: nowrap;
}

.jqx-validator-hint-arrow {
    z-index: 99999;
    height: 9px;
    width: 9px;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    background-image: url(../img/jqx/multi-arrow.gif);
}

.jqx-validator-error-label {
    color: #dd4b39;
    vertical-align: top;
    text-align: left;
    display: block;
    cursor: default;
    line-height: 17px;
}

.jqx-validator-error-element {
    border-color: #dd4b39 !important;
}

.jqx-switchbutton {
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.jqx-switchbutton-thumb {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
}

.jqx-switchbutton-label {
    font-size: 15px;
    font-family: Sans-Serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.jqx-switchbutton-wrapper {
}

.jqx-switchbutton-label-on {
}

.jqx-switchbutton-label-off {
}

/*left, right, up and down arrow icons.*/
.jqx-left-arrow {
    background: transparent;
    background-image: url('icon-left.png');
    cursor: pointer;
}

.jqx-right-arrow {
    background: transparent;
    background-image: url('icon-right.png');
    cursor: pointer;
}

.jqx-icon-delete {
    background-image: url('../img/jqx/icon-delete.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-edit {
    background-image: url('../img/jqx/icon-edit.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-save {
    background-image: url('../img/jqx/icon-save.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-cancel {
    background-image: url('../img/jqx/icon-cancel.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-up, .jqx-icon-arrow-up-hover, .jqx-icon-arrow-up-selected {
    background-image: url('../img/jqx/icon-up.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-down, .jqx-icon-arrow-down-hover, .jqx-icon-arrow-down-selected {
    background-image: url('../img/jqx/icon-down.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-left, .jqx-icon-arrow-left-hover, .jqx-icon-arrow-left-selected {
    background-image: url('../img/jqx/icon-left.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-right, .jqx-icon-arrow-right-hover, .jqx-icon-arrow-right-selected {
    background-image: url('../img/jqx/icon-right.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-first, .jqx-icon-arrow-first-hover, .jqx-icon-arrow-first-selected {
    background-image: url('../img/jqx/icon-first.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-last, .jqx-icon-arrow-last-hover, .jqx-icon-arrow-last-selected {
    background-image: url('../img/jqx/icon-last.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-up-hover {
    background-image: url('../img/jqx/icon-up.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-down-hover {
    background-image: url('../img/jqx/icon-down.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-left-hover {
    background-image: url('../img/jqx/icon-left.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-right-hover {
    background-image: url('../img/jqx/icon-right.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-up-selected {
    background-image: url('../img/jqx/icon-up.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-down-selected {
    background-image: url('../img/jqx/icon-down.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-left-selected {
    background-image: url('../img/jqx/icon-left.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-arrow-right-selected {
    background-image: url('../img/jqx/icon-right.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-close {
    cursor: pointer;
    background-image: url(../img/jqx/close.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-close-hover {
    cursor: pointer;
    background-image: url(../img/jqx/close.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-icon-search {
    cursor: pointer;
    background-image: url(../img/jqx/search.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
    background-size: 13px;
    width: 13px;
    height: 13px;
}

.jqx-icon-plus {
    background-image: url(../img/jqx/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 16px;
    height: 16px;
}
/* jqxScrollView */
.jqx-scrollview-button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
    background-color: #aaaeaf;
}

.jqx-scrollview {
    background-color: #000;
    -ms-touch-action: auto !important;
}

.jqx-icon-calendar, .jqx-icon-calendar-hover, .jqx-icon-calendar-pressed {
    background-image: url('../img/jqx/icon-calendar.png');
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    width: 15px !important;
    height: 15px !important;
    margin-top: -7.5px !important;
}
/*applied to Inputs*/
.jqx-input {
    -webkit-user-modify: inherit;
    -moz-user-modify: inherit;
    overflow: hidden;
    background-color: inherit;
    border-color: #c7c7c7;
}

.jqx-input-invalid {
    color: red !important;
}

.jqx-input-group {
    overflow: hidden;
}

.jqx-input-group-addon {
    border: 1px solid transparent;
    position: relative;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 2px 8px !important;
    float: left;
    white-space: nowrap;
    vertical-align: middle;
}

    .jqx-input-group-addon:first-child {
        border-right-width: 0px;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .jqx-input-group-addon:last-child {
        border-left-width: 0px;
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .jqx-input-group-addon:not(:last-child):not(:first-child) {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-left-width: 0px;
    }

.jqx-input-group .jqx-input {
    padding: 2px 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
}

.jqx-editor {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    overflow: hidden;
    box-sizing: border-box !important;
}

.jqx-editor-window {
    overflow: hidden;
}

.jqx-editor-inline {
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

    .jqx-editor-inline p {
        margin: 0px;
        padding: 0 .2em;
    }

.jqx-editor-inline-focus {
    border-width: 1px;
    border-style: solid;
    overflow: auto;
}

.jqx-editor iframe {
    border: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    display: inline;
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.jqx-editor-color-bar {
    height: 3px;
}

.jqx-editor-color-picker table {
    margin: 0;
    padding: 0 4px 4px;
    empty-cells: show;
    border-collapse: separate;
}

.jqx-editor-color-picker td {
    border-collapse: separate;
    border: 1px solid transparent;
    cursor: pointer;
    margin: 0;
    position: relative;
}

    .jqx-editor-color-picker td:hover {
        border: 1px solid #000;
    }

.jqx-editor-color-picker-selected-cell {
    outline: 1px solid #000;
}

.jqx-editor-color-picker td div {
    width: 16px;
    height: 16px;
}

.jqx-editor-content {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    outline: 0;
    left: 0px;
    position: relative;
    box-sizing: border-box !important;
}

.jqx-editor-container {
    position: relative;
    padding: 4px;
    padding-top: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box !important;
}

.jqx-editor-toolbar-container {
    top: 0px;
    left: 0px;
    box-sizing: border-box !important;
}

.jqx-editor-toolbar-inline {
    padding: 0px 4px;
    border-width: 1px;
    border-style: solid;
}

.jqx-editor-toolbar {
    margin: 0;
    padding: 0px;
    padding-bottom: 4px;
}

.jqx-editor-toolbar-icon {
    height: 21px;
    width: 21px;
    vertical-align: middle;
    opacity: .667;
    margin: 2px 0;
    background: url('../img/jqx/html_editor.png') no-repeat;
}

.jqx-editor-toolbar-icon-bold {
    background-position: 0px 0px !important;
}

.jqx-editor-toolbar-icon-italic {
    background-position: -21px 0px !important;
}

.jqx-editor-toolbar-icon-underline {
    background-position: -42px 0px !important;
}

.jqx-editor-toolbar-icon-fontname {
    background-position: -63px 0px !important;
}

.jqx-editor-toolbar-icon-fontsize {
    background-position: -84px 0px !important;
}

.jqx-editor-toolbar-icon-createlink {
    background-position: -147px 0px !important;
}

.jqx-editor-toolbar-icon-insertorderedlist {
    background-position: -168px 0px !important;
}

.jqx-editor-toolbar-icon-insertunorderedlist {
    background-position: -189px 0px !important;
}

.jqx-editor-toolbar-icon-outdent {
    background-position: -210px 0px !important;
}

.jqx-editor-toolbar-icon-indent {
    background-position: -231px 0px !important;
}

.jqx-editor-toolbar-icon-insertimage {
    background-position: -337px 0px !important;
}

.jqx-editor-toolbar-icon-justifyleft {
    background-position: -252px 0px !important;
}

.jqx-editor-toolbar-icon-justifycenter {
    background-position: -273px 0px !important;
}

.jqx-editor-toolbar-icon-justifyright {
    background-position: -294px 0px !important;
}

.jqx-editor-toolbar-icon-removeformat {
    background-position: -316px 0px !important;
}

.jqx-editor-toolbar-icon-viewsource {
    background-position: -359px 0px !important;
}

.jqx-editor-toolbar-icon-forecolor {
    background-position: -105px 0px !important;
    height: 15px;
}

.jqx-editor-toolbar-icon-backcolor {
    background-position: -380px 0px !important;
    height: 15px;
}

.jqx-editor-toolbar-icon:hover {
    opacity: 1;
}

.jqx-fill-state-disabled .jqx-editor-toolbar-icon {
    opacity: .667;
}

.jqx-editor-toolbar-item {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.jqx-editor-toolbar-separator {
    border-left: 1px solid #ccc;
    margin: 0 2px;
    outline: none;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    vertical-align: middle;
    width: 0;
    display: inline-block;
}

.jqx-editor-toolbar-group {
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
    white-space: nowrap;
}

.jqx-editor-toolbar-button {
    text-decoration: none;
    vertical-align: middle;
    cursor: default;
    display: inline-block;
    padding: 0px !important;
    margin-right: 2px;
}

.jqx-editor-toolbar-group .jqx-editor-toolbar-button {
    margin-right: -1px;
    box-shadow: none;
    position: relative;
    margin-left: 0px !important;
}

    .jqx-editor-toolbar-group .jqx-editor-toolbar-button:hover, .jqx-editor-toolbar-group .jqx-editor-toolbar-button:active {
        z-index: 55;
    }

    .jqx-editor-toolbar-group .jqx-editor-toolbar-button.jqx-fill-state-normal {
        background: transparent !important;
    }

/*applied to all widgets*/
.jqx-widget {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    zoom: 1;
    color: #000000;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-background-clip: padding-box;
    direction: ltr !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
}

.jqx-item {
    -ms-touch-action: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: inherit;
    -webkit-text-size-adjust: none;
}

/*applied to containers to set a background and border color. Tabs, NavigationBar, Calendar content.*/
.jqx-widget-content {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
    border-color: #c7c7c7;
    background: #fff;
}
/*applied to header areas. Tabs, Menu, Window, Calendar.*/
.jqx-widget-header {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-color: #c5c5c5;
    background: #e8e8e8;
}

.jqx-fill-state-normal {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    font-family: Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 13px;
    border-color: #aaa;
    background: #efefef;
}

.jqx-fill-state-hover {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #999;
    background: #e8e8e8;
}

.jqx-fill-state-pressed {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #999;
    background: #d1d1d1;
}

.jqx-fill-state-focus {
    border-color: #555;
}

.jqx-fill-state-disabled {
    cursor: default;
    color: #000;
    opacity: .55;
    filter: Alpha(Opacity=45);
}

    .jqx-fill-state-normal td, .jqx-fill-state-hover td, .jqx-fill-state-pressed td, .jqx-fill-state-disabled td, .jqx-fill-state-focus td, .jqx-widget td, .jqx-widget-content td, .jqx-widget-header td {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border-color: #aaa;
}

.jqx-widget .jqx-grid-column-menubutton, .jqx-widget .jqx-grid-column-sortascbutton, .jqx-widget .jqx-grid-column-sortdescbutton, .jqx-widget .jqx-grid-column-filterbutton {
    background-color: transparent;
    border-color: #aaa;
}

.jqx-grid-column-header a:link, .jqx-grid-column-header a:visited {
    *color: expression(this.parentNode.currentStyle['color']);
}

.jqx-grid-bottomright, .jqx-panel-bottomright, .jqx-listbox-bottomright {
    background-color: #e5e5e5;
}

.jqx-tabs-title-selected-top {
    border-color: #aaa;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
/*applied to the tab's title when the tab is selected and the jqxTab's position property is set to 'bottom' .*/
.jqx-tabs-title-selected-bottom {
    border-color: #aaa;
    border-top: 1px solid #fff;
    background-color: #fff;
}
/*applied to the tab's selection tracker when the jqxTab's position property is set to 'top'.*/
.jqx-tabs-selection-tracker-top {
    border-color: #aaa;
    border-bottom: 1px solid #fff;
}
/*applied to the tab's selection tracker when the jqxTab's position property is set to 'bottom'.*/
.jqx-tabs-selection-tracker-bottom {
    border-color: #aaa;
    border-top: 1px solid #fff;
}
/*jqxMaskedInput and jqxNumberInput Styles*/
.jqx-input {
    -webkit-appearance: none;
    padding: 0 0 0 0;
    outline: none;
    border-width: 1px;
    border-style: solid;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

input[type=text].jqx-input, input[type=password].jqx-input {
    min-height: 16px;
    min-width: 16px;
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    font-size: 13px;
    padding: 0px;
}

.jqx-input::-ms-reveal {
    display: none;
}

.jqx-input::-ms-clear {
    display: none;
}

.jqx-input-content::-ms-clear {
    display: none;
}

.jqx-input::-ms-value {
    margin: 0px;
    padding: 0px;
    min-height: 13px;
    line-height: 13px;
}

/*applied to the input when the validation fails.*/
.jqx-input-invalid {
    border-color: #dd4b39 !important;
}

/*applied to the input's content.*/
.jqx-input-content {
    -webkit-appearance: none;
    padding: 1px;
    resize: none;
    outline: none;
    outline-width: 0px;
    -webkit-user-modify: inherit;
    -moz-user-modify: inherit;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}
/*applied to the input when it is disabled.*/
.jqx-input-disabled {
    -webkit-appearance: none;
    resize: none;
    outline: none;
    outline-width: 0px;
}
/*applied to the list menu.*/
.jqx-listmenu-widget {
    -ms-touch-action: auto;
}

    .jqx-listmenu-widget .jqx-widget-content {
        -ms-touch-action: auto;
    }

    .jqx-listmenu-widget .jqx-widget-header {
        -ms-touch-action: auto;
    }

    .jqx-listmenu-widget li {
        -ms-touch-action: auto;
    }

.jqx-menu-popup {
}

.jqx-menu-vertical {
    background-color: #efefef;
}

.jqx-color-picker {
}

.jqx-color-picker-panel {
}

.jqx-color-picker-map {
    border: 1px solid #A0A0A0;
    background-color: transparent;
    background-image: url('../img/jqx/colorpicker/map-saturation.png');
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
}

.jqx-color-picker-map-hue {
    border: 1px solid #A0A0A0;
    background-color: transparent;
    background-image: url('../img/jqx/colorpicker/map-hue.png');
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
}

.jqx-color-picker-map-overlay {
    background-color: transparent;
    background-image: url('../img/jqx/colorpicker/map-saturation-overlay.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.jqx-color-picker-bar {
    border: 1px solid #A0A0A0;
    background-color: transparent;
    background-image: url('../img/jqx/colorpicker/bar-saturation.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.jqx-color-picker-bar-hue {
    border: 1px solid #A0A0A0;
    background-color: transparent;
    background-image: url('../img/jqx/colorpicker/bar-hue.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.jqx-color-picker-preview {
    border: 1px solid #A0A0A0;
}

.jqx-color-picker-pointer {
    background-image: url('../img/jqx/crosshair.png');
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.jqx-color-picker-pointer-alt {
    background-image: url('../img/jqx/crosshair-white.png');
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.jqx-color-picker-bar-pointer {
    background-image: url('../img/jqx/pointer.png');
    background-repeat: no-repeat;
    height: 15px;
    margin-left: 6px;
    background-position: right top;
}

.jqx-icon {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -8px;
}

.jqx-input-icon {
    width: 13px;
    height: 13px;
    margin: 0 auto;
}

.jqx-scrollbar-thumb-state-normal-touch {
    border-color: #c3c3c3;
    background: #c3c3c3;
}

.jqx-touch, .jqx-touch .jqx-fill-state-normal, .jqx-touch .jqx-widget-content, .jqx-touch .jqx-widget-header, .jqx-touch a:link {
}

.jqx-scrollbar .jqx-icon-arrow-up {
    width: 100%;
    height: 100%;
}

.jqx-scrollbar .jqx-icon-arrow-down {
    width: 100%;
    height: 100%;
}

.jqx-scrollbar .jqx-icon-arrow-left {
    width: 100%;
    height: 100%;
}

.jqx-scrollbar .jqx-icon-arrow-right {
    width: 100%;
    height: 100%;
}
/*jqx-listmenu*/
.jqx-listmenu-widget {
    border-width: 1px;
    border-style: solid;
}

ol.jqx-listmenu, ul.jqx-listmenu {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    line-height: 1;
    counter-reset: section;
}

.jqx-listmenu li {
    margin-left: 0px;
    list-style: none;
    line-height: 1;
}

.jqx-listmenu {
    width: 100%;
}

.jqx-listmenu-header {
    padding: 15px;
}

.jqx-listmenu-item {
    cursor: pointer;
    padding: 15px;
    float: none;
    overflow: hidden;
    text-align: left;
    position: relative;
}

.jqx-listmenu-separator {
    padding: 10px;
    counter-reset: section;
}

.jqx-listmenu-header-label {
    margin-left: 30px;
}

.jqx-listmenu-arrow-right {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 7px;
}

.jqx-listmenu-arrow-rtl {
    right: 0px;
    left: 7px;
}

.jqx-listmenu-arrow-right-pressed {
    width: 16px;
    height: 16px;
}

.jqx-listmenu-header .jqx-button {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 10px;
}

.jqx-listmenu-filter-input {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid;
    outline: none;
    width: 97%;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-color: #c7c7c7;
    background-color: #fff;
    font-size: 20px;
    min-height: 25px !important;
    height: 25px;
}

.jqx-listmenu-filter {
    text-align: center;
    padding: 4px;
}

ol li .jqx-listmenu-item-label:before {
    content: counter(section) ". ";
    counter-increment: section;
}

.jqx-listmenu div {
    clear: both;
}

.jqx-listmenu-auto-separator {
}

.jqx-listmenu-item-readonly {
    cursor: default;
}

.jqx-tooltip {
    position: absolute;
    width: auto;
    height: auto;
}

.jqx-tooltip-main {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    filter: inherit;
    border-style: solid;
    border-width: 1px;
}

.jqx-tooltip-text {
    padding: 5px 8px;
    overflow: hidden;
    filter: inherit;
}

.jqx-tooltip, .jqx-tooltip-text, .jqx-tooltip-main {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

.jqx-tooltip-arrow {
    position: absolute;
    width: 0px;
    height: 0px;
    display: block;
    border-style: solid;
    margin: -6px 0 0 -7px;
    background: transparent !important;
    filter: inherit;
}

.jqx-tooltip-arrow-t-b {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.jqx-tooltip-arrow-l-r {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}
/*Sets the text-alignment to right.*/
.jqx-rtl {
    text-align: right !important;
}

.jqx-shadow {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15) !important;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.15) !important;
    -o-box-shadow: 0 2px 3px rgba(0,0,0,.15) !important;
    box-shadow: 0 2px 3px rgba(0,0,0,.15) !important;
}

.jqx-noshadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.jqx-passwordinput-password-icon, .jqx-passwordinput-password-icon-rtl {
    background-image: url(../img/jqx/icon-showpassword.png) !important;
    background-repeat: no-repeat !important;
    width: 14px;
    height: 9px;
}

.jqx-passwordinput-password-icon-ltr {
    background-position: right !important;
}

.jqx-passwordinput-password-icon-rtl {
    background-position: left !important;
}

.jqx-passwordinput-password-strength-inicator {
    width: 20%;
    height: 5px;
    margin-top: 5px;
}
/*top rounded Corners*/
.jqx-rc-t-expanded {
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
/*bottom rounded Corners*/
.jqx-rc-b-expanded {
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.jqx-treemap-rectangle {
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #555;
    color: #222;
    text-shadow: 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jqx-treemap-label {
    text-overflow: ellipsis;
    overflow: hidden;
}

.jqx-treemap-rectangle-parent {
    color: #222;
    font-size: 15px;
    font-family: Verdana;
    font-weight: bold;
}

.jqx-treemap-legend-label {
    color: #fff;
}

.jqx-treemap-legend {
    width: 350px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 41;
    overflow: hidden;
}

.jqx-treemap-legend-table {
    table-layout: fixed;
    width: 100%;
}

.jqx-treemap-legend-color {
    height: 3px;
}

.jqx-treemap-legend-values {
    height: 12px;
    width: 100%;
}

.jqx-treemap-legend-value {
    font-size: 9px;
    position: absolute;
    color: #fff;
}

.jqx-treemap-rectangle-hover {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    z-index: 40;
}
/*jqxRangeSelector*/
.jqx-rangeselector, .jqx-rangeselector-content, .jqx-rangeselector-slider, .jqx-rangeselector-markers,
.jqx-rangeselector-ticks-container, .jqx-rangeselector-ticks, .jqx-rangeselector-shutter {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-sizing: content-box !important;
}

.jqx-rangeselector-markers {
}

.jqx-rangeselector-content, .jqx-rangeselector-ticks, .jqx-rangeselector-labels, .jqx-rangeselector-shutter, .jqx-rangeselector-markers, .jqx-rangeselector-marker-arrow {
    position: absolute;
}

.jqx-rangeselector-ticks-container, .jqx-rangeselector-ticks, .jqx-rangeselector-shutter, .jqx-rangeselector-slider {
    height: 100%;
}

.jqx-rangeselector-ticks-container, .jqx-rangeselector-slider {
    width: 100%;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.jqx-rangeselector-group-labels-rtl, .jqx-rangeselector-group-labels-ticks, .jqx-rangeselector-slider {
    float: left;
}

.jqx-rangeselector-slider, .jqx-rangeselector-markers, .jqx-rangeselector-marker-arrow {
    border-style: solid;
}

.jqx-rangeselector-ticks, .jqx-rangeselector-group-labels-ticks {
    width: 1px;
    background: #aaa;
}

.jqx-rangeselector-labels, .jqx-rangeselector-markers {
    white-space: nowrap;
    width: auto;
}

.jqx-rangeselector-slider, .jqx-rangeselector-markers {
    border-width: 1px !important;
}

.jqx-rangeselector-ticks-container {
    background-color: transparent;
    position: relative;
}

.jqx-rangeselector-shutter {
    opacity: 0.75;
    background: #efefef;
    border-width: 0px !important;
}

.jqx-rangeselector-slider {
    background-color: transparent !important;
    border-top: none !important;
    background-image: none !important;
    border-bottom: none !important;
    border-color: #aaa;
    border-right-color: transparent !important;
    position: relative;
    overflow: hidden;
}

.jqx-rangeselector-inner-slider {
    position: absolute;
    right: 0;
    background: #aaa;
    width: 1px;
    height: 100%;
}

.jqx-rangeselector-ticks {
    margin-top: 0px;
}

.jqx-rangeselector-labels, .jqx-rangeselector-group-labels {
    margin-top: 4px;
}

.jqx-rangeselector-markers {
    height: 20px;
    padding: 5px;
    opacity: 0.75;
}

.jqx-rangeselector-marker-arrow {
    width: 0px;
    height: 0px;
    display: block;
    margin: -6px 0 0 -7px;
    background-color: transparent !important;
    filter: inherit;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    background-clip: border-box;
    background-repeat: repeat;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-image: none !important;
}

.jqx-rangeselector-marker-arrow-top {
    border-bottom-color: transparent !important;
}

.jqx-rangeselector-marker-arrow-bottom {
    border-top-color: transparent !important;
}

.jqx-rangeselector-marker-left-arrow {
    border-right-width: 0px;
    border-left-width: 5px;
}

.jqx-rangeselector-marker-right-arrow {
    border-right-width: 5px;
    border-left-width: 0px;
}

.jqx-rangeselector-markers-value {
    overflow: hidden;
    white-space: nowrap;
}

.jqx-rangeselector-group-labels-rtl {
    margin-right: 10px;
    direction: rtl;
}

.jqx-rangeselector-group-labels-ticks {
    height: 17px;
}

.jqx-rangeselector-group-labels-ticks-rtl {
    margin-left: 5px;
}

.jqx-action-button {
    border: none;
    border-left: 1px solid #c7c7c7;
}

.jqx-action-button-rtl {
    border: none;
    border-right: 1px solid #c7c7c7;
    cursor: pointer;
}
/*jqxBulletChart*/
.jqx-bulletchart {
}

.jqx-bulletchart, .jqx-bulletchart-title-container-horizontal, .jqx-bulletchart-title-container-vertical, .jqx-bulletchart-chart-container-horizontal, .jqx-bulletchart-chart-container-vertical {
    position: relative;
}

.jqx-bulletchart-title-inner-container, .jqx-bulletchart-range, .jqx-bulletchart-pointer, .jqx-bulletchart-target, .jqx-bulletchart-ticks, .jqx-bulletchart-labels {
    position: absolute;
}

.jqx-bulletchart-title-container-vertical, .jqx-bulletchart-title, .jqx-bulletchart-description, .jqx-bulletchart-range-vertical {
    width: 100%;
}

.jqx-bulletchart-title-container-horizontal, .jqx-bulletchart-chart-container-horizontal {
    float: left;
    overflow: hidden;
}

.jqx-bulletchart-title, .jqx-bulletchart-description {
    text-align: center;
}

.jqx-bulletchart-title-inner-container {
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.jqx-bulletchart-title-inner-container-ltr {
    padding-right: 5px;
}

.jqx-bulletchart-title-inner-container-rtl {
    padding-left: 5px;
}

.jqx-bulletchart-title-description-ltr {
    text-align: right;
}

.jqx-bulletchart-title-description-rtl {
    text-align: left;
}

.jqx-bulletchart-title-description-vertical {
    text-align: center;
}

.jqx-bulletchart-title {
    font-size: 110%;
    font-weight: bold;
}

.jqx-bulletchart-description {
    font-size: 90%;
}

.jqx-bulletchart-range-horizontal {
    height: 100%;
}

.jqx-bulletchart-target-horizontal {
    top: 10%;
    height: 80%;
}

.jqx-bulletchart-target-vertical {
    left: 10%;
    width: 80%;
}

.jqx-bulletchart-ticks {
    background-color: #AAAAAA;
}

.jqx-bulletchart-ticks-horizontal {
    width: 1px;
}

.jqx-bulletchart-ticks-vertical {
    height: 1px;
}

.jqx-bulletchart-zero-tick {
}

.jqx-bulletchart-labels {
}
/*jqxNotification*/
.jqx-notification {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    pointer-events: auto;
}

.jqx-notification-table {
    width: 100%;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
}

.jqx-notification-container {
    position: fixed;
    height: auto;
    width: auto;
    pointer-events: none;
}

.jqx-notification-container-full-width {
    width: 100%;
}

.jqx-notification-container-full-height {
    height: 100%;
}

#jqxNotificationDefaultContainer-top-right, #jqxNotificationDefaultContainer-bottom-left {
    direction: rtl;
}

.jqx-notification-icon, .jqx-notification-content {
    vertical-align: middle;
}

.jqx-notification-content {
}

.jqx-notification-content-rtl {
    direction: rtl;
}

.jqx-link, .jqx-inverse, .jqx-primary, .jqx-warning, .jqx-danger, .jqx-success, .jqx-info {
    background: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.jqx-notification-info, .jqx-info {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #49afcd !important;
    *background-color: #2f96b4 !important;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4) !important;
    border-left-color: #2f96b4 !important;
    border-right-color: #2f96b4 !important;
    border-top-color: #2f96b4 !important;
    border-bottom-color: #1f6377 !important;
}

    .jqx-info:hover,
    .jqx-info:focus,
    .jqx-info:active,
    .jqx-info.active,
    .jqx-info.disabled,
    .jqx-info[disabled] {
        color: #ffffff !important;
        background-color: #2f96b4 !important;
        *background-color: #2a85a0 !important;
    }

    .jqx-info:active,
    .jqx-info.active {
        background-color: #24748c \9 !important;
    }

.jqx-notification-warning, .jqx-warning {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #faa732 !important;
    *background-color: #f89406 !important;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #fbb450, #f89406) !important;
    border-left-color: #f89406 !important;
    border-right-color: #f89406 !important;
    border-top-color: #f89406 !important;
    border-bottom-color: #ad6704 !important;
}

    .jqx-warning:hover,
    .jqx-warning:focus,
    .jqx-warning:active,
    .jqx-warning.active,
    .jqx-warning.disabled,
    .jqx-warning[disabled] {
        color: #ffffff !important;
        background-color: #f89406 !important;
        *background-color: #df8505 !important;
    }

    .jqx-warning:active,
    .jqx-warning.active {
        background-color: #c67605 \9 !important;
    }

.jqx-notification-success, .jqx-success {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #5bb75b !important;
    *background-color: #51a351 !important;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #62c462, #51a351) !important;
    border-left-color: #51a351 !important;
    border-right-color: #51a351 !important;
    border-top-color: #51a351 !important;
    border-bottom-color: #387038 !important;
}

    .jqx-success:hover,
    .jqx-success:focus,
    .jqx-success:active,
    .jqx-success.active,
    .jqx-success.disabled,
    .jqx-success[disabled] {
        color: #ffffff !important;
        background-color: #51a351 !important;
        *background-color: #499249 !important;
    }

    .jqx-success:active,
    .jqx-success.active {
        background-color: #408140 \9 !important;
    }

.jqx-notification-error, .jqx-danger {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #da4f49 !important;
    *background-color: #bd362f !important;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f) !important;
    border-left-color: #bd362f !important;
    border-right-color: #bd362f !important;
    border-top-color: #bd362f !important;
    border-bottom-color: #802420 !important;
}

    .jqx-danger:hover,
    .jqx-danger:focus,
    .jqx-danger:active,
    .jqx-danger.active,
    .jqx-danger.disabled,
    .jqx-danger[disabled] {
        color: #ffffff !important;
        background-color: #bd362f !important;
        *background-color: #a9302a !important;
    }

    .jqx-danger:active,
    .jqx-danger.active {
        background-color: #942a25 \9 !important;
    }

.jqx-notification-mail, .jqx-primary {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #006dcc !important;
    *background-color: #0044cc !important;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc) !important;
    border-left-color: #0044cc !important;
    border-right-color: #0044cc !important;
    border-top-color: #0044cc !important;
    border-bottom-color: #002a80 !important;
}

    .jqx-primary:hover,
    .jqx-primary:focus,
    .jqx-primary:active,
    .jqx-primary.active,
    .jqx-primary.disabled,
    .jqx-primary[disabled] {
        color: #ffffff !important;
        background-color: #0044cc !important;
        *background-color: #003bb3 !important;
    }

    .jqx-primary:active,
    .jqx-primary.active {
        background-color: #003399 \9 !important;
    }

.jqx-notification-time, .jqx-inverse {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #363636 !important;
    *background-color: #222222 !important;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #444444, #222222) !important;
    border-left-color: #222222 !important;
    border-right-color: #222222 !important;
    border-top-color: #222222 !important;
    border-bottom-color: #000000 !important;
}

    .jqx-inverse:hover,
    .jqx-inverse:focus,
    .jqx-inverse:active,
    .jqx-inverse.active,
    .jqx-inverse.disabled,
    .jqx-inverse[disabled] {
        color: #ffffff !important;
        background-color: #222222 !important;
        *background-color: #151515 !important;
    }

    .jqx-inverse:active,
    .jqx-inverse.active {
        background-color: #080808 \9 !important;
    }

.jqx-link,
.jqx-link:active,
.jqx-link[disabled] {
    background-color: transparent !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.jqx-link {
    color: #0088cc !important;
    cursor: pointer !important;
    border-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .jqx-link:hover,
    .jqx-link:focus {
        color: #005580 !important;
        text-decoration: underline !important;
        background-color: transparent !important;
    }

    .jqx-link[disabled]:hover,
    .jqx-link[disabled]:focus {
        color: #333333 !important;
        text-decoration: none !important;
    }

    .jqx-link:focus, .jqx-inverse:focus, .jqx-primary:focus, .jqx-warning:focus, .jqx-danger:focus, .jqx-success:focus, .jqx-info:focus,
    .jqx-link:hover, .jqx-inverse:hover, .jqx-primary:hover, .jqx-warning:hover, .jqx-danger:hover, .jqx-success:hover, .jqx-info:hover {
        background-position: 0 -15px !important;
        -webkit-transition: background-position 0.1s linear !important;
        -moz-transition: background-position 0.1s linear !important;
        -o-transition: background-position 0.1s linear !important;
        transition: background-position 0.1s linear !important;
    }

    .jqx-link:active, .jqx-inverse:active, .jqx-primary:active, .jqx-warning:active, .jqx-danger:active, .jqx-success:active, .jqx-info:active {
        background-image: none !important;
        outline: 0 !important;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    }

.jqx-notification-icon {
    background-repeat: no-repeat;
}

.jqx-notification-icon-ltr {
    background-position: left center;
}

.jqx-notification-icon-rtl {
    background-position: right center;
}

.jqx-notification-icon-info, .jqx-notification-icon-warning, .jqx-notification-icon-success, .jqx-notification-icon-error, .jqx-notification-icon-mail, .jqx-notification-icon-time {
    width: 30px;
    height: 25px;
}

.jqx-notification-icon-info {
    background-image: url('../img/jqx/info.png');
}

.jqx-notification-icon-warning {
    background-image: url('../img/jqx/warning.png');
}

.jqx-notification-icon-success {
    background-image: url('../img/jqx/success.png');
}

.jqx-notification-icon-error {
    background-image: url('../img/jqx/error.png');
}

.jqx-notification-icon-mail {
    background-image: url('../img/jqx/mail.png');
}

.jqx-notification-icon-time {
    background-image: url('../img/jqx/time.png');
}

.jqx-notification-close-button-info, .jqx-notification-close-button-success, .jqx-notification-close-button-mail, .jqx-notification-close-button-time, .jqx-notification-close-button-error {
    background-image: url('../img/jqx/close_white.png');
}

.jqx-notification-close-button-warning {
    background-image: url('../img/jqx/close_black.png');
}

.jqx-notification-close-button-container, .jqx-notification-close-button {
    width: 16px;
    height: 16px;
}

.jqx-notification-close-button-container {
    vertical-align: top;
}

.jqx-notification-close-button {
    position: relative;
    top: -11px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.jqx-notification-close-button-ltr {
    right: -11px;
    background-position: right top;
}

.jqx-notification-close-button-rtl {
    left: -11px;
    background-position: left top;
}

.jqx-navbar {
    width: 100%;
    border-style: solid;
    border-width: 1px;
}

    .jqx-navbar ul:before,
    .jqx-navbar ul:after {
        content: "";
        display: table;
    }

    .jqx-navbar ul:after {
        clear: both;
    }

    .jqx-navbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        border: 0;
        max-width: 100%;
        overflow: visible;
    }

.jqx-navbar-block {
    margin: 0;
    padding: 0px 12px;
    border-width: 0px;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.jqx-navbar-block-rtl {
    float: right;
}

.jqx-ribbon {
    position: relative;
    overflow: hidden;
}

.jqx-ribbon-auto {
    display: inline-block;
}

.jqx-ribbon-popup {
    overflow: visible;
}

.jqx-ribbon-header {
    position: absolute;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    display: block;
    box-shadow: none !important;
}

.jqx-ribbon-header-auto {
    position: relative;
}

.jqx-ribbon-header-horizontal {
    width: 100%;
    min-height: 30px;
    padding: 0px;
    white-space: nowrap;
}

.jqx-ribbon-header-bottom {
    bottom: 0;
}

.jqx-ribbon-header-vertical {
    min-width: 75px;
    height: 100%;
    float: left;
    padding: 0px;
}

.jqx-ribbon-header-right {
    right: 0;
}

.jqx-ribbon-header-horizontal-popup, .jqx-ribbon-header-vertical-popup {
    position: relative;
}

.jqx-ribbon-header-horizontal-popup {
    height: 100%;
}

.jqx-ribbon-header-vertical-popup {
    width: 100%;
}

.jqx-ribbon-item {
    position: relative;
    list-style-type: none;
    padding: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    text-overflow: ellipsis;
    cursor: default;
    min-width: 10px;
    vertical-align: top;
}

.jqx-ribbon-item-top, .jqx-ribbon-item-bottom {
    height: 100%;
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

.jqx-ribbon-item-top {
    margin-top: 1px;
}

.jqx-ribbon-item-bottom {
    margin-top: -1px;
}

.jqx-ribbon-item-left, .jqx-ribbon-item-right {
    width: 100%;
    margin-top: 2px;
}

.jqx-ribbon-item-left {
    margin-left: 1px;
}

.jqx-ribbon-item-right {
    margin-left: -1px;
}

.jqx-ribbon-item-hover {
    border-color: inherit;
}

.jqx-ribbon-item-top.jqx-ribbon-item-hover {
    border-bottom-color: inherit !important;
}

.jqx-ribbon-item-bottom.jqx-ribbon-item-hover {
    border-top-color: inherit !important;
}

.jqx-ribbon-item-left.jqx-ribbon-item-hover {
    border-right-color: inherit !important;
}

.jqx-ribbon-item-right.jqx-ribbon-item-hover {
    border-left-color: inherit !important;
}

.jqx-ribbon-item-selected {
    border-color: inherit;
}

.jqx-ribbon-item-top.jqx-ribbon-item-selected {
    border-bottom-color: transparent;
}

.jqx-ribbon-item-bottom.jqx-ribbon-item-selected {
    border-top-color: transparent;
}

.jqx-ribbon-item-left.jqx-ribbon-item-selected {
    border-right-color: transparent;
}

.jqx-ribbon-item-right.jqx-ribbon-item-selected {
    border-left-color: transparent;
}

.jqx-ribbon-content {
    background-image: none !important;
    background-color: transparent !important;
    box-sizing: border-box;
}

.jqx-ribbon-content-horizontal {
    clear: both;
    height: 100%;
}

.jqx-ribbon-content-vertical {
    height: 100%;
    width: 100%;
    float: left;
    border-width: 1px;
}

.jqx-ribbon-content-popup {
    z-index: 99999;
    position: absolute;
    border-left: none;
}

    .jqx-ribbon-content-popup.jqx-ribbon-content-horizontal {
        width: 100%;
        height: auto;
    }

    .jqx-ribbon-content-popup.jqx-ribbon-content-vertical {
        width: auto;
        height: 100%;
    }

.jqx-ribbon-content-popup-top {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.jqx-ribbon-content-popup-bottom {
    -webkit-box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
}

.jqx-ribbon-content-popup-left {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.jqx-ribbon-content-popup-right {
    -webkit-box-shadow: -6px 6px 15px 0 rgba(0,0,0,0.15);
    box-shadow: -6px 6px 15px 0 rgba(0,0,0,0.15);
}

.jqx-ribbon-content-auto-width {
    width: auto;
}

.jqx-ribbon-content-section {
    width: 100%;
    height: 100%;
    display: none;
    border-width: 1px;
    border-style: solid;
    box-sizing: inherit;
    overflow: auto;
}

.jqx-ribbon-content-section-top {
    border-top: none;
}

.jqx-ribbon-content-section-bottom {
    bottom: 0;
    border-bottom: none;
}

.jqx-ribbon-content-section-left {
    border-left: none;
}

.jqx-ribbon-content-section-right {
    border-right: none;
    right: 0;
}

.jqx-ribbon-content-section-popup {
    position: relative;
}

.jqx-ribbon-content-section-horizontal-popup {
    height: auto;
}

.jqx-ribbon-content-section-vertical-popup {
    width: auto;
}

.jqx-ribbon-header-rtl {
    text-align: right;
}

.jqx-ribbon-header-horizontal.jqx-ribbon-header-rtl {
    direction: rtl;
}

.jqx-ribbon-item-rtl {
    direction: rtl;
}

.jqx-ribbon-scrollbutton {
    position: absolute;
    display: none;
    box-sizing: border-box;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 1000;
}

.jqx-ribbon-scrollbutton-top, .jqx-ribbon-scrollbutton-bottom {
    width: 17px;
}

.jqx-ribbon-scrollbutton-left, .jqx-ribbon-scrollbutton-right {
    height: 17px;
}

.jqx-ribbon-scrollbutton-top {
    top: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-ribbon-scrollbutton-bottom {
    bottom: 1px;
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-ribbon-scrollbutton-left {
    left: 1px;
    border-right-width: 1px;
    border-right-style: solid;
}

.jqx-ribbon-scrollbutton-right {
    right: 1px;
    border-left-width: 1px;
    border-left-style: solid;
}

.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near {
    left: 1px;
    border-right-width: 1px;
    border-right-style: solid;
}

.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far {
    right: 18px;
    border-left-width: 1px;
    border-left-style: solid;
}

.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far {
    right: 1px;
    border-left-width: 1px;
    border-left-style: solid;
}

.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near {
    left: 18px;
    border-right-width: 1px;
    border-right-style: solid;
}

.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near {
    top: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far {
    bottom: 18px;
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far {
    bottom: 1px;
    border-top-width: 1px;
    border-top-style: solid;
}

.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near {
    top: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.jqx-ribbon-scrollbutton-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-ribbon-selection-token {
    position: absolute;
    z-index: 1000;
}

.jqx-ribbon-selection-token-top, .jqx-ribbon-selection-token-bottom {
    height: 1px;
}

.jqx-ribbon-selection-token-left, .jqx-ribbon-selection-token-right {
    width: 1px;
}

.jqx-ribbon-auto, .jqx-ribbon-item-top, .jqx-ribbon-item-bottom, .jqx-ribbon-content {
    *display: inline;
}

.jqx-ribbon-content-left {
    *float: none;
}

.jqx-ribbon-content-right {
    *float: left;
}

.jqx-ribbon-content.jqx-ribbon-content-popup {
    *left: 0;
}

.jqx-ribbon-content-popup .jqx-ribbon-content-section {
    *overflow: visible;
}

.jqx-ribbon-content-section-popup {
    *position: absolute;
}

.jqx-toolbar, .jqx-toolbar-minimized-popup-separator {
    box-sizing: border-box;
}

.jqx-toolbar, .jqx-toolbar-minimized-popup {
    padding: 5px;
}

.jqx-toolbar {
    position: relative;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

.jqx-toolbar-tool {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

.jqx-toolbar-tool-rtl {
    float: right;
}

.jqx-toolbar-tool-no-separator-ltr {
    margin-right: 2px !important;
}

.jqx-toolbar-tool-no-separator-rtl {
    margin-left: 2px !important;
}

.jqx-toolbar-tool-separator-ltr {
    margin-right: 6px !important;
}

.jqx-toolbar-tool-separator-rtl {
    margin-left: 6px !important;
}

.jqx-toolbar-tool-inner-button {
    margin-right: 0;
    margin-left: 0;
    border-radius: 0 !important;
}

.jqx-toolbar-minimized-button, .jqx-toolbar-minimized-popup {
    position: absolute;
}

.jqx-toolbar-minimized-button {
    height: 100%;
    right: 0;
    cursor: pointer;
    margin-top: -5px;
    margin-right: 5px;
    display: none;
}

.jqx-toolbar-minimized-button-rtl {
    left: 0;
    margin-left: 5px;
    margin-right: 0;
}

.jqx-toolbar-minimized-popup {
    border-width: 1px;
    border-top-width: 0;
    border-style: solid;
    visibility: hidden;
    z-index: 99999;
}

.jqx-toolbar-tool-minimized {
    margin: 1px 0 !important;
}

.jqx-toolbar-minimized-popup-separator {
    width: 100%;
    height: 2px;
    margin: 5px 0;
    display: none;
}

.jqx-complex-input-spin-buttons-container {
    border-width: 1px;
    border-style: solid;
    position: relative;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 2px 8px !important;
    white-space: nowrap;
    vertical-align: middle;
}

.jqx-formatted-input, .jqx-complex-input {
    padding-right: 2px !important;
    text-align: right;
}

.jqx-formatted-input-lower-case, .jqx-complex-input {
    text-transform: lowercase;
}

.jqx-formatted-input-upper-case {
    text-transform: uppercase;
}

.jqx-formatted-input-item {
    word-wrap: break-word;
}

.jqx-formatted-input-item-rtl, .jqx-complex-input-rtl {
    direction: rtl !important;
}

.jqx-formatted-input-spin-buttons-container, .jqx-formatted-input-addon {
    height: 100%;
}

.jqx-formatted-input-spin-buttons-container {
    width: 18px;
    padding: 0 0 0 1px !important;
    overflow: hidden;
}

.jqx-formatted-input-spin-buttons-container-rtl {
    border-right-width: 0px;
    padding: 0 0 0 2px !important;
}

.jqx-formatted-input-spin-buttons-container-rtl-border {
    border-left-width: 1px !important;
}

.jqx-formatted-input-spin-button {
    position: relative;
    width: 17px;
    height: 50%;
    margin-left: -1px;
    border-width: 0px;
    padding: 0px;
    overflow: hidden;
    cursor: pointer;
}

.jqx-formatted-input-addon {
    width: 19px;
    padding: 0 !important;
    cursor: pointer;
}

.jqx-formatted-input-addon-rtl {
    border-right-width: 1px !important;
}

.jqx-complex-input-parent {
    overflow: hidden;
}

.jqx-complex-input-child {
    height: 100%;
    float: left;
    box-sizing: border-box;
}

.jqx-complex-input-child-rtl {
    float: right;
}

.jqx-complex-input-spin-buttons-container-ltr {
    border-left-width: 0;
}

.jqx-complex-input-spin-buttons-container-rtl {
    border-left-width: 1px !important;
    border-right-width: 0;
}

.jqx-file-upload {
    position: relative;
    overflow: auto;
}

.jqx-file-upload, .jqx-file-upload-file-row, .jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
}

.jqx-file-upload-buttons-container, .jqx-file-upload-iframe, .jqx-file-upload-loading-element {
    display: none;
}

.jqx-file-upload-file-input-ie9, .jqx-file-upload-buttons-container, .jqx-file-upload-file-row, .jqx-file-upload-icon {
    width: 100%;
}

.jqx-file-upload-file-input-ie9, .jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-icon, .jqx-file-upload-loading-element {
    height: 100%;
}

.jqx-file-input-iframe, .jqx-file-upload-form-ie9 {
    position: absolute;
}

.jqx-file-input-iframe {
    width: 0;
    height: 0;
    border: none;
}

.jqx-file-upload-form, .jqx-file-upload-file-input {
    visibility: hidden;
    display: none;
}

.jqx-file-upload-form-ie9, .jqx-file-upload-file-input-ie9 {
    display: block;
    visibility: visible;
}

.jqx-file-upload-form-ie9 {
    z-index: 10000;
    opacity: 0;
    filter: alpha(opacity=0);
}

.jqx-file-upload-file-name {
    width: auto;
    padding: 0 2px 0 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    *float: left;
}

.jqx-file-upload-button-browse-rtl, .jqx-file-upload-button-upload-rtl, .jqx-file-upload-button-cancel-rtl, .jqx-file-upload-file-name-rtl, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-loading-element {
    float: right;
}

.jqx-file-upload, .jqx-file-upload-file-row {
    padding: 5px;
}

.jqx-file-upload-button-browse {
    display: block;
}

.jqx-file-upload-buttons-container {
    height: auto;
    margin-top: 10px;
}

.jqx-file-upload-button-browse-rtl, .jqx-file-upload-button-upload-rtl, .jqx-file-upload-button-cancel-rtl, .jqx-file-upload-file-name-rtl, .jqx-file-upload-file-cancel-rtl, .jqx-file-upload-file-upload-rtl {
    direction: rtl !important;
}

.jqx-file-upload-button-cancel, .jqx-file-upload-button-upload-rtl {
    margin-left: 5px;
}

.jqx-file-upload-button-upload-rtl-ie {
    margin-right: 5px;
}

.jqx-file-upload-button-cancel-rtl, .jqx-file-upload-button-upload-rtl-ie {
    margin-left: 0;
}

.jqx-file-upload-file-row {
    height: 30px;
    margin-bottom: 3px;
    clear: both;
}

.jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-loading-element {
    width: 17px;
    margin: 0 1px 0 1px;
}

.jqx-file-upload-file-cancel-rtl, .jqx-file-upload-file-upload-rtl, .jqx-file-upload-loading-element-rtl {
    float: none;
    *float: left;
}

.jqx-file-upload-button-browse, .jqx-file-upload-button-upload, .jqx-file-upload-button-cancel, .jqx-file-upload-form-ie9, .jqx-file-upload-file-input-ie9, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload {
    cursor: pointer;
    white-space: nowrap;
}

.jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload {
    display: inline-block;
}

.jqx-file-upload-icon-upload, .jqx-file-upload-loading-element {
    margin-top: 1px;
}

.jqx-file-upload-loading-element {
    background-image: url('../img/jqx/loader-small.gif');
    background-repeat: no-repeat;
}

/*Rounded Corners*/
/*top-left rounded Corners*/
.jqx-rc-tl-bootstrap {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}
/*top-right rounded Corners*/
.jqx-rc-tr-bootstrap {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
/*bottom-left rounded Corners*/
.jqx-rc-bl-bootstrap {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*bottom-right rounded Corners*/
.jqx-rc-br-bootstrap {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*top rounded Corners*/
.jqx-rc-t-bootstrap {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
/*bottom rounded Corners*/
.jqx-rc-b-bootstrap {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*right rounded Corners*/
.jqx-rc-r-bootstrap {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*left rounded Corners*/
.jqx-rc-l-bootstrap {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*all rounded Corners*/
.jqx-rc-all-bootstrap {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.jqx-widget-bootstrap, .jqx-widget-header-bootstrap, .jqx-fill-state-normal-bootstrap,
.jqx-widget-content-bootstrap, .jqx-fill-state-hover-bootstrap, .jqx-fill-state-pressed-bootstrap {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: box-shadow linear 0.2s;
    -moz-transition: box-shadow linear 0.1s;
    -o-transition: box-shadow linear 0.1s;
    transition: box-shadow linear 0.1s;
}

.jqx-widget-content-bootstrap {
    background-color: #ffffff;
    border-color: #e6e6e6;
}

.jqx-widget-header-bootstrap {
    background-color: #f5f5f5;
    border-color: #cccccc;
}

.jqx-fill-state-normal-bootstrap {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.jqx-button-bootstrap {
    padding: 4px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.jqx-combobox-multi-item-bootstrap {
    padding: 1px 3px;
}

.jqx-fill-state-hover-bootstrap, .jqx-fill-state-pressed-bootstrap {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.jqx-fill-state-hover-bootstrap, .jqx-fill-state-focus-bootstrap {
    color: #333333;
    text-decoration: none;
}

.jqx-fill-state-pressed-bootstrap {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.jqx-grid-cell-bootstrap {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-grid-column-menubutton-bootstrap {
    background-color: transparent;
}

.jqx-calendar-row-header-bootstrap, .jqx-calendar-top-left-header-bootstrap {
    background-color: #f0f0f0;
    border: 0px solid #f2f2f2;
}

.jqx-calendar-column-header-bootstrap {
    background-color: #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #e9e9e9;
}

.jqx-expander-header-bootstrap {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #e6e6e6;
}

.jqx-widget-bootstrap, .jqx-widget-header-bootstrap, .jqx-widget-content-bootstrap {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.jqx-scrollbar-state-normal-bootstrap {
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
}

.jqx-scrollbar-thumb-state-normal-bootstrap, .jqx-scrollbar-thumb-state-normal-horizontal-bootstrap {
    background: #f5f5f5;
    border-color: #b3b3b3;
}

.jqx-scrollbar-thumb-state-hover-bootstrap, .jqx-scrollbar-thumb-state-hover-horizontal-bootstrap {
    background: #e6e6e6;
    border-color: #b3b3b3;
}

.jqx-progressbar-bootstrap {
    background: #f7f7f7 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jqx-progressbar-value-bootstrap, .jqx-splitter-collapse-button-horizontal-bootstrap {
    background-color: #428bca;
}

.jqx-splitter-collapse-button-vertical-bootstrap, .jqx-progressbar-value-vertical-bootstrap {
    background-color: #428bca;
}

.jqx-scrollbar-thumb-state-pressed-bootstrap, .jqx-splitter-splitbar-vertical-bootstrap, .jqx-splitter-splitbar-horizontal-bootstrap, .jqx-scrollbar-thumb-state-pressed-horizontal-bootstrap {
    background: #d9d9d9;
    border-color: #b3b3b3;
}

.jqx-grid-column-sortdescbutton-bootstrap, jqx-grid-column-filterbutton-bootstrap, .jqx-grid-column-sortascbutton-bootstrap {
    background-color: transparent;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #cccccc;
}

.jqx-slider-rangebar-bootstrap {
    background: #cccccc;
}

.jqx-menu-vertical-bootstrap {
    background: #ffffff;
    filter: none;
}

.jqx-checkbox-check-checked-bootstrap {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAcklEQVQY02NgwA/YoJgoEA/Es4DYgJBCJSBeD8SboRinBiYg7kZS2IosyQ/Eakh8LySFq4FYHFlxGRBvBOJYqMRqJMU+yApNkSRAeC0Sux3dfSCTetE0wKyXxOWhMKhTYIr9CAUXyJMzgLgBagBBgDPGAI2LGdNt0T1AAAAAAElFTkSuQmCC');
}

.jqx-combobox-content-bootstrap, .jqx-input-bootstrap {
}

.jqx-combobox-content-bootstrap {
    border-color: #cccccc;
}

.jqx-fill-state-focus-bootstrap, .jqx-combobox-content-focus-bootstrap, .jqx-numberinput-focus-bootstrap {
    outline: none;
    border-color: #b3b3b3;
}

.jqx-grid-bottomright-bootstrap, .jqx-panel-bottomright-bootstrap, .jqx-listbox-bottomright-bootstrap {
    background-color: #efefef;
}

.jqx-tabs-title-bootstrap,
.jqx-tabs-title-bottom-bootstrap, .jqx-expander-header-bootstrap {
    color: #0088cc !important;
}

    .jqx-expander-header-bootstrap:hover {
        color: #005580 !important;
        cursor: pointer;
    }

.jqx-tabs-title-hover-top-bootstrap,
.jqx-tabs-title-hover-bottom-bootstrap {
    color: #005580 !important;
    background: #eee;
    border-color: #eee;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.jqx-tabs-title-selected-top-bootstrap, .jqx-tabs-selection-tracker-top-bootstrap {
    border-color: #ddd;
    border-bottom: 1px solid #fff;
    filter: none;
    color: #555555 !important;
    background: #fff;
    box-shadow: none;
}

.jqx-tabs-title-selected-bottom-bootstrap, .jqx-tabs-selection-tracker-bottom-bootstrap {
    border-color: #ddd;
    border-top: 1px solid #fff;
    filter: none;
    color: #555555 !important;
    background: #fff;
    box-shadow: none;
}

.jqx-tabs-header-bootstrap {
    background: #fff;
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jqx-tabs-bootstrap {
    border-color: #ddd;
}

.jqx-window-bootstrap, .jqx-tooltip-bootstrap {
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
}

.jqx-docking-bootstrap .jqx-window-bootstrap {
    box-shadow: none;
}

.jqx-docking-panel-bootstrap .jqx-window-bootstrap {
    box-shadow: none;
}

.jqx-radiobutton-bootstrap {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background: none;
}

.jqx-radiobutton-bootstrap-bootstrap, .jqx-radiobutton-hover-bootstrap {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
}

.jqx-radiobutton-check-checked-bootstrap {
    filter: none;
    background: #666;
    background-repeat: no-repeat;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-radiobutton-check-indeterminate-bootstrap {
    filter: none;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-radiobutton-check-indeterminate-disabled-bootstrap {
    filter: none;
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-slider-track-horizontal-bootstrap, .jqx-slider-track-vertical-bootstrap {
    border-color: #cccccc;
    background: #f0f0f0;
}

.jqx-slider-button-bootstrap {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.jqx-fill-state-normal-bootstrap.jqx-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.jqx-fill-state-hover-bootstrap.jqx-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.jqx-fill-state-pressed-bootstrap.jqx-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.jqx-fill-state-normal-bootstrap.jqx-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.jqx-fill-state-hover-bootstrap.jqx-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.jqx-fill-state-pressed-bootstrap.jqx-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.jqx-fill-state-normal-bootstrap.jqx-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.jqx-fill-state-hover-bootstrap.jqx-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.jqx-fill-state-pressed-bootstrap.jqx-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.jqx-fill-state-normal-bootstrap.jqx-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.jqx-fill-state-hover-bootstrap.jqx-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.jqx-fill-state-pressed-bootstrap.jqx-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.jqx-fill-state-normal-bootstrap.jqx-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.jqx-fill-state-hover-bootstrap.jqx-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.jqx-fill-state-pressed-bootstrap.jqx-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.jqx-fill-state-normal-bootstrap.jqx-inverse {
    color: #ffffff;
    background-color: #222222;
    border-color: #080808;
}

.jqx-fill-state-hover-bootstrap.jqx-inverse {
    color: #ffffff;
    background-color: #080808;
}

.jqx-fill-state-pressed-bootstrap.jqx-inverse {
    color: #ffffff;
    background-color: #080808;
}

/*applied to a list item when the item is selected.*/
.jqx-listitem-state-hover-bootstrap, .jqx-menu-item-hover-bootstrap, .jqx-tree-item-hover-bootstrap, .jqx-calendar-cell-hover-bootstrap, .jqx-grid-cell-hover-bootstrap,
.jqx-menu-vertical-bootstrap .jqx-menu-item-top-hover-bootstrap, .jqx-input-popup-bootstrap .jqx-fill-state-hover-bootstrap,
.jqx-input-button-header-bootstrap, .jqx-input-popup-bootstrap .jqx-fill-state-pressed-bootstrap,
.jqx-input-button-header-bootstrap {
    color: #ffffff !important;
    color: #333333 !important;
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
    outline: 0;
}

.jqx-grid-cell-hover-bootstrap {
    border-color: #ccc !important;
}

.jqx-listitem-state-selected-bootstrap, .jqx-menu-item-selected-bootstrap, .jqx-tree-item-selected-bootstrap, .jqx-calendar-cell-selected-bootstrap, .jqx-grid-cell-selected-bootstrap,
.jqx-menu-vertical-bootstrap .jqx-menu-item-top-selected-bootstrap, .jqx-grid-selectionarea-bootstrap {
    color: #ffffff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
}
/*top rounded Corners*/
.jqx-rc-t-expanded-bootstrap {
    -moz-border-radius-topleft: 4px !important;
    -webkit-border-top-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
/*bottom rounded Corners*/
.jqx-rc-b-expanded-bootstrap {
    -moz-border-radius-bottomleft: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.jqx-popup-bootstrap.jqx-listbox-bootstrap, .jqx-popup-bootstrap.jqx-calendar-bootstrap {
    top: 2px !important;
    position: relative;
}

.jqx-popup-up-bootstrap.jqx-listbox-bootstrap, .jqx-popup-up-bootstrap.jqx-calendar-bootstrap {
    top: 23px !important;
    position: relative;
}

.jqx-menu-popup-bootstrap > div:first-child {
    padding-bottom: 15px !important;
    padding-right: 15px !important;
}

.jqx-menu-dropdown-bootstrap, .jqx-popup-bootstrap.jqx-dropdownbutton-popup-bootstrap {
    margin-top: 2px !important;
}

.jqx-popup-bootstrap {
    border: 1px solid #ccc;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -webkit-background-clip: padding-box !important;
    -moz-background-clip: padding !important;
    background-clip: padding-box !important;
}

.jqx-widget-bootstrap .jqx-grid-cell-bootstrap, .jqx-widget-bootstrap .jqx-grid-column-header-bootstrap, .jqx-widget-bootstrap .jqx-grid-group-cell {
    border-color: #ccc;
}

.jqx-widget-bootstrap .jqx-grid-column-menubutton-bootstrap, .jqx-widget-bootstrap .jqx-grid-column-sortascbutton-bootstrap, .jqx-widget-bootstrap .jqx-grid-column-sortdescbutton-bootstrap, .jqx-widget .jqx-grid-column-filterbutton-bootstrap {
    border-color: #ccc;
}

.jqx-grid-column-sortascbutton-bootstrap, .jqx-expander-arrow-bottom-bootstrap, .jqx-window-collapse-button-bootstrap, .jqx-menu-item-arrow-up-bootstrap, .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-menu-item-arrow-top-up-bootstrap, .jqx-icon-arrow-up-bootstrap, .jqx-icon-arrow-up-hover-bootstrap, .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url('../img/jqx/icon-up.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-widget-bootstrap .jqx-grid-group-expand-bootstrap, .jqx-grid-group-expand-bootstrap, .jqx-grid-column-menubutton-bootstrap, .jqx-grid-column-sortdescbutton-bootstrap, .jqx-expander-arrow-top-bootstrap, .jqx-window-collapse-button-collapsed-bootstrap, .jqx-menu-item-arrow-down-bootstrap, .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-menu-item-arrow-down-bootstrap, .jqx-icon-arrow-down-bootstrap, .jqx-icon-arrow-down-hover-bootstrap, .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url('../img/jqx/icon-down.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tabs-arrow-left-bootstrap, .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-menu-item-arrow-top-left, .jqx-icon-arrow-left-bootstrap, .jqx-icon-arrow-down-left-bootstrap, .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url('../img/jqx/icon-left.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-widget-bootstrap .jqx-grid-group-collapse-bootstrap, .jqx-grid-group-collapse-bootstrap, .jqx-tabs-arrow-right-bootstrap, .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-menu-item-arrow-top-right-bootstrap, .jqx-icon-arrow-right-bootstrap, .jqx-icon-arrow-right-hover-bootstrap, .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url('../img/jqx/icon-right.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(../img/jqx/icon-left.png);
}

.jqx-menu-item-arrow-left-selected-bootstrap {
    background-image: url('../img/jqx/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-menu-item-arrow-right-selected-bootstrap {
    background-image: url('../img/jqx/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-grid-column-sortascbutton-bootstrap, .jqx-primary .jqx-expander-arrow-bottom-bootstrap, .jqx-primary .jqx-window-collapse-button-bootstrap, .jqx-primary .jqx-menu-item-arrow-up-bootstrap, .jqx-primary .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-top-up-bootstrap, .jqx-primary .jqx-icon-arrow-up-bootstrap, .jqx-primary .jqx-icon-arrow-up-hover-bootstrap, .jqx-primary .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url('../img/jqx/icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-widget-bootstrap .jqx-primary .jqx-grid-group-expand-bootstrap, .jqx-primary .jqx-grid-group-expand-bootstrap, .jqx-primary .jqx-grid-column-menubutton-bootstrap, .jqx-primary .jqx-grid-column-sortdescbutton-bootstrap, .jqx-primary .jqx-expander-arrow-top-bootstrap, .jqx-primary .jqx-window-collapse-button-collapsed-bootstrap, .jqx-primary .jqx-menu-item-arrow-down-bootstrap, .jqx-primary .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-down-bootstrap, .jqx-primary .jqx-icon-arrow-down-bootstrap, .jqx-primary .jqx-icon-arrow-down-hover-bootstrap, .jqx-primary .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url('../img/jqx/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-tabs-arrow-left-bootstrap, .jqx-primary .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-top-left, .jqx-primary .jqx-icon-arrow-left-bootstrap, .jqx-primary .jqx-icon-arrow-down-left-bootstrap, .jqx-primary .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url('../img/jqx/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-widget-bootstrap .jqx-primary .jqx-grid-group-collapse-bootstrap, .jqx-primary .jqx-grid-group-collapse-bootstrap, .jqx-primary .jqx-tabs-arrow-right-bootstrap, .jqx-primary .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-primary .jqx-menu-item-arrow-top-right-bootstrap, .jqx-primary .jqx-icon-arrow-right-bootstrap, .jqx-primary .jqx-icon-arrow-right-hover-bootstrap, .jqx-primary .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url('../img/jqx/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-window-close-button-bootstrap, .jqx-primary .jqx-icon-close-bootstrap, .jqx-primary .jqx-tabs-close-button-bootstrap, .jqx-primary .jqx-tabs-close-button-hover-bootstrap, .jqx-primary .jqx-tabs-close-button-selected-bootstrap {
    background-image: url(../img/jqx/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-primary .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-primary .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(../img/jqx/icon-left.png);
}

.jqx-warning .jqx-grid-column-sortascbutton-bootstrap, .jqx-warning .jqx-expander-arrow-bottom-bootstrap, .jqx-warning .jqx-window-collapse-button-bootstrap, .jqx-warning .jqx-menu-item-arrow-up-bootstrap, .jqx-warning .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-top-up-bootstrap, .jqx-warning .jqx-icon-arrow-up-bootstrap, .jqx-warning .jqx-icon-arrow-up-hover-bootstrap, .jqx-warning .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url('../img/jqx/icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-widget-bootstrap .jqx-warning .jqx-grid-group-expand-bootstrap, .jqx-warning .jqx-grid-group-expand-bootstrap, .jqx-warning .jqx-grid-column-menubutton-bootstrap, .jqx-warning .jqx-grid-column-sortdescbutton-bootstrap, .jqx-warning .jqx-expander-arrow-top-bootstrap, .jqx-warning .jqx-window-collapse-button-collapsed-bootstrap, .jqx-warning .jqx-menu-item-arrow-down-bootstrap, .jqx-warning .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-down-bootstrap, .jqx-warning .jqx-icon-arrow-down-bootstrap, .jqx-warning .jqx-icon-arrow-down-hover-bootstrap, .jqx-warning .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url('../img/jqx/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-tabs-arrow-left-bootstrap, .jqx-warning .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-top-left, .jqx-warning .jqx-icon-arrow-left-bootstrap, .jqx-warning .jqx-icon-arrow-down-left-bootstrap, .jqx-warning .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url('../img/jqx/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-widget-bootstrap .jqx-warning .jqx-grid-group-collapse-bootstrap, .jqx-warning .jqx-grid-group-collapse-bootstrap, .jqx-warning .jqx-tabs-arrow-right-bootstrap, .jqx-warning .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-warning .jqx-menu-item-arrow-top-right-bootstrap, .jqx-warning .jqx-icon-arrow-right-bootstrap, .jqx-warning .jqx-icon-arrow-right-hover-bootstrap, .jqx-warning .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url('../img/jqx/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-window-close-button-bootstrap, .jqx-warning .jqx-icon-close-bootstrap, .jqx-warning .jqx-tabs-close-button-bootstrap, .jqx-warning .jqx-tabs-close-button-hover-bootstrap, .jqx-warning .jqx-tabs-close-button-selected-bootstrap {
    background-image: url(../img/jqx/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-warning .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-warning .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(../img/jqx/icon-left.png);
}

.jqx-danger .jqx-grid-column-sortascbutton-bootstrap, .jqx-danger .jqx-expander-arrow-bottom-bootstrap, .jqx-danger .jqx-window-collapse-button-bootstrap, .jqx-danger .jqx-menu-item-arrow-up-bootstrap, .jqx-danger .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-top-up-bootstrap, .jqx-danger .jqx-icon-arrow-up-bootstrap, .jqx-danger .jqx-icon-arrow-up-hover-bootstrap, .jqx-danger .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url('../img/jqx/icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-widget-bootstrap .jqx-danger .jqx-grid-group-expand-bootstrap, .jqx-danger .jqx-grid-group-expand-bootstrap, .jqx-danger .jqx-grid-column-menubutton-bootstrap, .jqx-danger .jqx-grid-column-sortdescbutton-bootstrap, .jqx-danger .jqx-expander-arrow-top-bootstrap, .jqx-danger .jqx-window-collapse-button-collapsed-bootstrap, .jqx-danger .jqx-menu-item-arrow-down-bootstrap, .jqx-danger .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-down-bootstrap, .jqx-danger .jqx-icon-arrow-down-bootstrap, .jqx-danger .jqx-icon-arrow-down-hover-bootstrap, .jqx-danger .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url('../img/jqx/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-tabs-arrow-left-bootstrap, .jqx-danger .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-top-left, .jqx-danger .jqx-icon-arrow-left-bootstrap, .jqx-danger .jqx-icon-arrow-down-left-bootstrap, .jqx-danger .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url('../img/jqx/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-widget-bootstrap .jqx-danger .jqx-grid-group-collapse-bootstrap, .jqx-danger .jqx-grid-group-collapse-bootstrap, .jqx-danger .jqx-tabs-arrow-right-bootstrap, .jqx-danger .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-danger .jqx-menu-item-arrow-top-right-bootstrap, .jqx-danger .jqx-icon-arrow-right-bootstrap, .jqx-danger .jqx-icon-arrow-right-hover-bootstrap, .jqx-danger .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url('../img/jqx/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-window-close-button-bootstrap, .jqx-danger .jqx-icon-close-bootstrap, .jqx-danger .jqx-tabs-close-button-bootstrap, .jqx-danger .jqx-tabs-close-button-hover-bootstrap, .jqx-danger .jqx-tabs-close-button-selected-bootstrap {
    background-image: url(../img/jqx/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-danger .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-danger .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(../img/jqx/icon-left.png);
}

.jqx-info .jqx-grid-column-sortascbutton-bootstrap, .jqx-info .jqx-expander-arrow-bottom-bootstrap, .jqx-info .jqx-window-collapse-button-bootstrap, .jqx-info .jqx-menu-item-arrow-up-bootstrap, .jqx-info .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-top-up-bootstrap, .jqx-info .jqx-icon-arrow-up-bootstrap, .jqx-info .jqx-icon-arrow-up-hover-bootstrap, .jqx-info .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url('../img/jqx/icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-widget-bootstrap .jqx-info .jqx-grid-group-expand-bootstrap, .jqx-info .jqx-grid-group-expand-bootstrap, .jqx-info .jqx-grid-column-menubutton-bootstrap, .jqx-info .jqx-grid-column-sortdescbutton-bootstrap, .jqx-info .jqx-expander-arrow-top-bootstrap, .jqx-info .jqx-window-collapse-button-collapsed-bootstrap, .jqx-info .jqx-menu-item-arrow-down-bootstrap, .jqx-info .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-down-bootstrap, .jqx-info .jqx-icon-arrow-down-bootstrap, .jqx-info .jqx-icon-arrow-down-hover-bootstrap, .jqx-info .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url('../img/jqx/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-tabs-arrow-left-bootstrap, .jqx-info .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-top-left, .jqx-info .jqx-icon-arrow-left-bootstrap, .jqx-info .jqx-icon-arrow-down-left-bootstrap, .jqx-info .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url('../img/jqx/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-widget-bootstrap .jqx-info .jqx-grid-group-collapse-bootstrap, .jqx-info .jqx-grid-group-collapse-bootstrap, .jqx-info .jqx-tabs-arrow-right-bootstrap, .jqx-info .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-info .jqx-menu-item-arrow-top-right-bootstrap, .jqx-info .jqx-icon-arrow-right-bootstrap, .jqx-info .jqx-icon-arrow-right-hover-bootstrap, .jqx-info .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url('../img/jqx/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-window-close-button-bootstrap, .jqx-info .jqx-icon-close-bootstrap, .jqx-info .jqx-tabs-close-button-bootstrap, .jqx-info .jqx-tabs-close-button-hover-bootstrap, .jqx-info .jqx-tabs-close-button-selected-bootstrap {
    background-image: url(../img/jqx/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-info .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-info .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(../img/jqx/icon-left.png);
}

.jqx-success .jqx-grid-column-sortascbutton-bootstrap, .jqx-success .jqx-expander-arrow-bottom-bootstrap, .jqx-success .jqx-window-collapse-button-bootstrap, .jqx-success .jqx-menu-item-arrow-up-bootstrap, .jqx-success .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-top-up-bootstrap, .jqx-success .jqx-icon-arrow-up-bootstrap, .jqx-success .jqx-icon-arrow-up-hover-bootstrap, .jqx-success .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url('../img/jqx/icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-widget-bootstrap .jqx-success .jqx-grid-group-expand-bootstrap, .jqx-success .jqx-grid-group-expand-bootstrap, .jqx-success .jqx-grid-column-menubutton-bootstrap, .jqx-success .jqx-grid-column-sortdescbutton-bootstrap, .jqx-success .jqx-expander-arrow-top-bootstrap, .jqx-success .jqx-window-collapse-button-collapsed-bootstrap, .jqx-success .jqx-menu-item-arrow-down-bootstrap, .jqx-success .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-down-bootstrap, .jqx-success .jqx-icon-arrow-down-bootstrap, .jqx-success .jqx-icon-arrow-down-hover-bootstrap, .jqx-success .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url('../img/jqx/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-tabs-arrow-left-bootstrap, .jqx-success .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-top-left, .jqx-success .jqx-icon-arrow-left-bootstrap, .jqx-success .jqx-icon-arrow-down-left-bootstrap, .jqx-success .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url('../img/jqx/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-widget-bootstrap .jqx-success .jqx-grid-group-collapse-bootstrap, .jqx-success .jqx-grid-group-collapse-bootstrap, .jqx-success .jqx-tabs-arrow-right-bootstrap, .jqx-success .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-success .jqx-menu-item-arrow-top-right-bootstrap, .jqx-success .jqx-icon-arrow-right-bootstrap, .jqx-success .jqx-icon-arrow-right-hover-bootstrap, .jqx-success .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url('../img/jqx/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-window-close-button-bootstrap, .jqx-success .jqx-icon-close-bootstrap, .jqx-success .jqx-tabs-close-button-bootstrap, .jqx-success .jqx-tabs-close-button-hover-bootstrap, .jqx-success .jqx-tabs-close-button-selected-bootstrap {
    background-image: url(../img/jqx/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-success .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-success .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(../img/jqx/icon-left.png);
}

.jqx-inverse .jqx-grid-column-sortascbutton-bootstrap, .jqx-inverse .jqx-expander-arrow-bottom-bootstrap, .jqx-inverse .jqx-window-collapse-button-bootstrap, .jqx-inverse .jqx-menu-item-arrow-up-bootstrap, .jqx-inverse .jqx-menu-item-arrow-up-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-top-up-bootstrap, .jqx-inverse .jqx-icon-arrow-up-bootstrap, .jqx-inverse .jqx-icon-arrow-up-hover-bootstrap, .jqx-inverse .jqx-icon-arrow-up-selected-bootstrap {
    background-image: url('../img/jqx/icon-up-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-widget-bootstrap .jqx-inverse .jqx-grid-group-expand-bootstrap, .jqx-inverse .jqx-grid-group-expand-bootstrap, .jqx-inverse .jqx-grid-column-menubutton-bootstrap, .jqx-inverse .jqx-grid-column-sortdescbutton-bootstrap, .jqx-inverse .jqx-expander-arrow-top-bootstrap, .jqx-inverse .jqx-window-collapse-button-collapsed-bootstrap, .jqx-inverse .jqx-menu-item-arrow-down-bootstrap, .jqx-inverse .jqx-menu-item-arrow-down-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-down-bootstrap, .jqx-inverse .jqx-icon-arrow-down-bootstrap, .jqx-inverse .jqx-icon-arrow-down-hover-bootstrap, .jqx-inverse .jqx-icon-arrow-down-selected-bootstrap {
    background-image: url('../img/jqx/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-tabs-arrow-left-bootstrap, .jqx-inverse .jqx-menu-item-arrow-left-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-top-left, .jqx-inverse .jqx-icon-arrow-left-bootstrap, .jqx-inverse .jqx-icon-arrow-down-left-bootstrap, .jqx-inverse .jqx-icon-arrow-left-selected-bootstrap {
    background-image: url('../img/jqx/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-widget-bootstrap .jqx-inverse .jqx-grid-group-collapse-bootstrap, .jqx-inverse .jqx-grid-group-collapse-bootstrap, .jqx-inverse .jqx-tabs-arrow-right-bootstrap, .jqx-inverse .jqx-menu-item-arrow-right-selected-bootstrap, .jqx-inverse .jqx-menu-item-arrow-top-right-bootstrap, .jqx-inverse .jqx-icon-arrow-right-bootstrap, .jqx-inverse .jqx-icon-arrow-right-hover-bootstrap, .jqx-inverse .jqx-icon-arrow-right-selected-bootstrap {
    background-image: url('../img/jqx/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-window-close-button-bootstrap, .jqx-inverse .jqx-icon-close-bootstrap, .jqx-inverse .jqx-tabs-close-button-bootstrap, .jqx-inverse .jqx-tabs-close-button-hover-bootstrap, .jqx-inverse .jqx-tabs-close-button-selected-bootstrap {
    background-image: url(../img/jqx/close_white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-inverse .jqx-tree-item-arrow-collapse-rtl-bootstrap, .jqx-inverse .jqx-tree-item-arrow-collapse-hover-rtl-bootstrap {
    background-image: url(../img/jqx/icon-left.png);
}


.jqx-input-button-content-bootstrap {
    font-size: 10px;
}

.jqx-combobox-content-bootstrap, .jqx-input-bootstrap {
    border-color: #cccccc;
    color: #555555;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.jqx-combobox-content-bootstrap, .jqx-combobox-bootstrap, .jqx-combobox-state-normal-bootstrap {
    border-color: #cccccc;
}

.jqx-combobox-content-focus-bootstrap, .jqx-combobox-state-focus-bootstrap, .jqx-fill-state-focus-bootstrap,
.jqx-numberinput-focus-bootstrap {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.jqx-datetimeinput-content, .jqx-datetimeinput-container {
    overflow: visible !important;
}

input[type="text"].jqx-input-bootstrap, input[type="text"].jqx-widget-content-bootstrap, input[type="textarea"].jqx-widget-content-bootstrap, textarea.jqx-input-bootstrap {
    padding-left: 0px !important;
}

    input[type="text"].jqx-input-bootstrap:-moz-placeholder, input[type="text"].jqx-widget-content-bootstrap:-moz-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-moz-placeholder, textarea.jqx-input-bootstrap:-moz-placeholder {
        color: #999999;
    }

    input[type="text"].jqx-input-bootstrap:-webkit-input-placeholder, input[type="text"].jqx-widget-content-bootstrap:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-webkit-input-placeholder, textarea.jqx-input-bootstrap:-webkit-input-placeholder {
        color: #999999;
    }

    input[type="text"].jqx-input-bootstrap:-ms-input-placeholder, input[type="text"].jqx-widget-content-bootstrap:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-ms-input-placeholder, textarea.jqx-input-bootstrap:-ms-input-placeholder {
        color: #999999;
    }

input[type="password"].jqx-input-bootstrap, input[type="password"].jqx-widget-content-bootstrap, input[type="textarea"].jqx-widget-content-bootstrap, textarea.jqx-input-bootstrap {
    padding-left: 0px !important;
}

    input[type="password"].jqx-input-bootstrap:-moz-placeholder, input[type="password"].jqx-widget-content-bootstrap:-moz-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-moz-placeholder, textarea.jqx-input-bootstrap:-moz-placeholder {
        color: #999999;
    }

    input[type="password"].jqx-input-bootstrap:-webkit-input-placeholder, input[type="password"].jqx-widget-content-bootstrap:-webkit-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-webkit-input-placeholder, textarea.jqx-input-bootstrap:-webkit-input-placeholder {
        color: #999999;
    }

    input[type="password"].jqx-input-bootstrap:-ms-input-placeholder, input[type="password"].jqx-widget-content-bootstrap:-ms-input-placeholder, input[type="textarea"].jqx-widget-content-bootstrap:-ms-input-placeholder, textarea.jqx-input-bootstrap:-ms-input-placeholder {
        color: #999999;
    }

.jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap, .jqx-listbox-bootstrap.jqx-fill-state-focus-bootstrap {
    outline: none;
    border-color: #b2b2b2;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-primary {
        border-color: #0044cc #0044cc #002a80;
    }

    .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-warning {
        border-color: #f89406 #f89406 #ad6704;
    }

    .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-danger {
        border-color: #bd362f #bd362f #802420;
    }

    .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-success {
        border-color: #51a351 #51a351 #387038;
    }

    .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-info {
        border-color: #2f96b4 #2f96b4 #1f6377;
    }

    .jqx-dropdownlist-state-normal-bootstrap.jqx-fill-state-focus-bootstrap.jqx-inverse {
        border-color: #222222 #222222 #000000;
    }

.jqx-popup-bootstrap.jqx-fill-state-focus-bootstrap {
    border: 1px solid #ccc;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.jqx-expander-content-bootstrap.jqx-fill-state-focus-bootstrap {
    z-index: 20;
}

.jqx-slider-rangebar-bootstrap {
    border-color: #428bca;
    background: #428bca;
}

.jqx-slider-button-bootstrap {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 3px;
}

.jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-expand-bootstrap {
    background-image: url('../img/jqx/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-collapse-bootstrap {
    background-image: url('../img/jqx/icon-right-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-collapse-rtl-bootstrap {
    background-image: url('../img/jqx/icon-left-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jqx-grid-cell-bootstrap.jqx-grid-cell-selected-bootstrap > .jqx-grid-group-expand-rtl-bootstrap {
    background-image: url('../img/jqx/icon-down-white.png');
    background-repeat: no-repeat;
    background-position: center;
}

.lockscreen {
    height: 250px;
    left: 50%;
    margin-left: -239px;
    margin-top: -185px;
    position: absolute;
    top: 50%;
    width: 478px;
}

    .lockscreen .logo {
        padding: 15px 0;
        display: block;
    }

        .lockscreen .logo + div {
            background: #FFF;
            box-shadow: -31px 32px 53px rgba(0,0,0,.2);
            overflow: hidden;
            padding: 13px;
            position: relative;
        }

        .lockscreen .logo > :first-child {
            margin: 0;
        }

        .lockscreen .logo img {
            width: 29px;
            margin-top: -4px;
            margin-right: -2px;
        }

        .lockscreen .logo + div > img {
            float: left;
        }

            .lockscreen .logo + div > img + div {
                float: right;
                width: 318px;
            }

                .lockscreen .logo + div > img + div > :first-child {
                    margin-top: 0;
                }

                    .lockscreen .logo + div > img + div > :first-child > :first-child {
                        opacity: .1;
                        padding: 15px;
                    }

                    .lockscreen .logo + div > img + div > :first-child > small {
                        display: block;
                        padding-top: 5px;
                    }

                    .lockscreen .logo + div > img + div > :first-child + p {
                        margin-bottom: 12px;
                    }

@media (max-width:767px) {
    .lockscreen .logo + div > img {
        float: none !important;
    }

    .lockscreen {
        height: auto;
        left: 5%;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        top: 0;
        width: 90%;
        text-align: center;
    }

        .lockscreen .logo + div > img + div {
            float: none;
            width: 100%;
            height: auto;
        }
}
/*!
 * SmartAdmin v1.5.2 ()
 * Copyright 2011-2014 
 */
/*!
 * SmartAdmin - Responsive WebApp
 *
 * Copyright 2014 bootstraphunter.com
 * Designed and built with all the love in the world by @bootstraphunt.
 */
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.fast {
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        -o-animation-duration: .5s;
        animation-duration: .5s;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@-o-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.animated.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px);
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

.animated.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.animated.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }

    10%, 20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0);
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1);
    }

    10%, 20% {
        -o-transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -o-transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -o-transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -o-transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }
}

.animated.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg);
    }

    40% {
        -moz-transform: rotate(-10deg);
    }

    60% {
        -moz-transform: rotate(5deg);
    }

    80% {
        -moz-transform: rotate(-5deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg);
    }

    40% {
        -o-transform: rotate(-10deg);
    }

    60% {
        -o-transform: rotate(5deg);
    }

    80% {
        -o-transform: rotate(-5deg);
    }

    100% {
        -o-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.animated.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0%);
    }

    15% {
        -moz-transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -moz-transform: translateX(20%) rotate(3deg);
    }

    45% {
        -moz-transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -moz-transform: translateX(10%) rotate(2deg);
    }

    75% {
        -moz-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -moz-transform: translateX(0%);
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0%);
    }

    15% {
        -o-transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -o-transform: translateX(20%) rotate(3deg);
    }

    45% {
        -o-transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -o-transform: translateX(10%) rotate(2deg);
    }

    75% {
        -o-transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -o-transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        transform: translateX(0%);
    }
}

.animated.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.1);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.animated.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
    }
}

@-moz-keyframes flip {
    0% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -moz-animation-timing-function: ease-out;
    }

    40% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -moz-animation-timing-function: ease-out;
    }

    50% {
        -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -moz-animation-timing-function: ease-in;
    }

    80% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -moz-animation-timing-function: ease-in;
    }

    100% {
        -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -moz-animation-timing-function: ease-in;
    }
}

@-o-keyframes flip {
    0% {
        -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -o-animation-timing-function: ease-out;
    }

    40% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -o-animation-timing-function: ease-out;
    }

    50% {
        -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -o-animation-timing-function: ease-in;
    }

    80% {
        -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -o-animation-timing-function: ease-in;
    }

    100% {
        -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -o-animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in;
    }

    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flip;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flip;
    -o-backface-visibility: visible !important;
    -o-animation-name: flip;
    backface-visibility: visible !important;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.animated.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.animated.flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipOutY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.animated.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}

@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.animated.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.animated.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

.animated.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}

.animated.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.animated.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.animated.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.animated.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.animated.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(0.9);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(0.9);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes slideInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes slideInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    100% {
        -o-transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    -o-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes slideInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    100% {
        -o-transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@-moz-keyframes slideOutLeft {
    0% {
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}

@-o-keyframes slideOutLeft {
    0% {
        -o-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    -moz-animation-name: slideOutLeft;
    -o-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@-moz-keyframes slideOutRight {
    0% {
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}

@-o-keyframes slideOutRight {
    0% {
        -o-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    -moz-animation-name: slideOutRight;
    -o-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes slideOutUp {
    0% {
        -moz-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-o-keyframes slideOutUp {
    0% {
        -o-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    -moz-animation-name: slideOutUp;
    -o-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }

    80% {
        -moz-transform: translateY(10px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateY(-30px);
    }

    80% {
        -o-transform: translateY(10px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.animated.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }

    80% {
        -moz-transform: translateY(-10px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }

    80% {
        -o-transform: translateY(-10px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(30px);
    }

    80% {
        -moz-transform: translateX(-10px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(30px);
    }

    80% {
        -o-transform: translateX(-10px);
    }

    100% {
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(30px);
    }

    80% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }

    80% {
        -moz-transform: translateX(10px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(-30px);
    }

    80% {
        -o-transform: translateX(10px);
    }

    100% {
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
}

@-moz-keyframes bounceOut {
    0% {
        -moz-transform: scale(1);
    }

    25% {
        -moz-transform: scale(0.95);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
}

@-o-keyframes bounceOut {
    0% {
        -o-transform: scale(1);
    }

    25% {
        -o-transform: scale(0.95);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}

.animated.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@-moz-keyframes bounceOutDown {
    0% {
        -moz-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}

@-o-keyframes bounceOutDown {
    0% {
        -o-transform: translateY(0);
    }

    20% {
        opacity: 1;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.animated.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}

@-moz-keyframes bounceOutLeft {
    0% {
        -moz-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}

@-o-keyframes bounceOutLeft {
    0% {
        -o-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

.animated.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}

@-moz-keyframes bounceOutRight {
    0% {
        -moz-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}

@-o-keyframes bounceOutRight {
    0% {
        -o-transform: translateX(0);
    }

    20% {
        opacity: 1;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

.animated.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.animated.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOut {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(200deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOut {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}

.animated.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.animated.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -moz-animation-name: rotateOutUpLeft;
    -o-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.animated.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.animated.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -moz-animation-name: rotateOutUpRight;
    -o-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOutDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
}

@-o-keyframes rotateOutDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1;
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.animated.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -moz-animation-name: rotateOutDownRight;
    -o-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translateY(700px);
        opacity: 0;
    }
}

@-moz-keyframes hinge {
    0% {
        -moz-transform: rotate(0);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -moz-transform: rotate(80deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }

    40% {
        -moz-transform: rotate(60deg);
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }

    80% {
        -moz-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -moz-transform-origin: top left;
        -moz-animation-timing-function: ease-in-out;
    }

    100% {
        -moz-transform: translateY(700px);
        opacity: 0;
    }
}

@-o-keyframes hinge {
    0% {
        -o-transform: rotate(0);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -o-transform: rotate(80deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }

    40% {
        -o-transform: rotate(60deg);
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }

    80% {
        -o-transform: rotate(60deg) translateY(0);
        opacity: 1;
        -o-transform-origin: top left;
        -o-animation-timing-function: ease-in-out;
    }

    100% {
        -o-transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.animated.hinge {
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }
}

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg);
    }
}

@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}

.animated.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
    }
}

@-moz-keyframes rollOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%) rotate(120deg);
    }
}

@-o-keyframes rollOut {
    0% {
        opacity: 1;
        -o-transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}

.animated.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes lightSpeedIn {
    0% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -moz-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -moz-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@-o-keyframes lightSpeedIn {
    0% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -o-transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -o-transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.animated.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: 0.5s;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@-moz-keyframes lightSpeedOut {
    0% {
        -moz-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -moz-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@-o-keyframes lightSpeedOut {
    0% {
        -o-transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -o-transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.animated.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
    -webkit-animation-duration: .25s;
    -moz-animation-duration: .25s;
    -o-animation-duration: .25s;
    animation-duration: 0.25s;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity 0.15s linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}
/*!
 * jQuery UI Bootstrap (1.0 alpha)
 * http://addyosmani.github.io/jquery-ui-bootstrap/
 *
 * Copyright 2012 - 2013, Addy Osmani
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * Portions copyright jQuery UI & Twitter Bootstrap
 */
/********** VJ - Move to Less - Start *************/
/* Layout helpers
 ----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    /*display: inline-block; */
    display: block;
    min-height: 0;
    /* support: IE7 */
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}
/* end clearfix */
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-front {
    z-index: 100;
}
/* Interaction Cues
 ----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}
/* Icons
 ----------------------------------*/
/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
/* Misc visuals
 ----------------------------------*/
/*
 * jQuery UI Resizable 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/resizable/
 */
.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
/*
 * jQuery UI Selectable 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/selectable/
 */
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
/*
 * jQuery UI CSS Framework 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 *
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
 ----------------------------------*/
.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

    .ui-widget .ui-widget {
        font-size: 13px;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: inherit;
    }

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #404040;
}

.ui-widget-header {
    font-weight: bold;
    background-color: #F5F5F5;
    border-color: #DDDDDD;
    color: #333333;
}

    .ui-widget-header a {
        color: #222222;
    }
    /* Interaction states
 ----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        color: #333333;
        background-color: #ffffff;
        font-weight: normal;
        border: 1px solid #cccccc;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #555555;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
        text-decoration: none;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited {
            color: #333333;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #adadad;
        font-weight: normal;
        color: #333333;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #333333;
            text-decoration: none;
        }

.ui-widget :active {
    outline: none;
}
/* Interaction Cues
 ----------------------------------*/
.ui-state-highlight,
.ui-state-error,
.ui-state-default {
    position: relative;
    border-width: 1px;
    border-style: solid;
}

    .ui-state-highlight p,
    .ui-state-error p,
    .ui-state-default p {
        font-size: 13px;
        font-weight: normal;
        line-height: 18px;
        margin: 7px 15px;
    }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #2d6987;
    }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #953b39;
    }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #953b39;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: alpha(opacity=35);
        /* For IE8 - See #6059 */
    }
/* Icons
 ----------------------------------*/
/* states and images*/
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url("../img/jqueryui/ui-icons_222222_256x240.png");
}

.ui-widget-content .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../img/jqueryui/ui-icons_f6cf3b_256x240.png");
}
/* positioning */
.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
/* Misc visuals
 ----------------------------------*/
/* Corner radius */
.ui-corner-all {
    -webkit-border-radius: 0px;
    /* Safari 4 */
    -moz-border-radius: 0px;
    /* Firefox 3.6 */
    border-radius: 0px;
}

.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -webkit-border-top-left-radius: 4px;
    /* Safari 4 */
    -moz-border-radius-topleft: 4px;
    /* Firefox 3.6 */
    border-top-left-radius: 4px;
}

.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -webkit-border-top-right-radius: 4px;
    /* Safari 4 */
    -moz-border-radius-topright: 4px;
    /* Firefox 3.6 */
    border-top-right-radius: 4px;
}

.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -webkit-border-bottom-left-radius: 4px;
    /* Safari 4 */
    -moz-border-radius-bottomleft: 4px;
    /* Firefox 3.6 */
    border-bottom-left-radius: 4px;
}

.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -webkit-border-bottom-right-radius: 4px;
    /* Safari 4 */
    -moz-border-radius-bottomright: 4px;
    /* Firefox 3.6 */
    border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .30;
    filter: alpha(opacity=30);
    position: absolute;
    z-index: 949 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa;
    opacity: .30;
    filter: alpha(opacity=30);
    -webkit-border-radius: 8px;
    /* Safari 4 */
    -moz-border-radius: 8px;
    /* Firefox 3.6 */
    border-radius: 8px;
}
/*
 * jQuery UI Accordion 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/accordion/
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
    width: 100%;
}

    .ui-accordion .ui-accordion-li-fix {
        display: inline;
    }

    .ui-accordion .ui-accordion-header-active {
        border-bottom: 0 !important;
    }

    .ui-accordion .ui-accordion-header {
        display: block;
        cursor: pointer;
        position: relative;
        margin-top: 2px;
        padding: .5em .5em .5em .7em;
        min-height: 0;
        /* support: IE7 */
    }

    .ui-accordion .ui-accordion-icons {
        padding-left: 2.2em;
    }

    .ui-accordion .ui-accordion-noicons {
        padding-left: .7em;
    }

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em;
    }

    .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        position: absolute;
        left: .5em;
        top: 50%;
        margin-top: -8px;
    }

    .ui-accordion .ui-accordion-content {
        padding: 1em 2.2em;
        border-top: 0 none;
        margin-top: -3px;
        position: relative;
        top: 1px;
        margin-bottom: 2px;
        overflow: auto;
        display: none;
    }

    .ui-accordion .ui-accordion-content-active {
        display: block;
    }
/*
 * jQuery UI Autocomplete 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/autocomplete/
 */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
/*
 * jQuery UI Button 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .ui-button:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .ui-button:focus,
    .ui-button:hover {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
        text-decoration: none;
    }

ui-button.disabled,
ui-button[disabled],
fieldset[disabled] ui-button,
ui-button.disabled:hover,
ui-button[disabled]:hover,
fieldset[disabled] ui-button:hover,
ui-button.disabled:focus,
ui-button[disabled]:focus,
fieldset[disabled] ui-button:focus,
ui-button.disabled:active,
ui-button[disabled]:active,
fieldset[disabled] ui-button:active,
ui-button.disabled.active,
ui-button[disabled].active,
fieldset[disabled] ui-button.ui-state-active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.ui-btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.ui-btn-sm,
.ui-btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.ui-btn-xs {
    padding: 1px 5px;
}

.ui-btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

    .ui-btn-block + .ui-btn-block {
        margin-top: 5px;
    }

input[type="submit"].ui-btn-block,
input[type="reset"].ui-btn-block,
input[type="button"].ui-btn-block {
    width: 100%;
}

.ui-button-text-icon-primary .ui-button-icon-primary {
    float: left;
}

.ui-button-text-icon-primary {
    padding: 2px 7px 3px;
}

.ui-button-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.ui-button-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.ui-button-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.ui-button-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.ui-button-inverse {
    color: #ffffff;
    background-color: #222222;
    border-color: #080808;
}

.ui-button-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.ui-button-error {
    color: #ffffff;
    background-color: #c43c35;
    border-color: #882a25;
}

.ui-button-primary:hover,
.ui-button-success:hover,
.ui-button-info:hover,
.ui-button-danger:hover,
.ui-button-warning:hover,
.ui-button-inverse:hover {
    color: #ffffff;
    text-decoration: none;
}

.ui-button-primary:hover,
.ui-button-primary:focus {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.ui-button-success:hover {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.ui-button-info:hover {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.ui-button-danger:hover {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.ui-button-warning:hover {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.ui-button-inverse:hover {
    color: #ffffff;
    background-color: #363636;
    border-color: #000000;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button-text-icon-primary .ui-button-icon-primary.ui-icon {
    margin-top: 5px;
}
/*button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999px;
    display: none;
    /*tempfix*/
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    margin-bottom: 0;
    margin-top: 0;
    top: 50%;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    /* chrome margin*/
    margin-left: -8px;
    /* firefox margin*/
    margin-right: -6px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}
/*button sets*/
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-state-active {
        color: #ffffff;
        background-color: #428bca;
        border-color: #357ebd;
    }

        .ui-buttonset .ui-state-active.ui-state-hover {
            color: #ffffff;
            background-color: #3276b1;
            border-color: #285e8e;
        }

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -0.4em;
    }
/* reset extra padding in Firefox */
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*
 * jQuery UI Menu 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
        list-style: none;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
        /* support: IE10, see #8844 */
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        /* support: IE7 */
        font-weight: normal;
    }

        .ui-menu .ui-menu-item a.ui-corner-all {
            -webkit-border-radius: 0px;
            /* Safari 4 */
            -moz-border-radius: 0px;
            /* Firefox 3.6 */
            border-radius: 0px;
        }

        .ui-menu .ui-menu-item a.ui-state-focus,
        .ui-menu .ui-menu-item a.ui-state-active,
        .ui-menu .ui-menu-item a.ui-widget-content {
            font-weight: bold;
            margin: 0;
            background-color: #428BCA;
            border-color: #357EBD;
            color: #FFFFFF;
            display: block;
            white-space: nowrap;
        }
        /* Fix problem with border in ui-state-active */
        .ui-menu .ui-menu-item a.ui-state-active {
            padding: 1px .4em;
        }

    .ui-menu .ui-state-disabled {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a {
            cursor: default;
        }
/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }
/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-menu {
    width: 200px;
    margin-bottom: 2em;
}
/*
 * jQuery UI spinner 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}
/* need to fix icons sprite */
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
/********** VJ - Move to Less - End *************/
/*
 * jQuery UI Dialog 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 300px;
    overflow: hidden;
    outline: 0;
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    /* Safari 4 */
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    /* Firefox 3.6 */
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    /*left: 50%;
	 margin-left: -280px;*/
    outline: medium none;
    /*top: 10%;
	 width: 560px;*/
    z-index: 1050;
}

    .ui-dialog .ui-dialog-titlebar {
        /*padding: .4em 1em;*/
        position: relative;
        border: 0 0 0 1px solid;
        border-color: white;
        padding: 5px 15px;
        font-size: 18px;
        text-decoration: none;
        -webkit-border-bottom-right-radius: 0;
        /* Safari 4 */
        -moz-border-radius-bottomright: 0;
        /* Firefox 3.6 */
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        /* Safari 4 */
        -moz-border-radius-bottomleft: 0;
        /* Firefox 3.6 */
        border-bottom-left-radius: 0;
        border-bottom: 1px solid #ccc;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        color: #404040;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -20px 0 0 0;
        padding: 1px;
        height: 18px;
        font-size: 20px;
        font-weight: bold;
        line-height: 13.5px;
        text-shadow: 0 1px 0 #ffffff;
        filter: alpha(opacity=25);
        -khtml-opacity: 0.25;
        -moz-opacity: 0.25;
        opacity: 0.25;
        background: none;
        border-width: 0;
        border: none;
        -webkit-box-shadow: none;
        /* Safari 4 */
        -moz-box-shadow: none;
        /* Firefox 3.6 */
        box-shadow: none;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
            text-indent: 9999px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover,
        .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 1px;
            filter: alpha(opacity=90);
            -moz-opacity: 0.90;
            opacity: 0.90;
        }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        background-color: #ffffff;
        padding: 5px 15px 5px;
        border-top: 1px solid #ddd;
        -webkit-border-radius: 0 0 6px 6px;
        /* Safari 4 */
        -moz-border-radius: 0 0 6px 6px;
        /* Firefox 3.6 */
        border-radius: 0 0 6px 6px;
        -webkit-box-shadow: inset 0 1px 0 #ffffff;
        /* Safari 4 */
        -moz-box-shadow: inset 0 1px 0 #ffffff;
        /* Firefox 3.6 */
        box-shadow: inset 0 1px 0 #ffffff;
        margin-bottom: 0;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-hover {
        color: #ffffff;
        background-color: #3276b1;
        border-color: #285e8e;
    }
/***Dialog fixes**/
.ui-dialog-buttonset .ui-button:not(:first-child) {
    cursor: pointer;
    display: inline-block;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    overflow: visible;
}

    .ui-dialog-buttonset .ui-button:not(:first-child) .ui-state-hover {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
        text-decoration: none;
    }
/* ui-dialog-buttonset UI info */
.ui-dialog-buttonset .ui-button.ui-button-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .ui-dialog-buttonset .ui-button.ui-button-info.ui-state-hover {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }
/* ui-dialog-buttonset UI success */
.ui-dialog-buttonset .ui-button.ui-button-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .ui-dialog-buttonset .ui-button.ui-button-success.ui-state-hover {
        color: #ffffff;
        background-color: #47a447;
        border-color: #398439;
    }
/* ui-dialog-buttonset UI warning */
.ui-dialog-buttonset .ui-button.ui-button-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .ui-dialog-buttonset .ui-button.ui-button-warning.ui-state-hover {
        color: #ffffff;
        background-color: #ed9c28;
        border-color: #d58512;
    }
/* ui-dialog-buttonset UI Danger */
.ui-dialog-buttonset .ui-button.ui-button-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .ui-dialog-buttonset .ui-button.ui-button-danger.ui-state-hover {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }
/* ui-dialog-buttonset UI Inverse */
.ui-dialog-buttonset .ui-button.ui-button-inverse {
    color: #ffffff;
    background-color: #222222;
    border-color: #080808;
}

    .ui-dialog-buttonset .ui-button.ui-button-inverse.ui-state-hover {
        color: #ffffff;
        background-color: #363636;
        border-color: #000000;
    }
/*
 * jQuery UI Slider 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
    position: relative;
    text-align: left;
}
    /* For IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 16px;
        height: 18px;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
        color: #ffffff;
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top, #149bdf, #0480be);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
        background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
        background-image: -o-linear-gradient(top, #149bdf, #0480be);
        background-image: linear-gradient(to bottom, #149bdf, #0480be);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

.ui-slider-horizontal {
    height: 10px;
    background: #D5D5D5;
    border: none;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.3em;
        margin-left: -0.6em;
        background-color: #fff;
        border-color: #CCC;
    }

        .ui-slider-horizontal .ui-slider-handle:focus {
            background-color: #fff;
            border-color: #357EBD;
        }

        .ui-slider-horizontal .ui-slider-handle:hover {
            background-color: #fff;
            border-color: #285E8E;
            outline: 0;
        }

        .ui-slider-horizontal .ui-slider-handle:active {
            background-color: #428BCA;
            border-color: #3276B1;
        }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.3em;
        margin-left: 0;
        margin-bottom: -0.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }
/*
 * jQuery UI Tabs 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tabs/
 */
.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    border: 0;
    -webkit-border-radius: 0;
    /* Safari 4 */
    -moz-border-radius: 0;
    /* Firefox 3.6 */
    border-radius: 0;
}

    .ui-tabs .ui-tabs-nav {
        margin-bottom: 5px;
        border: solid #ddd;
        border-width: 0 0 1px 0;
        -webkit-border-radius: 0;
        /* Safari 4 */
        -moz-border-radius: 0;
        /* Firefox 3.6 */
        border-radius: 0;
        background: none;
    }

        .ui-tabs .ui-tabs-nav li {
            position: relative;
            top: 0;
            float: left;
            margin-right: 2px;
            margin-bottom: -1px;
            border: 0;
            list-style: none;
            white-space: nowrap;
            background: none;
        }

.ui-tabs-nav .ui-state-default {
    border: 0;
    -webkit-box-shadow: none;
    /* Safari 4 */
    -moz-box-shadow: none;
    /* Firefox 3.6 */
    box-shadow: none;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    border: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    /* Safari 4 */
    -moz-border-radius: 4px 4px 0 0;
    /* Firefox 3.6 */
    border-radius: 4px 4px 0 0;
    padding: 8px 12px;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    color: #0069D6;
    background: none;
}

    .ui-tabs .ui-tabs-nav li a:hover {
        border: 1px solid whiteSmoke;
        border-bottom: 1px solid #ddd;
        background-color: whiteSmoke;
    }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #555;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover {
    background: #fff;
    cursor: text;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
    display: block;
    margin: 1em 0;
    border: 0;
    -webkit-border-radius: 0;
    /* Safari 4 */
    -moz-border-radius: 0;
    /* Firefox 3.6 */
    border-radius: 0;
    padding: 1px 0;
    background: none;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}
/* IE fix for background inheritance from ui-widget */
.ui-tabs .ui-tabs-nav li {
    filter: none;
}
/*
 * jQuery UI Tooltip 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/tooltip/
 */
.ui-tooltip {
    display: block;
    font-size: 11px;
    opacity: 0.8;
    position: absolute;
    visibility: visible;
    z-index: 1024;
    max-width: 200px;
}

.ui-tooltip {
    background: #000000;
    border: 1px solid #000000;
}

.ui-tooltip {
    color: #FFFFFF;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: inset 0 1px 0 #000000;
    /* Safari 4 */
    -moz-box-shadow: inset 0 1px 0 #000000;
    /* Firefox 3.6 */
    box-shadow: inset 0 1px 0 #000000;
    border-radius: 4px 4px 4px 4px;
}

body .ui-tooltip {
    border-width: 1px;
}
/*
 .arrow {
 overflow: hidden;
 position: absolute;
 margin-left: 0;
 height: 20px;
 width: 20px;
 }

 .arrow.bottom {
 top: 100%;
 left: 38%;
 }

 .arrow.top {
 top: -50%;
 bottom: 22px;
 left: 42%;
 }

 .arrow.left {
 top : 25%;
 left: -15%;
 right: 0;
 bottom:-16px;
 }

 .arrow.right {
 top: 26%;
 left: 100%;
 right: 0;
 bottom:-16px;
 margin-left: 1px;
 }

 .arrow:after {
 content : " " ;
 position : absolute ;
 height : 0 ;
 left:0;
 top: 0;
 width: 0;
 margin-left : 0 ;
 bottom : 12px ;
 box-shadow: 6px 5px 9px -9px black;
 }

 .arrow.bottom:after {
 border-top:8px solid #000000;
 border-right:8px solid transparent;
 border-bottom:8px solid transparent;
 border-left:8px solid transparent;
 }

 .arrow.top:after {
 border-top:6px solid transparent;
 border-right:6px solid transparent;
 border-bottom:6px solid #000000;
 border-left:6px solid transparent;
 }

 .arrow.left:after{
 width:0;
 border-top: 6px solid transparent;
 border-right: 6px solid #000000;
 border-bottom: 6px solid transparent;
 border-left: 6px solid transparent;
 }

 .arrow.right:after{
 width:0;
 border-top: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid transparent;
 border-left: 6px solid #000000;
 }*/
/*
 * jQuery UI Datepicker 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://jqueryui.com/datepicker/
 */
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        border: 0;
        font-weight: bold;
        width: 100%;
        padding: 4px 0;
        background-color: #f5f5f5;
        color: #808080;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        /*top: 1px;*/
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        /*left:1px;*/
    }

    .ui-datepicker .ui-datepicker-next-hover {
        /*right:1px;*/
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }
    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}

.ui-datepicker th {
    font-weight: bold;
    color: gray;
}

.ui-datepicker-today a:hover {
    background-color: #808080;
    color: #ffffff;
}

.ui-datepicker-today a {
    background-color: #BFBFBF;
    cursor: pointer;
    padding: 0 4px;
    margin-bottom: 0;
}

.ui-datepicker td a {
    margin-bottom: 0;
    border: 0;
}

.ui-datepicker td:hover {
    color: #ffffff;
}

.ui-datepicker td .ui-state-default {
    border: 0;
    background: none;
    margin-bottom: 0;
    padding: 5px;
    color: gray;
    text-align: center;
    filter: none;
}

.ui-datepicker td .ui-state-highlight {
    color: #ffffff;
    background-color: #A90329;
    border-color: #46b8da;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0px;
    /* Safari 4 */
    -moz-border-radius: 0px;
    /* Firefox 3.6 */
    border-radius: 0px;
}

.ui-datepicker td .ui-state-active {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
    margin-bottom: 0;
    font-size: normal;
    text-shadow: 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0px;
    /* Safari 4 */
    -moz-border-radius: 0px;
    /* Firefox 3.6 */
    border-radius: 0px;
}

.ui-datepicker td .ui-state-hover {
    color: #ffffff;
    background: #428bca;
    background-color: #428bca;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #357ebd;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0px;
    /* Safari 4 */
    -moz-border-radius: 0px;
    /* Firefox 3.6 */
    border-radius: 0px;
}
/*
 * jQuery UI Progressbar 1.10.3
 *
 * Copyright 2013, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
    height: 2em;
    margin-bottom: 20px;
    border: 0px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

    .ui-progressbar .ui-progressbar-value {
        margin: 0px;
        height: 100%;
        color: #ffffff;
        /*this can be removed if ui-widget-header is blue*/
        background-color: #428BCA;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 40px 40px;
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        -moz-animation: progress-bar-stripes 2s linear infinite;
        -ms-animation: progress-bar-stripes 2s linear infinite;
        -o-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
/**Toolbar**/
.ui-toolbar {
    padding: 7px 14px;
    margin: 0 0 18px;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    /* Safari 5.1+, Chrome 10+ */
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    /* Firefox 3.6 */
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    /* CSS3 Compliant */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    /* IE8 */
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    /* Safari 4 */
    -moz-border-radius: 3px;
    /* Firefox 3.6 */
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    /* Safari 4 */
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    /* Firefox 3.6 */
    box-shadow: inset 0 1px 0 #ffffff;
}
/** File Input **/
.customfile-button {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/***Wijmo Theming**/
div.wijmo-wijmenu {
    padding: 0 20px;
    background-color: #222222;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    /* Safari 5.1+, Chrome 10+ */
    background-image: -moz-linear-gradient(top, #333333, #222222);
    /* Firefox 3.6 */
    background-image: -o-linear-gradient(top, #333333, #222222);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #333333, #222222);
    /* CSS3 Compliant */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    /* IE8 */
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    /* Safari 4 */
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    /* Firefox 3.6 */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.wijmo-wijmenu .ui-state-default {
    -webkit-box-shadow: none;
    /* Safari 4 */
    -moz-box-shadow: none;
    /* Firefox 3.6 */
    box-shadow: none;
    color: #bfbfbf;
}

    .wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text {
        color: #bfbfbf;
    }

.wijmo-wijmenu .ui-state-hover {
    background: #444;
    background: rgba(255, 255, 255, 0.05);
}

    .wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text {
        color: #ffffff;
    }

div.wijmo-wijmenu .ui-widget-header h3 {
    position: relative;
    margin-top: 1px;
    padding: 0;
}

.wijmo-wijmenu h3 a {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    margin-left: -20px;
    margin-top: 1px;
    padding: 8px 20px 12px;
}

    .wijmo-wijmenu h3 a:hover {
        background-color: rgba(255, 255, 255, 0.05);
        color: #ffffff;
        text-decoration: none;
    }

.wijmo-wijmenu .ui-widget-header {
    border: 0;
}

.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
    padding: 0.3em 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child {
    background: #333;
    border: 0;
    margin: 0;
    padding: 6px 0;
    width: 160px;
    -webkit-border-radius: 0 0 6px 6px;
    /* Safari 4 */
    -moz-border-radius: 0 0 6px 6px;
    /* Firefox 3.6 */
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    /* Safari 4 */
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    /* Firefox 3.6 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.wijmo-wijmenu .wijmo-wijmenu-item {
    margin: 0;
    border: 0;
}

.wijmo-wijmenu a.wijmo-wijmenu-link {
    margin: 0;
    line-height: 19px;
    padding: 10px 10px 11px;
    border: 0;
    -webkit-border-radius: 0;
    /* Safari 4 */
    -moz-border-radius: 0;
    /* Firefox 3.6 */
    border-radius: 0;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link {
    display: block;
    float: none;
    padding: 4px 15px;
    width: auto;
}

div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text {
    float: none;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
    background: #191919;
}

.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator {
    padding: 5px 0;
    background-image: none;
    background-color: #222;
    border-top: 1px solid #444;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.wijmo-wijmenu .wijmo-wijmenu-item input {
    -moz-transition: none 0s ease 0s;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #111111;
    border-radius: 4px 4px 4px 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
    /* Safari 4 */
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
    /* Firefox 3.6 */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.75);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    margin: 5px 10px 0 10px;
    padding: 4px 9px;
    width: 100px;
}

    .wijmo-wijmenu .wijmo-wijmenu-item input:hover {
        background-color: rgba(255, 255, 255, 0.5);
        color: #ffffff;
    }

    .wijmo-wijmenu .wijmo-wijmenu-item input:focus {
        background-color: #ffffff;
        border: 0 none;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        /* Safari 4 */
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        /* Firefox 3.6 */
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        color: #404040;
        outline: 0 none;
        padding: 5px 10px;
        text-shadow: 0 1px 0 #ffffff;
    }

.wijmo-wijmenu .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    text-shadow: none;
}

.wijmo-wijmenu .ui-state-default {
    -webkit-box-shadow: none;
    /* Safari 4 */
    -moz-box-shadow: none;
    /* Firefox 3.6 */
    box-shadow: none;
    color: #bfbfbf;
    filter: none;
}
/**
 * Font Awesome in jQuery UI
 * @author Gerits Aurelien
 *
 **/
.ui-button-icon-primary.ui-icon[class^="icon-"]:before,
.ui-button-icon-primary.ui-icon[class*=" icon-"]:before,
.ui-button-icon-secondary.ui-icon[class^="icon-"]:before,
.ui-button-icon-secondary.ui-icon[class*=" icon-"]:before {
    font-size: inherit;
    margin-left: 7px !important;
    margin-left: 5px;
    display: inline;
    text-decoration: inherit;
    color: inherit;
}
/* **
 * If you use "Font awesome" is disable UI icons in element
 ** */
.ui-state-default .ui-icon[class*=" icon-"] {
    /* Reset background with font Awesome */
    background: none;
    margin-left: -12px;
    /*fix for margin issue with font awesome buttons*/
}
/* If you do not use ui-icon uncomment the lines */
/*
 .ui-button .ui-button-text{
 display: inline-block;
 padding: 0px;
 }

 .ui-button-text-icon-primary .ui-button-icon-primary{
 float:none;
 }*/
.flag {
    width: 16px;
    height: 11px;
    background: url("../img/flags/flags.png") no-repeat;
    margin-top: -0.18em;
    display: inline-block;
}

    .flag.flag-ad {
        background-position: -16px 0;
    }

    .flag.flag-ae {
        background-position: -32px 0;
    }

    .flag.flag-af {
        background-position: -48px 0;
    }

    .flag.flag-ag {
        background-position: -64px 0;
    }

    .flag.flag-ai {
        background-position: -80px 0;
    }

    .flag.flag-al {
        background-position: -96px 0;
    }

    .flag.flag-am {
        background-position: -112px 0;
    }

    .flag.flag-an {
        background-position: -128px 0;
    }

    .flag.flag-ao {
        background-position: -144px 0;
    }

    .flag.flag-ar {
        background-position: -160px 0;
    }

    .flag.flag-as {
        background-position: -176px 0;
    }

    .flag.flag-at {
        background-position: -192px 0;
    }

    .flag.flag-au {
        background-position: -208px 0;
    }

    .flag.flag-aw {
        background-position: -224px 0;
    }

    .flag.flag-az {
        background-position: -240px 0;
    }

    .flag.flag-ba {
        background-position: 0 -11px;
    }

    .flag.flag-bb {
        background-position: -16px -11px;
    }

    .flag.flag-bd {
        background-position: -32px -11px;
    }

    .flag.flag-be {
        background-position: -48px -11px;
    }

    .flag.flag-bf {
        background-position: -64px -11px;
    }

    .flag.flag-bg {
        background-position: -80px -11px;
    }

    .flag.flag-bh {
        background-position: -96px -11px;
    }

    .flag.flag-bi {
        background-position: -112px -11px;
    }

    .flag.flag-bj {
        background-position: -128px -11px;
    }

    .flag.flag-bm {
        background-position: -144px -11px;
    }

    .flag.flag-bn {
        background-position: -160px -11px;
    }

    .flag.flag-bo {
        background-position: -176px -11px;
    }

    .flag.flag-br {
        background-position: -192px -11px;
    }

    .flag.flag-bs {
        background-position: -208px -11px;
    }

    .flag.flag-bt {
        background-position: -224px -11px;
    }

    .flag.flag-bv {
        background-position: -240px -11px;
    }

    .flag.flag-bw {
        background-position: 0 -22px;
    }

    .flag.flag-by {
        background-position: -16px -22px;
    }

    .flag.flag-bz {
        background-position: -32px -22px;
    }

    .flag.flag-ca {
        background-position: -48px -22px;
    }

    .flag.flag-catalonia {
        background-position: -64px -22px;
    }

    .flag.flag-cd {
        background-position: -80px -22px;
    }

    .flag.flag-cf {
        background-position: -96px -22px;
    }

    .flag.flag-cg {
        background-position: -112px -22px;
    }

    .flag.flag-ch {
        background-position: -128px -22px;
    }

    .flag.flag-ci {
        background-position: -144px -22px;
    }

    .flag.flag-ck {
        background-position: -160px -22px;
    }

    .flag.flag-cl {
        background-position: -176px -22px;
    }

    .flag.flag-cm {
        background-position: -192px -22px;
    }

    .flag.flag-cn {
        background-position: -208px -22px;
    }

    .flag.flag-co {
        background-position: -224px -22px;
    }

    .flag.flag-cr {
        background-position: -240px -22px;
    }

    .flag.flag-cu {
        background-position: 0 -33px;
    }

    .flag.flag-cv {
        background-position: -16px -33px;
    }

    .flag.flag-cw {
        background-position: -32px -33px;
    }

    .flag.flag-cy {
        background-position: -48px -33px;
    }

    .flag.flag-cz {
        background-position: -64px -33px;
    }

    .flag.flag-de {
        background-position: -80px -33px;
    }

    .flag.flag-dj {
        background-position: -96px -33px;
    }

    .flag.flag-dk {
        background-position: -112px -33px;
    }

    .flag.flag-dm {
        background-position: -128px -33px;
    }

    .flag.flag-do {
        background-position: -144px -33px;
    }

    .flag.flag-dz {
        background-position: -160px -33px;
    }

    .flag.flag-ec {
        background-position: -176px -33px;
    }

    .flag.flag-ee {
        background-position: -192px -33px;
    }

    .flag.flag-eg {
        background-position: -208px -33px;
    }

    .flag.flag-eh {
        background-position: -224px -33px;
    }

    .flag.flag-england {
        background-position: -240px -33px;
    }

    .flag.flag-er {
        background-position: 0 -44px;
    }

    .flag.flag-es {
        background-position: -16px -44px;
    }

    .flag.flag-et {
        background-position: -32px -44px;
    }

    .flag.flag-eu {
        background-position: -48px -44px;
    }

    .flag.flag-fi {
        background-position: -64px -44px;
    }

    .flag.flag-fj {
        background-position: -80px -44px;
    }

    .flag.flag-fk {
        background-position: -96px -44px;
    }

    .flag.flag-fm {
        background-position: -112px -44px;
    }

    .flag.flag-fo {
        background-position: -128px -44px;
    }

    .flag.flag-fr {
        background-position: -144px -44px;
    }

    .flag.flag-ga {
        background-position: -160px -44px;
    }

    .flag.flag-gb {
        background-position: -176px -44px;
    }

    .flag.flag-gd {
        background-position: -192px -44px;
    }

    .flag.flag-ge {
        background-position: -208px -44px;
    }

    .flag.flag-gf {
        background-position: -224px -44px;
    }

    .flag.flag-gg {
        background-position: -240px -44px;
    }

    .flag.flag-gh {
        background-position: 0 -55px;
    }

    .flag.flag-gi {
        background-position: -16px -55px;
    }

    .flag.flag-gl {
        background-position: -32px -55px;
    }

    .flag.flag-gm {
        background-position: -48px -55px;
    }

    .flag.flag-gn {
        background-position: -64px -55px;
    }

    .flag.flag-gp {
        background-position: -80px -55px;
    }

    .flag.flag-gq {
        background-position: -96px -55px;
    }

    .flag.flag-gr {
        background-position: -112px -55px;
    }

    .flag.flag-gs {
        background-position: -128px -55px;
    }

    .flag.flag-gt {
        background-position: -144px -55px;
    }

    .flag.flag-gu {
        background-position: -160px -55px;
    }

    .flag.flag-gw {
        background-position: -176px -55px;
    }

    .flag.flag-gy {
        background-position: -192px -55px;
    }

    .flag.flag-hk {
        background-position: -208px -55px;
    }

    .flag.flag-hm {
        background-position: -224px -55px;
    }

    .flag.flag-hn {
        background-position: -240px -55px;
    }

    .flag.flag-hr {
        background-position: 0 -66px;
    }

    .flag.flag-ht {
        background-position: -16px -66px;
    }

    .flag.flag-hu {
        background-position: -32px -66px;
    }

    .flag.flag-ic {
        background-position: -48px -66px;
    }

    .flag.flag-id {
        background-position: -64px -66px;
    }

    .flag.flag-ie {
        background-position: -80px -66px;
    }

    .flag.flag-il {
        background-position: -96px -66px;
    }

    .flag.flag-im {
        background-position: -112px -66px;
    }

    .flag.flag-in {
        background-position: -128px -66px;
    }

    .flag.flag-io {
        background-position: -144px -66px;
    }

    .flag.flag-iq {
        background-position: -160px -66px;
    }

    .flag.flag-ir {
        background-position: -176px -66px;
    }

    .flag.flag-is {
        background-position: -192px -66px;
    }

    .flag.flag-it {
        background-position: -208px -66px;
    }

    .flag.flag-je {
        background-position: -224px -66px;
    }

    .flag.flag-jm {
        background-position: -240px -66px;
    }

    .flag.flag-jo {
        background-position: 0 -77px;
    }

    .flag.flag-jp {
        background-position: -16px -77px;
    }

    .flag.flag-ke {
        background-position: -32px -77px;
    }

    .flag.flag-kg {
        background-position: -48px -77px;
    }

    .flag.flag-kh {
        background-position: -64px -77px;
    }

    .flag.flag-ki {
        background-position: -80px -77px;
    }

    .flag.flag-km {
        background-position: -96px -77px;
    }

    .flag.flag-kn {
        background-position: -112px -77px;
    }

    .flag.flag-kp {
        background-position: -128px -77px;
    }

    .flag.flag-kr {
        background-position: -144px -77px;
    }

    .flag.flag-kurdistan {
        background-position: -160px -77px;
    }

    .flag.flag-kw {
        background-position: -176px -77px;
    }

    .flag.flag-ky {
        background-position: -192px -77px;
    }

    .flag.flag-kz {
        background-position: -208px -77px;
    }

    .flag.flag-la {
        background-position: -224px -77px;
    }

    .flag.flag-lb {
        background-position: -240px -77px;
    }

    .flag.flag-lc {
        background-position: 0 -88px;
    }

    .flag.flag-li {
        background-position: -16px -88px;
    }

    .flag.flag-lk {
        background-position: -32px -88px;
    }

    .flag.flag-lr {
        background-position: -48px -88px;
    }

    .flag.flag-ls {
        background-position: -64px -88px;
    }

    .flag.flag-lt {
        background-position: -80px -88px;
    }

    .flag.flag-lu {
        background-position: -96px -88px;
    }

    .flag.flag-lv {
        background-position: -112px -88px;
    }

    .flag.flag-ly {
        background-position: -128px -88px;
    }

    .flag.flag-ma {
        background-position: -144px -88px;
    }

    .flag.flag-mc {
        background-position: -160px -88px;
    }

    .flag.flag-md {
        background-position: -176px -88px;
    }

    .flag.flag-me {
        background-position: -192px -88px;
    }

    .flag.flag-mg {
        background-position: -208px -88px;
    }

    .flag.flag-mh {
        background-position: -224px -88px;
    }

    .flag.flag-mk {
        background-position: -240px -88px;
    }

    .flag.flag-ml {
        background-position: 0 -99px;
    }

    .flag.flag-mm {
        background-position: -16px -99px;
    }

    .flag.flag-mn {
        background-position: -32px -99px;
    }

    .flag.flag-mo {
        background-position: -48px -99px;
    }

    .flag.flag-mp {
        background-position: -64px -99px;
    }

    .flag.flag-mq {
        background-position: -80px -99px;
    }

    .flag.flag-mr {
        background-position: -96px -99px;
    }

    .flag.flag-ms {
        background-position: -112px -99px;
    }

    .flag.flag-mt {
        background-position: -128px -99px;
    }

    .flag.flag-mu {
        background-position: -144px -99px;
    }

    .flag.flag-mv {
        background-position: -160px -99px;
    }

    .flag.flag-mw {
        background-position: -176px -99px;
    }

    .flag.flag-mx {
        background-position: -192px -99px;
    }

    .flag.flag-my {
        background-position: -208px -99px;
    }

    .flag.flag-mz {
        background-position: -224px -99px;
    }

    .flag.flag-na {
        background-position: -240px -99px;
    }

    .flag.flag-nc {
        background-position: 0 -110px;
    }

    .flag.flag-ne {
        background-position: -16px -110px;
    }

    .flag.flag-nf {
        background-position: -32px -110px;
    }

    .flag.flag-ng {
        background-position: -48px -110px;
    }

    .flag.flag-ni {
        background-position: -64px -110px;
    }

    .flag.flag-nl {
        background-position: -80px -110px;
    }

    .flag.flag-no {
        background-position: -96px -110px;
    }

    .flag.flag-np {
        background-position: -112px -110px;
    }

    .flag.flag-nr {
        background-position: -128px -110px;
    }

    .flag.flag-nu {
        background-position: -144px -110px;
    }

    .flag.flag-nz {
        background-position: -160px -110px;
    }

    .flag.flag-om {
        background-position: -176px -110px;
    }

    .flag.flag-pa {
        background-position: -192px -110px;
    }

    .flag.flag-pe {
        background-position: -208px -110px;
    }

    .flag.flag-pf {
        background-position: -224px -110px;
    }

    .flag.flag-pg {
        background-position: -240px -110px;
    }

    .flag.flag-ph {
        background-position: 0 -121px;
    }

    .flag.flag-pk {
        background-position: -16px -121px;
    }

    .flag.flag-pl {
        background-position: -32px -121px;
    }

    .flag.flag-pm {
        background-position: -48px -121px;
    }

    .flag.flag-pn {
        background-position: -64px -121px;
    }

    .flag.flag-pr {
        background-position: -80px -121px;
    }

    .flag.flag-ps {
        background-position: -96px -121px;
    }

    .flag.flag-pt {
        background-position: -112px -121px;
    }

    .flag.flag-pw {
        background-position: -128px -121px;
    }

    .flag.flag-py {
        background-position: -144px -121px;
    }

    .flag.flag-qa {
        background-position: -160px -121px;
    }

    .flag.flag-re {
        background-position: -176px -121px;
    }

    .flag.flag-ro {
        background-position: -192px -121px;
    }

    .flag.flag-rs {
        background-position: -208px -121px;
    }

    .flag.flag-ru {
        background-position: -224px -121px;
    }

    .flag.flag-rw {
        background-position: -240px -121px;
    }

    .flag.flag-sa {
        background-position: 0 -132px;
    }

    .flag.flag-sb {
        background-position: -16px -132px;
    }

    .flag.flag-sc {
        background-position: -32px -132px;
    }

    .flag.flag-scotland {
        background-position: -48px -132px;
    }

    .flag.flag-sd {
        background-position: -64px -132px;
    }

    .flag.flag-se {
        background-position: -80px -132px;
    }

    .flag.flag-sg {
        background-position: -96px -132px;
    }

    .flag.flag-sh {
        background-position: -112px -132px;
    }

    .flag.flag-si {
        background-position: -128px -132px;
    }

    .flag.flag-sk {
        background-position: -144px -132px;
    }

    .flag.flag-sl {
        background-position: -160px -132px;
    }

    .flag.flag-sm {
        background-position: -176px -132px;
    }

    .flag.flag-sn {
        background-position: -192px -132px;
    }

    .flag.flag-so {
        background-position: -208px -132px;
    }

    .flag.flag-somaliland {
        background-position: -224px -132px;
    }

    .flag.flag-sr {
        background-position: -240px -132px;
    }

    .flag.flag-ss {
        background-position: 0 -143px;
    }

    .flag.flag-st {
        background-position: -16px -143px;
    }

    .flag.flag-sv {
        background-position: -32px -143px;
    }

    .flag.flag-sx {
        background-position: -48px -143px;
    }

    .flag.flag-sy {
        background-position: -64px -143px;
    }

    .flag.flag-sz {
        background-position: -80px -143px;
    }

    .flag.flag-tc {
        background-position: -96px -143px;
    }

    .flag.flag-td {
        background-position: -112px -143px;
    }

    .flag.flag-tf {
        background-position: -128px -143px;
    }

    .flag.flag-tg {
        background-position: -144px -143px;
    }

    .flag.flag-th {
        background-position: -160px -143px;
    }

    .flag.flag-tj {
        background-position: -176px -143px;
    }

    .flag.flag-tk {
        background-position: -192px -143px;
    }

    .flag.flag-tl {
        background-position: -208px -143px;
    }

    .flag.flag-tm {
        background-position: -224px -143px;
    }

    .flag.flag-tn {
        background-position: -240px -143px;
    }

    .flag.flag-to {
        background-position: 0 -154px;
    }

    .flag.flag-tr {
        background-position: -16px -154px;
    }

    .flag.flag-tt {
        background-position: -32px -154px;
    }

    .flag.flag-tv {
        background-position: -48px -154px;
    }

    .flag.flag-tw {
        background-position: -64px -154px;
    }

    .flag.flag-tz {
        background-position: -80px -154px;
    }

    .flag.flag-ua {
        background-position: -96px -154px;
    }

    .flag.flag-ug {
        background-position: -112px -154px;
    }

    .flag.flag-um {
        background-position: -128px -154px;
    }

    .flag.flag-us {
        background-position: -144px -154px;
    }

    .flag.flag-uy {
        background-position: -160px -154px;
    }

    .flag.flag-uz {
        background-position: -176px -154px;
    }

    .flag.flag-va {
        background-position: -192px -154px;
    }

    .flag.flag-vc {
        background-position: -208px -154px;
    }

    .flag.flag-ve {
        background-position: -224px -154px;
    }

    .flag.flag-vg {
        background-position: -240px -154px;
    }

    .flag.flag-vi {
        background-position: 0 -165px;
    }

    .flag.flag-vn {
        background-position: -16px -165px;
    }

    .flag.flag-vu {
        background-position: -32px -165px;
    }

    .flag.flag-wales {
        background-position: -48px -165px;
    }

    .flag.flag-wf {
        background-position: -64px -165px;
    }

    .flag.flag-ws {
        background-position: -80px -165px;
    }

    .flag.flag-ye {
        background-position: -96px -165px;
    }

    .flag.flag-yt {
        background-position: -112px -165px;
    }

    .flag.flag-za {
        background-position: -128px -165px;
    }

    .flag.flag-zanzibar {
        background-position: -144px -165px;
    }

    .flag.flag-zm {
        background-position: -160px -165px;
    }

    .flag.flag-zw {
        background-position: -176px -165px;
    }
    /* flag with span */
    .flag + span {
        text-transform: capitalize;
        display: inline-block;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        margin-top: -3px;
    }

@media (min-width: 768px) and (max-width: 979px) {
    .flag + span {
        max-width: 30px !important;
    }
}

.cursor-auto {
    cursor: auto;
}

.cursor-default {
    cursor: default;
}

.cursor-none {
    cursor: none;
}

.cursor-context-menu {
    cursor: context-menu;
}

.cursor-help {
    cursor: help;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-progress {
    cursor: progress;
}

.cursor-wait {
    cursor: wait;
}

.cursor-cell {
    cursor: cell;
}

.cursor-crosshair {
    cursor: crosshair;
}

.cursor-text {
    cursor: text;
}

.cursor-vertical-text {
    cursor: vertical-text;
}

.cursor-alias {
    cursor: alias;
}

.cursor-copy {
    cursor: copy;
}

.cursor-move {
    cursor: move;
}

.cursor-no-drop {
    cursor: no-drop;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-all-scroll {
    cursor: all-scroll;
}

.cursor-col-resize {
    cursor: col-resize;
}

.cursor-row-resize {
    cursor: row-resize;
}

.cursor-n-resize {
    cursor: n-resize;
}

.cursor-e-resize {
    cursor: e-resize;
}

.cursor-s-resize {
    cursor: s-resize;
}

.cursor-w-resize {
    cursor: w-resize;
}

.cursor-ns-resize {
    cursor: ns-resize;
}

.cursor-ew-resize {
    cursor: ew-resize;
}

.cursor-ne-resize {
    cursor: ne-resize;
}

.cursor-nw-resize {
    cursor: nw-resize;
}

.cursor-se-resize {
    cursor: se-resize;
}

.cursor-sw-resize {
    cursor: sw-resize;
}

.cursor-nesw-resize {
    cursor: nesw-resize;
}

.cursor-nwse-resize {
    cursor: nwse-resize;
}

:-webkit-full-screen {
    /* properties */
}

    :-webkit-full-screen #fullscreen > :first-child > a {
        background-color: #e8e8e8;
        background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
        background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
        color: #ffffff;
        border-color: #494949;
    }

:-moz-full-screen {
    /* properties */
}

    :-moz-full-screen #fullscreen > :first-child > a {
        background-color: #e8e8e8;
        background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
        background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
        color: #ffffff;
        border-color: #494949;
    }

:-ms-fullscreen {
    /* properties */
}

    :-ms-fullscreen #fullscreen > :first-child > a {
        background-color: #e8e8e8;
        background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
        background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
        color: #ffffff;
        border-color: #494949;
    }

:full-screen {
    /*pre-spec */
    /* properties */
}

    :full-screen #fullscreen > :first-child > a {
        background-color: #e8e8e8;
        background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
        background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
        color: #ffffff;
        border-color: #494949;
    }

:fullscreen {
    /* spec */
    /* properties */
}

    :fullscreen #fullscreen > :first-child > a {
        background-color: #e8e8e8;
        background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
        background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
        color: #ffffff;
        border-color: #494949;
    }
/* deeper elements */
:-webkit-full-screen video {
    width: 100%;
    height: 100%;
}
/* styling the backdrop*/
::backdrop {
    /* properties */
}

::-ms-backdrop {
    /* properties */
}
/*
 * JQUI STUFF
 */
/*	Overlay	 */
.ui-widget-overlay {
    background-image: none;
    background: #AAA;
    height: 100%;
    z-index: 949 !important;
    position: fixed;
    top: 0px;
    left: 0px;
}
/* Slider */
.slider {
    margin-top: 0px;
    margin-bottom: 30px;
}

    .slider.slider-vertical {
        margin-bottom: 0px;
        margin-right: 5px;
    }
/* menu */
.ui-menu {
    width: 155px;
    padding: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    -moz-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .ui-menu .ui-state-disabled {
        margin: .4em 0 .2em !important;
        background: none !important;
        color: #999 !important;
        font-weight: normal !important;
        cursor: default;
    }

.ui-icon-carat-1-e:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    display: inline;
}

.ui-menu .ui-menu-item a .ui-menu-icon {
    width: auto;
    height: auto;
    top: 0px;
    left: auto;
    right: auto;
    bottom: auto;
    text-indent: 0px;
}
/* tabs */
.ui-tabs .ui-tabs-nav li a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-bottom: 1px solid #dddddd;
    color: #838383;
}

.ui-tabs .ui-tabs-nav li {
    margin-right: 3px;
}

    .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        font-weight: bold;
        border-top-width: 0px !important;
        margin-top: 1px !important;
        -webkit-box-shadow: 0 -2px 0 #57889c;
        -moz-box-shadow: 0 -2px 0 #57889c;
        box-shadow: 0 -2px 0 #57889c;
    }

.ui-tabs .ui-tabs-panel {
    border: 1px solid #dddddd;
    margin: 0;
    padding: 10px 13px;
    border-top: none;
}

.ui-tabs .ui-tabs-nav {
    margin-bottom: 0;
}
/* accordions */
.ui-accordion .ui-accordion-content {
    padding: 0;
}

.ui-accordion .ui-accordion-header {
    background-color: #fbfbfb;
    font-size: 15px;
    padding: 10px 15px 10px 36px !important;
}

.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-content {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.ui-accordion .ui-accordion-content {
    padding: 15px;
}

.ui-accordion-header-active + .ui-accordion-content {
    border-top: 1px solid #dddddd;
}

.ui-accordion .ui-accordion-header {
    margin-top: -2px;
}

.ui-accordion .ui-accordion-header,
.ui-accordion-content {
    border-color: #dddddd !important;
}

.ui-accordion-header-icon {
    text-indent: 0px !important;
    background-image: none !important;
    text-align: center;
    line-height: normal;
    left: 12px !important;
    margin-top: -6px !important;
    font-size: 14px !important;
}
/*
	 * Calendar
	 */
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    text-align: center;
    margin-top: 2px;
}

.ui-datepicker-next > :first-child,
.ui-datepicker-prev > :first-child {
    text-indent: 0px !important;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background: none !important;
}
/*
 * JS SLIDER
 * Copied from: js/plugin/noUiSlider/jquery.nouislider.css 
 */
/*	General CSS resets;
 *		The target itself is not affected, allowing
 *		the remainder of the document to use an
 *		alternate box-sizing model;
 *		Support for box-sizing is wide spread:
 *		http://caniuse.com/#search=box-sizing
 */
.noUi-target * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}
/*	Main slider bar;
 *		Standard styles no longer incorrectly force a
 *		width or height on the slider.
 */
.noUi-base {
    width: 100%;
    height: 14px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #bfbfbf;
    z-index: 1;
}

.noUi-origin-lower {
    background: #72a8d7;
}
/*	Handles + active state;
 *		The :after pseudo-element wont inherit
 *		box-sizing, so it needs to applied manually.
 */
.noUi-handle {
    background: #858585;
    height: 30px;
    width: 16px;
    border: 1px solid #ffffff;
    margin: -8px 0 0 -8px;
    cursor: default;
}

    .noUi-handle:hover {
        background: #6c6c6c;
    }

.noUi-active {
    cursor: default;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0px;
    background: #686868;
    height: 32px;
    width: 18px;
    margin: -9px 0 0 -8px;
    border: none;
}

    .noUi-active:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        content: "";
        display: block;
        height: 100%;
        border: 1px solid #dddddd;
    }
/*	Styling-only classes;
 *		Structured to prevent double declarations
 *		for various states of the slider.
 */
.noUi-connect {
    background: #3276b1;
}

.noUi-background {
    background: #eeeeee;
    border: none;
}
/*	Functional styles for handle positioning;
 *		Note that the origins have z-index 0, the base has
 *		z-index 1; This fixes a bug where borders become invisible.
 */
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.noUi-origin-upper {
    background: inherit !important;
}

.noUi-z-index {
    z-index: 10;
}
/*	Adaptations for the vertical slider;
 *		Some standard styles have been extended to keep
 *		exceptions for the vertical slider as minimal as possible.
 */
.noUi-vertical {
    width: 10px;
    height: 100%;
}

    .noUi-vertical .noUi-origin {
        bottom: 0;
        left: 0;
    }

    .noUi-vertical .noUi-handle {
        margin: -8px 0 0 -3px;
    }
/*	Various alternate slider states;
 *		Support for transition is widely available,
 *		Only IE7, IE8 and IE9 will ignore these rules.
 *		Since this is merely a progressive enhancement,
 *		this is no problem at all.
 *		http://caniuse.com/#search=transition
 */
.noUi-target[disabled] .noUi-base {
    background: #999999;
}

.noUi-target[disabled] .noUi-connect {
    background: #BBB;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}
/*
 * JQUI SPINNERS
 */
.ui-spinner-input {
    margin: 0 !important;
    height: 30px;
    padding: 6px 24px 6px 12px;
}

    .ui-spinner-input.spinner-left {
        padding: 6px 12px 6px 24px;
    }

.ui-spinner {
    width: 100%;
}

.ui-spinner-input.spinner-left + .ui-spinner-button,
.ui-spinner-input.spinner-left + .ui-spinner-button + .ui-spinner-button {
    right: auto;
    left: 0px;
}

.ui-spinner-up,
.ui-spinner-down {
    background: #739e73;
    border-radius: 0px;
}

    .ui-spinner-up:hover,
    .ui-spinner-up:active,
    .ui-spinner-up:focus {
        background: #5b835b;
    }

    .ui-spinner-down:hover,
    .ui-spinner-down:active,
    .ui-spinner-down:focus {
        background: #77021d;
    }

.ui-spinner-down {
    background: #c2032f;
}

    .ui-spinner-up:before,
    .ui-spinner-down:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f067";
        color: #ffffff;
        font-size: 14px;
        margin-top: 1px;
    }

    .ui-spinner-down:before {
        content: "\f068";
    }

    .ui-spinner-up > :first-child,
    .ui-spinner-down > :first-child {
        display: none;
    }

.ui-spinner-button {
    width: 19px;
}
/* spinner both */
.ui-spinner-input.spinner-both {
    padding: 6px 30px;
}

    .ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
        left: 0px;
        right: auto;
    }

    .ui-spinner-input.spinner-both + .ui-spinner-button,
    .ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
        height: 30px;
        width: 25px;
    }

    .ui-spinner-input.spinner-both + .ui-spinner-up:before,
    .ui-spinner-input.spinner-both + .ui-spinner-up + .ui-spinner-down:before {
        margin-top: 8px;
    }
/*
 * JQUI ADJUSTMENT
 */
.ui-dialog {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.widget-header > :first-child {
    margin: 13px 0;
}

.ui-widget-overlay {
    z-index: 999;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0 10px;
    background: #ffffff;
    border-bottom-color: #eeeeee;
}

.ui-dialog .ui-dialog-title {
    margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin-top: -16px;
    margin-right: 4px;
}

.ui-dialog-titlebar-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 .4em 0 0;
}

.ui-dialog .ui-dialog-buttonpane {
    margin-top: 13px;
    padding: 19px 15px 20px;
    text-align: right;
    border-top: 1px solid #eeeeee;
}

.ui-autocomplete {
    z-index: 905 !important;
}
/*
 * CSS TABLES
 */
.the-price {
    background-color: rgba(220, 220, 220, 0.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

    .the-price h1 {
        line-height: 1em;
        padding: 0;
        margin: 0;
    }

.subscript {
    font-size: 21px;
    color: #999;
}
/* 
 * RIBBON
 */
.ribbon {
    position: absolute;
    right: 9px;
    top: -4px;
}
/*
 * Price BIG
 */
.pricing-big {
    border: none !important;
}

    .pricing-big .panel-heading {
        border-radius: 5px 5px 0 0;
    }

    .pricing-big .panel-title {
        text-transform: capitalize;
        font-size: 18px;
        padding: 20px 0;
        text-align: center;
        border-radius: 5px 5px 0 0;
        margin: 0;
        font-weight: bold;
    }

    .pricing-big .the-price {
        padding: 20px 0;
        background: #333;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #FFF;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
    }

    .pricing-big .subscript {
        font-size: 18px;
        color: #999;
        margin-left: 5px;
    }

.price-features {
    background: #FAFAFA;
    padding: 20px 15px;
    min-height: 230px;
    font-size: 13.5px;
}

    .price-features li + li {
        margin-top: 10px;
    }

.pricing-big .panel-footer {
    border-radius: 0 0 5px 5px;
}

    .pricing-big .panel-footer .btn {
        padding: 15px 0;
        border-radius: 3px;
        font-weight: bold;
        font-size: 14px;
    }

        .pricing-big .panel-footer .btn span {
            font-weight: normal;
            font-style: italic;
        }

.pricing-big .panel-footer {
    background-color: #F2F2F2 !important;
}

    .pricing-big .panel-footer > div {
        padding: 15px 0 10px;
        display: block;
        font-size: 13px;
    }

.pricing-big table {
    background: #FAFAFA;
    padding: 20px 15px;
    height: 230px;
    text-align: left;
}
/*
 * PACE PROGRESS BAR
 */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #3276b1;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 63px;
    right: 40px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#chat-container *,
#chat-container *:after,
#chat-container *:before {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#chat-container input[type='text'] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#chat-container {
    position: absolute;
    width: 250px;
    height: 270px;
    z-index: 2;
    border-left: 1px solid #CDCECF;
    right: -251px;
    top: 0px;
    background: #fff;
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -ms-transition-duration: .25s;
}

    #chat-container:hover,
    #chat-container:hover .chat-list-open-close {
        border-color: #A7A7A7;
    }

    #chat-container.open {
        right: 0px;
        top: 0px;
    }

    #chat-container .chat-list-open-close {
        display: block;
        width: 25px;
        height: 25px;
        border: 1px solid #CDCECF;
        border-right: 1px solid #f2f4f8 !important;
        position: absolute;
        left: -32px;
        top: 7%;
        border-radius: 50% 0 0 50%;
        background: #FFF;
        padding: 3px 1px 3px 5px;
        font-size: 21px;
        line-height: 22px;
        cursor: pointer;
        color: #868686;
        box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.05);
        background: #f2f4f8;
        text-align: center;
    }

        #chat-container .chat-list-open-close b {
            position: absolute;
            right: 0px;
            background: #ed1c24;
            line-height: 9px;
            height: 10px;
            width: 10px;
            font-size: 0;
            top: 3px;
            border: 1px solid #FFF;
            border-radius: 3px;
            font-size: 9px;
            text-align: center;
            vertical-align: middle;
            color: #fff;
            font-weight: normal;
        }

    #chat-container.open .chat-list-open-close i:before {
        content: "\f00d" !important;
    }

    #chat-container.open .chat-list-open-close b {
        display: none;
    }

    #chat-container .chat-list-body {
        height: 217px;
        overflow-y: scroll;
        overflow-x: hidden;
        display: block;
        padding: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: #f2f4f8;
    }

    #chat-container #chat-users {
        list-style: none;
        margin: 10px 0;
        padding: 0;
    }

        #chat-container #chat-users li {
            margin-bottom: 3px;
            margin-left: 5px;
        }

            #chat-container #chat-users li a {
                display: block;
                font-size: 13px;
                color: #3d3d3d;
                text-decoration: none !important;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                padding: 3px 8px 3px 3px;
                line-height: 33px;
                vertical-align: middle;
            }

                #chat-container #chat-users li a:hover {
                    background: #e0e4ee;
                }

                #chat-container #chat-users li a img {
                    width: 33px;
                    height: auto;
                    margin-right: 10px;
                }

                #chat-container #chat-users li a i {
                    color: #ACACAC;
                    font-size: 8px;
                    line-height: 34px;
                    font-style: normal;
                }

                    #chat-container #chat-users li a i.last-online {
                        font-size: 12px;
                        letter-spacing: -1px;
                    }

    #chat-container .chat-list-footer {
        overflow: hidden;
        border-top: 1px solid #CCC;
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        #chat-container .chat-list-footer input[type="text"] {
            border: 1px solid #bababa !important;
        }

    #chat-container .control-group {
        padding: 0px;
    }

.chat-body {
    background: #FAFAFA;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fafafa 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #fafafa 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5fcff 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset -2px -2px 5px rgba(0, 0, 0, 0.04);
    display: block;
    height: 270px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #fff;
    border-top: none;
}

    .chat-body ul {
        margin: 0;
        padding: 0;
    }

    .chat-body li.message {
        display: block;
        position: relative;
        margin: 20px 20px 0;
    }

    .chat-body li:first-child {
        margin-top: 10px;
    }

    .chat-body li.message img {
        display: inline-block;
        border-left: 4px solid #fff;
        position: absolute;
    }

        .chat-body li.message img.online {
            border-left-color: #00a300;
        }

        .chat-body li.message img.offline {
            border-left-color: #ddd;
        }

        .chat-body li.message img.busy {
            border-left-color: #A90329;
        }

        .chat-body li.message img.away {
            border-left-color: #ffc40d;
        }

    .chat-body li.message .message-text {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 0;
        margin-left: 65px;
        line-height: normal;
    }

        .chat-body li.message .message-text time {
            position: absolute;
            top: 1px;
            right: 0px;
            font-size: 10px;
            line-height: 10px;
            color: #AFAFAF;
        }

        .chat-body li.message .message-text .chat-file:nth-child(3) {
            margin-top: 15px;
        }

        .chat-body li.message .message-text .chat-file {
            display: block;
            margin: 3px 0;
            padding: 4px;
            border: 1px dotted #ddd;
            background: rgba(0, 0, 0, 0.05);
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            text-align: right;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

            .chat-body li.message .message-text .chat-file.row-fluid [class*="span"] {
                min-height: 10px !important;
            }

            .chat-body li.message .message-text .chat-file b {
                font-style: italic;
                white-space: nowrap;
                width: 250px;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: left;
            }

        .chat-body li.message .message-text a.username {
            display: block;
            font-weight: bold;
            margin-bottom: 4px;
            vertical-align: top;
            line-height: 14px;
            font-size: 14px;
            letter-spacing: -1px;
            text-decoration: none !important;
        }
/* message reply */
.profile-message {
    background: none !important;
    height: auto !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    overflow: hidden;
}

    .profile-message li.message.message-reply {
        margin-left: 85px !important;
        background: #F7F7F7;
        padding: 10px;
        margin: 3px 0 0 20px;
    }

        .profile-message li.message.message-reply img {
            width: 35px !important;
        }

        .profile-message li.message.message-reply .message-text {
            margin-left: 45px !important;
        }

    .profile-message .wall-comment-reply {
        margin-left: 85px;
        margin-bottom: 20px;
    }

.chat-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(248, 248, 248, 0.9);
    padding: 0 10px 15px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.textarea-div {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-bottom: none;
    margin: 10px 0 0;
}

.typearea {
    cursor: text;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 90px;
    padding: 5px 25px 5px 5px;
    position: relative;
    border-bottom: 1px solid #EEE;
}

    .typearea textarea {
        width: 100%;
        border-color: transparent !important;
        box-sizing: border-box;
        box-shadow: none;
        -moz-box-shadow: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-shadow: none;
        overflow: hidden;
        padding: 0;
        margin: 0;
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        transition: height 0.2s;
        outline: none;
        resize: none;
        min-height: 61px;
    }

textarea.clone {
    position: absolute;
    visibility: hidden;
}

.textarea-controls {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px;
    display: block;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-top: none;
    height: 43px;
    line-height: 33px;
    overflow: hidden;
}

    .textarea-controls > label {
        margin: 3px 10px 0 10px;
    }

    .textarea-controls .smart-form .checkbox {
        padding-left: 22px !important;
    }

@media (min-width: 768px) and (max-width: 880px) {
    .chat-body li.message .message-text .chat-file b {
        width: 150px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .chat-body li.message .message-text .chat-file b {
        width: 150px;
    }
}

@media (max-width: 480px) {
    .chat-body li.message .message-text .chat-file b {
        width: 150px;
    }
}
/*
	 * SMART FORMS
	 */
.smart-form *,
.smart-form *:after,
.smart-form *:before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.smart-form .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.smart-form .radio + .radio,
.smart-form .checkbox + .checkbox {
    margin-top: 0;
}

.smart-form legend {
    padding-top: 15px;
}

.smart-form {
    margin: 0;
    outline: none;
    color: #666;
    position: relative;
}

    .smart-form header {
        display: block;
        padding: 8px 0;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
        background: white;
        font-size: 16px;
        font-weight: 300;
        color: #232323;
        margin: 10px 14px 0;
    }

    .smart-form fieldset {
        display: block;
        padding: 25px 14px 5px;
        border: none;
        background: rgba(255, 255, 255, 0.9);
        position: relative;
    }

        .smart-form fieldset + fieldset {
            border-top: 1px solid rgba(0, 0, 0, 0.1);
        }

    .smart-form section {
        margin-bottom: 15px;
        position: relative;
    }

    .smart-form footer {
        display: block;
        padding: 7px 14px 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        background: rgba(248, 248, 248, 0.9);
    }

        .smart-form footer:after {
            content: '';
            display: table;
            clear: both;
        }

    .smart-form .label {
        display: block;
        margin-bottom: 6px;
        line-height: 19px;
        font-weight: 400;
        font-size: 13px;
        color: #333;
        text-align: left;
        white-space: normal;
    }

        .smart-form .label.col {
            margin: 0;
            padding-top: 7px;
        }

    .smart-form .note,
    .note {
        margin-top: 6px;
        padding: 0 1px;
        font-size: 11px;
        line-height: 15px;
        color: #999;
    }

.note {
    margin-top: 2px;
    font-size: 10px;
}

.smart-form .note a {
    font-size: 13px;
}

.smart-form .input,
.smart-form .select,
.smart-form .textarea,
.smart-form .radio,
.smart-form .checkbox,
.smart-form .toggle,
.smart-form .button {
    position: relative;
    display: block;
    font-weight: 400;
}

    .smart-form .input input,
    .smart-form .select select,
    .smart-form .textarea textarea {
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        height: 32px;
        line-height: 32px;
        padding: 5px 10px;
        outline: none;
        border-width: 1px;
        border-style: solid;
        border-radius: 0;
        background: #fff;
        font: 13px/16px 'Open Sans', Helvetica, Arial, sans-serif;
        color: #404040;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
/*
		 * File inputs
		 */
.smart-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 22px;
    margin: 0;
    padding: 0 14px;
    font-size: 13px;
    line-height: 22px;
}

    .smart-form .input-file .button:hover {
        box-shadow: none;
    }

    .smart-form .input-file .button input {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        font-size: 30px;
        cursor: pointer;
        opacity: 0;
    }
/*
		 * Selects
		 */
.smart-form .select i {
    position: absolute;
    top: 10px;
    right: 11px;
    width: 5px;
    height: 11px;
    background: white;
    box-shadow: 0 0 0 9px white;
}

    .smart-form .select i:after,
    .smart-form .select i:before {
        content: '';
        position: absolute;
        right: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .smart-form .select i:after {
        bottom: 0;
        border-top: 4px solid #404040;
    }

    .smart-form .select i:before {
        top: 0;
        border-bottom: 4px solid #404040;
    }

.smart-form .select-multiple select {
    height: auto;
}
/*
		 * Text areas
		 */
.smart-form .textarea textarea {
    height: auto;
    resize: none;
}

.smart-form .textarea-resizable textarea {
    resize: vertical;
}

.smart-form .textarea-expandable textarea {
    height: 31px;
}

    .smart-form .textarea-expandable textarea:focus {
        height: auto;
    }
/*
		 * Radio and checkboxes
		 */
.smart-form .radio,
.smart-form .checkbox {
    margin-bottom: 4px;
    padding-left: 25px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    font-size: 13px;
}

    .smart-form .radio:last-child,
    .smart-form .checkbox:last-child {
        margin-bottom: 0;
    }

    .smart-form .radio input,
    .smart-form .checkbox input {
        position: absolute;
        left: -9999px;
    }

    .smart-form .radio i,
    .smart-form .checkbox i {
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
        width: 17px;
        height: 17px;
        outline: none;
        border-width: 1px;
        border-style: solid;
        background: #FFF;
    }

    .smart-form .radio i {
        border-radius: 50%;
    }

    .smart-form .radio input + i:after,
    .smart-form .checkbox input + i:after {
        position: absolute;
        opacity: 0;
        transition: opacity 0.1s;
        -o-transition: opacity 0.1s;
        -ms-transition: opacity 0.1s;
        -moz-transition: opacity 0.1s;
        -webkit-transition: opacity 0.1s;
    }

    .smart-form .radio input + i:after {
        content: '';
        top: 4px;
        left: 4px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
    }

    .smart-form .checkbox input + i:after {
        content: '\f00c';
        top: -1px;
        left: 1px;
        width: 15px;
        height: 15px;
        font: normal 16px/19px FontAwesome;
        text-align: center;
    }

    .smart-form .checkbox input:checked:hover + i:after {
        content: '\f00d';
    }

    .smart-form .checkbox input:checked:disabled:hover + i:after {
        content: '\f00c';
    }

    .smart-form .radio input:checked + i:after,
    .smart-form .checkbox input:checked + i:after {
        opacity: 1;
    }

.smart-form .inline-group {
    margin: 0 -15px -4px 0;
}

    .smart-form .inline-group:after {
        content: '';
        display: table;
        clear: both;
    }

    .smart-form .inline-group .radio,
    .smart-form .inline-group .checkbox {
        float: left;
        margin-right: 30px;
    }

        .smart-form .inline-group .radio:last-child,
        .smart-form .inline-group .checkbox:last-child {
            margin-bottom: 4px;
        }
/*
		 * toggles
		 */
.smart-form .toggle {
    margin-bottom: 4px;
    padding-right: 61px;
    font-size: 15px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
}

    .smart-form .toggle:last-child {
        margin-bottom: 0;
    }

    .smart-form .toggle input {
        position: absolute;
        left: -9999px;
    }

    .smart-form .toggle i {
        content: '';
        position: absolute;
        top: 4px;
        right: 0;
        display: block;
        width: 49px;
        height: 17px;
        border-width: 1px;
        border-style: solid;
        border-radius: 12px;
        background: #fff;
    }

        .smart-form .toggle i:after {
            content: attr(data-swchoff-text);
            position: absolute;
            top: 2px;
            right: 8px;
            left: 8px;
            font-style: normal;
            font-size: 9px;
            line-height: 13px;
            font-weight: 700;
            text-align: left;
            color: #5f5f5f;
        }

        .smart-form .toggle i:before {
            content: '';
            position: absolute;
            z-index: 1;
            top: 4px;
            right: 4px;
            display: block;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            opacity: 1;
            transition: right 0.2s;
            -o-transition: right 0.2s;
            -ms-transition: right 0.2s;
            -moz-transition: right 0.2s;
            -webkit-transition: right 0.2s;
        }

    .smart-form .toggle input:checked + i:after {
        content: attr(data-swchon-text);
        text-align: right;
    }

    .smart-form .toggle input:checked + i:before {
        right: 36px;
    }
/*
		 * ratings
		 */
.smart-form .rating {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 25px;
    color: #404040;
}

    .smart-form .rating:last-child {
        margin-bottom: 0;
    }

    .smart-form .rating input {
        position: absolute;
        left: -9999px;
    }

    .smart-form .rating label {
        display: block;
        float: right;
        height: 17px;
        margin-top: 5px;
        padding: 0 2px;
        font-size: 17px;
        line-height: 17px;
        cursor: pointer;
    }
/*
		 * buttons
		 */
.smart-form .button {
    float: right;
    height: 31px;
    overflow: hidden;
    margin: 10px 0 0 5px;
    padding: 0 25px;
    outline: none;
    border: 0;
    font: 300 15px/31px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.smart-form .icon-append,
.smart-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.smart-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}

.smart-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}

.smart-form .input .icon-prepend + input,
.smart-form .textarea .icon-prepend + textarea {
    padding-left: 37px;
}

.smart-form .input .icon-append + input,
.smart-form .textarea .icon-append + textarea {
    padding-right: 37px;
}

.smart-form .input .icon-prepend + .icon-append + input,
.smart-form .textarea .icon-prepend + .icon-append + textarea {
    padding-left: 37px;
}
/*
		 * grid
		 */
.smart-form .row {
    margin: 0 -15px;
}

    .smart-form .row:after {
        content: '';
        display: table;
        clear: both;
    }

.smart-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.smart-form .col-1 {
    width: 8.33%;
}

.smart-form .col-2 {
    width: 16.66%;
}

.smart-form .col-3 {
    width: 25%;
}

.smart-form .col-4 {
    width: 33.33%;
}

.smart-form .col-5 {
    width: 41.66%;
}

.smart-form .col-6 {
    width: 50%;
}

.smart-form .col-8 {
    width: 66.67%;
}

.smart-form .col-9 {
    width: 75%;
}

.smart-form .col-10 {
    width: 83.33%;
}

@media screen and (max-width: 600px) {
    .smart-form .col {
        float: none;
        width: 100%;
    }
}
/*
		 * tooltips
		 */
.smart-form .select select {
    padding: 5px;
}

.smart-form .tooltip {
    position: absolute;
    z-index: 99999;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    opacity: 0;
    transition: margin 0.3s, opacity 0.3s;
    -o-transition: margin 0.3s, opacity 0.3s;
    -ms-transition: margin 0.3s, opacity 0.3s;
    -moz-transition: margin 0.3s, opacity 0.3s;
    -webkit-transition: margin 0.3s, opacity 0.3s;
}

    .smart-form .tooltip:after {
        content: '';
        position: absolute;
    }

.smart-form .input input:focus + .tooltip,
.smart-form .textarea textarea:focus + .tooltip {
    opacity: 1;
}

.smart-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}

    .smart-form .tooltip-top-right:after {
        top: 100%;
        right: 11px;
        border-top: 4px solid rgba(0, 0, 0, 0.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-top-right,
.smart-form .textarea textarea:focus + .tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px;
}

.smart-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px;
}

    .smart-form .tooltip-top-left:after {
        top: 100%;
        left: 11px;
        border-top: 4px solid rgba(0, 0, 0, 0.9);
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-top-left,
.smart-form .textarea textarea:focus + .tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px;
}

.smart-form .tooltip-right {
    top: 4px;
    white-space: nowrap;
    margin-left: 15px;
}

    .smart-form .tooltip-right:after {
        top: 6px;
        right: 100%;
        border-top: 4px solid transparent;
        border-right: 4px solid rgba(0, 0, 0, 0.9);
        border-bottom: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-right,
.smart-form .textarea textarea:focus + .tooltip-right {
    left: 100%;
    margin-left: 5px;
}

.smart-form .tooltip-left {
    top: 4px;
    white-space: nowrap;
    margin-right: 15px;
}

    .smart-form .tooltip-left:after {
        top: 6px;
        left: 100%;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid rgba(0, 0, 0, 0.9);
    }

.smart-form .input input:focus + .tooltip-left,
.smart-form .textarea textarea:focus + .tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px;
}

.smart-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}

    .smart-form .tooltip-bottom-right:after {
        bottom: 100%;
        right: 11px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0, 0, 0, 0.9);
        border-left: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-bottom-right,
.smart-form .textarea textarea:focus + .tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px;
}

.smart-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px;
}

    .smart-form .tooltip-bottom-left:after {
        bottom: 100%;
        left: 11px;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(0, 0, 0, 0.9);
        border-left: 4px solid transparent;
    }

.smart-form .input input:focus + .tooltip-bottom-left,
.smart-form .textarea textarea:focus + .tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px;
}
/*
		 * normal state
		 */
.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .radio i,
.smart-form .checkbox i,
.smart-form .toggle i,
.smart-form .icon-append,
.smart-form .icon-prepend {
    border-color: #BDBDBD;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

    .smart-form .toggle i:before {
        background-color: #3276B1;
    }

.smart-form .rating label {
    color: #ccc;
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.smart-form .button {
    background-color: #3276B1;
    opacity: 0.8;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

    .smart-form .button.button-secondary {
        background-color: #b3b3b3;
    }

.smart-form .icon-append,
.smart-form .icon-prepend {
    color: #A2A2A2;
}
/*
		 * hover state
		 */
.smart-form .input:hover input,
.smart-form .select:hover select,
.smart-form .textarea:hover textarea,
.smart-form .radio:hover i,
.smart-form .checkbox:hover i,
.smart-form .toggle:hover i {
    border-color: #5D98CC;
}

.smart-form .rating input + label:hover,
.smart-form .rating input + label:hover ~ label {
    color: #3276B1;
}

.smart-form .button:hover {
    opacity: 1;
}

.smart-form .radio:hover i,
.smart-form .checkbox:hover i,
.smart-form .toggle:hover i {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
/*
		 * radio/toggle/checkbox active state
		 */
.smart-form .radio:active i,
.smart-form .checkbox:active i,
.smart-form .toggle:active i {
    background: #F0F0F0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
/*
		 * focus state
		 */
.smart-form .input input:focus,
.smart-form .select select:focus,
.smart-form .textarea textarea:focus,
.smart-form .radio input:focus + i,
.smart-form .checkbox input:focus + i,
.smart-form .toggle input:focus + i {
    border-color: #3276B1;
}
/*
		 * checked state
		 */
.smart-form .radio input + i:after {
    background-color: #3276B1;
}

.smart-form .checkbox input + i:after {
    color: #3276B1;
}

.smart-form .radio input:checked + i,
.smart-form .checkbox input:checked + i,
.smart-form .toggle input:checked + i {
    border-color: #3276B1;
}

.smart-form .rating input:checked ~ label {
    color: #3276B1;
}
/*
		 * error state
		 */
.smart-form .state-error input,
.smart-form .state-error select,
.smart-form .state-error textarea,
.smart-form .radio.state-error i,
.smart-form .checkbox.state-error i,
.smart-form .toggle.state-error i {
    background: #fff0f0;
    border-color: #A90329;
}

.smart-form .toggle.state-error input:checked + i {
    background: #fff0f0;
}

.smart-form .state-error + em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}

.smart-form .rating.state-error + em {
    margin-top: -4px;
    margin-bottom: 4px;
}

.smart-form .state-error select + i {
    background: #FFF0F0;
    box-shadow: 0 0 0 9px #FFF0F0;
}

.state-error .icon-append,
.state-error .icon-prepend {
    color: #ed1c24;
}
/*
		 * success state
		 */
.smart-form .state-success input,
.smart-form .state-success select,
.smart-form .state-success textarea,
.smart-form .radio.state-success i,
.smart-form .checkbox.state-success i,
.smart-form .toggle.state-success i {
    background: #f0fff0;
    border-color: #7DC27D;
}

.smart-form .toggle.state-success input:checked + i {
    background: #f0fff0;
}

.smart-form .note-success {
    color: #6fb679;
}

.smart-form .state-success select + i {
    background: honeyDew;
    box-shadow: 0 0 0 9px honeyDew;
}
/*
		 * disable state
		 */
.smart-form .input.state-disabled input,
.smart-form .select.state-disabled,
.smart-form .textarea.state-disabled,
.smart-form .radio.state-disabled,
.smart-form .checkbox.state-disabled,
.smart-form .toggle.state-disabled,
.smart-form .button.state-disabled {
    cursor: default !important;
    opacity: 0.6 !important;
}

    .smart-form .input.state-disabled:hover input,
    .smart-form .select.state-disabled:hover select,
    .smart-form .textarea.state-disabled:hover textarea,
    .smart-form .radio.state-disabled:hover i,
    .smart-form .checkbox.state-disabled:hover i,
    .smart-form .toggle.state-disabled:hover i {
        border-color: #e5e5e5 !important;
    }

.smart-form .state-disabled.radio input:checked + i,
.smart-form .state-disabled.checkbox input:checked + i,
.smart-form .state-disabled.toggle input:checked + i,
.smart-form .state-disabled.checkbox input + i:after,
.smart-form .state-disabled.radio input + i:after {
    border-color: #e5e5e5 !important;
    color: #333 !important;
}

.smart-form .state-disabled.radio input + i:after {
    background-color: #333;
}
/*
		 * submit state
		 */
.smart-form .message {
    display: none;
    color: #6fb679;
}

    .smart-form .message i {
        display: block;
        margin: 0 auto 20px;
        width: 81px;
        height: 81px;
        border: 1px solid #6fb679;
        border-radius: 50%;
        font-size: 30px;
        line-height: 81px;
    }

.smart-form.submited fieldset,
.smart-form.submited footer {
    display: none;
}

.smart-form.submited .message {
    display: block;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.9);
    font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
    text-align: center;
}
/*
		 * JQUERY UI UPDATE
		 */
.smart-form .ui-widget-content .ui-spinner-input {
    margin: 0px;
    border: 0px;
    box-shadow: none !important;
    height: 29px;
}
/*
		 * date picker
		
		.ui-datepicker {
			display: none;
			padding: 10px 12px;
			background: #fff;
			box-shadow: 0 0 10px rgba(0,0,0,.3);
			font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
			text-align: center;
			color: #666;
		}
		.ui-datepicker a {
			color: #404040;
		}
		.ui-datepicker-header {
			position: relative;
			margin: -10px -12px 10px;
			padding: 10px;
			border-bottom: 1px solid rgba(0,0,0,.1);
			font-size: 15px;
			line-height: 27px;
		}
		.ui-datepicker-prev, .ui-datepicker-next {
			position: absolute;
			top: 0;
			display: block;
			width: 47px;
			height: 47px;
			font-size: 15px;
			line-height: 47px;
			text-decoration: none;
			cursor: pointer;
		}
		.ui-datepicker-prev {
			left: 0;
		}
		.ui-datepicker-next {
			right: 0;
		}
		.ui-datepicker-calendar {
			border-collapse: collapse;
			font-size: 13px;
			line-height: 27px;
		}
		.ui-datepicker-calendar th {
			color: #999;
		}
		.ui-datepicker-calendar a, .ui-datepicker-calendar span {
			display: block;
			width: 31px;
			margin: auto;
			text-decoration: none;
			color: #404040;
			text-align:center;
		}
		.ui-datepicker-unselectable.ui-state-disabled {
			
		}
		.ui-datepicker-unselectable.ui-state-disabled > span {
			color:#bfbfbf;
			background-color: #FAFCFD;
		}
		
		.ui-datepicker-calendar a:hover {
			background: #3276B1;
			color:#fff;
		}
		.ui-datepicker-calendar span {
			
		}
		.ui-datepicker-today a {
			font-weight: 700;
		}
		.ui-datepicker-calendar .ui-state-active {
			background: rgba(0,0,0,.05);
			cursor: default;
		}
		.ui-datepicker-inline {
			border: 2px solid #e5e5e5;
			background: #fff;
			box-shadow: none;
		}
		.ui-datepicker-inline .ui-datepicker-calendar {
			width: 100%;
		} */
/*
		 * model
		 */
.smart-form-modal {
    position: fixed;
    z-index: 1;
    display: none;
    width: 400px;
}

.smart-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
/*
		 * Time picker
		 */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 17px 10px 12px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }
/*
		 * Large, small and extra small fields
		 */
.smart-form input.input-lg {
    height: 44px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
}

.smart-form input.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.smart-form input.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5;
}
/* SELECT */
.smart-form select.input-sm {
    height: 30px;
    line-height: 15px;
    font-size: 12px;
}

    .smart-form select.input-sm + i {
        height: 10px;
    }

.smart-form select.input-lg {
    height: 44px;
    line-height: 22px;
    font-size: 17px;
}

    .smart-form select.input-lg + i {
        height: 11px;
        top: 17px;
    }
/* aep fix for aspnet mvc
		   from abelepereira  */
.smart-form .checkbox input + input[type=hidden] + i:after {
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: normal 16px/19px FontAwesome;
    text-align: center;
}

.smart-form .checkbox input:checked:hover + input[type=hidden] + i:after {
    content: '\f00d';
}

.smart-form .checkbox input:checked:disabled:hover + input[type=hidden] + i:after {
    content: '\f00c';
}

.smart-form .checkbox input:checked + input[type=hidden] + i:after {
    opacity: 1;
}
/* toogle fix */
.smart-form .toggle input:checked + input[type=hidden] + i:after {
    content: attr(data-swchon-text);
    text-align: right;
}

.smart-form .toggle input:checked + input[type=hidden] + i:before {
    right: 36px;
}
/* end of fix */
/*
 * Error Page
 */
.error-box {
    max-width: 900px;
    margin: 0 auto;
}

.error-text {
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -4px;
    font-size: 700%;
    margin-bottom: 30px;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #bfbfbf, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

.error-search {
    width: 300px;
    margin: 0 auto 20px;
}

.error-icon-shadow {
    text-shadow: 0 1px 0 #803838, 0 2px 0 #a85d5d, 0 3px 0 #b86565, 0 4px 0 #d86f6f, 0 5px 0 #b3a5a5, 0 6px 1px rgba(131, 51, 51, 0.1), 0 0 5px rgba(102, 30, 30, 0.1), 0 1px 3px rgba(95, 15, 15, 0.3), 0 3px 5px rgba(100, 23, 23, 0.2), 0 5px 10px rgba(114, 30, 30, 0.25), 0 10px 10px rgba(94, 15, 15, 0.2), 0 20px 20px rgba(121, 38, 38, 0.15);
}
/*
 * LOGIN/REGISTER/EXTR PAGE
 */
.display-image {
    margin-top: -60px;
    margin-right: 20px;
}

.terms-body {
    max-height: 400px;
    overflow: auto;
}

#extr-page {
    background: #ffffff;
    overflow: visible;
}

    #extr-page .container {
        border: none;
    }

    #extr-page #header {
        margin: 0;
        height: 71px;
        border-bottom: 1px solid #eeeeee !important;
        overflow: hidden;
        padding: 0 30px;
        background-clip: padding-box;
        border-width: 0;
        min-height: 28px;
        background: #f4f4f4 !important;
        /*margin-bottom:20px;*/
    }

    #extr-page #main {
        padding-top: 20px;
    }

    #extr-page #header #logo {
        margin-top: 22px;
        margin-left: 0px;
    }

        #extr-page #header #logo img {
            width: 137px;
        }

#extr-page-header-space {
    float: right;
    text-align: right;
    display: block;
    vertical-align: middle;
    line-height: 71px;
}

    #extr-page-header-space > :first-child {
        font-size: 13px;
        margin-right: 14px;
        vertical-align: -3px;
        font-weight: 400;
    }

    #extr-page-header-space .btn {
        font-weight: bold;
        text-transform: uppercase;
    }

    #extr-page-header-space > * {
        display: inline-block;
    }

#extr-page #main {
    background: #ffffff;
    margin: 0;
}

#extr-page .hero {
    background-image: url("../img/gradient/login.png");
    background-repeat: no-repeat;
    background-position: 0 137px;
    height: 360px;
    width: 100%;
    float: left;
}

#extr-page h4.paragraph-header {
    color: #565656;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    margin-top: 15px;
    width: 270px;
}

#extr-page h5.about-heading {
    color: #565656;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 5px;
}

#extr-page .login-header-big {
    font-weight: 400;
}

#extr-page .login-desc-box-l {
    min-height: 350px;
    width: 50%;
}

#extr-page .login-app-icons {
    vertical-align: top;
    margin-top: 90px;
    width: 300px;
}

@media (min-width: 768px) and (max-width: 880px) {
    #extr-page #header {
        padding: 0 5px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 679px) {
    #extr-page #header {
        padding: 0 5px !important;
    }

        #extr-page #header #logo img {
            width: 135px;
        }

        #extr-page #header #logo {
            margin-top: 22px;
        }
}
/*
 * NESTABLES
 */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    font-size: 15px;
    margin: 5px 0;
    padding: 7px 15px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb;
}

    .dd-handle:hover {
        color: #2ea8e5;
        background: #ffffff;
    }

.dd-item > button {
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 7px 10px;
    line-height: 22px !important;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: rgba(0, 0, 0, 0);
    text-align: center;
}

.dd-item > button {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}

    .dd-item > button:before {
        content: '\f055';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #0091d9;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '\f056';
        color: #a90329;
    }

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    }
/**
 * Nestable Extras
 */
.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
}

#nestable-menu {
    padding: 0;
    margin: 10px 0 20px;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    padding: 5px;
}

@media only screen and (min-width: 700px) {
    .dd {
        float: left;
        width: 100%;
    }

        .dd + .dd {
            margin-left: 2%;
        }
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}
/**
 * Nestable Draggable Handles
 */
.dd3-content {
    display: block;
    margin: 5px 0;
    padding: 6px 10px 8px 40px;
    font-size: 15px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb;
}

    .dd3-content:hover {
        color: #2ea8e5;
        background: #ffffff;
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 38px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #bfbfbf;
    background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
    background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
    background: linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    padding: 8px 15px;
}

    .dd3-handle:before {
        content: '\f0c9';
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #818181;
        font-weight: normal;
        line-height: 28px;
    }

    .dd3-handle:hover:before {
        color: #C27616;
    }

.dd-handle:hover + .dd-list .dd-handle,
.dd-handle:hover {
    background: #FDDFB3 !important;
    border: 1px solid #FAA937;
    color: #333 !important;
}

.dd-handle > span {
    font-size: 13px;
    color: #777;
}

.dd-dragel > .dd-item > .dd-handle {
    border-left-width: 4px;
}

.dd-dragel > li.dd-item.dd3-item {
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 999;
}
/*
 * FULL CALENDAR
 */
#calendar-container {
    position: relative;
}

html .fc,
.fc table {
    font-size: 12px;
}

.dt-header.calender-spacer {
    height: 46px;
    display: block;
}

.jarviswidget #calendar {
    margin-top: -18px;
}

.fc-widget-header,
.fc-widget-content {
    border-right: none;
}

tr.fc-first th.fc-first,
tr td.fc-first {
    border-left: none;
}

tr.fc-last td {
    border-bottom: none;
}

.jarviswidget .fc-header-title h2 {
    text-shadow: 0 1px 0 #ffffff;
    margin-top: -12px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

.fc-event-time,
.fc-event-title {
    padding: 3px 0px 2px 3px;
    display: inline-block;
    line-height: 16px;
    font-weight: bold;
    font-size: 11px;
    box-sizing: border-box;
}
/* calendar button */
#calendar-buttons {
    position: absolute;
    right: 14px;
    top: 5px;
}
/* other month */
td.fc-other-month,
.dropzone {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(0, 0, 0, 0.03)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, 0.03)), color-stop(0.75, rgba(0, 0, 0, 0.03)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-color: #FAFCFD;
    background-size: 16px 16px;
}

.fc-corner-right .fc-event-inner {
    padding-right: 15px;
}
/*
	* Select color
	*/
.btn-select-tick i {
    display: none;
}

.btn-select-tick .btn:hover i {
    opacity: .3;
    display: block;
}

.btn-select-tick .active i {
    display: block;
    opacity: 1 !important;
}
/* 
	* Drag and drop events
	*/
#external-events > li {
    margin: 6px 4px 6px 0;
    display: inline-block;
}

    #external-events > li > :first-child {
        padding: 5px 10px 10px;
        cursor: move;
        display: block;
    }

        #external-events > li > :first-child:after {
            color: #ffffff;
            color: rgba(255, 255, 255, 0.7);
            content: attr(data-description);
            font-size: 11px;
            font-weight: 400;
            display: block;
            line-height: 0;
            margin: 7px 0;
            text-transform: lowercase;
        }
/*
 * INBOX
 */
.table-wrap {
    overflow: auto;
}

.inbox-body {
    position: relative;
}

    .inbox-body .table-wrap {
        background: #ffffff;
        padding: 10px 14px 7px;
        position: relative;
        margin-left: 200px;
        overflow-x: hidden;
    }

    .inbox-body.no-content-padding {
        margin-top: 0;
        background: #ffffff;
        overflow: hidden;
    }

.inbox-nav-bar {
    height: 70px;
    margin-bottom: 0;
    /*border-bottom: 1px solid #CECECE;*/
    padding: 20px 14px;
    background: #ffffff;
}

    .inbox-nav-bar .page-title {
        display: inline-block;
        margin: 0;
        width: 196px;
        line-height: 33px;
        vertical-align: middle;
    }

.inbox-footer {
    position: absolute;
    bottom: -53px;
}

.inbox-paging {
    margin-left: 10px;
}

.inbox-footer .btn-group {
    margin-left: 10px;
}

#inbox-table {
    font-size: 13px;
    border-top: none;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

    #inbox-table tbody tr:hover {
        cursor: pointer;
        background: #E4E4E4;
    }

    #inbox-table tr td {
        border-right: none;
        border-left: none;
        line-height: 26px;
        padding: 6px 4px 7px !important;
    }

    #inbox-table .inbox-table-icon {
        padding-left: 15px !important;
    }

    #inbox-table tbody tr th {
        overflow: hidden;
    }

    #inbox-table.table tbody > tr > td {
        border-color: #fff !important;
    }

    #inbox-table .radio,
    #inbox-table .checkbox {
        margin-top: -1px;
        margin-bottom: 0px;
    }

.inbox-table-icon,
.inbox-data-attachment {
    width: 28px;
    text-align: left;
    padding-left: 12px !important;
    padding-right: 0px !important;
}

.inbox-data-from {
    width: 200px;
}

    .inbox-data-from > :first-child {
        width: 200px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.inbox-data-date {
    width: 80px;
    padding-left: 7px !important;
    padding-right: 0px !important;
}

.inbox-data-message > :first-child {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 27px;
    color: #8A8A8A;
}

    .inbox-data-message > :first-child span {
        color: #111;
    }

        .inbox-data-message > :first-child span.label {
            color: #ffffff;
        }

    .inbox-data-message > :first-child > :first-child:after {
        content: " - ";
    }

.unread td {
    background: #ffffff;
}

.unread .inbox-data-message > :first-child > :first-child,
.unread .inbox-data-from > :first-child,
.unread .inbox-data-date > :first-child {
    font-weight: bold;
}

tr.highlight td,
tr.unread.highlight td {
    background: #ffffcc !important;
    /*#ffffcc;*/
    color: #333333;
}

.inbox-checkbox-triggered {
    display: inline-block;
}

    .inbox-checkbox-triggered > .btn-group {
        margin-right: 10px;
    }

        .inbox-checkbox-triggered > .btn-group .btn {
            padding-left: 14px;
            padding-right: 14px;
        }

.inbox-side-bar {
    height: 100%;
    position: absolute;
    background: #ffffff;
    display: block;
    width: 200px;
    padding: 10px 0 10px 14px;
    /*overflow-y: auto;
	overflow-x: hidden;*/
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}

    .inbox-side-bar::-webkit-scrollbar {
        width: 0 !important;
    }

    .inbox-side-bar h6 {
        font-weight: normal;
        font-size: 11px;
        display: block;
        padding: 0px 15px;
        text-transform: uppercase;
        color: #838383;
    }

        .inbox-side-bar h6 a {
            font-size: 14px;
            margin-top: -2px;
        }

        .inbox-side-bar h6 .tooltip {
            text-transform: none !important;
        }

    .inbox-side-bar > .btn {
        margin-bottom: 35px;
    }

    .inbox-side-bar .input-group {
        margin-bottom: 25px;
    }

#compose-mail-mini {
    margin-left: 4px;
}

.inbox-space {
    display: block;
    width: 185px;
}

    .inbox-space > .progress {
        margin-top: 5px;
    }

.inbox-menu-lg {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

    .inbox-menu-lg li a {
        display: block;
        padding: 6px 15px 7px;
        font-size: 13px;
        color: #333333;
    }

    .inbox-menu-lg li {
        display: block;
        width: 100%;
    }

        .inbox-menu-lg li a:hover {
            text-decoration: none;
            background: #f4f4f4;
        }

        .inbox-menu-lg li.active a {
            font-weight: bold;
            background: #F0F0F0;
            border-bottom: 1px solid #E7E7E7;
            color: #3276b1;
        }

.inbox-menu-sm {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

    .inbox-menu-sm li a {
        display: block;
        padding: 8px 15px 10px;
        font-size: 13px;
        color: #333333;
    }

    .inbox-menu-sm li {
        display: block;
        width: 100%;
    }

        .inbox-menu-sm li a:hover {
            text-decoration: none;
            background: #f4f4f4;
        }

        .inbox-menu-sm li.active a {
            font-weight: bold;
            background: #F0F0F0;
            border-bottom: 1px solid #E7E7E7;
            color: #3276b1;
        }
/*
	* Email opened
	*/
.email-open-header {
    margin: -10px 0 0 0;
    font-size: 20px;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #eeeeee;
    padding: 15px 3px;
}

    .email-open-header > span {
        font-size: 10px;
        font-weight: normal;
        padding: 3px 5px;
        letter-spacing: normal;
        text-transform: uppercase;
        vertical-align: middle;
        line-height: 33px;
        background: #ACACAC;
    }

.inbox-info-bar {
    padding: 10px 0px;
    border-bottom: 1px solid #bfbfbf;
}

    .inbox-info-bar img {
        width: 35px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        margin-left: 2px;
        border-left: 3px solid #ffffff;
    }

.inbox-message,
.inbox-download {
    padding: 15px 4px;
    border-bottom: 1px solid #bfbfbf;
}

.inbox-download-list {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
}

    .inbox-download-list li {
        display: inline-block;
        margin: 0 5px 0 0;
        vertical-align: top;
    }

        .inbox-download-list li > :first-child {
            margin-bottom: 0;
            width: 150px;
            overflow: hidden;
        }

            .inbox-download-list li > :first-child:hover {
                background: #ffffff;
                border-color: #C0C0C0;
            }

            .inbox-download-list li > :first-child > :first-child {
                text-align: center;
                display: block;
                color: #D6D6D6;
            }

                .inbox-download-list li > :first-child > :first-child > .fa {
                    font-size: 150px;
                }

                .inbox-download-list li > :first-child > :first-child > img {
                    max-width: 120px;
                }

.inbox-compose-footer {
    padding: 10px;
    background: #F5F5F5;
    border-bottom: 1px solid #A9A9A9;
}
/* added space for large width devices */
.inbox-info-bar,
.inbox-message,
.inbox-download,
.inbox-compose-footer {
    margin-right: 240px;
    position: relative;
}

.email-infobox {
    display: block;
    width: 180px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 0px;
    padding-top: 15px;
    position: absolute;
    top: 65px;
    right: 15px;
}
/* compose email */
.inbox-info-bar .form-group {
    margin: 0;
}

    .inbox-info-bar .form-group input,
    .inbox-info-bar .select2-container-multi .select2-choices {
        border-color: #ffffff !important;
    }

.inbox-info-bar .select2-choices > div {
    display: none;
}

.inbox-info-bar .col-md-1,
.inbox-info-bar .col-md-11 {
    padding-left: 0px;
    padding-right: 0px;
}

.fileinput {
    padding-top: 3px;
}

.hidden {
    display: none;
}

.inbox-info-bar em {
    position: absolute;
    top: 6px;
    right: 20px;
    text-align: right;
    font-style: normal;
}
/* email reply text */
.email-reply-text > div {
    border-left: 1px solid #D6D6D6;
    padding-left: 10px;
    margin-left: 50px;
    color: #A9A9A9;
}
/* reply text area */
.inbox-body .note-editor .note-editable {
    height: 100% important;
}

.email-reply-text > :first-child {
    padding-left: 45px;
}

@media (max-width: 1280px) {
    .inbox-info-bar,
    .inbox-message,
    .inbox-compose-footer {
        margin-right: 0px;
    }

    .email-infobox {
        display: none;
    }
}

@media (max-width: 1024px) {
    .inbox-side-bar {
        display: none !important;
    }

    .inbox-body .table-wrap {
        margin-left: 0px !important;
    }

    .inbox-info-bar .col-md-1,
    .inbox-info-bar .col-md-11 {
        padding-left: 26px;
        padding-right: 26px;
    }
}
/* hide helper inside inbox as it has issues with z-index */
#inbox-content [data-event="showHelpDialog"],
#inbox-content [data-event="codeview"],
#inbox-content .note-insert {
    display: none !important;
}

#inbox-content [data-event="fullscreen"] {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/* adjust buttons */
#inbox-content .note-toolbar .btn-sm {
    padding: 2px 6px 3px;
    font-size: 14px;
}
/* adjust width of dropdowns */
#inbox-content .note-toolbar .note-para .dropdown-menu {
    min-width: 180px;
}
/*
 * PROFILE PAGE
 */
.profile-pic {
    text-align: right;
}

    .profile-pic > img {
        border-radius: 0%;
        position: relative;
        border: 5px solid #ffffff;
        top: -30px;
        left: 10px;
        display: inline-block;
        text-align: right;
        z-index: 4;
        max-width: 100px;
        margin-bottom: -30px;
    }

.profile-carousel .carousel-inner {
    max-height: 150px;
}

.friends-list li {
    margin-bottom: 10px;
    margin-right: 3px;
    padding: 0;
}

.friends-list img {
    width: 35px;
    border: 1px solid #ffffff;
    outline: 1px solid #bfbfbf;
}

.profile-link-btn {
    color: #999999;
    font-size: 14px;
}
/*
 * Calendar Icon
 */
time.icon {
    font-size: 14px;
    /* change icon size */
    display: block;
    position: relative;
    width: 35px;
    height: 43px;
    background-color: #fff;
    margin: 3px auto;
    border-radius: 7px;
    box-shadow: 0 1px 0 #bdbdbd,0 2px 0 #fff,0 3px 0 #EEE9E9,0 4px 0 #fff,0 5px 0 #FFFFFF,0 0 0 1px #D3D3D3;
    overflow: hidden;
}

    time.icon * {
        display: block;
        width: 100%;
        font-size: 10px;
        font-weight: bold;
        font-style: normal;
        text-align: center;
    }

    time.icon strong {
        position: absolute;
        top: 0;
        padding: 2px 0;
        color: #fff;
        background-color: #3a3633;
        -webkit-box-shadow: 0 2px 0 #3a3633;
        box-shadow: 0 2px 0 #3a3633;
        border-radius: 6px 6px 0 0;
    }

    time.icon em {
        position: absolute;
        bottom: 3px;
        color: #3276b1;
    }

    time.icon span {
        width: 100%;
        font-size: 15px;
        letter-spacing: -0.05em;
        padding-top: 21px;
        color: #2f2f2f;
    }
/*
 * New users
 */
.user {
    display: block;
    float: left;
    width: 170px;
    margin: 0 15px 15px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .user img {
        float: left;
        width: 35px;
        margin-right: 5px;
    }

    .user .email {
        color: #999;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
/*
 * SEARCH RESULTS
 */
.search-results {
    padding: 18px 5px;
}

    .search-results + .search-results {
        border-top: 1px dashed #E3E3E3;
    }

    .search-results > :first-child {
        margin-bottom: 4px;
        font-weight: 400;
    }

        .search-results > :first-child a {
            text-decoration: underline;
        }

    .search-results .url {
        font-style: normal;
        font-size: 14px;
    }

    .search-results img {
        display: inline-block;
        margin-top: 4px;
        margin-right: 4px;
        width: 80px;
    }

    .search-results > div {
        display: inline-block;
        vertical-align: top;
    }

    .search-results .note {
        margin: 0;
        line-height: normal;
    }

        .search-results .note a {
            text-decoration: none !important;
            color: #333333;
        }

            .search-results .note a:hover {
                color: #ed1c24;
            }
/*
 * TODO's
 */
.todo-group-title {
    margin: 0;
    line-height: 31px;
    padding: 0 0 0 10px;
    background: #fafafa;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #f4f4f4;
    color: #999999;
}

.todo {
    margin: 0;
    padding: 0;
    min-height: 5px;
    list-style: none;
}

    .todo > li {
        display: block;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #e7e7e7;
        margin: 0 5px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RkQ1OEY4NTM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RkQ1OEY4NjM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGRDU4RjgzMzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGRDU4Rjg0Mzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pTD+wgAAACtJREFUeNpimDBhwn8gYABhdDYjiIELMDHgAUwTJ06Ea0VnjxpLO2MBAgwAGYZLegQbQ3UAAAAASUVORK5CYII=) 1px 11px no-repeat;
    }

        .todo > li:last-child,
        .todo > li:only-child {
            border-bottom: none;
        }

        .todo > li > :first-child {
            display: block;
            border-right: 1px solid #FFE1EB;
            height: 100%;
            padding: 6px 11px 6px 18px;
            width: 20px;
            vertical-align: top;
            position: absolute;
        }

            .todo > li > :first-child:hover {
                cursor: move;
            }

        .todo > li.complete > :first-child:hover {
            cursor: default;
        }

        .todo > li.complete {
            background: none;
        }

        .todo > li > p {
            height: 100%;
            margin-left: 52px;
            border-left: 1px solid #FFE1EB;
            display: inline-block;
            padding: 8px 0px 6px 7px;
            margin-bottom: 0;
            min-height: 37px;
            line-height: normal;
            font-size: 14px;
            font-weight: 500;
            color: #333333;
        }

            .todo > li > p > span {
                display: block;
                line-height: 12px;
                font-size: 10px;
                font-weight: normal;
            }

            .todo > li > p > :first-child {
                margin-top: -5px;
                color: #999999;
                margin-bottom: 4px;
            }

            .todo > li > p > .date {
                color: #bfbfbf;
            }

        .todo > li.complete > * {
            text-decoration: line-through;
            font-style: italic;
        }
        /* drag */
        .todo > li.ui-sortable-helper {
            border-top: 1px solid #eeeeee;
            background: rgba(113, 132, 63, 0.1);
        }
/*
 * TIMELINE PAGE
 */
/* Timeline */
.smart-timeline {
    position: relative;
}

.smart-timeline-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .smart-timeline-list:after {
        content: " ";
        background-color: #eeeeee;
        position: absolute;
        display: block;
        width: 2px;
        top: 0;
        left: 95px;
        bottom: 0;
        z-index: 1;
    }

    .smart-timeline-list li {
        position: relative;
        margin: 0;
        padding: 15px 0;
    }

    .smart-timeline-list > li:hover {
        background-color: #f4f4f4;
    }

.smart-timeline-hover li:hover {
    background-color: #f9f9f9;
}

.smart-timeline-icon {
    background: #3276b1;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    left: 80px;
    top: 10px;
    z-index: 100;
    padding: 2px;
}

    .smart-timeline-icon > img {
        height: 32px;
        width: 32px;
        border-radius: 50%;
        margin-top: -2px;
        margin-left: -2px;
        border: 2px solid #3276b1;
    }

.smart-timeline-time {
    float: left;
    width: 70px;
    text-align: right;
}

    .smart-timeline-time > small {
        font-style: italic;
    }

.smart-timeline-content {
    margin-left: 123px;
}
/*
 * FORUM PAGE
 */
.table-forum thead tr {
    background: none !important;
}

    .table-forum thead tr th {
        font-size: 17px;
        font-weight: normal;
        border-bottom-color: #F1F1F1;
    }

.table-forum tr td {
    border-top-style: dashed !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

    .table-forum tr td h4 {
        font-size: 15px;
        font-weight: 700;
    }

        .table-forum tr td h4 small {
            font-size: 13px;
            display: block;
            margin-top: 2px;
        }

    .table-forum tr td > i {
        margin-top: 4px;
        padding-left: 10px;
    }

.table-forum tr.locked h4 > a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f023";
}

.table-forum tr.closed h4 > a {
    text-decoration: line-through;
    color: #848484;
    cursor: not-allowed;
}

.forum-attachment {
    margin-top: 20px;
    display: block;
}

.ajax-loading-error {
    margin-top: 70px;
    display: block;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.ajax-notifications .ajax-loading-error {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

.ajax-notifications .ajax-loading-animation {
    font-size: 15px;
    text-align: center;
    margin-top: 70px;
}

.project-members a {
    display: inline-block;
    overflow: hidden;
    margin: 0 3px 0 0;
    border-radius: 0px;
}

.smart-rtl.project-members a {
    margin: 0 0 0 3px;
}

.project-members img {
    width: 25px;
    border-radius: 0px;
}

.projects-table > tbody > tr > td {
    padding: 7px 10px 3px !important;
}

html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: url('../img/mybg.png') #ffffff;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: url('../img/mybg.png') #ffffff;
    direction: ltr;
}
    /* when mobile menu is active */
    body.mobile-view-activated.hidden-menu {
        overflow-x: hidden;
    }

    body.modal-open {
        overflow: hidden !important;
    }

a:hover,
a:active,
a:focus,
button,
button:active,
button:focus,
object,
embed,
input::-moz-focus-inner {
    outline: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-weight: 300;
}

.page-title {
    margin: 12px 0 28px;
}

    .page-title span {
        font-size: 16px;
        color: #333333;
        display: inline-block;
        vertical-align: 1px;
    }

label {
    font-weight: normal;
}

*:focus {
    outline: 0 !important;
}
/*
 * IE FIX for tap delay
 */
a,
input,
button {
    -ms-touch-action: none !important;
}

    textarea:focus,
    select:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

.input-sm,
.input-lg,
.input-xs,
.form-control {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
}

.input-xs {
    height: 24px;
    padding: 2px 10px;
    font-size: 11px;
    line-height: 1.5;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-sm {
    padding: 6px 10px 5px;
}

.btn-lg {
    padding: 10px 16px;
}

.no-space {
    margin: 0;
}

    .no-space > [class*="col-"] {
        margin: 0 !important;
        padding-right: 0;
        padding-left: 0;
    }

#content {
    padding: 10px 14px;
    position: relative;
    /*position:relative;
	 left:0px;*/
}

body.container {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    box-shadow: 0 2px 70px rgba(0, 0, 0, 0.45);
}

    body.container.hidden-menu:not(.mobile-view-activated) {
        overflow: hidden;
    }

    body.container.modal-open {
        padding: 0px !important;
    }
/*
 * Headers
 */
h1 {
    font-size: 24px;
    margin: 10px 0;
}

    h1 small {
        font-size: 18px;
        font-weight: 300;
        letter-spacing: -1px;
    }

.lead {
    font-size: 19px;
}

h2 {
    font-size: 22px;
    margin: 20px 0;
    line-height: normal;
}

h3 {
    display: block;
    font-size: 19px;
    font-weight: 400;
    margin: 20px 0;
    line-height: normal;
}

h4 {
    line-height: normal;
}

h5 {
    font-size: 17px;
    font-weight: 300;
    margin: 10px 0;
    line-height: normal;
}

h6 {
    font-size: 15px;
    margin: 10px 0;
    font-weight: bold;
    line-height: normal;
}

.row-seperator-header {
    margin: 15px 14px 20px;
    border-bottom: none;
    display: block;
    color: #646464;
    font-size: 20px;
    font-weight: 400;
}
/*
 * Footer
 * see: main-page-footer.less
 */
/*
 * Center Canvas
 */
.center-canvas,
.center-child-canvas > canvas {
    display: block !important;
    margin: 0 auto !important;
}
/*
 * JUST A BORDER
 */
.bordered {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .bordered:hover {
        border: 1px solid rgba(0, 0, 0, 0.4);
    }
/*
 * ***************************************************
 * MAIN LAYOUT START
 * ***************************************************
 */
aside {
    display: block;
    /*overflow: hidden;*/
    background: #3a3633;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5NyUiIHN0b3AtY29sb3I9IiMzYTM2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmEyNzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==");
    background: -moz-linear-gradient(left, #3a3633 93%, #2a2725 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(93%, #3a3633), color-stop(100%, #2a2725));
    background: -webkit-linear-gradient(left, #3a3633 93%, #2a2725 100%);
    background: -o-linear-gradient(left, #3a3633 93%, #2a2725 100%);
    background: -ms-linear-gradient(left, #3a3633 93%, #2a2725 100%);
    background: linear-gradient(to right, #3a3633 93%, #2a2725 100%);
    min-height: 100%;
}
/*
 * HEADER GROUP
 */
#header {
    display: block;
    height: 49px;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
    background-repeat: repeat-x;
    position: relative;
    z-index: 905;
}

    #header > div {
        display: inline-block;
        vertical-align: middle;
        height: 49px;
        float: left;
    }

        #header > div.open {
            font-weight: bold;
        }

.fixed-header #header {
    position: fixed;
    width: 100%;
    z-index: 905;
    top: 0px;
    border-bottom: 2px solid #999999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.1);
}
/* as per version 1.3 */
.fixed-header.fixed-ribbon #header {
    border-bottom: none;
    box-shadow: none;
}

.container.fixed-header #header {
    max-width: 1164px;
}

.fixed-header #header .ajax-dropdown {
    z-index: 906;
}

.fixed-header #shortcut {
    position: fixed;
}

.fixed-header #main {
    margin-top: 49px;
}

#logo-group > span {
    display: inline-block;
    height: 39px;
    float: left;
}

#logo-group span#activity {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: bold;
    height: 24px;
    width: 24px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #bfbfbf;
    color: #c4bab6;
    font-size: 19px;
    margin: 10px 0 0 0;
    position: relative;
}

    #logo-group span#activity:hover {
        border: 1px solid #bfbfbf;
        transition: all 0.0s;
        cursor: pointer !important;
        -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
    }

#logo {
    display: inline-block;
    width: 175px;
    margin-top: 13px;
    margin-left: 9px;
}

    #logo img {
        width: 110px;
        height: auto;
        padding-left: 3px;
    }

#activity b.badge {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    background: #0091d9;
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    color: #ffffff;
    font-weight: bold;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 4px 3px 4px;
    text-align: center;
    line-height: normal;
}

#activity.active .badge {
    background: #006fa6 !important;
}

#project-context,
.project-context {
    display: inline-block;
    padding: 7px 13px 0;
    position: relative;
}

    #project-context > span,
    .project-context > span {
        display: block;
    }

    #project-context > :first-child,
    .project-context > :first-child {
        display: block;
        color: #bfbfbf;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 0 0 1px white;
        padding-left: 0px;
        text-align: left;
    }

#project-selector,
.project-selector {
    max-width: 97%;
    white-space: nowrap;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    color: #555555;
    font-size: 14px;
    cursor: pointer;
}

    #project-selector:hover,
    .project-selector:hover {
        color: #333333;
    }

.header-search {
    position: relative;
}

    .header-search.pull-right {
        margin-left: 6px;
    }

    .header-search > input[type="text"] {
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        min-width: 200px;
        width: 100%;
        height: 30px;
        padding: 0 10px;
        outline: none;
        border-width: 1px;
        border-style: solid;
        border-radius: 0;
        border-color: #bfbfbf;
        background: #ffffff;
        color: #404040;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin-top: 10px;
        line-height: normal;
    }

    .header-search > button {
        background: none;
        border: none;
        color: #6D6A69;
        font-size: 17px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0px;
        top: 10px;
        width: 30px;
        z-index: 2;
    }

#search-mobile {
    display: none;
}

#cancel-search-js {
    position: absolute;
    display: none;
    background: #a90329;
    z-index: 3;
    color: #ffffff;
    padding: 0;
    right: 10px;
    top: 10px;
    text-align: center;
    height: 29px;
    line-height: 29px;
    width: 30px;
    font-size: 17px;
    text-decoration: none !important;
}

#header > :first-child,
aside {
    width: 220px;
}
/*
 * LEFT PANEL
 */
#left-panel {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 904;
    padding-top: 49px;
}
/*
 * MAIN PANEL
 */
#main {
    margin-left: 220px;
    padding: 0;
    padding-bottom: 52px;
    min-height: 500px;
    position: relative;
}
/*
 * RIBBON
 */
#ribbon {
    min-height: 40px;
    background: #474544;
    padding: 0 13px;
    position: relative;
}

    #ribbon .breadcrumb {
        display: inline-block;
        margin: 0;
        padding: 11px 34px 11px 0 !important;
        background: none;
        vertical-align: top;
    }

        #ribbon .breadcrumb a,
        #ribbon .breadcrumb {
            color: #BBB !important;
            text-decoration: none !Important;
        }

            #ribbon .breadcrumb > .active,
            #ribbon .breadcrumb li:last-child {
                color: #E4E4E4;
            }

.fixed-ribbon #ribbon {
    position: fixed;
    right: 0;
    left: 220px;
    top: 49px;
    z-index: 901;
}

.container.fixed-ribbon #ribbon {
    width: 944px;
    left: 590px;
}

.fixed-ribbon #content {
    padding-top: 50px;
}

.minified.fixed-ribbon #ribbon {
    left: 45px;
}

.hidden-menu.fixed-ribbon #ribbon {
    left: 10px;
}
/*
 * NAV
 * Menu CSS is learnt from: http://experiments.wemakesites.net/css3-treeview.html
 */
.fixed-navigation #left-panel {
    height: 100%;
    position: fixed;
    /*z-index: @fixed-navigation-zindex; */
}
/* Add this if not using slimscroll*/
.fixed-navigation nav {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 49px;
}

    .fixed-navigation nav > ul {
        padding-right: 15px;
        position: relative;
        height: 100%;
        width: 114%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

.mobile-detected.fixed-navigation nav > ul {
    padding-right: 30px !important;
}
/* Slimscrol CSS change: delete this if not using slimscroll

 .fixed-navigation nav {
 padding-bottom: 49px;
 }

 .fixed-navigation nav > ul {
 position: relative;
 }

 .slimScrollBar,
 .slimScrollRail {
 display:none !important;
 }

 .fixed-navigation .slimScrollBar,
 .fixed-navigation .slimScrollRail {
 display:block !important;
 }

 .minified .slimScrollBar {
 display:none !important;
 }*/
/* end slimscroll css change*/
.minified.fixed-navigation nav {
    -webkit-overflow-scrolling: none;
    overflow: visible;
    height: auto;
    padding-bottom: 0px;
}

    .minified.fixed-navigation nav > ul {
        overflow: visible;
        padding-right: 0px;
        width: 100%;
    }
/* All levels */
nav ul li a:active {
    background: #616161 !important;
}
/* All levels */
nav ul {
    width: 100%;
    padding: 40px 28px 25px 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 0.5em;
    list-style: none;
    position: relative;
}
    /* All levels */
    nav ul .active > a {
        color: #fff !important;
        position: relative;
    }
    /* All levels */
    nav ul li.active > a:before {
        content: "\f0d9";
        font-family: FontAwesome;
        display: block;
        height: 27px;
        line-height: normal;
        width: 27px;
        position: absolute;
        right: -21px;
        font-size: 20px;
        color: #eeeeee;
    }

    nav ul li.active.open > a:before {
        content: "";
    }

nav > ul > li:last-child.open {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/* All levels 
nav ul li {
	overflow: hidden;
}*/
/* All levels */
nav ul li a {
    line-height: normal;
    font-size: 14px;
    padding: 10px 10px 10px 11px;
    color: #c0bbb7;
    display: block;
    font-weight: normal;
    text-decoration: none !important;
    position: relative;
}
/* Second level */
nav > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}
/* Third Level */
nav > ul > li > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}
/* All levels */
nav ul li a:focus {
    color: #c9c9c9;
}
/* All levels */
nav ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

nav ul li a.inactive,
nav ul li a.inactive:hover {
    opacity: .5;
    cursor: not-allowed;
    color: #c0bbb7;
}
/* All levels */
nav ul b {
    float: right;
    font-size: 11px;
    margin-top: 2px;
}
/* All levels */
nav ul span.menu-item-parent {
    display: inline-block;
    margin: 0;
    padding: 0;
}
/* First level: A, Second level: LI Open */
nav ul li.open > a,
nav ul li.open > a b {
    color: #fff !important;
}
/* First level: Icon */
nav > ul > li > a b {
    position: absolute !important;
    right: 10px;
    top: 10px;
}

nav > ul > li > a > i {
    /*font-size: 121%; fa-lg overrides this so..  */
    margin-right: 5px;
    width: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
}
    /* First level icon */
    nav > ul > li > a > i > em {
        font-size: 9px;
        display: block;
        padding: 2px;
        position: absolute;
        top: -8px;
        right: -6px;
        text-decoration: none;
        font-style: normal;
        background: #ED1C24;
        color: #ffffff;
        min-width: 13px;
        border-radius: 50%;
        max-height: 13px;
        line-height: 8px;
        font-weight: bold;
        vertical-align: baseline;
        white-space: nowrap;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
/* Second level switched to relative */
nav ul li li {
    border-bottom: none;
    position: relative;
}
/* Second level: UL */
nav > ul > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #7A7A7A;
}
/* Second level: UL LI */
nav > ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    left: 23px;
    top: 16px;
    border-top: 1px solid #7A7A7A;
    z-index: 1;
}
/* Third level: UL LI */
nav > ul ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    left: 10px;
    top: 17px;
    border-top: 1px solid transparent;
}
/* Second level and onwards > */
nav > ul ul li a i {
    font-size: 14px !important;
    width: 18px !important;
    text-align: center !important;
    vertical-align: 0 !important;
    line-height: 1 !important;
}
/* Second and Third level line color */
nav > ul > li:hover > ul::before,
nav > ul > li:hover > ul > li::before {
    border-color: #ACACAC !important;
}
/* Second Level: UL */
nav ul ul {
    margin: 0;
    padding: 0;
    background: rgba(69, 69, 69, 0.6);
}

nav ul ul {
    padding: 7px 0;
}
    /* Third Level: UL */
    nav ul ul ul {
        background: transparent;
        padding: 0;
    }
    /* Third Level: LI */
    nav ul ul li {
        margin: 0;
        padding: 0;
    }
        /* Second Level: A */
        nav ul ul li > a {
            padding-left: 42px;
            font-size: 14px;
            font-weight: normal;
            outline: 0;
        }
            /* Second Level: A:hover */
            nav ul ul li > a:hover {
                background-color: rgba(69, 69, 69, 0.8);
                color: #ffffff;
            }
    /* Third Level: A */
    nav ul ul ul li a {
        color: #bfbfbf;
        padding: 8px 10px 8px 60px;
        font-size: 14px;
    }
        /* Third Level: A:hover */
        nav ul ul ul li a:hover {
            color: #ffffff;
        }
    /* Fourth Level: A */
    nav ul ul ul ul li a {
        padding-left: 80px;
    }
    /* Fifth Level: A */
    nav ul ul ul ul ul li a {
        padding-left: 100px;
    }
    /* Sixth Level: A */
    nav ul ul ul ul ul ul li a {
        padding-left: 120px;
    }
    /* Second level: B */
    nav ul ul b {
        color: #B3B3B3;
    }
    /* Second level: LI:hover B */
    nav ul ul > li:hover b {
        color: #D5D9E2;
    }
/*
 * HEADER NAV DROPDOWN LIST
 */
.header-dropdown-list {
    list-style: none;
    float: right;
    position: relative;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

    .header-dropdown-list > li {
        display: inline-block;
        padding-right: 5px;
    }

        .header-dropdown-list > li > .dropdown-toggle {
            margin-top: 16px;
            display: block;
        }
/*
 * ***************************************************
 * MAIN LAYOUT END
 * ***************************************************
 */
/*
 * ACCORDIONS
 */
.smart-accordion-default.panel-group {
    margin-bottom: 0px;
}

    .smart-accordion-default.panel-group .panel + .panel {
        margin-top: -1px;
    }

    .smart-accordion-default.panel-group .panel-heading {
        padding: 0px;
    }

    .smart-accordion-default.panel-group .panel-title a {
        display: block;
        padding: 10px 15px;
        text-decoration: none !important;
    }

.smart-accordion-default .panel-heading,
.panel-group .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.smart-accordion-default .panel-default > .panel-heading {
    background-color: #fcfcfc;
}

.smart-accordion-default .panel-default {
    border-color: #c3c3c3;
}

.smart-accordion-default .panel-title > a > :first-child {
    display: none;
}

.smart-accordion-default .panel-title > a.collapsed > .fa {
    display: none;
}

.smart-accordion-default .panel-title > a.collapsed > :first-child {
    display: inline-block;
}

.no-padding .smart-accordion-default > div {
    border-left: none !important;
    border-right: none !important;
}

    .no-padding .smart-accordion-default > div:first-child {
        border-top: none !important;
    }

    .no-padding .smart-accordion-default > div:last-child {
        border-bottom: none !important;
    }
/*
 * ON OFF SWITCHES
 */
/* http://proto.io/freebies/onoff/ */
.onoffswitch-container {
    margin-top: 4px;
    margin-left: 7px;
    display: inline-block;
}

.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #626262;
    border-radius: 50px;
    border-color: #adadad #b3b3b3 #9e9e9e;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    display: block;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        float: left;
        width: 50%;
        height: 15px;
        padding: 0;
        line-height: 15px;
        font-size: 10px;
        color: #ffffff;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: attr(data-swchon-text);
        text-shadow: 0 -1px 0 #333333;
        padding-left: 7px;
        background-color: #3276b1;
        color: #ffffff;
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
        text-align: left;
    }

    .onoffswitch-inner:after {
        content: attr(data-swchoff-text);
        padding-right: 7px;
        text-shadow: 0 -1px 0 #ffffff;
        background-color: #ffffff;
        color: #555555;
        text-align: right;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

.onoffswitch-switch {
    width: 19px;
    height: 19px;
    margin: -2px;
    background: white;
    border: 1px solid #9a9a9a;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
    background-repeat: repeat-x;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    content: "\f00d";
    color: #a90329;
    display: block;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    text-shadow: 0 -1px 0 #ffffff;
    font-weight: bold;
    font-family: FontAwesome;
}
/* checked */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    content: "\f00c";
    color: #57889c;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    display: block;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitch-switch:hover {
    background-color: #eeeeee;
}

.onoffswitch-switch:active {
    background-color: #eeeeee;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/*
 * Disabled state
 */
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after,
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-inner:before {
    text-shadow: 0 1px 0 #ffffff;
    background: #bfbfbf;
    color: #333333;
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-switch,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #bfbfbf, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbfbf), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #bfbfbf, #f4f4f4);
    background-image: -o-linear-gradient(top, #bfbfbf, #f4f4f4);
    background-image: linear-gradient(to bottom, #bfbfbf, #f4f4f4);
    box-shadow: none !important;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-label {
    border-color: #ababab #999999 #878787 !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    border-color: #3276b1 #2a6395 #255681;
}

.onoffswitch + span,
.onoffswitch-title {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}
/*
 * FORMS
 */
.form-control {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.form hr {
    margin-left: -13px;
    margin-right: -13px;
    border-color: rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.form fieldset {
    display: block;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
}

fieldset {
    position: relative;
}

.form-actions {
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(249, 249, 249, 0.9);
    margin-top: 25px;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: -13px;
    text-align: right;
}

.well .form-actions {
    margin-left: -19px;
    margin-right: -19px;
    margin-bottom: -19px;
}

.well.well-lg .form-actions {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -24px;
}

.well.well-sm .form-actions {
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: -9px;
}

.popover-content .form-actions {
    margin: 0 -14px -9px;
    border-radius: 0 0 3px 3px;
    padding: 9px 14px;
}

.no-padding .form .form-actions {
    margin: 0;
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(248, 248, 248, 0.9);
    text-align: right;
    margin-top: 25px;
}

.form header,
legend,
.bootstrap-duallistbox-container label {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    background: #ffffff;
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    margin: 25px 0px 20px;
}

.no-padding .form header {
    margin: 25px 14px 0;
}

.form header:first-child {
    margin-top: 10px;
}

legend {
    font-weight: 400;
    margin-top: 0px;
    background: none;
}

.input-group-addon {
    padding: 6px 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.input-group-addon {
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
}

    .input-group-addon .fa {
        font-size: 14px;
    }

    .input-group-addon .fa-lg,
    .input-group-addon .fa-2x {
        font-size: 2em;
    }

    .input-group-addon .fa-3x,
    .input-group-addon .fa-4x,
    .input-group-addon .fa-5x {
        font-size: 30px;
    }

input[type="text"]:focus + .input-group-addon {
    border-color: #0091d9;
    background-color: #72a0ce;
    color: #ffffff;
}

.has-warning input[type="text"],
.has-warning input[type="text"] + .input-group-addon {
    border-color: #dbab57;
}

    .has-warning input[type="text"] + .input-group-addon {
        background-color: #faf2cc;
        color: #c09853;
    }

    .has-warning input[type="text"]:focus,
    .has-warning input[type="text"]:focus + .input-group-addon {
        border-color: #dbab57;
    }

        .has-warning input[type="text"]:focus + .input-group-addon {
            background-color: #e1c118;
            color: #ffffff;
        }

.has-error .input-group-addon {
    border-color: #b94a48;
    background: #f2dede;
    color: #b94a48;
}

.has-error input[type="text"],
.has-error input[type="text"] + .input-group-addon {
    border-color: #b94a48;
}

    .has-error input[type="text"] + .input-group-addon {
        background-color: #f2dede;
        color: #b94a48;
    }

    .has-error input[type="text"]:focus,
    .has-error input[type="text"]:focus + .input-group-addon {
        border-color: #c05e5e;
    }

        .has-error input[type="text"]:focus + .input-group-addon {
            background-color: #c05e5e;
            color: #ffffff;
        }

.has-success input[type="text"]:focus + .input-group-addon {
    border-color: #468847;
    background-color: #468847;
    color: #ffffff;
}

.form fieldset .form-group:last-child,
.form fieldset .form-group:last-child .note,
.form .form-group:last-child,
.form .form-group:last-child .note {
    margin-bottom: 0;
}

.note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999999;
}
/*
 * WITH ICON
 */
.input-icon-right {
    position: relative;
}

    .input-icon-right > i,
    .input-icon-left > i {
        position: absolute;
        right: 10px;
        top: 30%;
        font-size: 16px;
        color: #bfbfbf;
    }

.input-icon-left > i {
    right: auto;
    left: 24px;
}

.input-icon-right .form-control {
    padding-right: 27px;
}

.input-icon-left .form-control {
    padding-left: 29px;
}

input[type="text"].ui-autocomplete-loading,
input[type="password"].ui-autocomplete-loading,
input[type="datetime"].ui-autocomplete-loading,
input[type="datetime-local"].ui-autocomplete-loading,
input[type="date"].ui-autocomplete-loading,
input[type="month"].ui-autocomplete-loading,
input[type="time"].ui-autocomplete-loading,
input[type="week"].ui-autocomplete-loading,
input[type="number"].ui-autocomplete-loading,
input[type="email"].ui-autocomplete-loading,
input[type="url"].ui-autocomplete-loading,
input[type="search"].ui-autocomplete-loading,
input[type="tel"].ui-autocomplete-loading,
input[type="color"].ui-autocomplete-loading {
    background-image: url("../img/select2-spinner.gif") !important;
    background-repeat: no-repeat;
    background-position: 99% 50%;
    padding-right: 27px;
}

.input-group-addon .checkbox,
.input-group-addon .radio {
    min-height: 0px;
    margin-right: 0px !important;
    padding-top: 0;
}

.input-group-addon label input[type="checkbox"].checkbox + span,
.input-group-addon label input[type="radio"].radiobox + span,
.input-group-addon label input[type="radio"].radiobox + span:before,
.input-group-addon label input[type="checkbox"].checkbox + span:before {
    margin-right: 0px;
}

.input-group-addon .onoffswitch,
.input-group-addon .onoffswitch-label {
    margin: 0;
}
/*
 * Timeline Seperator
 */
.timeline-seperator {
    display: block;
    text-align: center;
    color: #999999;
    margin: 20px 0 0;
}

    .timeline-seperator > :first-child {
        padding: 4px 5px;
        border: 1px dashed rgba(0, 0, 0, 0.1);
        background: #ffffff;
        font-size: 11px;
        border-radius: 4px;
    }

    .timeline-seperator .btn,
    .timeline-seperator .btn + .dropdown-menu {
        margin-right: 15px;
    }

    .timeline-seperator:after {
        display: block;
        content: " ";
        margin: 0 20px;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
        margin-top: -8px;
    }
/*
 * Alerts
 */
.alert {
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 5px 15px 5px 34px;
    color: #675100;
    border-width: 0px;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

    .alert .close {
        top: 0px;
        right: -5px;
        line-height: 20px;
    }

.alert-heading {
    font-weight: 600;
}

.alert-danger {
    border-color: #953b39;
    color: #ffffff;
    background-color: #c26565;
    text-shadow: none;
}

.alert-warning {
    border-color: #dfb56c;
    color: #826430;
    background-color: #efe1b3;
}

.alert-success {
    border-color: #8ac38b;
    color: #356635;
    background-color: #cde0c4;
}

.alert-info {
    border-color: #9cb4c5;
    color: #305d8c;
    background-color: #d6dde7;
}
/*
 * WELLS
 */
.well {
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
}

    .well.well-clean {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
    }

    .well.well-glass {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
        background-color: rgba(255, 255, 255, 0.25);
        color: #ffffff;
    }

    .well.well-light {
        background: #ffffff;
        border: 1px solid #e2e2e2;
    }

.widget-body .well {
    margin-bottom: 0px;
}

.well.transparent {
    border: none !important;
    background: none !important;
}

.jarviswidget.well.transparent > div,
.jarviswidget.well.transparent > div .widget-body {
    padding: 0px !important;
}
/* any wells with custom bg the border will be darkened */
.well[class^="bg-"],
.well[class*=" bg-"] {
    border: 1px solid #555555 !important;
}
/*
 * TABS
 */
.nav-tabs > li > a .badge {
    font-size: 11px;
    padding: 3px 5px 3px 5px;
    opacity: .5;
    margin-left: 5px;
    min-width: 17px;
    font-weight: normal;
}

.nav-tabs > li > a > .fa {
    opacity: .5;
}

.tabs-left .nav-tabs > li > a .badge {
    margin-right: 5px;
    margin-left: 0px;
}

.nav-tabs > li > a .label {
    display: inline-block;
    font-size: 11px;
    margin-left: 5px;
    opacity: .5;
}

.nav-tabs > li.active > a .badge,
.nav-tabs > li.active > a .label,
.nav-tabs > li.active > a > .fa {
    opacity: 1;
}

.nav-tabs > li > a {
    border-radius: 0px;
    color: #333333;
}

.nav-tabs > li.active > a {
    -webkit-box-shadow: 0 -2px 0 #57889c;
    -moz-box-shadow: 0 -2px 0 #57889c;
    box-shadow: 0 -2px 0 #57889c;
    border-top-width: 0px !important;
    margin-top: 1px !important;
    font-weight: bold;
}

.tabs-left .nav-tabs > li.active > a {
    -webkit-box-shadow: -2px 0 0 #57889c;
    -moz-box-shadow: -2px 0 0 #57889c;
    box-shadow: -2px 0 0 #57889c;
    border-top-width: 1px !important;
    border-left: none !important;
    margin-left: 1px !important;
}

.tabs-left .nav-pills > li.active > a {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.tabs-right .nav-tabs > li.active > a {
    -webkit-box-shadow: 2px 0 0 #57889c;
    -moz-box-shadow: 2px 0 0 #57889c;
    box-shadow: 2px 0 0 #57889c;
    border-top-width: 1px !important;
    border-right: none !important;
    margin-right: 1px !important;
}

.tabs-below .nav-tabs > li.active > a {
    -webkit-box-shadow: 0 2px 0 #57889c;
    -moz-box-shadow: 0 2px 0 #57889c;
    box-shadow: 0 2px 0 #57889c;
    border-bottom-width: 0px !important;
    border-top: none !important;
    margin-top: 0px !important;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #dddddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li,
.tabs-left > .nav-pills > li,
.tabs-right > .nav-pills > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a,
    .tabs-left > .nav-pills > li > a,
    .tabs-right > .nav-pills > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-tabs,
.tabs-left > .nav-pills {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #dddddd;
}

.tabs-left > .nav-pills {
    border-right: none;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
}

    .tabs-left > .nav-tabs > li > a:hover,
    .tabs-left > .nav-tabs > li > a:focus {
        border-color: #eeeeee #d5d5d5 #eeeeee #eeeeee;
    }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #d5d5d5 transparent #d5d5d5 #dddddd;
    *border-right-color: #ffffff;
}

.tabs-left > .tab-content {
    margin-left: 109px;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #dddddd;
    /* DDD */
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
    }

        .tabs-right > .nav-tabs > li > a:hover,
        .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right > .nav-tabs .active > a,
    .tabs-right > .nav-tabs .active > a:hover,
    .tabs-right > .nav-tabs .active > a:focus {
        border-color: #dddddd #dddddd #dddddd transparent;
        *border-left-color: #ffffff;
    }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #dddddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a:hover,
        .tabs-below > .nav-tabs > li > a:focus {
            border-top-color: #dddddd;
            border-bottom-color: transparent;
        }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover,
    .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #dddddd #dddddd #dddddd;
        /* tabs */
    }
/* bordered tabs */
.nav-tabs.bordered {
    background: #ffffff;
    border: 1px solid #dddddd;
}

    .nav-tabs.bordered > :first-child a {
        border-left-width: 0px !important;
    }

    .nav-tabs.bordered + .tab-content {
        border: 1px solid #dddddd;
        border-top: none;
    }
/* bordered tabs top right */
.tabs-pull-right.nav-tabs > li,
.tabs-pull-right.nav-pills > li {
    float: right;
}

    .tabs-pull-right.nav-tabs > li:first-child > a,
    .tabs-pull-right.nav-pills > li:first-child > a {
        margin-right: 1px;
    }

.tabs-pull-right.bordered.nav-tabs > li:first-child > a,
.tabs-pull-right.bordered.nav-pills > li:first-child > a {
    border-left-width: 1px !important;
    margin-right: 0px;
    border-right-width: 0px;
}
/* jarviswidget header first child is tab */
.jarviswidget > header > .nav-tabs.pull-left > li:first-child a {
    border-left-width: 0px !important;
}
/*
 * WEBKIT IOS HIGHLIGHT COLOR
 *
 */
a:link,
.btn,
button {
    -webkit-tap-highlight-color: rgba(169, 3, 41, 0.5);
}

.login-info,
.login-info *,
#logo-group *,
.minified .menu-item-parent {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/*
 * BS2 useful classes
 * these classes and its importance was overlooked in BS3
 */
.hidden-desktop {
    display: none !important;
}
/*
 * DROPDOWN MENU
 */
.dropdown-menu-xs {
    min-width: 37px;
}

    .dropdown-menu-xs > li > a {
        padding: 3px 10px;
    }

        .dropdown-menu-xs > li > a:hover i {
            color: #fff !important;
        }
/* Dropdown menu extended */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #bfbfbf;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }
/*
 * Table
 */
.table.has-tickbox thead tr th:first-child {
    width: 18px;
}

.table.has-tickbox.smart-form thead tr th:first-child .radio,
.table.has-tickbox.smart-form thead tr th:first-child .checkbox,
.table.has-tickbox.smart-form tbody tr td:first-child .radio,
.table.has-tickbox.smart-form tbody tr td:first-child .checkbox {
    padding: 0px !important;
}

.table thead tr,
.fc-border-separate thead tr {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    font-size: 12px;
}

    .fc-border-separate thead tr th {
        padding: 4px;
        line-height: 1.428571429;
    }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-width: 1px;
}

.no-padding > .table-bordered,
.no-padding > .table-responsive > .table-bordered {
    border: none !important;
}

    .no-padding > .table-bordered thead tr th:first-child,
    .no-padding > .table-bordered thead tr td:first-child,
    .no-padding > .table-bordered tbody tr td:first-child,
    .no-padding > .table-responsive > .table-bordered thead tr th:first-child,
    .no-padding > .table-responsive > .table-bordered thead tr td:first-child,
    .no-padding > .table-responsive > .table-bordered tbody tr td:first-child {
        border-left-width: 0px !important;
    }

    .no-padding > .table-bordered thead tr th:last-child,
    .no-padding > .table-bordered tbody tr td:last-child,
    .no-padding > .table-responsive > .table-bordered thead tr th:last-child,
    .no-padding > .table-responsive > .table-bordered tbody tr td:last-child {
        border-right-width: 0px !important;
    }

    .no-padding > .table-bordered tbody tr:last-child td,
    .no-padding > .table-responsive > .table-bordered tbody tr:last-child td {
        border-bottom-width: 0px !important;
    }

.no-padding .table-responsive .table {
    margin-bottom: 0;
}

.no-padding .note-editable .table-bordered {
    border: 1px solid #dddddd !important;
}

.smart-form.table td .radio i,
.smart-form.table td .checkbox i,
.smart-form.table th .radio i,
.smart-form.table th .checkbox i {
    top: 0px !important;
}
/* condenced table */
.table-condensed.table > tbody > tr > td,
.table-condensed.table > tbody > tr > th,
.table-condensed.table > tfoot > tr > td,
.table-condensed.table > tfoot > tr > th,
.table-condensed.table > thead > tr > td,
.table-condensed.table > thead > tr > th {
    padding: 5px 10px !important;
}
/*
 * small stats
 */
.show-stats .progress {
    height: 7px;
    border-radius: 0;
    margin-top: 3px;
    margin-bottom: 15px;
}

.show-stats {
    padding-top: 6px !important;
}

.show-stat-buttons {
    float: left;
    width: 100%;
}

.show-stats .show-stat-buttons > :first-child {
    padding-right: 5px;
}

.show-stats .show-stat-buttons > :last-child {
    padding-left: 5px;
}

.show-stat-microcharts {
    margin-left: -10px;
    margin-right: -10px;
}

    .show-stat-microcharts > div {
        border-right: 1px solid #DADADA !important;
        border-top: 1px solid #DADADA !important;
        margin-top: 10px !important;
        height: 65px;
        overflow: hidden;
        padding: 7px 9px;
    }

    .show-stat-microcharts > :last-child {
        border-right: none !important;
    }

    .show-stat-microcharts .sparkline {
        margin-top: 10px;
        margin-right: 8px;
        opacity: .7;
    }

        .show-stat-microcharts .sparkline:hover {
            opacity: 1;
        }

.smaller-stat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .smaller-stat li {
        margin-top: 3px;
        margin-right: 0px;
    }

        .smaller-stat li:first-child {
            margin-top: 8px;
        }

    .smaller-stat span.label {
        width: 40px;
        display: block;
        text-align: left;
        opacity: .5;
        cursor: default;
    }

        .smaller-stat span.label:hover {
            opacity: 1;
        }
/*
 * Login info
 */
.login-info {
    border-bottom: 1px solid #D8D4D4;
    display: block;
    font-size: 12px;
    height: 39px;
    color: #ffffff;
    border: solid transparent;
    border-width: 1px 0px 1px 0px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    width: 100%;
    margin: 0px !important;
    border-bottom: 1px solid #525151;
}

    .login-info a {
        text-decoration: none !important;
        color: #c0bbb7;
        display: inline-block;
        margin-top: 6px;
    }

        .login-info a span {
            text-transform: capitalize;
            font-size: 14px;
            /* 14px~ */
            display: inline-block;
            text-decoration: none;
            max-width: 150px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
        }

            .login-info a span + i {
                vertical-align: middle;
            }

        .login-info a:hover {
            color: #ffffff;
        }

    .login-info > span {
        height: 38px;
        display: block;
        padding: 0 10px;
        border-bottom: 1px solid #1A1817;
    }

    .login-info img {
        width: 25px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        margin-top: 1px;
        margin-right: 5px;
        margin-left: 0px;
        border-left: 3px solid #ffffff;
    }

img.online,
img.busy,
img.offline,
img.away {
    border-left: 3px solid #fff;
}

img.online {
    border-left-color: #40ac2b !important;
}

img.busy {
    border-left-color: #ed1c24 !important;
}

img.offline {
    border-left-color: #dddddd !important;
}

img.away {
    border-left-color: #ffc40d !important;
}
/*
 * Client page forms
 */
.client-form header {
    padding: 15px 13px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background: rgba(248, 248, 248, 0.9);
}
/*
 * MINIFIED MENU
 */
.minified .inbox-badge {
    border-radius: 50%;
    font-size: 9px;
    padding: 2px;
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ED1C24;
    min-width: 13px;
}

.minifyme {
    border-bottom: 1px solid #302F2F;
    background: #454545;
    color: #A8A8A8;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    margin-top: 7px;
    font-size: 19px;
    transition: all 0.1s linear 0s;
}

    .minifyme:hover {
        background: #646464;
        color: #E4E4E4;
        right: 0px;
        width: 40px;
        padding-right: 5px;
    }

.minified .minifyme {
    right: 0px;
    color: #A8A8A8;
    position: relative;
    width: 100%;
    border-radius: 0px;
    margin: 0;
    height: 34px;
    font-size: 23px;
}

    .minified .minifyme .fa:before {
        content: "\f0a9";
    }

.minified .login-info a span,
.minified .login-info a i {
    display: none;
}

.minified .login-info span {
    padding: 0px 5px;
    text-align: center;
}

.minified .login-info img {
    margin: -2px 0 0;
    width: 30px;
}

.minified .login-info {
    height: 38px;
    border-bottom: 1px solid #181818;
}

.minified #left-panel {
    width: 45px;
}

.minified #main {
    margin-left: 45px;
}
/*
 * Minified NAV
 */
.minified #left-panel,
.minified nav > ul > li {
    overflow: visible;
}

.minified nav > ul > ul {
    min-height: 100px !important;
    max-height: 180px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #ed1c24 !important;
}

.minified nav > ul > li,
.minified nav > ul > li a {
    position: relative;
}

.minified nav ul > li > a {
    padding: 10px 11px;
    display: block;
}

.minified nav > ul > li > a .fa.fa-fw {
    display: block;
    width: auto;
    text-align: center;
    padding: 0;
}

.minified nav > ul > li > a > i {
    text-align: center;
    margin: 0;
    display: block;
}

.minified nav > ul > li.active > a::before {
    content: "\f0d9";
}

.minified nav ul ul li a {
    padding-left: 14px;
}

.minified nav ul ul li li a {
    padding-left: 25px;
}

.minified nav > ul ul li::before {
    left: 12px;
}

.minified nav > ul > li > ul::before {
    left: 12px;
}

.minified nav > ul > li > a .menu-item-parent,
.minified nav > ul > li > a > b {
    display: none;
}

.minified nav > ul > li > a > .menu-item-parent {
    display: none;
    position: absolute;
    left: 40px;
    top: -3px;
    width: 186px;
    height: 38px;
    line-height: 38px;
    background-color: whiteSmoke;
    color: #333333;
    z-index: 3;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #D8D4D4;
    border-bottom: 1px solid #ffffff;
    padding-left: 12px;
}

.minified nav > ul > li > ul {
    display: none !important;
    position: absolute;
    left: 40px;
    width: 199px;
    z-index: 5;
    border: 1px solid #bfbfbf;
    min-height: 180px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    background: #454545;
    margin-top: -3px;
    overflow: hidden;
}

.minified nav ul > li > ul > li > ul {
    position: relative;
    left: 13px;
    border: none;
    width: auto;
    margin-left: -12px;
    width: 197px;
}

.minified nav > ul > li:hover > a > .menu-item-parent,
.minified nav > ul > li:hover > ul {
    display: block !important;
}

.minified nav > ul > li > ul > li {
    background-color: rgba(69, 69, 69, 0.9);
}

    .minified nav > ul > li > ul > li > ul > li {
        background-color: #484B50;
    }

.minified nav > ul > li {
    border-bottom: 1px solid #1A1817;
    border-top: 1px solid #525151;
}

    .minified nav > ul > li > ul::before {
        border-left: none;
    }

.minified nav > ul ul li::before {
    border: none;
}

.slimScrollDiv,
.slimScrollDiv > :first-child {
    overflow: hidden;
}

.minified .slimScrollDiv,
.minified .slimScrollDiv > :first-child {
    overflow: visible !important;
}

.minified .slimScrollBar,
.minified .slimScrollRail {
    display: none;
}

.minified nav > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.minified nav > ul > li > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.minified nav > ul > li > ul > li > ul > li a {
    padding-top: 6px;
    padding-bottom: 6px;
}
/* Fourth Level: A */
.minified nav ul ul ul ul li a {
    padding-left: 45px;
}
/* Fifth Level: A */
.minified nav ul ul ul ul ul li a {
    padding-left: 62px;
}
/* Sixth Level: A */
.minified nav ul ul ul ul ul ul li a {
    padding-left: 82px;
}
/*
 * ALTERNATIVE PAGING
 */
.pagination.pagination-alt > li > a {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    margin-left: -1px;
}

.pagination.pagination-alt > li:first-child > a {
    padding-left: 0px;
}
/*
 * CUSTOM BUTTON
 */
.pagination > li > a,
.pagination > li > span {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.disabled {
    color: #ffffff;
}

.btn-default.disabled {
    color: #999999;
}

/* .btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

    .btn:active {
        position: relative;
        top: 1px;
        left: 1px;
    } */

    .btn.btn-ribbon {
        background-color: #707070;
        background-image: -moz-linear-gradient(top, #777777, #666666);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777777), to(#666666));
        background-image: -webkit-linear-gradient(top, #777777, #666666);
        background-image: -o-linear-gradient(top, #777777, #666666);
        background-image: linear-gradient(to bottom, #777777, #666666);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff666666', GradientType=0);
        color: white;
        padding: 0 5px;
        line-height: 20px;
        vertical-align: middle;
        height: 20px;
        display: block;
        border: none;
        float: left;
        margin: 0 8px 0 0;
        cursor: pointer;
    }

        .btn.btn-ribbon > i {
            font-size: 111%;
        }

.ribbon-button-alignment {
    padding-top: 10px;
    display: inline-block;
}

    .ribbon-button-alignment.pull-right > .btn.btn-ribbon {
        margin: 0 0 0 8px;
    }
/*
 * Panels
 */
.panel-purple {
    border-color: #6e587a;
}

    .panel-purple > .panel-heading {
        color: #ffffff;
        background-color: #6e587a;
        border-color: #6e587a;
    }

.panel-greenLight {
    border-color: #71843f;
}

    .panel-greenLight > .panel-heading {
        color: #ffffff;
        background-color: #71843f;
        border-color: #71843f;
    }

.panel-greenDark {
    border-color: #496949;
}

    .panel-greenDark > .panel-heading {
        color: #ffffff;
        background-color: #496949;
        border-color: #496949;
    }

.panel-darken {
    border-color: #333333;
}

    .panel-darken > .panel-heading {
        color: #ffffff;
        background-color: #404040;
        border-color: #404040;
    }

.panel-pink {
    border-color: #ac5287;
}

    .panel-pink > .panel-heading {
        color: #ffffff;
        background-color: #ac5287;
        border-color: #ac5287;
    }

.panel-green {
    border-color: #356e35;
}

    .panel-green > .panel-heading {
        color: #ffffff;
        background-color: #356e35;
        border-color: #356e35;
    }

.panel-blueLight {
    border-color: #92a2a8;
}

    .panel-blueLight > .panel-heading {
        color: #ffffff;
        background-color: #92a2a8;
        border-color: #92a2a8;
    }

.panel-pinkDark {
    border-color: #a8829f;
}

    .panel-pinkDark > .panel-heading {
        color: #ffffff;
        background-color: #a8829f;
        border-color: #a8829f;
    }

.panel-redLight {
    border-color: #a65858;
}

    .panel-redLight > .panel-heading {
        color: #ffffff;
        background-color: #a65858;
        border-color: #a65858;
    }

.panel-red {
    border-color: #a90329;
}

    .panel-red > .panel-heading {
        color: #ffffff;
        background-color: #a90329;
        border-color: #a90329;
    }

.panel-teal {
    border-color: #568a89;
}

    .panel-teal > .panel-heading {
        color: #ffffff;
        background-color: #568a89;
        border-color: #568a89;
    }

.panel-orange {
    border-color: #c79121;
}

    .panel-orange > .panel-heading {
        color: #ffffff;
        background-color: #c79121;
        border-color: #c79121;
    }

.panel-blueDark {
    border-color: #4c4f53;
}

    .panel-blueDark > .panel-heading {
        color: #ffffff;
        background-color: #4c4f53;
        border-color: #4c4f53;
    }

.panel-magenta {
    border-color: #6e3671;
}

    .panel-magenta > .panel-heading {
        color: #ffffff;
        background-color: #6e3671;
        border-color: #6e3671;
    }

.panel-blue {
    border-color: #57889c;
}

    .panel-blue > .panel-heading {
        color: #ffffff;
        background-color: #57889c;
        border-color: #57889c;
    }

.panel-footer > .btn-block {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
/*
 * Circle Buttons
 */
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 15px;
        font-size: 18px;
        line-height: 30px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 15px;
        font-size: 24px;
        line-height: 50px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }
/*
 * Big Metro Buttons
 */
.btn-metro {
    margin: 0 0 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .btn-metro > span {
        display: block;
        vertical-align: bottom;
        margin-top: 10px;
        text-transform: uppercase;
    }

        .btn-metro > span.label {
            position: absolute;
            top: 0px;
            right: 0px;
        }
/*
 * buttons with labels
 */
.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.btn-link {
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 14px;
}
/*
 * nav-demo-btn
 */
.nav-demo-btn {
    background-color: rgba(77, 118, 134, 0.5);
    border-color: #3a7775;
}

    .nav-demo-btn:hover,
    .nav-demo-btn:active {
        background-color: rgba(77, 118, 134, 0.7);
        border-color: #3a7775;
    }
/*
 * ANIMATION
 */
#left-panel {
    -webkit-transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
    transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
    -webkit-transform: translate(0px, 0px) translateZ(0px);
}
/* removed as it was too jerky */
/*#main {
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}*/
/*
 * CHARTS
 */
.chart-small,
.chart-large,
.chart-xl {
    overflow: hidden;
}

.chart-small {
    height: 100px;
    width: 100%;
}

.chart-large {
    height: 235px;
    width: 100%;
}

.chart-xl {
    height: 297px;
    width: 100%;
}
/*
 * Flot Tool tips
 */
#flotTip {
    padding: 3px 5px;
    background-color: #ffffff;
    z-index: 9999;
    color: #333333;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    border: 1px solid #C1C1C1;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    #flotTip span {
        color: #38812D;
        font-weight: bold;
    }

.legendLabel span {
    display: block;
    margin: 0 5px;
}

.legendColorBox {
    padding-left: 10px;
    vertical-align: top;
    padding-top: 5px;
}

    .legendColorBox div > div {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }
/*
 * Morris Charts
 */
.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

    .morris-hover.morris-default-style .morris-hover-row-label {
        font-weight: bold;
        margin: 0.25em 0;
    }

    .morris-hover.morris-default-style .morris-hover-point {
        white-space: nowrap;
        margin: 0.1em 0;
    }

.morris-hover {
    position: absolute;
    z-index: 903;
}

.fixed-page-footer .morris-hover {
    z-index: 900;
}
/*
 * Flot Chart
 */
.chart {
    overflow: hidden;
    /*- disabled for widget chrome bug */
    height: 220px;
    margin: 20px 5px 10px 10px;
}

.has-legend {
    margin-top: 30px !important;
}

.has-legend-unique {
    margin-top: 19px !important;
}
/*
 * Carren colors
 */
.icon-color-good {
    color: #40ac2b;
}

.icon-color-bad {
    color: #ed1c24;
}
/*
 * SIGNS
 */
.percent-sign:after,
.degree-sign:after {
    content: " %";
    line-height: normal;
}

.degree-sign:after {
    content: "Â°F";
}
/*
 * HIDDEN MENU
 */
.hidden-menu #left-panel {
    left: -210px;
    z-index: 903;
}

.hidden-menu #main {
    margin-left: 10px;
}

.hidden-menu #left-panel:hover {
    left: 0px;
}

.hidden-menu .minifyme {
    display: none;
}

.minified #hide-menu {
    display: none;
}

.btn-header.pull-right {
    margin-left: 6px;
}

.btn-header a > span {
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}

.btn-header > :first-child > a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 24px;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #bfbfbf;
    color: #6D6A69;
    font-size: 17px;
    margin: 10px 0 0 0;
}

    .btn-header > :first-child > a:hover {
        border: 1px solid #bfbfbf;
        color: #222;
        transition: all 0.0s;
        cursor: pointer;
        -webkit-box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
    }

    .btn-header > :first-child > a:active {
        background-color: #e8e8e8;
        background-image: -moz-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #ededed));
        background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
        background-image: -o-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
        background-image: -ms-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
        background-image: linear-gradient(to bottom, #e8e8e8 0%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ededed', GradientType=0);
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    }

.hidden-menu #hide-menu > :first-child > a {
    background-color: #e8e8e8;
    background-image: -moz-linear-gradient(top, #5a5a5a 0%, #686868 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a5a5a), color-stop(100%, #686868));
    background-image: -webkit-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
    background-image: -o-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
    background-image: -ms-linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
    background-image: linear-gradient(to bottom, #5a5a5a 0%, #686868 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A', endColorstr='#686868', GradientType=0);
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    border-color: #494949;
}

    .hidden-menu #hide-menu > :first-child > a:active,
    .full-screen #fullscreen > :first-child > a:active {
        -webkit-box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
    }
/*
 * AJAX DROPDOWN
 */
.ajax-dropdown > :first-child {
    margin: 0 0 3px 0;
    padding: 0 0 9px 0;
}

.ajax-dropdown {
    position: absolute;
    display: none;
    z-index: 905;
    background: white;
    top: 48px;
    left: 16px;
    width: 344px;
    height: 435px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    -moz-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    padding: 10px;
    background: #ffffff;
    border: 1px solid #b3b3b3;
}

    .ajax-dropdown:after,
    .ajax-dropdown:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ajax-dropdown:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 7px;
        left: 50%;
        margin-left: -7px;
    }

    .ajax-dropdown:before {
        border-color: rgba(131, 131, 131, 0);
        border-bottom-color: #838383;
        border-width: 8px;
        left: 50%;
        margin-left: -8px;
    }

    .ajax-dropdown .btn-group .btn {
        font-weight: bold;
        text-transform: capitalize;
    }
    /* better for 3 childs*/
    .ajax-dropdown .btn-group > :nth-child(2) {
        border-right-width: 0px;
        border-left-width: 0px;
    }

    .ajax-dropdown .btn-group > :last-child {
        border-right-width: 1px !important;
    }
    /* better for 4+ childs
 .ajax-dropdown .btn-group >:first-child {
 border-right-width:1px;
 }

 .ajax-dropdown .btn-group >:nth-child(n+2) {
 border-left-width:0px;
 }

 .ajax-dropdown .btn-group >:last-child {
 border-right-width:1px !important;
 }	*/
    .ajax-dropdown .btn-group .btn:active {
        top: 0px;
        left: 0px;
    }

.ajax-notifications {
    height: 365px;
    display: block;
    overflow: auto;
    margin-right: -10px;
    margin-left: -10px;
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    background: #E9E9E9;
}

    .ajax-notifications .alert.alert-transparent {
        background-color: transparent;
        border-color: transparent;
        color: #757575;
        margin: 13px 10px;
    }

    .ajax-notifications .alert > :first-child {
        margin-bottom: 10px;
        font-weight: 400;
    }

.ajax-dropdown > :last-child {
    font-size: 13px;
    display: block;
    padding: 5px 0;
    line-height: 22px;
    font-weight: 400;
}

.ajax-dropdown .fa-4x.fa-border {
    border-width: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 46px;
    text-align: center;
    color: #D1D1D1;
    border-color: #D1D1D1;
}
/*
 * LARGE DROPDOWNS
 */
.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        color: #428bca;
        font-size: 18px;
    }

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }
}
/*
 * PAGING
 */
.pagination-xs > li > a,
.pagination-xs > li > span {
    padding: 4px 9px;
    font-size: 12px;
}
/*
 * NOTIFICATIONS : MAIL
 */
.notification-body *,
.notification-body:before *,
.notification-body:after * {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.notification-body {
    padding: 0 0 0 3px;
    margin: 0;
    list-style: none;
}

    .notification-body > li {
        border-bottom: 1px solid #E9E9E9;
        position: relative;
    }

        .notification-body > li > span {
            background: #ffffff;
            display: block;
            min-height: 25px;
            overflow: hidden;
            padding: 8px 10px 13px;
            white-space: normal;
        }

            .notification-body > li > span:hover {
                background: #F0F4F7;
                color: #667F8F;
            }

        .notification-body > li a.msg {
            padding-left: 50px !important;
        }

        .notification-body > li a,
        .notification-body > li a:hover {
            text-decoration: none;
        }

            .notification-body > li a,
            .notification-body > li a span {
                display: block;
                position: relative;
                overflow: hidden;
            }

                .notification-body > li a,
                .notification-body > li a:hover {
                    text-decoration: none;
                }

        .notification-body > li:hover .progress {
            background: #ffffff;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #a7a7a7 inset;
            -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #cccccc inset;
            -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #ffffff inset;
        }

        .notification-body > li:hover .text-muted {
            color: #333333;
        }

    .notification-body .from {
        font-size: 14px;
        line-height: normal;
        color: #333333;
        font-weight: normal;
        margin-right: 60px;
        margin-bottom: 6px;
        height: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .notification-body .unread .from {
        font-weight: bold;
    }

    .notification-body .unread {
        background: #FFFFE0;
    }

    .notification-body time {
        position: absolute;
        top: 3px;
        right: 0;
        font-size: 11px;
        font-weight: normal;
        color: #058dc7;
    }

    .notification-body .msg-body,
    .notification-body .subject {
        font-size: 13px;
        color: #A0A0A0;
        max-height: 35px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .notification-body .subject {
        font-size: 13px;
        color: #333333;
        max-height: 22px;
    }
/*
 * WIZARDS
 */
.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
}

    .bootstrapWizard a:hover,
    .bootstrapWizard a:active,
    .bootstrapWizard a:focus {
        text-decoration: none;
    }

    .bootstrapWizard li {
        display: block;
        float: left;
        width: 25%;
        text-align: center;
        padding-left: 0;
    }

        .bootstrapWizard li:before {
            border-top: 3px solid #55606E;
            content: "";
            display: block;
            font-size: 0;
            overflow: hidden;
            position: relative;
            top: 11px;
            right: 1px;
            width: 100%;
            z-index: 1;
        }

        .bootstrapWizard li:first-child:before {
            left: 50%;
            max-width: 50%;
        }

        .bootstrapWizard li:last-child:before {
            max-width: 50%;
            width: 50%;
        }

        .bootstrapWizard li.complete .step {
            background: #0aa66e;
            padding: 1px 6px;
            border: 3px solid #55606E;
        }

        .bootstrapWizard li .step i {
            font-size: 10px;
            font-weight: normal;
            position: relative;
            top: -1.5px;
        }

        .bootstrapWizard li .step {
            background: #B2B5B9;
            color: #ffffff;
            display: inline;
            font-size: 15px;
            font-weight: bold;
            line-height: 12px;
            padding: 7px 13px;
            border: 3px solid transparent;
            border-radius: 50%;
            line-height: normal;
            position: relative;
            text-align: center;
            z-index: 2;
            transition: all 0.1s linear 0s;
        }

        .bootstrapWizard li.active .step,
        .bootstrapWizard li.active.complete .step {
            background: #0091d9;
            color: #ffffff;
            font-weight: bold;
            padding: 7px 13px;
            font-size: 15px;
            border-radius: 50%;
            border: 3px solid #55606E;
        }

        .bootstrapWizard li.complete .title,
        .bootstrapWizard li.active .title {
            color: #2B3D53;
        }

        .bootstrapWizard li .title {
            color: #bfbfbf;
            display: block;
            font-size: 13px;
            line-height: 15px;
            max-width: 100%;
            position: relative;
            table-layout: fixed;
            text-align: center;
            top: 20px;
            word-wrap: break-word;
            z-index: 104;
        }

.wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
}

    .wizard-actions li {
        display: inline;
    }

.tab-content.transparent {
    background-color: transparent;
}
/*
 * FUELUX WIZARD
 */
.fuelux .wizard {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

    .fuelux .wizard:before,
    .fuelux .wizard:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .fuelux .wizard:after {
        clear: both;
    }

    .fuelux .wizard ul {
        width: 4000px;
        padding: 0;
        margin: 0;
        list-style: none outside none;
    }

        .fuelux .wizard ul.previous-disabled li.complete {
            cursor: default;
        }

            .fuelux .wizard ul.previous-disabled li.complete:hover {
                color: #356e35;
                cursor: default;
                background: #f3f4f5;
            }

                .fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before {
                    border-left-color: #f3f4f5;
                }

        .fuelux .wizard ul li {
            position: relative;
            float: left;
            height: 46px;
            padding: 0 20px 0 30px;
            margin: 0;
            font-size: 16px;
            line-height: 46px;
            color: #999999;
            cursor: default;
            background: #ededed;
        }

            .fuelux .wizard ul li .chevron {
                position: absolute;
                top: 0;
                right: -14px;
                z-index: 1;
                display: block;
                border: 24px solid transparent;
                border-right: 0;
                border-left: 14px solid #d4d4d4;
            }

                .fuelux .wizard ul li .chevron:before {
                    position: absolute;
                    top: -24px;
                    right: 1px;
                    display: block;
                    border: 24px solid transparent;
                    border-right: 0;
                    border-left: 14px solid #ededed;
                    content: "";
                }

            .fuelux .wizard ul li.complete {
                color: #468847;
                background: #f3f4f5;
            }

                .fuelux .wizard ul li.complete:hover {
                    cursor: pointer;
                    background: #e7eff8;
                }

                    .fuelux .wizard ul li.complete:hover .chevron:before {
                        border-left: 14px solid #e7eff8;
                    }

                .fuelux .wizard ul li.complete .chevron:before {
                    border-left: 14px solid #f3f4f5;
                }

            .fuelux .wizard ul li.active {
                color: #3a87ad;
                background: #f1f6fc;
            }

                .fuelux .wizard ul li.active .chevron:before {
                    border-left: 14px solid #f1f6fc;
                }

            .fuelux .wizard ul li .badge {
                margin-right: 8px;
            }

            .fuelux .wizard ul li:first-child {
                padding-left: 20px;
                border-radius: 4px 0 0 4px;
            }

    .fuelux .wizard .actions {
        position: absolute;
        right: 0;
        z-index: 2;
        float: right;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 46px;
        vertical-align: middle;
        background-color: #eeeeee;
        border-left: 1px solid #d4d4d4;
    }

        .fuelux .wizard .actions a {
            margin-right: 8px;
            font-size: 12px;
            line-height: 45px;
        }

        .fuelux .wizard .actions .btn-prev i {
            margin-right: 5px;
        }

        .fuelux .wizard .actions .btn-next i {
            margin-left: 5px;
        }

.fuelux .step-content .step-pane {
    display: none;
}

.fuelux .step-content .active {
    display: block;
}

    .fuelux .step-content .active .btn-group .active {
        display: inline-block;
    }
/*
 * jarvismetro TILE
 */
.jarvismetro-tile {
    float: left;
    display: block;
    background-color: #ffffff;
    width: 100px;
    height: 70px;
    cursor: pointer;
    box-shadow: inset 0px 0px 1px #FFFFCC;
    border: 1px dotted #C5C5C5;
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
    font-smooth: always;
    margin: 0 10px 20px 0;
    padding: 5px;
    position: relative;
}

    .jarvismetro-tile:hover {
        z-index: 10;
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
    }

    .jarvismetro-tile.big-cubes {
        width: 120px;
        height: 120px;
    }

    .jarvismetro-tile.double {
        width: 249px;
    }

    .jarvismetro-tile:active {
        top: 1px;
        left: 1px;
    }

    .jarvismetro-tile .iconbox {
        text-align: center;
    }

        .jarvismetro-tile .iconbox i {
            display: block;
            margin: 15px auto 0;
            height: 75px;
        }

        .jarvismetro-tile .iconbox span {
            display: block;
            text-align: left;
        }

            .jarvismetro-tile .iconbox span > span {
                position: absolute;
                right: -3px;
                bottom: -3px;
                border-radius: 50%;
                padding: 5px 5px;
                border: 1px solid #ffffff;
            }

#shortcut .selected {
    border: 1px solid #0091d9 !important;
}

#shortcut .selected {
    position: relative;
}

    #shortcut .selected:before {
        display: block;
        position: absolute;
        content: "\f00c";
        color: #ffffff;
        right: 4px;
        top: 3px;
        font-family: FontAwesome;
        z-index: 2;
    }

    #shortcut .selected:after {
        width: 0;
        height: 0;
        border-top: 35px solid #0091d9;
        border-left: 35px solid rgba(0, 0, 0, 0);
        position: absolute;
        display: block;
        right: 0;
        content: "";
        top: 0;
        z-index: 1;
    }
/*
 * SHORT CUT
 */
#shortcut {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #33302F;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 907;
    display: none;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #shortcut ul {
        padding: 15px 20px 10px;
        list-style: none;
        margin: 0;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        border-bottom: 1px solid #423F3F;
    }

        #shortcut ul li {
            display: inline-block;
            width: auto;
        }

            #shortcut ul li .jarvismetro-tile {
                margin: 0px 3px 3px;
                border: none;
                border-radius: 0px;
                -moz-border-radius: 0px;
                -webkit-border-radius: 0px;
            }

                #shortcut ul li .jarvismetro-tile:hover {
                    color: #ffffff;
                    text-decoration: none;
                }

                #shortcut ul li .jarvismetro-tile:active,
                #shortcut ul li .jarvismetro-tile:focus {
                    left: 0;
                    top: 0;
                }

.shortcut-on #response-btn {
    display: none !important;
}

.shortcut-on #main .navbar,
.shortcut-on #left-bar .navbar {
    border: none !important;
}
/*
 * ARROW BOX
 */
.arrow-box-up:after,
.arrow-box-up:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-up:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    left: 50%;
    margin-left: -7px;
}

.arrow-box-up:before {
    border-color: rgba(131, 131, 131, 0);
    border-bottom-color: #838383;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}
/*
 * right
 */
.arrow-box-up-right:after,
.arrow-box-up-right:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-up-right:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    right: 10px;
    margin-left: -7px;
}

.arrow-box-up-right:before {
    border-color: rgba(131, 131, 131, 0);
    border-bottom-color: #838383;
    border-width: 8px;
    right: 9px;
    margin-left: -8px;
}
/*
 * BOOTSTRAP TOOLTIP
 */
.tooltip-inner {
    padding: 5px 10px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 0px;
}
/*
 * WEBKIT SCROLLING CSS
 * Reference: http://stackoverflow.com/questions/10592657/scrollbar-stylesheet
 * GitHub Source: https://gist.github.com/jambu/2004633
 */
.custom-scroll::-webkit-scrollbar {
    -webkit-overflow-scrolling: touch;
    height: 10px;
    width: 10px;
}

    .custom-scroll::-webkit-scrollbar:hover {
        background-color: #E9E9E9;
        border: 1px solid #dbdbdb;
    }

.custom-scroll::-webkit-scrollbar-button:start:decrement,
.custom-scroll::-webkit-scrollbar-button:end:increment {
    background: transparent;
    display: block;
    height: 0;
}

.custom-scroll::-webkit-scrollbar-track {
    background-clip: padding-box;
    border-width: 0 0 0 4px;
    border: solid transparent;
}

.custom-scroll::-webkit-scrollbar-track-piece {
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-radius: 0;
}

.custom-scroll::-webkit-scrollbar-thumb {
    -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.2);
    border-width: 0;
    border: none;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

    .custom-scroll::-webkit-scrollbar-thumb:vertical,
    .custom-scroll::-webkit-scrollbar-thumb:horizontal {
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        background-color: #bfbfbf;
        border-radius: 0;
    }

    .custom-scroll::-webkit-scrollbar-thumb:active {
        -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.33);
        -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.33);
        background-color: rgba(0, 0, 0, 0.44);
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.33);
    }

    .custom-scroll::-webkit-scrollbar-thumb:hover {
        background-color: #959595;
    }
/*
 * Typehead
 */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
    height: 32px;
    padding: 6px 12px;
}

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #ffffff;
        background-color: #0081c2;
    }

        .tt-suggestion.tt-is-under-cursor a {
            color: #ffffff;
        }

    .tt-suggestion p {
        margin: 0;
    }
/*
 * Google Maps
 */
.google_maps {
    width: 100%;
    height: 350px;
    position: relative;
}

    .google_maps * {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
    }

    .google_maps img {
        max-width: none;
        /* needed for google map popup*/
    }
/*
 * Header btn
 */
.header-btn {
    margin-top: 5px;
}
/*
 * CKEDITOR
 */
.cke_top {
    background: rgba(248, 248, 248, 0.9) !important;
    background-image: none !important;
}
/*
 * BS Multiselect
 * TODO:
 */
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .multiselect-container .input-group {
        margin: 5px;
    }

    .multiselect-container > li {
        padding: 0;
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: bold;
        }

        .multiselect-container > li > label.multiselect-group {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: bold;
        }

        .multiselect-container > li > a > label {
            margin: 0;
            height: 100%;
            cursor: pointer;
            font-weight: normal;
        }

            .multiselect-container > li > a > label.radio,
            .multiselect-container > li > a > label.checkbox {
                margin: 0;
            }

            .multiselect-container > li > a > label > input[type="checkbox"] {
                margin-bottom: 5px;
            }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*
 * FORMS: INPUT WITH ICONS
 */
.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

    .icon-addon:after,
    .icon-addon:before {
        display: table;
        content: " ";
    }

    .icon-addon:after {
        clear: both;
    }

    .icon-addon.addon-md .glyphicon,
    .icon-addon .glyphicon,
    .icon-addon.addon-md .fa,
    .icon-addon .fa {
        position: absolute;
        z-index: 2;
        left: 10px;
        width: 20px;
        margin-left: -2.5px;
        text-align: center;
        padding: 10px 0;
        top: 1px;
    }

    .icon-addon.addon-lg .form-control {
        line-height: 1.33;
        height: 46px;
        font-size: 18px;
        padding: 10px 16px 10px 40px;
    }

.input-group-lg .icon-addon.addon-lg + .input-group-btn > .btn {
    height: 46px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px;
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}

.icon-addon input:disabled + .glyphicon,
.icon-addon select:disabled + .glyphicon,
.icon-addon input:disabled + .fa,
.icon-addon select:disabled + .fa {
    color: #ccc;
}
/*
 * PROGRESS BARS
 */
.progress-micro {
    height: 3px !important;
    line-height: 3px !important;
}

.progress-xs {
    height: 7px !important;
    line-height: 7px !important;
}

.progress-sm {
    height: 14px !important;
    line-height: 14px !important;
}

.progress-lg {
    height: 30px !important;
    line-height: 30px !important;
}

.progress .progress-bar {
    position: absolute;
    overflow: hidden;
    line-height: 20px;
}

.progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.progress .progressbar-front-text {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.progress.right .progress-bar {
    right: 0;
}

.progress.right .progressbar-front-text {
    position: absolute;
    right: 0;
}

.progress.vertical {
    width: 25px;
    height: 100%;
    min-height: 150px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0px;
}

.progress.wide-bar {
    width: 40px;
}

.progress.vertical.bottom {
    position: relative;
}

    .progress.vertical.bottom .progressbar-front-text {
        position: absolute;
        bottom: 0;
    }

.progress.vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.progress.vertical.bottom .progress-bar {
    position: absolute;
    bottom: 0;
}

.progress {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: 22px;
    background: #eeeeee;
    box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
    -webkit-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
    -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #e3e3e3 inset;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    background-color: #57889c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: url('../img/pattern/overlay-pattern.png');
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-danger {
    background-color: #a90329;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-success {
    background-color: #739e73;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #c79121;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #57889c;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
    background: #57889c;
}

.vertical-bars {
    padding: 0;
    margin: 0;
}

    .vertical-bars:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

    .vertical-bars li {
        padding: 14px 0;
        width: 25%;
        display: block;
        float: left;
        text-align: center;
    }

        .vertical-bars li:first-child {
            border-left: none;
        }

    .vertical-bars > li > .progress.vertical:first-child {
        margin-left: auto;
    }

    .vertical-bars > li > .progress.vertical {
        margin: 0 auto;
        float: none;
    }
/*
 * BAR HOLDER
 */
.bar-holder:first-child {
    border-top: none;
}

.bar-holder {
    padding: 18px 15px;
}

    .bar-holder .progress {
        margin: 0;
    }
/* progress bar colors */
[data-progressbar-value] {
    margin-top: 15px !important;
    overflow: visible;
    margin-bottom: 0px;
}

.dataTable [data-progressbar-value] {
    min-width: 70px;
}

[data-progressbar-value="100"]:before,
[data-progressbar-value="100"]:after,
[data-progressbar-value]:before,
[data-progressbar-value]:after {
    position: absolute;
    background: none;
    font-size: 11px;
    top: -12px;
}

[data-progressbar-value]:before {
    content: attr(data-progressbar-value);
    left: attr(data-progressbar-value) px;
}

[data-progressbar-value]:after {
    content: "%";
    left: 13px;
}

[data-progressbar-value="1"] > .progress-bar {
    width: 1%;
    background: #a90329;
}

[data-progressbar-value="2"] > .progress-bar {
    width: 2%;
    background: #a90329;
}

[data-progressbar-value="3"] > .progress-bar {
    width: 3%;
    background: #a90329;
}

[data-progressbar-value="4"] > .progress-bar {
    width: 4%;
    background: #a90329;
}

[data-progressbar-value="5"] > .progress-bar {
    width: 5%;
    background: #a90329;
}

[data-progressbar-value="6"] > .progress-bar {
    width: 6%;
    background: #a90329;
}

[data-progressbar-value="7"] > .progress-bar {
    width: 7%;
    background: #a90329;
}

[data-progressbar-value="8"] > .progress-bar {
    width: 8%;
    background: #a90329;
}

[data-progressbar-value="9"] > .progress-bar {
    width: 9%;
    background: #a90329;
}

[data-progressbar-value="10"] > .progress-bar {
    width: 10%;
    background: #db0435;
}

[data-progressbar-value="11"] > .progress-bar {
    width: 11%;
    background: #c79121;
}

[data-progressbar-value="12"] > .progress-bar {
    width: 12%;
    background: #c79121;
}

[data-progressbar-value="13"] > .progress-bar {
    width: 13%;
    background: #c79121;
}

[data-progressbar-value="14"] > .progress-bar {
    width: 14%;
    background: #c79121;
}

[data-progressbar-value="15"] > .progress-bar {
    width: 15%;
    background: #c79121;
}

[data-progressbar-value="16"] > .progress-bar {
    width: 16%;
    background: #c79121;
}

[data-progressbar-value="17"] > .progress-bar {
    width: 17%;
    background: #c79121;
}

[data-progressbar-value="18"] > .progress-bar {
    width: 18%;
    background: #c79121;
}

[data-progressbar-value="19"] > .progress-bar {
    width: 19%;
    background: #c79121;
}

[data-progressbar-value="20"] > .progress-bar {
    width: 20%;
    background: #c79121;
}

[data-progressbar-value="21"] > .progress-bar {
    width: 21%;
    background: #c79121;
}

[data-progressbar-value="22"] > .progress-bar {
    width: 22%;
    background: #c79121;
}

[data-progressbar-value="23"] > .progress-bar {
    width: 23%;
    background: #c79121;
}

[data-progressbar-value="24"] > .progress-bar {
    width: 24%;
    background: #c79121;
}

[data-progressbar-value="25"] > .progress-bar {
    width: 25%;
    background: #c79121;
}

[data-progressbar-value="26"] > .progress-bar {
    width: 26%;
    background: #c79121;
}

[data-progressbar-value="27"] > .progress-bar {
    width: 27%;
    background: #c79121;
}

[data-progressbar-value="28"] > .progress-bar {
    width: 28%;
    background: #c79121;
}

[data-progressbar-value="29"] > .progress-bar {
    width: 29%;
    background: #c79121;
}

[data-progressbar-value="30"] > .progress-bar {
    width: 30%;
    background: #c79121;
}

[data-progressbar-value="31"] > .progress-bar {
    width: 31%;
    background: #c79121;
}

[data-progressbar-value="32"] > .progress-bar {
    width: 32%;
    background: #c79121;
}

[data-progressbar-value="33"] > .progress-bar {
    width: 33%;
    background: #c79121;
}

[data-progressbar-value="34"] > .progress-bar {
    width: 34%;
    background: #c79121;
}

[data-progressbar-value="35"] > .progress-bar {
    width: 35%;
    background: #c79121;
}

[data-progressbar-value="36"] > .progress-bar {
    width: 36%;
    background: #c79121;
}

[data-progressbar-value="37"] > .progress-bar {
    width: 37%;
    background: #c79121;
}

[data-progressbar-value="38"] > .progress-bar {
    width: 38%;
    background: #c79121;
}

[data-progressbar-value="39"] > .progress-bar {
    width: 39%;
    background: #c79121;
}

[data-progressbar-value="40"] > .progress-bar {
    width: 40%;
    background: #c79121;
}

[data-progressbar-value="41"] > .progress-bar {
    width: 41%;
    background: #404040;
}

[data-progressbar-value="42"] > .progress-bar {
    width: 42%;
    background: #404040;
}

[data-progressbar-value="43"] > .progress-bar {
    width: 43%;
    background: #404040;
}

[data-progressbar-value="44"] > .progress-bar {
    width: 44%;
    background: #404040;
}

[data-progressbar-value="45"] > .progress-bar {
    width: 45%;
    background: #404040;
}

[data-progressbar-value="46"] > .progress-bar {
    width: 46%;
    background: #404040;
}

[data-progressbar-value="47"] > .progress-bar {
    width: 47%;
    background: #404040;
}

[data-progressbar-value="48"] > .progress-bar {
    width: 48%;
    background: #404040;
}

[data-progressbar-value="49"] > .progress-bar {
    width: 49%;
    background: #404040;
}

[data-progressbar-value="50"] > .progress-bar {
    width: 50%;
    background: #404040;
}

[data-progressbar-value="51"] > .progress-bar {
    width: 51%;
    background: #404040;
}

[data-progressbar-value="52"] > .progress-bar {
    width: 52%;
    background: #404040;
}

[data-progressbar-value="53"] > .progress-bar {
    width: 53%;
    background: #404040;
}

[data-progressbar-value="54"] > .progress-bar {
    width: 54%;
    background: #404040;
}

[data-progressbar-value="55"] > .progress-bar {
    width: 55%;
    background: #404040;
}

[data-progressbar-value="56"] > .progress-bar {
    width: 56%;
    background: #404040;
}

[data-progressbar-value="57"] > .progress-bar {
    width: 57%;
    background: #404040;
}

[data-progressbar-value="58"] > .progress-bar {
    width: 58%;
    background: #404040;
}

[data-progressbar-value="59"] > .progress-bar {
    width: 59%;
    background: #404040;
}

[data-progressbar-value="60"] > .progress-bar {
    width: 60%;
    background: #404040;
}

[data-progressbar-value="61"] > .progress-bar {
    width: 61%;
    background: #3276b1;
}

[data-progressbar-value="62"] > .progress-bar {
    width: 62%;
    background: #3276b1;
}

[data-progressbar-value="63"] > .progress-bar {
    width: 63%;
    background: #3276b1;
}

[data-progressbar-value="64"] > .progress-bar {
    width: 64%;
    background: #404040;
}

[data-progressbar-value="65"] > .progress-bar {
    width: 65%;
    background: #3276b1;
}

[data-progressbar-value="66"] > .progress-bar {
    width: 66%;
    background: #3276b1;
}

[data-progressbar-value="67"] > .progress-bar {
    width: 67%;
    background: #3276b1;
}

[data-progressbar-value="68"] > .progress-bar {
    width: 68%;
    background: #3276b1;
}

[data-progressbar-value="69"] > .progress-bar {
    width: 69%;
    background: #3276b1;
}

[data-progressbar-value="70"] > .progress-bar {
    width: 70%;
    background: #3276b1;
}

[data-progressbar-value="71"] > .progress-bar {
    width: 71%;
    background: #3276b1;
}

[data-progressbar-value="72"] > .progress-bar {
    width: 72%;
    background: #3276b1;
}

[data-progressbar-value="73"] > .progress-bar {
    width: 73%;
    background: #3276b1;
}

[data-progressbar-value="74"] > .progress-bar {
    width: 74%;
    background: #3276b1;
}

[data-progressbar-value="75"] > .progress-bar {
    width: 75%;
    background: #3276b1;
}

[data-progressbar-value="76"] > .progress-bar {
    width: 76%;
    background: #3276b1;
}

[data-progressbar-value="77"] > .progress-bar {
    width: 77%;
    background: #3276b1;
}

[data-progressbar-value="78"] > .progress-bar {
    width: 78%;
    background: #3276b1;
}

[data-progressbar-value="79"] > .progress-bar {
    width: 79%;
    background: #3276b1;
}

[data-progressbar-value="80"] > .progress-bar {
    width: 80%;
    background: #3276b1;
}

[data-progressbar-value="81"] > .progress-bar {
    width: 81%;
    background: #a0bda0;
}

[data-progressbar-value="82"] > .progress-bar {
    width: 82%;
    background: #a0bda0;
}

[data-progressbar-value="83"] > .progress-bar {
    width: 83%;
    background: #a0bda0;
}

[data-progressbar-value="84"] > .progress-bar {
    width: 84%;
    background: #9dbb9d;
}

[data-progressbar-value="85"] > .progress-bar {
    width: 85%;
    background: #9dbb9d;
}

[data-progressbar-value="86"] > .progress-bar {
    width: 86%;
    background: #9dbb9d;
}

[data-progressbar-value="87"] > .progress-bar {
    width: 87%;
    background: #97b797;
}

[data-progressbar-value="88"] > .progress-bar {
    width: 88%;
    background: #97b797;
}

[data-progressbar-value="89"] > .progress-bar {
    width: 89%;
    background: #91b391;
}

[data-progressbar-value="90"] > .progress-bar {
    width: 90%;
    background: #91b391;
}

[data-progressbar-value="91"] > .progress-bar {
    width: 91%;
    background: #91b391;
}

[data-progressbar-value="92"] > .progress-bar {
    width: 92%;
    background: #8eb18e;
}

[data-progressbar-value="93"] > .progress-bar {
    width: 93%;
    background: #8baf8b;
}

[data-progressbar-value="94"] > .progress-bar {
    width: 94%;
    background: #88ad88;
}

[data-progressbar-value="95"] > .progress-bar {
    width: 95%;
    background: #85ab85;
}

[data-progressbar-value="96"] > .progress-bar {
    width: 96%;
    background: #82a882;
}

[data-progressbar-value="97"] > .progress-bar {
    width: 97%;
    background: #7fa67f;
}

[data-progressbar-value="98"] > .progress-bar {
    width: 98%;
    background: #7ca47c;
}

[data-progressbar-value="99"] > .progress-bar {
    width: 99%;
    background: #79a279;
}

[data-progressbar-value="100"] > .progress-bar {
    width: 100%;
    background: #739e73;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    background-image: none !important;
}

[data-progressbar-value="100"]:before {
    content: attr(data-progressbar-value);
    top: -12px;
    left: attr(data-progressbar-value) px;
}

[data-progressbar-value="100"]:after {
    content: "complete";
    left: auto;
    right: 0px;
    color: #739e73;
}
/* This issue relates to container + toggle menu with a result of overflow. */
html.hidden-menu-mobile-lock {
    overflow-x: hidden;
}
/*
 * No Padding
 */
.no-content-padding {
    margin: -10px -14px 0 -14px;
    /*used with content >:first-child */
}

.no-padding {
    padding: 0px !important;
}

    .no-padding > pre {
        margin: 30px;
    }

    .no-padding > table,
    .no-padding .dataTables_wrapper table {
        border: none !important;
        margin-bottom: 0px !important;
        border-bottom-width: 0px !important;
    }

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-7 {
    padding: 7px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-gutter {
    padding: 13px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.no-padding > table tr td:last-child,
.no-padding > table tr th:last-child,
.no-padding .dataTables_wrapper table tr td:last-child,
.no-padding .dataTables_wrapper table tr th:last-child {
    border-right: none !important;
}

.no-padding > table tr td:first-child,
.no-padding > table tr th:first-child,
.no-padding .dataTables_wrapper table tr td:first-child,
.no-padding .dataTables_wrapper table tr th:first-child {
    border-left: none !important;
}

.no-padding .dataTables_wrapper table tbody tr:last-child td {
    border-bottom: 0;
}
/*
 * Font Weights
 */
.semi-bold {
    font-weight: 400 !important;
}

.ultra-light {
    font-weight: 300 !important;
}
/*
 * Font Sizes
 */
.font-xs {
    font-size: 85% !important;
}

.font-sm {
    font-size: 95% !important;
}

.font-md {
    font-size: 130% !important;
}

.font-lg {
    font-size: 160% !important;
}

.font-xl {
    font-size: 200% !important;
}

.font-400 {
    font-size: 400% !important;
}
/*
 * Margins
 */
.no-margin {
    margin: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}
/*
 * No border
 */
.no-border,
.well[class*=" bg-"].no-border {
    border-width: 0px !important;
}

.no-border-transparent {
    border-color: transparent !important;
}

.no-border-radius {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
/*
 * Inlines
 */
.display-inline {
    display: inline-block !important;
}

.display-normal {
    display: inline !important;
}
/*
 * CURSORS
 */
.cursor-pointer {
    cursor: pointer;
}
/*
 * Images
 */
.hover-transparent {
    opacity: .5;
}

    .hover-transparent:hover {
        opacity: 1;
    }
/*
 * Forced text alignments
 */
.text-align-center,
.text-center {
    text-align: center !important;
}

.text-align-left,
.text-left {
    text-align: left !important;
}

.text-align-right,
.text-right {
    text-align: right !important;
}
/*
 * HR
 */
hr.simple {
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: dashed;
}
/*
 * SHORT CUTS
 */
.pull-right {
    float: right !Important;
}

.pull-left {
    float: left !Important;
}
/*
 * Air fields
 * Description: absolute positioned objects
 */
.air {
    position: absolute;
    z-index: 5;
}

.air-bottom {
    bottom: 0px;
}

.air-top {
    top: 0px;
}

.air-top-right {
    top: 0px;
    right: 0px;
}

.air-top-left {
    top: 0px;
    left: 0px;
}

.air-bottom-left {
    bottom: 0px;
    left: 0px;
}

.air-bottom-right {
    bottom: 0px;
    right: 0px;
}
/*
 * Display none
 */
.display-none {
    display: none !important;
}
/*
 * Custom Radio and Input
 * SETUP
 */
.checkbox input[type="checkbox"].checkbox + span,
.checkbox-inline input[type="checkbox"].checkbox + span,
.radiobox-inline input[type="radio"].radiobox + span,
.radio input[type="radio"].radiobox + span {
    margin-left: -20px;
}

.form-inline .checkbox input[type="checkbox"].checkbox + span,
.form-inline .radiobox input[type="radio"].radiobox + span {
    margin-left: 0px;
}

.form-inline .checkbox,
.form-inline .radiobox {
    padding-left: 0px;
}

label input[type="radio"].radiobox + span,
input[type="checkbox"].checkbox + span {
    vertical-align: middle;
    line-height: 20px;
}

    input[type="checkbox"].checkbox + span,
    input[type="checkbox"].checkbox + span:after,
    input[type="checkbox"].checkbox + span:before,
    input[type="radio"].radiobox + span,
    input[type="radio"].radiobox + span:after,
    input[type="radio"].radiobox + span:before {
        box-sizing: content-box !important;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
    }

input[type="checkbox"].checkbox,
input[type="radio"].radiobox {
    visibility: hidden;
    position: absolute;
    z-index: 20;
    width: 18px;
    height: 18px;
}

label input[type="checkbox"].checkbox + span,
label input[type="radio"].radiobox + span {
    position: relative;
    z-index: 19;
    display: inline-block;
    margin: 0;
    line-height: 17px;
    min-height: 14px;
    min-width: 14px;
    margin-right: 5px;
}

    label input[type="checkbox"].checkbox + span:hover,
    label input[type="radio"].radiobox + span:hover {
        cursor: pointer;
    }

    label input[type="radio"].radiobox + span:before,
    label input[type="checkbox"].checkbox + span:before {
        font-family: 'FontAwesome';
        font-size: 12px;
        border-radius: 0;
        content: "\a0";
        /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 1px;
        height: 12px;
        line-height: 12px;
        min-width: 12px;
        margin-right: 5px;
        border: 1px solid #bfbfbf;
        background-color: #f4f4f4;
        font-weight: normal;
        margin-top: -1px;
    }
    /*
 * RADIO
 */
    label input[type="radio"].radiobox + span:before {
        content: "\a0";
        /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
    }

label input[type="radio"].radiobox:checked + span {
    font-weight: bold;
}
    /* DEFAULT COLOR */
    label input[type="radio"].radiobox:checked + span:before {
        content: "\f111";
        /* circle */
        color: #2E7BCC;
    }
/* ORANGE COLOR */
label input[type="radio"].radiobox.style-3:checked + span:before {
    color: #a90329;
    border-color: #a90329;
}
/* CHROME COLOR */
label input[type="radio"].radiobox.style-2:checked + span:before {
    color: #66665e;
    border-color: #4d90fe;
    font-size: 9px;
}

label input[type="radio"].radiobox.style-2:checked + span {
    font-weight: normal;
}
/* Style 1 Radio */
label input[type="radio"].radiobox.style-1 + span:before {
    font-size: 9px;
    background: #ffffff;
    text-shadow: none;
    box-shadow: none !important;
    border-width: 1px;
    height: 13px;
    line-height: 13px;
    min-width: 13px;
}

label input[type="radio"].radiobox.style-1:checked + span:before {
    font-size: 10px;
    color: #333333;
    border-color: #333333;
    background: #ffffff;
}

label input[type="radio"].radiobox.style-1:checked + span {
    font-weight: normal;
}
/*
 * RADIO:HOVER & ACTIVE STATES
 */
/* DEFAULT:HOVER radio content --> 2022 */
label:hover input[type="radio"].radiobox + span:before,
label:hover input[type="radio"].radiobox:checked + span:before {
    color: #2E7BCC;
    border-color: #2E7BCC;
}
/* ORANGE:HOVER */
label:hover input[type="radio"].radiobox.style-3 + span:before,
label:hover input[type="radio"].radiobox.style-3:checked + span:before {
    color: #a90329;
    border-color: #a90329;
}
/* CHROME:HOVER */
label:hover input[type="radio"].radiobox.style-2:checked + span:before {
    color: #66665e;
    border-color: #4d90fe;
}
/* METRO:HOVER */
label:hover input[type="radio"].radiobox.style-1:checked + span:before {
    color: #333333;
    border-color: #333333;
    background: #ffffff;
}

label:hover input[type="radio"].radiobox.style-1 + span:before {
    color: #333333;
    border-color: #333333;
    background: #ffffff;
}
/* DEFAULT:ACTIVE */
label:active input[type="radio"].radiobox + span:before {
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}
/*
 * RADIO:DISABLE STATES
 */
/* GLOBAL */
label input[type="radio"][disabled].radiobox + span,
label input[type="radio"][disabled].radiobox:checked + span,
label:hover input[type="radio"][disabled].radiobox:checked + span:before {
    color: #A7A7A7;
    cursor: not-allowed;
}

    label input[type="radio"][disabled].radiobox:checked + span:before {
        content: "\f111";
    }

    label input[type="radio"][disabled].radiobox:checked + span:before,
    label input[type="radio"][disabled].radiobox + span:before,
    label:active input[type="radio"][disabled].radiobox:checked + span:before,
    label:hover input[type="radio"][disabled].radiobox:checked + span:before {
        background: #eee !important;
        border-color: #CCC !important;
        box-shadow: none;
        color: #A7A7A7;
    }
/*
 * CHECKBOX
 */
label input[type="checkbox"].checkbox + span:before {
    content: "\a0";
    /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
}

label input[type="checkbox"].checkbox:checked + span:before {
    content: "\f00c";
}

label input[type="checkbox"].checkbox:checked + span {
    font-weight: bold;
}
    /* DEFAULT COLOR */
    label input[type="checkbox"].checkbox:checked + span:before {
        color: #2E7BCC;
    }
/* RED COLOR */
label input[type="checkbox"].checkbox.style-3:checked + span:before {
    color: #ffffff;
    border-color: #a90329;
    background: #a90329;
}
/* CHROME */
label input[type="checkbox"].checkbox.style-2 + span:before {
    background: transparent;
    border-color: #c1c1c1;
    box-shadow: none;
}

label input[type="checkbox"].checkbox.style-2:checked + span:before {
    content: "\f00c";
    color: #66665e;
    border-color: #4d90fe;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #ffffff;
    /*#fefeec*/
}

label input[type="checkbox"].checkbox.style-2:checked + span {
    font-weight: normal;
}
/* METRO COLOR */
label input[type="checkbox"].checkbox.style-1 + span:before {
    color: #333333;
    background: #ffffff;
    text-shadow: none;
    box-shadow: none !important;
    border-width: 1px;
    height: 12px;
    line-height: 13px;
    min-width: 12px;
}

label input[type="checkbox"].checkbox.style-1:checked + span:before {
    color: #333333;
    border-color: #333333;
}

label input[type="checkbox"].checkbox.style-1:checked + span {
    font-weight: normal;
}
/*
 * CHECKBOX:HOVER & ACTIVE STATES
 */
label:active input[type="checkbox"].checkbox + span:before {
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}
/* DEFAULT:HOVER */
label:hover input[type="checkbox"].checkbox + span:before {
    color: #2E7BCC;
    border-color: #2E7BCC;
}
/* RED:HOVER*/
label:hover input[type="checkbox"].checkbox.style-3 + span:before {
    color: #ffffff;
    border-color: #A90327;
}
/* CHROME:HOVER*/
label:hover input[type="checkbox"].checkbox.style-2 + span:before {
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}

label:hover input[type="checkbox"].checkbox.style-2:checked + span:before {
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}
/* METRO:HOVER*/
label:hover input[type="checkbox"].checkbox.style-1 + span:before {
    border-color: #333333;
}
/* DEFAULT:ACTIVE */
label:active input[type="checkbox"].checkbox:checked + span:before {
    color: #ffffff;
    background: #2E7BCC;
    border-color: #2E7BCC;
}
/* RED:ACTIVE */
label:active input[type="checkbox"].checkbox.style-3:checked + span:before {
    color: #a90329;
    background: #ffffff;
    border-color: #a90329;
}
/* CHROME:ACTIVE */
label:active input[type="checkbox"].checkbox.style-2:checked + span:before {
    color: #66665e;
    background: transparent;
    border-color: #c1c1c1;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}

label:active input[type="checkbox"].checkbox.style-2 + span:before {
    color: #66665e;
    background: transparent;
    border-color: #c1c1c1;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}
/* METRO:ACTIVE */
label:active input[type="checkbox"].checkbox.style-1:checked + span:before {
    color: #ffffff;
    background: #333333;
    border-color: #333333;
}
/*
 * CHECKBOX:DISABLE STATES
 */
/* GLOBAL */
label input[type="checkbox"][disabled].checkbox + span,
label input[type="checkbox"][disabled].checkbox:checked + span,
label:hover input[type="checkbox"][disabled].checkbox:checked + span:before {
    color: #A7A7A7;
    cursor: not-allowed;
}

    label input[type="checkbox"][disabled].checkbox:checked + span:before {
        content: "\f00c";
        color: #A7A7A7;
    }

label input[type="checkbox"][disabled].checkbox.style-2:checked + span:before {
    content: "\f00c";
}

label input[type="checkbox"][disabled].checkbox:checked + span:before,
label input[type="checkbox"][disabled].checkbox + span:before,
label:active input[type="checkbox"][disabled].checkbox:checked + span:before,
label:hover input[type="checkbox"][disabled].checkbox:checked + span:before {
    background: #eee !important;
    border-color: #CCC !important;
    box-shadow: none;
    color: #A7A7A7;
    box-shadow: none !important;
}
/*
 * ANIMATED
 */
/* Navigation icon first level 
.desktop-detected nav > ul > li > a:hover i {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}

.desktop-detected nav > ul > li > a:hover i {
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}*/
/* All dropdowns */
.open > .dropdown-menu {
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.active + .ajax-dropdown {
    -webkit-animation-name: flipInY;
    -moz-animation-name: flipInY;
    -o-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*
	 * USED WITH DEMO
	 */
.square {
    display: block;
    float: left;
    margin-right: 10px;
    height: 20px;
    width: 20px;
}
/*
	 * RESET BOOTSTRAP DEFAULT IE FILTER
	 */
[class^="bg-"],
[class*=" bg-"] {
    filter: none !important;
}
/*
	 * TEXT COLOR
	 */
.txt-color-blue {
    color: #57889c !important;
}

.txt-color-blueLight {
    color: #92a2a8 !important;
}

.txt-color-blueDark {
    color: #4c4f53 !important;
}

.txt-color-green {
    color: #356e35 !important;
}

.txt-color-greenLight {
    color: #71843f !important;
}

.txt-color-greenDark {
    color: #496949 !important;
}

.txt-color-red {
    color: #a90329 !important;
}

.txt-color-yellow {
    color: #b09b5b !important;
}

.txt-color-orange {
    color: #b19a6b !important;
}

.txt-color-orangeDark {
    color: #a57225 !important;
}

.txt-color-pink {
    color: #ac5287 !important;
}

.txt-color-pinkDark {
    color: #a8829f !important;
}

.txt-color-purple {
    color: #6e587a !important;
}

.txt-color-darken {
    color: #404040 !important;
}

.txt-color-lighten {
    color: #d5e7ec !important;
}

.txt-color-white {
    color: #ffffff !important;
}

.txt-color-grayDark {
    color: #525252 !important;
}

.txt-color-magenta {
    color: #6e3671 !important;
}

.txt-color-teal {
    color: #568a89 !important;
}

.txt-color-redLight {
    color: #a65858 !important;
}
/*
	 * BACKGROUNDS
	 */
.bg-color-blue {
    background-color: #57889c !important;
}

.bg-color-blueLight {
    background-color: #92a2a8 !important;
}

.bg-color-blueDark {
    background-color: #4c4f53 !important;
}

.bg-color-green {
    background-color: #356e35 !important;
}

.bg-color-greenLight {
    background-color: #71843f !important;
}

.bg-color-greenDark {
    background-color: #496949 !important;
}

.bg-color-red {
    background-color: #a90329 !important;
}

.bg-color-yellow {
    background-color: #b09b5b !important;
}

.bg-color-orange {
    background-color: #c79121 !important;
}

.bg-color-orangeDark {
    background-color: #a57225 !important;
}

.bg-color-pink {
    background-color: #ac5287 !important;
}

.bg-color-pinkDark {
    background-color: #a8829f !important;
}

.bg-color-purple {
    background-color: #6e587a !important;
}

.bg-color-darken {
    background-color: #404040 !important;
}

.bg-color-lighten {
    background-color: #d5e7ec !important;
}

.bg-color-white {
    background-color: #ffffff !important;
}

.bg-color-grayDark {
    background-color: #525252 !important;
}

.bg-color-magenta {
    background-color: #6e3671 !important;
}

.bg-color-teal {
    background-color: #568a89 !important;
}

.bg-color-redLight {
    background-color: #a65858 !important;
}
/*
 * SmartAdmin Colorblind CSS
 * Description: This is an experimental CSS based on 
 * several design factors and pointers derived from
 * http://blog.templatemonster.com/2012/03/21/designing-colorblind-friendly-website/
 * 
 * While this may not be 100% accurate, but makes
 * SmartAdmin's components much more accessable
 * for the colorblind
 */
.colorblind-friendly .alert,
.colorblind-friendly .btn-primary {
    color: #FFFFFF;
}

.colorblind-friendly .btn:hover {
    background: #fff;
    color: #333;
    border-color: #333;
}

.colorblind-friendly .alert-danger,
.colorblind-friendly .btn-danger {
    background-image: url('../img/colorblind-friendly/pt1.png');
    border-color: #272727;
    background-color: #303030;
}

.colorblind-friendly .alert-success,
.colorblind-friendly .btn-success {
    background-image: url('../img/colorblind-friendly/pt2.png');
    border-color: #FF00EB;
    background-color: #1E5E00;
}

.colorblind-friendly .alert-warning,
.colorblind-friendly .btn-warning {
    background-image: url('../img/colorblind-friendly/pt3.png');
    border-color: #5F4415;
    background-color: #A07A00;
}

.colorblind-friendly .alert-info,
.colorblind-friendly .btn-info {
    border-color: #FF9900;
    background-color: #002E70;
}
/*
 * WIDGETs
 */
.colorblind-friendly .jarviswidget-ctrls .button-icon:hover {
    background-color: #333;
    color: #fff !important;
}

.colorblind-friendly .jarviswidget-color-blueDark .jarviswidget-ctrls .button-icon:hover,
.colorblind-friendly .jarviswidget-color-darken .jarviswidget-ctrls .button-icon:hover,
.colorblind-friendly .jarviswidget-color-blue .jarviswidget-ctrls .button-icon:hover {
    background-color: #fff;
    color: #333 !important;
}

.colorblind-friendly .jarviswidget {
    position: relative;
}

    .colorblind-friendly .jarviswidget:hover:before {
        position: absolute;
        top: -3px;
        left: -5px;
        right: -5px;
        bottom: 0;
        border: 6px solid #333;
        visibility: visible;
        overflow: visible;
        height: 103%;
        z-index: 0;
        border-bottom-width: 10px;
    }
/*
 * TABS
 */
.colorblind-friendly .nav > li:not(.active) > a:focus,
.colorblind-friendly .nav > li:not(.active) > a:hover {
    background-color: #303030;
    color: #fff !important;
}

.page-footer {
    height: 52px;
    padding: 15px 13px 0;
    padding-left: 233px;
    border-top: 1px solid #CECECE;
    background: #2a2725;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0px;
}

.fixed-page-footer .page-footer {
    position: fixed;
    z-index: 901;
}

.minified .page-footer {
    padding-left: 58px;
}

.container.fixed-page-footer .page-footer {
    max-width: 1164px;
}

.hidden-menu .page-footer {
    padding-left: 20px;
}
/*
 * GENERAL MOBILE (Applies to all resolutions below 979px)
 */
@media (max-width: 979px) {
    /* mobile lock x-scroll for menu */
    html.hidden-menu-mobile-lock {
        overflow-x: hidden;
    }
    /* Force content to spread 100% */
    #main {
        width: 100% !important;
    }
    /* Footer */
    .page-footer {
        padding: 15px 14px 0;
    }
    /* Profile Page */
    .profile-pic > img {
        width: 110px;
    }
    /* Profile Page */
    .profile-pic {
        float: left;
    }

        .profile-pic > img {
            margin-right: 10px;
        }

        .profile-pic + div,
        .profile-pic + div + div {
            padding-left: 30px;
            padding-right: 30px;
        }
    /* added new class per version 1.3 
	html, body {
		overflow-x: hidden !important;
	}*/
    #fullscreen > :first-child > a {
        display: none !important;
    }

    body.container {
        border: none !important;
        width: 100% !important;
    }

    .inbox-data-message > :first-child {
        height: 50px;
        overflow: hidden;
    }

    .show-stats .show-stat-buttons > :first-child {
        padding-right: 13px;
    }

    .show-stats .show-stat-buttons > :last-child {
        padding-left: 13px;
    }

    .inbox-checkbox-triggered > .btn-group .btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .inbox-body .table-wrap {
        padding: 0px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .inbox-nav-bar {
        padding-left: 5px;
        padding-right: 5px;
    }

    .inbox-data-message > :first-child > :first-child {
        display: block !important;
        font-size: 14px;
    }

    .inbox-table-icon > :first-child {
        margin-top: 12px;
    }

    #inbox-table .inbox-table-icon {
        padding-left: 10px !important;
    }
    /* search header */
    .header-search.pull-right {
        margin-left: 0px;
    }
    /* Visibility */
    .visible-tablet {
        display: inline-block !important;
    }

    .hidden-tablet,
    .display-inline.hidden-tablet {
        display: none !important;
    }

    .jarviswidget header h2 {
        width: 310px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    /* dropzone image fix */
    .dropzone .dz-default.dz-message {
        background-size: 100%;
        width: 200px;
        height: 43px;
        margin-left: -112px;
        margin-top: -23.5px;
    }
}
/* MOBILE LAYOUT STARTS HERE */
/*
 * IPAD HORIZONTAL
 */
@media (min-width: 768px) and (max-width: 979px) {
    #main::after {
        /*content: "IPAD HORIZONTAL";*/
    }

    #main {
        margin-left: 0;
    }

    #left-panel {
        left: -220px;
    }
    /* minified adjustment counter */
    .minified #left-panel {
        left: 0px;
    }
    /* responsive menu button */
    #hide-menu > :first-child > a {
        margin-top: 9px;
        width: 40px;
    }

    .btn-header a {
        margin-top: 9px !important;
        width: 40px !important;
    }

    #hide-menu i {
        color: #6D6A69;
        font-size: 100%;
    }

    .hidden-menu #hide-menu i {
        color: #ffffff;
    }

    #hide-menu i::before {
        content: "\f0c9";
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    .hidden-menu #main {
        position: relative;
        /*left: 210px;*/
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%;
    }

    .fixed-ribbon #ribbon {
        left: 0px;
    }

    .jarviswidget header h2 {
        width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    /*
	 * Header search
	 */
    .header-search > input[type="text"] {
        margin-top: 9px;
    }
}
/*
 * IPAD VERTICAL
 */
@media (min-width: 768px) and (max-width: 880px) {
    #main::after {
        /*content: "IPAD VERTICAL";*/
    }

    #main {
        margin-left: 0;
        overflow-x: hidden;
    }

    #left-panel {
        left: -220px;
    }

    .no-content-padding {
        margin: 0 -14px !important;
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important;
    }
    /* minified adjustment counter */
    .minified #left-panel {
        left: 0px;
    }
    /* responsive menu button */
    #hide-menu > :first-child > a,
    .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    #logo {
        margin-top: 10px;
    }

        #logo img {
            width: 127px;
        }
    /* transparent header button */
    .btn-header.transparent a {
        border: none !important;
        background: none;
        margin-left: 0;
        width: 25px !important;
        box-shadow: none !important;
    }

        .btn-header.transparent a:hover {
            color: #a90329;
        }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%;
    }

    .hidden-menu #hide-menu i {
        color: #ffffff;
    }

    #hide-menu i::before {
        content: "\f0c9";
    }

    .hidden-menu #left-panel {
        left: 0px;
    }

    .hidden-menu #main {
        position: relative;
        /*left: 210px;*/
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%;
    }

    .fixed-ribbon #ribbon {
        left: 0px;
    }

    .jarviswidget header h2 {
        width: 180px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    /*
	 * Header search
	 */
    .header-search > input[type="text"] {
        margin-top: 9px;
    }
}
/*
 * OTHER DEVICES
 */
@media (max-width: 767px) {
    /* Profile Page */
    .profile-pic > img {
        width: 100px;
    }

    #main::after {
        /*content: "OTHER DEVICES";*/
    }

    #main {
        margin-left: 0px;
        overflow-x: hidden;
    }

    #left-panel {
        left: -220px;
    }
    /* dashboard microcharts */
    .show-stat-microcharts > div {
        margin-top: 0px !important;
        border-right: none !important;
    }

    .show-stat-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    /* padding adjustment */
    #content,
    #ribbon {
        padding-left: 5px;
        padding-right: 5px;
    }

    #header {
        padding-right: 5px;
    }

    #logo {
        margin-left: 4px;
    }

    .no-content-padding {
        margin: 0 -5px !important;
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important;
    }
    /* minified adjustment counter */
    .minified #left-panel {
        left: 0px;
    }
    /* transparent header button */
    .btn-header.transparent a {
        border: none !important;
        background: none;
        margin-left: 0;
        width: 25px !important;
        box-shadow: none !important;
    }

        .btn-header.transparent a:hover {
            color: #a90329;
        }
    /* responsive menu button */
    #hide-menu > :first-child > a,
    .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    #hide-menu > :first-child > a {
        width: 50px !important;
    }

    #logo {
        margin-top: 10px;
    }

        #logo img {
            width: 127px;
        }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%;
    }

    .hidden-menu #hide-menu i {
        color: #ffffff;
    }

    #hide-menu i::before {
        content: "\f0c9";
    }

    .hidden-menu #left-panel {
        left: 0px;
    }

    .hidden-menu #main {
        position: relative;
        /*left: 210px;*/
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%;
    }

    .fixed-ribbon #ribbon {
        left: 0px;
    }
    /*.fixed-navigation #left-panel {
		position:absolute !important;
	}*/
    body.fixed-navigation.hidden-menu {
        overflow: hidden !important;
    }
    /*
	 * fixed ribbon
	 */
    .fixed-ribbon #content {
        padding-top: 52px;
    }
    /*
	 * header search
	 */
    .header-search {
        display: none;
    }

    #search-mobile {
        display: block;
    }

    .search-mobile .header-search {
        display: block;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 49px;
        background: #333;
        padding: 0 2px;
        box-sizing: border-box;
        left: 0px;
    }

        .search-mobile .header-search > input[type="text"] {
            margin-top: 2px;
            height: 45px;
            border-color: #333;
            padding-right: 75px;
        }

        .search-mobile .header-search > button {
            height: 29px;
            line-height: 29px;
            background: #DDDDDD;
        }

        .search-mobile .header-search > button {
            right: 44px;
        }

    .search-mobile #search-mobile {
        display: none;
    }

    .search-mobile #cancel-search-js {
        display: block;
    }

    .jarviswidget header h2 {
        width: 250px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
/*
 * ANDROID
 */
@media only screen and (min-width: 0px) and (max-width: 679px) {
    /* Profile Page */
    .profile-pic > img {
        width: 90px;
    }

    #main::after {
        /*content: "ANDROID";*/
    }

    #main {
        margin-left: 0;
        overflow-x: hidden;
    }

    #left-panel {
        left: -220px;
    }
    /* dashboard microcharts */
    .show-stat-microcharts > div {
        margin-top: 0px !important;
        border-right: none !important;
    }

    .show-stat-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    /* padding adjustment */
    #content,
    #ribbon {
        padding-left: 5px;
        padding-right: 5px;
    }

    #header {
        padding-right: 5px;
    }

    #logo {
        margin-left: 4px;
    }

    .no-content-padding {
        margin: 0 -5px !important;
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important;
    }
    /* minified adjustment counter */
    .minified #left-panel {
        left: 0px;
    }
    /* header color altered and adjusted for mobile view & contrast */
    #header {
        background: #ffffff;
    }

    #ribbon {
        border-bottom: 1px solid #CFCFCF;
        border-top: 1px solid #E6E6E6;
        background: #F5F5F5;
    }

        #ribbon .breadcrumb a,
        #ribbon .breadcrumb {
            color: #6D6C6C !important;
        }

            #ribbon .breadcrumb > .active,
            #ribbon .breadcrumb li:last-child {
                color: #333 !important;
            }
    /* responsive menu button */
    #hide-menu > :first-child > a,
    .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    #hide-menu > :first-child > a {
        width: 50px !important;
    }

    #logo {
        margin-top: 10px;
    }

        #logo img {
            width: 127px;
        }
    /* transparent header button */
    .btn-header.transparent a {
        border: none !important;
        background: none;
        margin-left: 0;
        width: 25px !important;
        box-shadow: none !important;
    }

        .btn-header.transparent a:hover {
            color: #a90329;
        }
    /* menu btn cont... */
    #hide-menu i {
        color: #6D6A69;
        font-size: 121%;
    }

    .hidden-menu #hide-menu i {
        color: #ffffff;
    }

    #hide-menu i::before {
        content: "\f0c9";
    }

    .hidden-menu #left-panel {
        left: 0;
    }

    .hidden-menu #main {
        position: relative;
        /*left: 210px;*/
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%;
    }

    .fixed-ribbon #ribbon {
        left: 0px;
    }
    /*
	 * header search
	 */
    .header-search {
        display: none;
    }

    #search-mobile {
        display: block;
    }

    .search-mobile .header-search {
        display: block;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 49px;
        background: #333;
        padding: 0 2px;
        box-sizing: border-box;
        left: 0px;
    }

        .search-mobile .header-search > input[type="text"] {
            margin-top: 2px;
            height: 45px;
            border-color: #333;
            padding-right: 75px;
        }

        .search-mobile .header-search > button {
            height: 29px;
            line-height: 29px;
            background: #DDDDDD;
        }

        .search-mobile .header-search > button {
            right: 44px;
        }

    .search-mobile #search-mobile {
        display: none;
    }

    .search-mobile #cancel-search-js {
        display: block;
    }

    .hidden-tablet {
        display: none !important;
    }

    .jarviswidget header h2 {
        width: 300px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
/*
 * IPHONE
 */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    /* Hide headings on phones as its not needed*/
    .page-title {
        display: none;
    }
    /* Profile Page */
    .profile-pic {
        text-align: left;
    }

        .profile-pic > img {
            width: 90px;
            margin-left: 0px;
            top: -25px;
            margin-right: 0px;
        }

        .profile-pic + div > h1 {
            font-size: 20px;
        }

            .profile-pic + div > h1 small {
                font-size: 16px;
            }

    .profile-carousel .carousel-indicators {
        top: 10px;
    }

    #main::after {
        /*content: "IPHONE";*/
    }

    #main {
        margin-left: 0;
        overflow-x: hidden;
    }

    #left-panel {
        left: -220px;
    }
    /* dashboard microcharts */
    .show-stat-microcharts > div {
        margin-top: 0px !important;
        border-right: none !important;
    }

    .show-stat-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    /* padding adjustment */
    #content,
    #ribbon {
        padding-left: 5px;
        padding-right: 5px;
    }

    #header {
        padding-right: 5px;
    }

    #logo {
        margin-left: 4px;
    }

    .no-content-padding {
        margin: 0 -5px !important;
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important;
    }
    /* minified adjustment counter */
    .minified #left-panel {
        left: 0px;
    }
    /* header color altered and adjusted for mobile view & contrast */
    #header {
        background: #ffffff;
    }

    #ribbon {
        border-bottom: 1px solid #CFCFCF;
        border-top: 1px solid #E6E6E6;
        background: #F5F5F5;
    }

        #ribbon .breadcrumb a,
        #ribbon .breadcrumb {
            color: #6D6C6C !important;
        }

            #ribbon .breadcrumb > .active,
            #ribbon .breadcrumb li:last-child {
                color: #333 !important;
            }
    /* lego width adjustment */
    #logo {
        width: 135px;
    }

    #logo-group {
        width: 169px !important;
    }
    /* spark line top */
    #sparks {
        text-align: center;
        background: #E0E0E0;
        padding: 10px 0;
        margin-bottom: 15px;
    }

        #sparks li {
            padding: 0 10px 0 20px;
        }
    /* responsive menu button */
    #hide-menu > :first-child > a,
    .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    #logo {
        margin-top: 10px;
    }

        #logo img {
            width: 127px;
        }
    /* transparent header button */
    .btn-header.transparent a {
        border: none !important;
        background: none;
        margin-left: 0;
        width: 25px !important;
        box-shadow: none !important;
    }

        .btn-header.transparent a:hover {
            color: #a90329;
        }

    #hide-menu > :first-child > a {
        width: 46px !important;
    }

    #hide-menu i {
        color: #6D6A69;
        font-size: 121%;
    }

    .hidden-menu #hide-menu i {
        color: #ffffff;
    }

    #hide-menu i::before {
        content: "\f0c9";
    }

    .hidden-menu #left-panel {
        left: 0px;
    }

    .hidden-menu #main {
        position: relative;
        /*left: 210px;*/
    }

    .hidden-menu.fixed-ribbon #ribbon {
        left: 220px;
        width: 100%;
    }

    .fixed-ribbon #ribbon {
        left: 0px;
    }
    /* #*$^& Bootstrap 3 ! */
    .hidden-mobile {
        display: none !important;
    }

    .visible-mobile {
        display: inline-block !important;
    }
    /* activity panel */
    .ajax-notifications {
        height: 250px;
    }

    .ajax-dropdown {
        width: 299px;
        height: 320px;
        left: 0;
        top: 49px;
    }

        .ajax-dropdown:before {
            margin-left: -14px;
        }

        .ajax-dropdown:after {
            margin-left: -13px;
        }
    /*
	 * header search
	 */
    .header-search {
        display: none;
    }

    #search-mobile {
        display: block;
        margin-left: 0;
    }

    .search-mobile .header-search {
        display: block;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 49px;
        background: #333;
        padding: 0 2px;
        box-sizing: border-box;
        left: 0px;
    }

        .search-mobile .header-search > input[type="text"] {
            margin-top: 2px;
            height: 45px;
            border-color: #333;
            padding-right: 75px;
        }

        .search-mobile .header-search > button {
            height: 29px;
            line-height: 29px;
            background: #DDDDDD;
        }

        .search-mobile .header-search > button {
            right: 44px;
        }

    .search-mobile #search-mobile {
        display: none;
    }

    .search-mobile #cancel-search-js {
        display: block;
    }
    /* widget headers width */
    .jarviswidget header h2 {
        width: 135px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@-ms-viewport {
}

#extr-page #main {
    margin-top: 0px !important;
}

#mobile-profile-img {
    display: none !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.menu-on-top #mobile-profile-img {
    display: block !important;
}

#mobile-profile-img a.userdropdown img {
    width: 30px;
    margin-top: 5px;
    margin-left: 2px;
    border-radius: 3px;
    border: 1px solid #797979 !important;
}

.menu-on-top .page-footer {
    padding: 15px 13px 0;
}

.menu-on-top.hidden-menu #left-panel {
    left: 0px;
}

.menu-on-top #main {
    margin-left: 0px !important;
    margin-top: 69px !important;
}

.menu-on-top .minifyme,
.menu-on-top #hide-menu,
.menu-on-top #logout {
    display: none !important;
}

.menu-on-top aside#left-panel {
    width: 100% !important;
    min-height: 0 !important;
    height: auto;
    overflow: visible;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #222;
    border-top: 1px solid #333;
}

    .menu-on-top aside#left-panel nav > ul {
        display: block;
        width: 100%;
    }

        .menu-on-top aside#left-panel nav > ul > li:first-child {
            margin-left: 0px;
        }

        .menu-on-top aside#left-panel nav > ul > li {
            display: block;
            position: relative;
            height: auto !important;
            padding: 0px !important;
            display: inline-block;
            float: left;
            border-right: 1px solid #222;
            border-left: 1px solid #4E4E4E;
            overflow: visible;
        }

            .menu-on-top aside#left-panel nav > ul > li > a {
                display: inline-block;
                height: 68px;
                line-height: 17px;
                text-shadow: none !important;
                font-size: 13px;
                text-decoration: none;
                line-height: 22px;
                padding: 10px 9px !important;
            }

.menu-on-top li.active > a {
    font-weight: bold !important;
}

.menu-on-top .login-info,
.menu-on-top nav > ul > li > a b {
    display: none;
}

.menu-on-top aside#left-panel nav > ul > li > a > i {
    display: block !important;
    margin: 1px 0 4px;
    line-height: inherit;
    width: auto;
    /*vertical-align: sub;*/
    text-align: center;
    font-size: 24px;
    margin-bottom: 2px;
    width: 100%;
}

.menu-on-top .menu-item-parent {
    max-width: 72px;
    min-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 13px;
}

    .menu-on-top .menu-item-parent + span {
        float: none !important;
        top: 5px;
        right: 5px;
        position: absolute;
    }

.menu-on-top nav ul ul li a {
    padding-left: 10px !important;
    font-size: 13px;
}
/* Hover state */
.menu-on-top aside#left-panel nav > ul > li:hover {
    background: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #cfcfcf));
    background: -ms-linear-gradient(bottom, #ffffff, #cfcfcf);
    background: -moz-linear-gradient(center bottom, #ffffff 0%, #cfcfcf 100%);
    background: -o-linear-gradient(#cfcfcf, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#ffffff', GradientType=0);
}

    .menu-on-top aside#left-panel nav > ul > li:hover > a {
        color: #333 !important;
        border-left: 1px solid #c7c7c7;
        border-right: 1px solid #c7c7c7;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

.menu-on-top aside#left-panel nav > ul > li > ul {
    position: absolute !important;
    background: #3a3633;
}

.menu-on-top aside#left-panel nav > ul > li:hover > ul {
    display: block !important;
}

.menu-on-top aside#left-panel nav ul li.active > a:before {
    content: "" !important;
}

.menu-on-top nav > ul ul li::before,
.menu-on-top nav > ul > li > ul::before {
    border: none;
}
/* hover state universal */
.menu-on-top nav ul ul li a,
.menu-on-top nav ul ul ul li a {
    color: #4C4F53;
}

    .menu-on-top nav ul ul li a:hover,
    .menu-on-top nav ul ul ul li a:hover {
        color: #fff;
        background-color: #4C4F53;
    }

.menu-on-top nav ul ul li:hover > a {
    color: #fff;
    background-color: #4C4F53;
}

.menu-on-top nav > ul ul ul {
    border-top: 1px solid #c7c7c7 !important;
}
/* Hover state second level */
.menu-on-top nav ul ul li {
    overflow: visible;
}

.menu-on-top nav ul ul,
.menu-on-top nav ul ul ul {
    display: none !important;
    background: #ffffff !important;
    box-shadow: none;
    border: 1px solid #c7c7c7;
    -webkit-box-shadow: inset 0px -4px 0px 0px #bd2a2a;
    -moz-box-shadow: inset 0px -4px 0px 0px #bd2a2a;
    box-shadow: inset 0px -4px 0px 0px #bd2a2a;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-bottom: 1px solid #BD2A2A;
    border-top: none;
    width: 200px;
    border-radius: 0;
    padding: 3px;
    margin-left: 0px;
}

.menu-on-top nav > ul ul li:hover > ul {
    display: block !important;
    position: absolute;
    z-index: 999;
    left: 100%;
    top: -8px;
    background: #333;
}
/*
 * Child Arrow
 */
/* top level childs */
.menu-on-top nav > ul > li > a:after {
    content: "\f0dd" !important;
    top: 76% !important;
    color: #636363 !important;
    left: 46%;
}
/* next level childs */
.menu-on-top nav > ul > li > a:after,
.menu-on-top nav > ul ul > li a:after,
.menu-on-top nav ul ul li:hover > a:after,
.menu-on-top nav > ul ul > li a:hover:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    display: block !important;
    position: absolute;
    top: 9px;
    right: 4px;
    color: #333;
}

.menu-on-top nav ul ul li:hover > a:after,
.menu-on-top nav > ul ul > li a:hover:after {
    color: #fff;
}

.menu-on-top nav > ul ul > li a:only-child:after,
.menu-on-top nav > ul > li > a:only-child:after {
    content: "" !important;
}
/*
 * Active Child
 */
.menu-on-top nav ul ul .active > a {
    color: #333 !important;
}

    .menu-on-top nav ul ul .active > a:hover,
    .menu-on-top nav ul ul li.active:hover > a {
        color: #fff !important;
    }
/*
 * SLIMSCROLL CSS CHANGE
 */
.menu-on-top .slimScrollDiv,
.menu-on-top nav {
    overflow: visible !important;
}
/*
 * FIXED TOP HEADER
 */
body.menu-on-top.fixed-header {
    padding-top: 49px;
}
    /*
 * FIXED TOP HEADER + NAV
 */
    body.menu-on-top.fixed-header.fixed-navigation nav > ul {
        padding-right: 0px;
        /**/
        position: relative;
        /**/
        height: auto;
        /**/
        width: auto;
        /**/
        overflow: visible;
        /**/
    }
    /*
 * FIXED TOP HEADER + NAV + RIBBON
 */
    body.menu-on-top.fixed-header.fixed-navigation.fixed-ribbon #ribbon {
        left: 0px;
        top: 118px;
    }
/*
 * RESPONSIVE
 */
/*
 * GENERAL MOBILE (Applies to all resolutions below 979px)
 */
@media (max-width: 979px) {
    .menu-on-top #mobile-profile-img a.userdropdown img {
        width: 39px;
        margin-top: 0px;
        margin-left: 2px;
        border-radius: 3px;
        margin-right: -3px;
    }

    .menu-on-top .btn-header.pull-right {
        margin-left: 0px !important;
    }

    .menu-on-top #main {
        margin-top: 0px !important;
    }

    .menu-on-top #left-panel {
        left: 0px;
        display: none;
    }

    body.menu-on-top.fixed-header.fixed-navigation.fixed-ribbon #ribbon {
        top: 49px;
    }

    .menu-on-top.hidden-menu #left-panel {
        display: block;
    }

    .menu-on-top.hidden-menu #main {
        left: 0px !important;
    }

    .menu-on-top #hide-menu {
        display: block !important;
    }

    .menu-on-top aside#left-panel nav {
        height: 300px !important;
        overflow: scroll;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
    }

    .menu-on-top .menu-item-parent {
        white-space: inherit;
        overflow: visible;
        text-overflow: inherit;
        text-align: left;
        min-width: 85%;
        max-width: 85%;
        padding-left: 5px;
    }

        .menu-on-top .menu-item-parent + span {
            top: 50%;
            margin-top: -8px;
        }

    .menu-on-top nav li.active > ul {
        display: block;
    }

    .menu-on-top nav > ul > li.active {
        background: #fff;
        background: -moz-linear-gradient(top, #cfcfcf 0, #ffffff 66%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(66%, #ffffff));
        background: -webkit-linear-gradient(top, #cfcfcf 0, #ffffff 66%);
        background: -o-linear-gradient(top, #cfcfcf 0, #ffffff 66%);
        background: -ms-linear-gradient(top, #cfcfcf 0, #ffffff 66%);
        background: linear-gradient(to bottom, #cfcfcf 0, #ffffff 66%);
    }

        .menu-on-top nav > ul > li.active > a {
            color: #333 !important;
        }

    .menu-on-top nav ul ul li:hover > a:after,
    .menu-on-top nav > ul ul > li a:after,
    .menu-on-top nav > ul ul > li a:hover:after,
    .menu-on-top nav > ul > li > a:after {
        top: 50%;
        right: 15px;
        font-size: 15px;
        margin-top: -8px;
        content: "\f0dd" !important;
    }

    .menu-on-top nav > ul ul > li a:only-child:after,
    .menu-on-top nav > ul > li > a:only-child:after {
        content: "" !important;
    }

    .menu-on-top nav > ul > li > a:after {
        top: 50% !important;
        left: auto;
        margin-top: -14px;
        font-size: 20px;
    }

    .menu-on-top nav ul ul,
    .menu-on-top nav ul ul ul {
        padding: 0px;
        border: none;
    }

        .menu-on-top nav ul ul ul {
            border-bottom: 2px solid #333;
        }

    .menu-on-top aside#left-panel nav > ul > li {
        width: 100%;
    }

        .menu-on-top aside#left-panel nav > ul > li > a {
            height: auto;
            display: block;
            padding: 8px 9px !important;
            border-bottom: 1px dotted #585858;
        }

    .menu-on-top nav > ul > li > ul > li > a,
    .menu-on-top nav > ul > li > ul > li > ul > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menu-on-top aside#left-panel nav > ul > li > a > i {
        display: inline !important;
    }
    /* menu child */
    .menu-on-top aside#left-panel nav > ul li ul {
        position: relative !important;
        width: 100%;
        top: 0px;
        left: 0px;
    }

    .menu-on-top aside#left-panel nav > ul > li:active > ul,
    .menu-on-top aside#left-panel nav > ul > li:focus > ul {
        display: block !important;
    }
}
/*
 * Menu on top invisible
 * applying this class will make these elements invisible 
 * when menu on top is enabled
 */
.menu-on-top .top-menu-invisible {
    display: none !important;
}

.no-menu #left-panel,
.no-menu #hide-menu,
.no-menu #logout {
    display: none !important;
}

.no-menu #main {
    margin: 0px !important;
}

.no-menu #mobile-profile-img {
    display: block !important;
}

    .no-menu #mobile-profile-img a.userdropdown img {
        width: 30px;
        margin-top: 5px;
        margin-left: 2px;
        border-radius: 3px;
        border: 1px solid #797979 !important;
    }

/*!
 * SmartAdmin v1.5.2 ()
 * Copyright 2011-2014 
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/********************************************************************* STYLE 1 *************************************************************/
.smart-style-1 a {
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}

.smart-style-1 body.container {
    border-left: 1px solid rgba(34, 38, 46, 0.4);
    border-right: 1px solid rgba(34, 38, 46, 0.4);
}

.smart-style-1 #header {
    background-image: none;
    background-color: #22262e;
}

.smart-style-1 .project-context > :first-child {
    color: #697B92;
    text-shadow: 0 0 1px #111318;
}

.smart-style-1 #ribbon {
    background: #e6e6e6;
}

.smart-style-1 .breadcrumb > li + li:before {
    color: #646464;
}

.smart-style-1 .project-selector {
    color: #B9B9B9;
}

.smart-style-1 .btn.btn-ribbon {
    background-color: #697486;
    background-image: -moz-linear-gradient(top, #6f7d94, #697486);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f7d94), to(#697486));
    background-image: -webkit-linear-gradient(top, #6f7d94, #697486);
    background-image: -o-linear-gradient(top, #6f7d94, #697486);
    background-image: linear-gradient(to bottom, #6f7d94, #697486);
}

.smart-style-1 #logo-group {
    background: #22262e !important;
}

    .smart-style-1 #logo-group span#activity {
        background: #0d0f12;
        border: 1px solid #0d0f12;
        color: #fff;
        cursor: pointer;
    }

    .smart-style-1 #logo-group > span .badge {
        background: #0aa699;
    }

.smart-style-1 .btn-header > :first-child > a {
    background: #fb3c4a;
    border: 1px solid #fb3c4a;
    color: #fff !important;
    cursor: pointer !important;
}

    .smart-style-1 .btn-header > :first-child > a:hover {
        opacity: .9;
    }

.smart-style-1 #cancel-search-js {
    background: #fb3c4a;
    line-height: 29px !important;
}

.smart-style-1 .MsgTitle .txt-color-orangeDark {
    color: #fb3c4a !important;
}

.smart-style-1 .minifyme {
    background: #434953;
}

    .smart-style-1 .minifyme:hover {
        background: #5C6C86;
        color: #E1E8F3;
    }

.smart-style-1 #show-shortcut:hover > i {
    color: #fff;
}

.smart-style-1 .superbox-list.active:before {
    color: #1b1e24;
}

.smart-style-1 nav ul b {
    font-size: 14px;
    margin-top: 0px;
}

    .smart-style-1 nav ul b .fa-plus-square-o:before {
        content: "\f104";
    }

    .smart-style-1 nav ul b .fa-minus-square-o:before {
        content: "\f107";
    }

.smart-style-1 nav ul ul {
    background: #22262E;
}

    .smart-style-1 nav ul ul li > a {
        text-shadow: 0 1px 1px #000;
        font-size: 13px;
        padding-left: 43px;
        color: #e1eaf1;
        display: block;
        font-weight: 300;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        overflow: hidden;
    }

        .smart-style-1 nav ul ul li > a:hover {
            background: #1b1e24 !important;
        }

    .smart-style-1 nav ul ul ul li a {
        padding: 8px 17px 8px 54px !important;
    }

    .smart-style-1 nav ul ul ul ul li a {
        padding-left: 72px !important;
    }

    .smart-style-1 nav ul ul ul ul ul li a {
        padding-left: 90px !important;
    }

    .smart-style-1 nav ul ul ul ul ul ul li a {
        padding-left: 108px !important;
    }

.smart-style-1 nav ul li a:active {
    background: none;
}

.smart-style-1 nav ul li a:hover {
    color: #E1EAF1;
}

.smart-style-1 nav ul li a {
    padding: 12px 17px 12px 16px;
}

.smart-style-1 nav > ul > li > a > i {
    font-size: 17px;
    vertical-align: 0px;
}

.smart-style-1 nav > ul > li > a b {
    right: 17px;
    top: 12px;
}

.smart-style-1 nav > ul > li > a > i:after {
    border: 1px solid #fff;
}

.smart-style-1 nav > ul > li > a:hover i {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
}

.smart-style-1 .header-search > input[type="text"] {
    border-color: #FFF !important;
    border-radius: 2px;
}

.smart-style-1 .header-dropdown-list a.dropdown-toggle {
    color: #FFF;
    text-decoration: none;
}

.smart-style-1 .login-info {
    height: auto;
}

    .smart-style-1 .login-info > span {
        padding: 5px 10px;
    }

    .smart-style-1 .login-info img {
        width: 35px;
        border-radius: 50%;
    }

    .smart-style-1 .login-info a {
        margin-top: 2px;
    }

        .smart-style-1 .login-info a span {
            max-width: 136px;
        }

        .smart-style-1 .login-info a:hover {
            color: #fff;
        }

.smart-style-1 #activity.active .badge {
    background: #0aa699 !important;
}

.smart-style-1 .ajax-dropdown {
    background: #E2E8F1;
}

.smart-style-1 .ajax-notifications {
    background: #fff;
}

.smart-style-1 img.online {
    border-left-color: #0AA699 !important;
}

.smart-style-1 .onoffswitch-inner:before {
    background-color: #36AECC !important;
}

.smart-style-1 .bg-color-red {
    background-color: #fb3c4a !important;
}

.smart-style-1 .jarviswidget-color-darken > header {
    background: #1B1E24 !important;
    border-color: #1B1E24 !important;
}

.smart-style-1 .jarviswidget-color-blueDark > header {
    background: #353D4B !important;
    border-color: #353D4B !important;
}

.smart-style-1 .jarviswidget-color-blue > header {
    background: #688F9E;
    border-color: #6A838D !important;
}

.smart-style-1 .jarviswidget-color-purple > header {
    background: #736086;
}

.smart-style-1 .jarviswidget-color-red > header {
    background: #C02631;
    border-color: #8F2129 !important;
}

.smart-style-1 .jarviswidget .bg-color-red {
    background: #C02631 !important;
}

.smart-style-1 .ui-chatbox-titlebar {
    background: #3E4553 !important;
}

    .smart-style-1 .ui-chatbox-titlebar.ui-state-focus {
        background: #1B1F27 !important;
    }

.smart-style-1 #ribbon .breadcrumb > .active,
.smart-style-1 #ribbon .breadcrumb li:last-child {
    color: #868686;
}

.smart-style-1 #ribbon .breadcrumb a,
.smart-style-1 #ribbon .breadcrumb {
    color: #747474 !important;
}

.smart-style-1 .open > .dropdown-menu,
.smart-style-1 .dropdown-menu {
    padding: 4px;
}

    .smart-style-1 .dropdown-menu > li > a,
    .smart-style-1 .dropdown-menu > li > a {
        border-radius: 4px;
        margin: 3px 0;
    }

.smart-style-1 aside,
.smart-style-1 .superbox-show,
.smart-style-1 .page-footer {
    background: #1b1e24;
}

.smart-style-1 .login-info span,
.smart-style-1 .login-info {
    border-bottom: none;
}

.smart-style-1 nav > ul > li > ul::before,
.smart-style-1 nav > ul ul li::before {
    border: none !important;
}

.smart-style-1 nav ul li a,
.smart-style-1 .login-info strong,
.smart-style-1 .login-info a {
    color: #8b91a0;
}

.smart-style-1 .pagination > .active > a,
.smart-style-1 .pagination > .active > span,
.smart-style-1 .pagination > .active > a:hover,
.smart-style-1 .pagination > .active > span:hover,
.smart-style-1 .pagination > .active > a:focus,
.smart-style-1 .pagination > .active > span:focus {
    background-color: #36AECC;
    border-color: #36AECC;
}

.smart-style-1.minified .login-info a {
    margin-top: 6px;
}

.smart-style-1.minified .login-info img {
    width: 30px !important;
}

.smart-style-1.minified .login-info span {
    padding: 0px 5px !important;
}

.smart-style-1.minified nav ul li a {
    padding: 12px 17px 12px 14px;
}

.smart-style-1.minified nav ul ul li > a:hover {
    background: #30343D !important;
}

.smart-style-1.minified nav ul ul li > a {
    padding-left: 13px;
    padding-right: 13px !important;
}

.smart-style-1.minified nav ul ul ul li a {
    padding-left: 33px !important;
    padding-right: 13px !important;
}

.smart-style-1.minified nav ul ul ul ul li a {
    padding-left: 43px !important;
    padding-right: 13px !important;
}

.smart-style-1.minified nav ul ul ul ul ul li a {
    padding-left: 53px !important;
    padding-right: 13px !important;
}

.smart-style-1.minified nav ul ul ul ul ul ul li a {
    padding-left: 63px !important;
    padding-right: 13px !important;
}

.smart-style-1.minified nav ul > li > ul > li > ul {
    background: #1B1E24;
}

.smart-style-1.minified nav > ul > li {
    border-bottom: 1px solid #131416;
    border-top: 1px solid #303031;
}

    .smart-style-1.minified nav > ul > li > a > i {
        font-size: 18px;
    }

    .smart-style-1.minified nav > ul > li > ul {
        background: #1B1E24;
    }

        .smart-style-1.minified nav > ul > li > ul > li {
            background: #22262E;
        }

            .smart-style-1.minified nav > ul > li > ul > li > ul > li {
                background: #1B1E24;
            }

.smart-style-1 .jarviswidget-color-greenLight > header,
.smart-style-1 .jarviswidget .bg-color-greenLight {
    border-color: #96B447 !important;
    background: #96B447 !important;
}

.smart-style-1 .jarviswidget-color-yellow > header,
.smart-style-1 .jarviswidget .bg-color-yellow {
    border-color: #DBB727 !important;
    background: #FDD01C !important;
    color: #25241F;
}

.smart-style-1 .jarviswidget-color-pink > header,
.smart-style-1 .jarviswidget .bg-color-pink {
    background: #DB8EBB !important;
}

.smart-style-1.menu-on-top nav ul ul li > a {
    text-shadow: none !important;
    color: #646E75;
}

.smart-style-1.menu-on-top nav ul ul li a {
    padding-left: 10px !important;
    font-size: 13px;
}

.smart-style-1.menu-on-top nav ul ul li:hover > a {
    color: #fff;
    background-color: #1b1e24;
}

.smart-style-1.menu-on-top nav ul ul .active > a {
    color: #fff !important;
}

.smart-style-1.menu-on-top nav > ul ul ul {
    border-top: 1px solid #c7c7c7 !important;
}

.smart-style-1.menu-on-top nav > ul ul li:hover > ul {
    background: #333;
}

.smart-style-1.menu-on-top nav > ul > li > a:after {
    color: #8AA1B3 !important;
}

.smart-style-1.menu-on-top aside {
    background: #14161B;
}

    .smart-style-1.menu-on-top aside#left-panel {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
        border-bottom: 1px solid #222;
        border-top: 1px solid #333;
    }

        .smart-style-1.menu-on-top aside#left-panel nav > ul > li {
            border-right: 1px solid transparent;
            border-left: 1px solid transparent;
        }

            .smart-style-1.menu-on-top aside#left-panel nav > ul > li > a {
                text-shadow: none !important;
                font-size: 13px;
                padding: 10px 9px !important;
            }

            .smart-style-1.menu-on-top aside#left-panel nav > ul > li > ul {
                background: #3a3633;
            }

            .smart-style-1.menu-on-top aside#left-panel nav > ul > li:hover {
                border-right-color: #333;
                border-left-color: #333;
                background: #fff;
                background: -moz-linear-gradient(top, #04070c 0%, #2e3e57 66%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfcfcf), color-stop(66%, #2e3e57));
                background: -webkit-linear-gradient(top, #04070c 0%, #2e3e57 66%);
                background: -o-linear-gradient(top, #04070c 0%, #2e3e57 66%);
                background: -ms-linear-gradient(top, #04070c 0%, #2e3e57 66%);
                background: linear-gradient(to bottom, #04070c, #2e3e57 66%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04070C', endColorstr='#2E3E57', GradientType=0);
            }

                .smart-style-1.menu-on-top aside#left-panel nav > ul > li:hover > a {
                    color: #F1F1F1 !important;
                    border-left: 1px solid #000;
                    border-right: 1px solid #000;
                    padding-left: 8px !important;
                    padding-right: 8px !important;
                }

.smart-style-1.menu-on-top nav ul ul li a,
.smart-style-1.menu-on-top nav ul ul ul li a {
    color: #D8DEE5;
}

    .smart-style-1.menu-on-top nav ul ul li a:hover,
    .smart-style-1.menu-on-top nav ul ul ul li a:hover {
        color: #fff;
        background-color: #1b1e24 !important;
    }

.smart-style-1.menu-on-top nav ul ul,
.smart-style-1.menu-on-top nav ul ul ul {
    background: #2e3e57 !important;
    border: 1px solid transparent;
    padding: 0px;
}

    .smart-style-1.menu-on-top nav > ul > li > a:after,
    .smart-style-1.menu-on-top nav > ul ul > li a:after,
    .smart-style-1.menu-on-top nav ul ul li:hover > a:after,
    .smart-style-1.menu-on-top nav > ul ul > li a:hover:after {
        color: #D5D5D5;
    }

    .smart-style-1.menu-on-top nav ul ul li:hover > a:after,
    .smart-style-1.menu-on-top nav > ul ul > li a:hover:after {
        color: #fff;
    }

.smart-style-1.menu-on-top nav > ul ul > li a:only-child:after,
.smart-style-1.menu-on-top nav > ul > li > a:only-child:after {
    content: "" !important;
}

.smart-style-1.menu-on-top nav ul ul li.active > a:hover,
.smart-style-1.menu-on-top nav ul ul li.active:hover > a {
    color: #fff !important;
}
/*
 * STYLE 1 Responsive
 */
@media (max-width: 979px) and (min-width: 768px) {
    .smart-style-1 #hide-menu i {
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    .smart-style-1 #hide-menu i {
        color: #fff !important;
    }
}

@media only screen and (max-width: 679px) and (min-width: 0px) {
    .smart-style-1 #hide-menu i {
        color: #fff !important;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .smart-style-1 #sparks {
        background: #fff;
    }

    .smart-style-1 #cancel-search-js,
    .smart-style-1 .search-mobile .header-search > button {
        border-radius: 3px;
    }
}
/********************************************************************* STYLE 2 *************************************************************/
.smart-style-2 #shortcut {
    background-color: rgba(255, 255, 255, 0.9);
}

    .smart-style-2 #shortcut ul {
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        border-bottom: 1px solid #A8BADB;
    }

.smart-style-2 .superbox-list.active:before {
    color: #2C3742;
}

.smart-style-2 .superbox-img-description {
    color: #9EA8B1 !important;
}

.smart-style-2 .project-context > :first-child {
    text-shadow: none;
}

.smart-style-2 .project-selector {
    color: #B2C1D5;
}

    .smart-style-2 .project-selector:hover {
        color: #fff;
    }

.smart-style-2 #logo-group span#activity {
    background: none !important;
    border: none !important;
    color: #C5C6CA;
}

    .smart-style-2 #logo-group span#activity:hover {
        color: #fff;
    }

.smart-style-2 #logo-group > span .badge {
    background: #008DC4;
}

.smart-style-2 .header-search > input[type="text"] {
    background: #161B22;
    border: 1px solid #0F1217;
    color: #fff;
    border-radius: 4px;
}

.smart-style-2 #ribbon {
    background: #fff;
}

.smart-style-2 .btn.btn-ribbon {
    background: #9498A0;
}

.smart-style-2 aside {
    background: #F7F7F7;
    background: -webkit-gradient(linear, left top, right top, color-stop(99%, #f7f7f7), color-stop(100%, #cacaca));
    background: -webkit-linear-gradient(left, #f7f7f7 99%, #cacaca 100%);
    background: -webkit-gradient(linear, top left, top right, from(#f7f7f7), to(#cacaca));
    background: linear-gradient(to right, #f7f7f7 99%, #cacaca 100%);
    min-height: 100%;
}

.smart-style-2 #left-panel {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 64px;
}

.smart-style-2 .login-info {
    margin-bottom: 7px !important;
    height: auto;
}

    .smart-style-2 .login-info span {
        padding: 5px 10px 7px;
        background: #FFF;
        border-radius: 4px;
    }

    .smart-style-2 .login-info a {
        font-size: 16px !important;
        color: #33455A;
        margin-top: 2px;
    }

        .smart-style-2 .login-info a span {
            padding: 0;
            font-size: 16px !important;
            max-width: 105px;
        }

    .smart-style-2 .login-info img {
        width: 35px;
    }

.smart-style-2 nav ul li a {
    color: #69737A !important;
    font-size: 12px !important;
}

.smart-style-2 nav ul ul {
    background: none;
}

    .smart-style-2 nav ul ul > li:hover b {
        color: #69737A !important;
    }

    .smart-style-2 nav ul ul li > a {
        padding-left: 23px;
    }

    .smart-style-2 nav ul ul ul li a {
        padding-left: 30px;
    }

    .smart-style-2 nav ul ul ul ul li a {
        padding-left: 40px;
    }

    .smart-style-2 nav ul ul ul ul ul li a {
        padding-left: 50px;
    }

    .smart-style-2 nav ul ul ul ul ul ul li a {
        padding-left: 60px;
    }

.smart-style-2 nav > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
}

    .smart-style-2 nav > ul > li > a > i {
        font-size: 25px !important;
    }

    .smart-style-2 nav > ul > li > a b {
        top: 16px;
    }

.smart-style-2 .jarviswidget-color-blueDark > header {
    background: #2C3742 !important;
    border-color: #2C3742 !important;
}

.smart-style-2 .btn-success {
    background-color: #96bf48;
    border-color: #84A83E;
}

.smart-style-2 .btn-danger {
    background-color: #DB4A67;
    border-color: #CA4862;
}

.smart-style-2 .btn-warning {
    background-color: #E2B14A;
    border-color: #C99D42;
}

.smart-style-2 .bg-color-red {
    background: #DB4A67 !important;
}

.smart-style-2 .bg-color-blue {
    background: #4387bf !important;
}

.smart-style-2 .smart-form .toggle i:before {
    background-color: #3b9ff3;
}

.smart-style-2 .bg-color-greenLight {
    background-color: #89AD45 !important;
}

.smart-style-2 .bg-color-orange {
    background-color: #D6A848 !important;
}

.smart-style-2 .bg-color-teal {
    background-color: #5ba0a3 !important;
}

.smart-style-2 .minifyme {
    background: #D7DAE2;
    border-bottom: 1px solid #818181;
    color: #7E7E7E;
}

    .smart-style-2 .minifyme:hover {
        color: #4E4E4E;
    }

.smart-style-2 .onoffswitch-inner:before {
    background: #3b9ff3;
    border-color: #3b9ff3 #257DC7 #2A7DC4;
}

.smart-style-2 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    color: #84A83E;
}

.smart-style-2 .ui-chatbox-titlebar {
    background: #576574 !important;
}

    .smart-style-2 .ui-chatbox-titlebar.ui-state-focus {
        background: #2C3742 !important;
    }

body.smart-style-2 {
    background: #fff;
}

.smart-style-2 #header,
.smart-style-2 .page-footer,
.smart-style-2 .superbox-show {
    background-image: none;
    background-color: #2C3742;
}

.smart-style-2 .btn-header > :first-child > a,
.smart-style-2 #hide-menu a > i {
    background: none;
    border: none !important;
    color: #C5C6CA !important;
    box-shadow: none !important;
}

    .smart-style-2 .btn-header > :first-child > a:hover,
    .smart-style-2 #hide-menu a:hover i {
        color: #fff !important;
        cursor: pointer !important;
    }

.smart-style-2 .header-search > button,
.smart-style-2 .header-dropdown-list a.dropdown-toggle {
    color: #C5C6CA;
}

.smart-style-2.fixed-ribbon #ribbon {
    border-bottom: 1px solid #E0E0E0;
}

.smart-style-2 #ribbon .breadcrumb li:last-child,
.smart-style-2 #ribbon .breadcrumb > .active,
.smart-style-2 #ribbon .breadcrumb,
.smart-style-2 #ribbon .breadcrumb a {
    color: #7C7C7C !important;
}

.menu-on-top.smart-style-2 #left-panel {
    padding-top: 49px !important;
}

.smart-style-2 .login-info span,
.smart-style-2 .login-info {
    border: 0 !important;
    box-shadow: none !important;
}

.smart-style-2 nav ul li.open > a,
.smart-style-2 nav ul li.open > a b,
.smart-style-2 nav ul .active > a {
    color: #202427 !important;
    font-weight: bold;
}

.smart-style-2 nav ul ul li > a:hover,
.smart-style-2 nav ul li a:hover {
    color: #202427 !important;
    background: none !important;
}

.smart-style-2 nav > ul > li > ul::before,
.smart-style-2 nav > ul ul li::before {
    border: none !important;
}

.smart-style-2 .btn-primary,
.smart-style-2 .smart-form .button {
    background-color: #3b9ff3;
    border-color: #3292E2;
}

    .smart-style-2 .btn-primary:hover,
    .smart-style-2 .btn-primary:focus,
    .smart-style-2 .btn-primary:active,
    .smart-style-2 .btn-primary.active,
    .smart-style-2 .open .dropdown-toggle.btn-primary {
        background-color: #3E90D4;
        border-color: #2F7DBE;
    }

.smart-style-2 .dropdown-menu > li > a:hover,
.smart-style-2 .dropdown-menu > li > a:focus {
    background-color: #3E90D4;
}

.smart-style-2 .btn-success:hover,
.smart-style-2 .btn-success:focus,
.smart-style-2 .btn-success:active,
.smart-style-2 .btn-success.active,
.smart-style-2 .open .dropdown-toggle.btn-success {
    background-color: #89AD45;
    border-color: #78973B;
}

.smart-style-2 .btn-danger:hover,
.smart-style-2 .btn-danger:focus,
.smart-style-2 .btn-danger:active,
.smart-style-2 .btn-danger.active,
.smart-style-2 .open .dropdown-toggle.btn-danger {
    background-color: #CF4762;
    border-color: #C0455E;
}

.smart-style-2 .btn-warning:hover,
.smart-style-2 .btn-warning:focus,
.smart-style-2 .btn-warning:active,
.smart-style-2 .btn-warning.active,
.smart-style-2 .open .dropdown-toggle.btn-warning {
    background-color: #D6A848;
    border-color: #C09844;
}

.smart-style-2 .pagination > .active > a,
.smart-style-2 .pagination > .active > span,
.smart-style-2 .pagination > .active > a:hover,
.smart-style-2 .pagination > .active > span:hover,
.smart-style-2 .pagination > .active > a:focus,
.smart-style-2 .pagination > .active > span:focus {
    background-color: #3b9ff3;
}

.smart-style-2.minified .login-info {
    margin: 0 !important;
}

    .smart-style-2.minified .login-info a {
        margin-top: 4px;
    }

    .smart-style-2.minified .login-info span {
        padding: 0;
    }

.smart-style-2.minified #left-panel {
    padding: 0 !important;
    padding-top: 50px !important;
}

.smart-style-2.minified nav ul > li > a {
    padding: 12px 11px;
}

.smart-style-2.minified nav ul li.active > a:before {
    height: 23px;
    right: -19px;
    top: 7px;
    font-size: 20px;
    color: #FFFFFF;
}

.smart-style-2.minified nav > ul > li {
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #FFFFFF;
}

    .smart-style-2.minified nav > ul > li > a > i {
        font-size: 18px !important;
    }

    .smart-style-2.minified nav > ul > li > ul,
    .smart-style-2.minified nav > ul > li > ul > li,
    .smart-style-2.minified nav > ul > li > ul > li > ul > li {
        background: #fff !important;
    }

.smart-style-2 .smart-form .checkbox input:checked + i,
.smart-style-2 .smart-form .radio input:checked + i,
.smart-style-2 .smart-form .toggle input:checked + i {
    border-color: #3b9ff3;
}

.smart-form .rating input + label:hover,
.smart-form .rating input + label:hover ~ label {
    color: #3b9ff3;
}

.smart-style-2.menu-on-top .menu-item-parent {
    font-size: 10px;
}

.smart-style-2.menu-on-top #left-panel {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.smart-style-2.menu-on-top nav ul ul li > a {
    text-shadow: none !important;
    color: #646E75;
}

.smart-style-2.menu-on-top nav ul ul li a {
    padding-left: 10px !important;
    font-size: 13px;
}

.smart-style-2.menu-on-top nav ul ul li:hover > a {
    color: #fff !important;
    background-color: #5E6C88;
}

.smart-style-2.menu-on-top nav ul ul .active > a {
    color: #fff !important;
}

.smart-style-2.menu-on-top nav > ul ul ul {
    border-top: 1px solid #c7c7c7 !important;
}

.smart-style-2.menu-on-top nav > ul ul li:hover > ul {
    background: #333;
}

.smart-style-2.menu-on-top nav > ul > li > a:after {
    color: #8AA1B3 !important;
}

.smart-style-2.menu-on-top aside {
    background: inherit;
}

    .smart-style-2.menu-on-top aside#left-panel {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #B8B8B8;
        border-top: 1px solid #333;
    }

        .smart-style-2.menu-on-top aside#left-panel nav > ul > li {
            border-right: 1px solid transparent;
            border-left: 1px solid transparent;
        }

            .smart-style-2.menu-on-top aside#left-panel nav > ul > li > a {
                text-shadow: none !important;
                font-size: 13px;
                padding: 10px 9px !important;
            }

            .smart-style-2.menu-on-top aside#left-panel nav > ul > li > ul {
                background: #2C3742;
            }

            .smart-style-2.menu-on-top aside#left-panel nav > ul > li:hover {
                background: #2e3e57;
                border-right-color: #fff;
                border-left-color: #fff;
            }

                .smart-style-2.menu-on-top aside#left-panel nav > ul > li:hover > a {
                    color: #F1F1F1 !important;
                    border-left: 1px solid #000;
                    border-right: 1px solid #000;
                    padding-left: 8px !important;
                    padding-right: 8px !important;
                }

.smart-style-2.menu-on-top nav ul ul li a,
.smart-style-2.menu-on-top nav ul ul ul li a {
    color: #ADBED3 !important;
}

    .smart-style-2.menu-on-top nav ul ul li a:hover,
    .smart-style-2.menu-on-top nav ul ul ul li a:hover {
        color: #fff;
        background-color: #5E6C88 !important;
    }

.smart-style-2.menu-on-top nav ul ul,
.smart-style-2.menu-on-top nav ul ul ul {
    background: #2e3e57 !important;
    border: 1px solid transparent;
}

    .smart-style-2.menu-on-top nav > ul > li > a:after,
    .smart-style-2.menu-on-top nav > ul ul > li a:after,
    .smart-style-2.menu-on-top nav ul ul li:hover > a:after,
    .smart-style-2.menu-on-top nav > ul ul > li a:hover:after {
        color: #D5D5D5;
    }

    .smart-style-2.menu-on-top nav ul ul li:hover > a:after,
    .smart-style-2.menu-on-top nav > ul ul > li a:hover:after {
        color: #fff;
    }

    .smart-style-2.menu-on-top nav ul ul .active > a:hover,
    .smart-style-2.menu-on-top nav ul ul li.active:hover > a {
        color: #fff !important;
    }
/********************************************************************* STYLE 3 *************************************************************/
body.smart-style-3,
.smart-style-3 body {
    background: #ffffff !important;
    font-family: Arial, sans-serif;
}

.smart-style-3 #logo img {
    width: 125px;
    height: auto;
    padding-left: 3px;
    margin-top: -3px;
}

.smart-style-3 #header {
    background-color: #f78c40;
    background-image: -moz-linear-gradient(top, #f78c40, #d67632);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f78c40), to(#d67632));
    background-image: -webkit-linear-gradient(top, #f78c40, #d67632);
    background-image: -o-linear-gradient(top, #f78c40, #d67632);
    background-image: linear-gradient(to bottom, #f78c40, #d67632);
}

.smart-style-3 #ribbon {
    background: #fff;
}

.smart-style-3 #hide-menu i {
    color: #fff !important;
}

.smart-style-3 .header-dropdown-list > li > .dropdown-toggle {
    display: block;
    background: rgba(0, 0, 0, 0.2);
    padding: 2px 7px 3px;
    border-radius: 3px;
    margin-top: 14px;
}

.smart-style-3 .header-search > input[type=text] {
    border-color: #CA854F;
}

.smart-style-3 .header-search > button {
    color: #DF9B45;
}

.smart-style-3 aside {
    background: #f2f2f2;
    border-right: 2px solid #ccc;
}

.smart-style-3 .login-info {
    border-bottom: 1px solid #E2E2E2;
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

    .smart-style-3 .login-info span {
        border-bottom: none;
    }

    .smart-style-3 .login-info a span {
        color: #444 !important;
    }

.smart-style-3 nav > ul > li {
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(top, #f9f9f9, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f2f2f2);
    background-image: -o-linear-gradient(top, #f9f9f9, #f2f2f2);
    background-image: linear-gradient(to bottom, #f9f9f9, #f2f2f2);
    border-bottom: 1px solid #DFDFDF;
}

    .smart-style-3 nav > ul > li > a {
        padding: 12px 10px 12px 11px;
        font-size: 13px;
    }

        .smart-style-3 nav > ul > li > a b {
            top: 12px;
        }

        .smart-style-3 nav > ul > li > a > i {
            color: #4D8BA5;
            font-size: 20px;
        }

    .smart-style-3 nav > ul > li.active > a:before {
        top: 10px !important;
    }

    .smart-style-3 nav > ul > li.open {
        border-left: 4px solid #4D8BA5;
    }

        .smart-style-3 nav > ul > li.open > a {
            padding-left: 7px;
        }

        .smart-style-3 nav > ul > li.open ul li > a {
            padding-left: 38px;
        }

        .smart-style-3 nav > ul > li.open > ul > li > a {
            padding-left: 38px;
        }

.smart-style-3 nav ul li.active > a:before {
    top: 6px;
    color: #bbb;
}

.smart-style-3 nav ul li.active > a {
    font-weight: bold;
}

.smart-style-3 nav ul ul {
    background: none;
}

    .smart-style-3 nav ul ul li > a {
        font-size: 13px;
    }

.smart-style-3 nav ul li a:hover {
    background: rgba(0, 0, 0, 0.05) !important;
}

.smart-style-3 .superbox-list.active:before {
    color: #3D3B39;
}

.smart-style-3 .active + .ajax-dropdown {
    -webkit-box-shadow: 1px 14px 16px rgba(61, 35, 14, 0.55);
    box-shadow: 1px 14px 16px rgba(61, 35, 14, 0.55);
}

.smart-style-3 .dropdown-menu {
    border-radius: 0;
    border-bottom: 2px solid #ADADAD;
    background: #FDDFB3;
}

    .smart-style-3 .dropdown-menu > li > a {
        color: #4E361B;
    }

    .smart-style-3 .dropdown-menu .divider {
        background-color: #EBC7A6;
    }

.smart-style-3 .dropdown-menu-large .dropdown-header {
    color: #5C391E;
}

.smart-style-3 .has-warning .form-control {
    border-color: #c09853 !important;
}

.smart-style-3 .has-error .form-control {
    border-color: #b94a48 !important;
}

.smart-style-3 .has-success .form-control {
    border-color: #468847 !important;
}

.smart-style-3 #shortcut {
    background-color: rgba(25, 16, 6, 0.85);
}

.smart-style-3 .ui-chatbox-titlebar {
    background-color: #66605B !important;
}

    .smart-style-3 .ui-chatbox-titlebar.ui-state-focus {
        background-color: #4B433C !important;
    }

.smart-style-3 #ribbon .breadcrumb,
.smart-style-3 #ribbon .breadcrumb a {
    color: #7C7C7C !important;
}

    .smart-style-3 #ribbon .breadcrumb li:last-child,
    .smart-style-3 #ribbon .breadcrumb > .active {
        color: #5F5F5F;
    }

.smart-style-3.fixed-ribbon #ribbon {
    box-shadow: 0 0.0625em 0.3125em rgba(0, 0, 0, 0.35);
}

.smart-style-3 .btn-header > :first-child > a,
.smart-style-3 #logo-group span#activity {
    background-color: #DD7C37;
    background-image: -moz-linear-gradient(top, #dd7c37, #b9662b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b9662b), to(#b9662b));
    background-image: -webkit-linear-gradient(top, #dd7c37, #b9662b);
    background-image: -o-linear-gradient(top, #dd7c37, #b9662b);
    background-image: linear-gradient(to bottom, #dd7c37, #b9662b);
    color: #fff !important;
    border: 1px solid #f09d61;
    text-shadow: #985813 0 -1px;
}

    .smart-style-3 .btn-header > :first-child > a:hover,
    .smart-style-3 #logo-group span#activity:hover,
    .smart-style-3 .btn-header > :first-child > a:active,
    .smart-style-3 #logo-group span#activity:active {
        -webkit-box-shadow: inset 1px 1px 0px #985813, inset -1px -1px 0px #985813;
        -moz-box-shadow: inset 1px 1px 0px #985813, inset -1px -1px 0px #985813;
        box-shadow: inset 1px 1px 0px #985813, inset -1px -1px 0px #985813;
        background-color: #dd7a35;
        background-image: -moz-linear-gradient(top, #dd7a35, #984a13);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd7a35), to(#984a13));
        background-image: -webkit-linear-gradient(top, #dd7a35, #984a13);
        background-image: -o-linear-gradient(top, #dd7a35, #984a13);
        background-image: linear-gradient(to bottom, #dd7a35, #984a13);
    }

.smart-style-3 .project-selector,
.smart-style-3 .project-context > :first-child,
.smart-style-3 .header-dropdown-list > li > .dropdown-toggle {
    color: #fff;
    text-shadow: #985813 0 -1px;
}

.smart-style-3 nav ul li a,
.smart-style-3 nav ul li.open > a,
.smart-style-3 nav ul li.open > a b {
    color: #444 !important;
}

.smart-style-3 nav > ul ul li::before,
.smart-style-3 nav > ul > li > ul::before {
    border: none;
}

.smart-style-3 .page-footer,
.smart-style-3 .superbox-show {
    background: #3D3B39;
}

.smart-style-3.minified nav > ul > li {
    border-bottom: 1px solid #E9E4E4;
    border-top: 1px solid #FFFFFF;
}

    .smart-style-3.minified nav > ul > li.open ul li > a {
        padding-left: 14px;
    }

    .smart-style-3.minified nav > ul > li > ul,
    .smart-style-3.minified nav > ul > li > ul > li > ul > li {
        background-color: rgba(69, 69, 69, 0.9);
    }

.smart-style-3.minified nav ul li a,
.smart-style-3.minified nav ul li.open > a,
.smart-style-3.minified nav ul li.open > a b {
    color: #fff !important;
}

.smart-style-3 .dropdown-menu > .active > a,
.smart-style-3 .dropdown-menu > .active > a:hover,
.smart-style-3 .dropdown-menu > li > a:hover,
.smart-style-3 .dropdown-menu > li > a:focus,
.smart-style-3 .tt-suggestion.tt-is-under-cursor {
    background-color: #EC9519;
    color: #fff;
}

.smart-style-3 .dropdown-menu-large > li ul > li > a:focus,
.smart-style-3 .dropdown-menu-large > li ul > li > a:hover {
    border-radius: 3px;
    background-color: #F1B686;
}

.smart-style-3 input:not([type]),
.smart-style-3 input[type="color"],
.smart-style-3 input[type="email"],
.smart-style-3 input[type="number"],
.smart-style-3 input[type="password"],
.smart-style-3 input[type="tel"],
.smart-style-3 input[type="url"],
.smart-style-3 input[type="text"],
.smart-style-3 textarea {
    border-top-color: #a3a3a3;
    border-left-color: #a3a3a3;
    border-bottom-color: #ccc;
    border-right-color: #ccc;
    -webkit-box-shadow: inset 0 1px 0 #d6d6d6;
    -moz-box-shadow: inset 0 1px 0 #d6d6d6;
    box-shadow: inset 0 1px 0 #d6d6d6;
    color: #000;
}

.smart-style-3 .select2-container-multi .select2-choices .select2-search-field input,
.smart-style-3 .tt-hint {
    box-shadow: none !important;
    border: none !important;
}

.smart-style-3 .bigBox span,
.smart-style-3 .SmallBox span {
    letter-spacing: 0px;
}

.smart-style-3.menu-on-top nav ul ul li > a {
    color: inherit;
}

.smart-style-3.menu-on-top nav ul ul li a {
    padding-left: 10px !important;
    font-size: 13px;
}

.smart-style-3.menu-on-top nav ul ul li:hover > a {
    color: #fff;
}

.smart-style-3.menu-on-top nav ul ul .active > a {
    color: #333 !important;
}

.smart-style-3.menu-on-top nav ul > li > ul {
    left: -2px;
}

.smart-style-3.menu-on-top nav > ul > li > a:hover {
    background: #fff !important;
}

.smart-style-3.menu-on-top nav > ul > li > a:after {
    color: #8AA1B3 !important;
}

.smart-style-3.menu-on-top aside {
    background: inherit;
}

    .smart-style-3.menu-on-top aside#left-panel {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }

        .smart-style-3.menu-on-top aside#left-panel nav > ul > li {
            border-right: 1px solid #E2E2E2;
            border-left: 1px solid #FFFFFF;
        }

            .smart-style-3.menu-on-top aside#left-panel nav > ul > li > a {
                text-shadow: none !important;
                font-size: 13px;
                padding: 10px 9px !important;
                border: none !important;
            }

            .smart-style-3.menu-on-top aside#left-panel nav > ul > li:hover {
                background: #fff;
            }

.smart-style-3.menu-on-top nav ul ul,
.smart-style-3.menu-on-top nav ul ul ul {
    border-color: #E2E2E2;
}

    .smart-style-3.menu-on-top nav ul ul li a:hover,
    .smart-style-3.menu-on-top nav ul ul li:hover > a,
    .smart-style-3.menu-on-top nav ul ul ul li a:hover {
        background: rgba(0, 0, 0, 0.05);
    }

    .smart-style-3.menu-on-top nav ul ul li a,
    .smart-style-3.menu-on-top nav ul ul ul li a {
        color: #D8DEE5;
    }

        .smart-style-3.menu-on-top nav ul ul li a:hover,
        .smart-style-3.menu-on-top nav ul ul ul li a:hover {
            color: #fff;
        }

    .smart-style-3.menu-on-top nav > ul > li > a:after,
    .smart-style-3.menu-on-top nav > ul ul > li a:after,
    .smart-style-3.menu-on-top nav ul ul li:hover > a:after,
    .smart-style-3.menu-on-top nav > ul ul > li a:hover:after {
        color: inherit;
    }

    .smart-style-3.menu-on-top nav ul ul li:hover > a:after,
    .smart-style-3.menu-on-top nav > ul ul > li a:hover:after {
        color: inherit;
    }

    .smart-style-3.menu-on-top nav ul ul .active > a:hover,
    .smart-style-3.menu-on-top nav ul ul li.active:hover > a {
        color: #333 !important;
    }
/*
 * Style 3 Responsive
 */
@media (max-width: 979px) {
    .smart-style-3 #content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .smart-style-3 #ribbon {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        border-radius: 0px;
    }
}
/********************************************************************* Skin-4 *************************************************************/
body.smart-style-4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.smart-style-4 .ribbon-button-alignment {
    display: none;
}

.smart-style-4:not(.menu-on-top) #left-panel {
    padding-top: 49px;
}

.smart-style-4 #ribbon {
    position: absolute !important;
    z-index: 1;
    left: 3px;
    top: 30px;
    background: 0 0;
    font-size: 11px;
    font-weight: bold;
}

.smart-style-4 #header {
    background-image: none;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

    .smart-style-4 #header > :first-child {
        background: #71a06a;
    }

.smart-style-4 .login-info > span {
    border-bottom-color: #000000;
}

.smart-style-4 .page-title {
    margin: 8px 0 13px;
    font-size: 24px;
}

    .smart-style-4 .page-title > span {
        font-size: 14px;
    }

    .smart-style-4 .page-title > i:first-child {
        display: none;
    }

.smart-style-4 #logo-group span#activity {
    background: #5a8354;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5a8354), color-stop(1, #8fb489));
    background: -ms-linear-gradient(bottom, #5a8354, #8fb489);
    background: -moz-linear-gradient(center bottom, #5a8354 0%, #8fb489 100%);
    background: -o-linear-gradient(#8fb489, #5a8354);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fb489', endColorstr='#5a8354', GradientType=0);
    border-color: #5a8354;
    color: #e8efe7;
}
/* LEFT PANEL */
.smart-style-4:not(.mobile-view-activated) .login-info {
    display: none;
}

.smart-style-4:not(.mobile-view-activated) #mobile-profile-img {
    display: inline-block !important;
}

.smart-style-4 #mobile-profile-img a.userdropdown img {
    margin-left: 3px;
}

.smart-style-4 #mobile-profile-img > li {
    display: inline-block;
    padding-right: 0px;
    margin-right: -3px;
}

.smart-style-4 aside {
    background: #3a3f51;
}

    .smart-style-4 aside .minifyme {
        background: #71a06a;
        color: #e8efe7;
    }

        .smart-style-4 aside .minifyme:hover {
            background: #8fb489;
            color: #ffffff;
        }

.smart-style-4:not(.menu-on-top) nav ul li.active:not(.open) > a:before,
.smart-style-4:not(.menu-on-top) nav > ul > li.active:not(.open) > a:before {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAqBAMAAAAt0TTmAAAAHlBMVEUAAAD///////////////////////////////////8kfJuVAAAACnRSTlMABQMJDRIBFhofGayHogAAAOFJREFUKM+F070RgzAMBeBU6QkbuKDnlA1INoCjpWIDzmyA2QC2zVMC6IfcIbrvnjC2xe1v3XuUs4AqoN6gBjMuYOcNqINElHskLqDuflY/fKjgC1VRCZTgu/6isaZpoByU5nYAIqgtRiRhJZp3HKc4AInUynOKQNs8LwlWc3MoNluXNEWsYmxNabdwGDefbRp4YW2rmM1dv8+ue/4+v49MLB37lTMYQdxKclbq/ELfbdaCEOPX2ftA7HRviMHU/SIl1yazUdrZ2MjMUA7gaSn8/IE6ZSHD42Y3oGQH+l+4qg+S/XPD6LV6iwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: left;
    border-left: 4px solid #ffffff;
    left: 0px;
    height: 20px;
    top: 6px;
}

.smart-style-4 nav > ul > li.active:not(.open) > a:before {
    height: 26px !important;
    top: 7px !important;
}

.smart-style-4 nav ul li a {
    color: #bbc0cf;
    -webkit-transition: background-color 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s;
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 11px;
}

.smart-style-4 nav > ul > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
}

    .smart-style-4 nav > ul > li > a b {
        top: 11px;
        font-size: 14px;
    }

.smart-style-4 nav > ul ul li a {
    padding-top: 9px;
    padding-bottom: 8px;
}

.smart-style-4:not(.minified) nav ul ul li > a {
    padding-left: 46px;
}

.smart-style-4:not(.minified) nav ul ul ul li a {
    padding-left: 69px;
}

.smart-style-4:not(.minified) nav ul ul ul ul li a {
    padding-left: 92px;
}

.smart-style-4:not(.minified) nav ul ul ul ul ul li a {
    padding-left: 115px;
}

.smart-style-4:not(.minified) nav ul ul ul ul ul ul li a {
    padding-left: 138px;
}

.smart-style-4:not(.minified) nav > ul > li > a > i {
    margin-right: 9px;
}

.smart-style-4:not(.menu-on-top) nav ul li a:hover {
    background: #313645;
    color: #ffffff;
}

.smart-style-4 nav ul li a:active {
    background: #292d39;
    color: #ffffff;
}

.smart-style-4 nav ul ul,
.smart-style-4 nav ul li.open > a,
.smart-style-4.minified nav ul ul,
.smart-style-4.minified nav li li {
    background: #363a4b;
}

.smart-style-4 nav > ul > li > ul:before,
.smart-style-4 nav > ul ul li:before {
    border: none;
}

.smart-style-4 #content > .row:first-child {
    background-color: #f7f7f9;
    margin-top: -10px;
    padding-top: 10px;
    margin-bottom: 13px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d9dbe4;
}
/* unique classes for this skin only */
.smart-style-4 #smart-fixed-ribbon + span,
.smart-style-4 #ribbon {
    display: none;
}

.smart-style-4.fixed-ribbon #content {
    padding-top: 10px;
}
/* pages: gallery */
.smart-style-4 .superbox-show {
    background: #1e212a;
}

.smart-style-4 .superbox-list.active:before {
    color: #1e212a;
}

.smart-style-4 .superbox-imageinfo span {
    color: #a7acc0;
}
/*
 * Style 4 Responsive
 */
@media (max-width: 979px) {
    .smart-style-4 #header {
        background: #71a06a;
    }

    .smart-style-4 #hide-menu > :first-child > a {
        border-color: #FFFFFF !important;
    }

    .smart-style-4:not(.menu-on-top) #left-panel {
        margin-top: 0px !important;
    }

    .smart-style-4 #project-selector,
    .smart-style-4 .project-selector,
    .smart-style-4 #project-context > :first-child,
    .smart-style-4 .project-context > :first-child,
    .smart-style-4 .header-dropdown-list > li > .dropdown-toggle,
    .smart-style-4 .btn-header.transparent a {
        color: #fff !important;
        text-shadow: none;
    }
}
/********************************************************************* Skin-5 *************************************************************/
/*
   Insturctions: add the class    "smart-style-5" to the HTML and the BODY tag to get started.

*/
.smart-style-5 {
    background: url(../img/glass.jpg) no-repeat center top fixed;
    background-size: cover;
    color: #fff;
}

    .smart-style-5 .btn-header > :first-child > a,
    .smart-style-5 #ribbon,
    .smart-style-5 #logo-group span#activity,
    .smart-style-5 .header-search > input[type=text],
    .smart-style-5 #header,
    .smart-style-5 .jvectormap-container {
        background: none !important;
    }

    .smart-style-5.fixed-header #header {
        background: rgba(0, 0, 0, 0.7) !important;
    }

    .smart-style-5.fixed-ribbon #ribbon {
        background: rgba(0, 0, 0, 0.23) !important;
    }

    .smart-style-5 .jarviswidget > header,
    .smart-style-5 .login-info,
    .smart-style-5 .header-search > input[type=text],
    .smart-style-5 .btn-header > :first-child > a,
    .smart-style-5 #logo-group span#activity {
        border-color: transparent;
    }

        .smart-style-5 .jarviswidget > header:hover,
        .smart-style-5 .login-info:hover,
        .smart-style-5 .header-search > input[type=text]:hover,
        .smart-style-5 .btn-header > :first-child > a:hover,
        .smart-style-5 #logo-group span#activity:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

    .smart-style-5 .jarviswidget > header,
    .smart-style-5 .page-title span,
    .smart-style-5 #project-context > :first-child,
    .smart-style-5 .project-context > :first-child,
    .smart-style-5 #logo-group span#activity,
    .smart-style-5 #project-selector,
    .smart-style-5 .project-selector,
    .smart-style-5 a,
    .smart-style-5 .bs-example-type .table .info,
    .smart-style-5 .highlight,
    .smart-style-5 pre,
    .smart-style-5 .highlight pre code,
    .smart-style-5 code,
    .smart-style-5 .smart-form .checkbox input + i:after,
    .smart-style-5 .smart-form header,
    .smart-style-5 .easy-pie-chart .percent,
    .smart-style-5 .tree li span,
    .smart-style-5 .dd-handle > span,
    .smart-style-5 .irs-grid-text,
    .smart-style-5 .irs-max,
    .smart-style-5 .irs-min,
    .smart-style-5 .irs-grid-pol,
    .smart-style-5 .dygraph-axis-label,
    .smart-style-5 .h1 .small,
    .smart-style-5 .h1 small,
    .smart-style-5 .h2 .small,
    .smart-style-5 .h2 small,
    .smart-style-5 .h3 .small,
    .smart-style-5 .h3 small,
    .smart-style-5 .h4 .small,
    .smart-style-5 .h4 small,
    .smart-style-5 .h5 .small,
    .smart-style-5 .h5 small,
    .smart-style-5 .h6 .small,
    .smart-style-5 .h6 small,
    .smart-style-5 h1 .small,
    .smart-style-5 h1 small,
    .smart-style-5 h2 .small,
    .smart-style-5 h2 small,
    .smart-style-5 h3 .small,
    .smart-style-5 h3 small,
    .smart-style-5 h4 .small,
    .smart-style-5 h4 small,
    .smart-style-5 h5 .small,
    .smart-style-5 h5 small,
    .smart-style-5 h6 .small,
    .smart-style-5 h6 small,
    .smart-style-5 .todo-group-title,
    .smart-style-5 .todo > li > p > :first-child,
    .smart-style-5 .todo > li > p > .date,
    .smart-style-5 .text-muted,
    .smart-style-5 .todo > li > p,
    .smart-style-5 .inbox-menu-lg li a,
    .smart-style-5 .inbox-data-message > *:first-child span,
    .smart-style-5 .inbox-data-message > *:first-child,
    .smart-style-5 .responsive-utilities td.is-visible,
    .smart-style-5 .close,
    .smart-style-5 .close:focus,
    .smart-style-5 .close:hover,
    .smart-style-5 .jarviswidget header:first-child .nav-tabs li a,
    .smart-style-5 .nav-tabs > li > a,
    .smart-style-5 .row-seperator-header,
    .smart-style-5 .usr-card-content > :first-child,
    .smart-style-5 .superbox-imageinfo span,
    #extr-page .smart-style-5 h4.paragraph-header,
    #extr-page .smart-style-5 h5.about-heading,
    .smart-style-5 .pager .disabled > a,
    .smart-style-5 .pager .disabled > a:focus,
    .smart-style-5 .pager .disabled > a:hover,
    .smart-style-5 .pager .disabled > span,
    .smart-style-5 .header-search > button,
    .smart-style-5 .dropdown-menu > li > a,
    .smart-style-5 .notification-body .from,
    .smart-style-5 .notification-body time,
    .smart-style-5 .ui-widget-content {
        color: #fff;
    }

    .smart-style-5 .txt-color-blueDark,
    .smart-style-5 #ribbon .breadcrumb,
    .smart-style-5 #ribbon .breadcrumb a {
        color: #fff !important;
    }

        .smart-style-5 .open .project-selector,
        .smart-style-5 #ribbon .breadcrumb li:last-child,
        .smart-style-5 #ribbon .breadcrumb > .active {
            color: #FFD600;
        }

    .smart-style-5 a:hover,
    .smart-style-5 a:focus {
        color: #FFD600;
        text-decoration: none;
    }

    .smart-style-5 #header {
        border-bottom: 1px solid rgba(255, 255, 225, 0.15);
    }

    .smart-style-5 .login-info > span {
        border-bottom: 1px solid rgba(255, 255, 225, 0.15);
    }

    .smart-style-5 .jarviswidget > header {
        background: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .smart-style-5 aside#left-panel {
        background: rgba(0, 0, 0, 0.43);
    }

    .smart-style-5 .fc-border-separate thead tr,
    .smart-style-5 .table thead tr {
        background: rgba(0, 0, 0, 0.43);
    }

    .smart-style-5 .jarviswidget > div {
        background: rgba(0, 0, 0, 0.18) !important;
        border-color: rgba(0, 0, 0, 0.13) !important;
    }

    .smart-style-5 .highlight {
        border-color: rgba(255, 255, 225, 0.15);
        background: rgba(255, 255, 225, 0.43);
    }

    .smart-style-5 pre {
        background: rgba(255, 255, 255, 0.13);
    }

    .smart-style-5 .highlight pre code,
    .smart-style-5 code {
        background: rgba(0, 0, 0, 0.13);
        border-color: transparent;
    }

    .smart-style-5 .well,
    .smart-style-5 .bs-example {
        background: rgba(255, 255, 255, 0.23);
        border-color: transparent;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.43);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.43);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.43);
    }
    /* ALERTS*/
    .smart-style-5 .alert {
        -webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    }

    .smart-style-5 .alert-info {
        background: rgba(174, 207, 233, 0.43);
        color: #E7F1FF;
    }

    .smart-style-5 .alert-success {
        border-color: rgba(132, 233, 177, 0.5);
        color: #ffffff;
        background-color: rgba(120, 201, 156, 0.5);
    }

    .smart-style-5 .alert-warning {
        border-color: rgba(255, 242, 200, 0.4);
        color: #ffffff;
        background-color: rgba(255, 242, 200, 0.4);
    }

.alert-warning a {
    color: #333;
}

.smart-style-5 .alert-danger {
    border-color: #953b39;
    color: #ffffff;
    background-color: rgba(194, 101, 101, 0.7);
}

.smart-style-5 hr {
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .header-search > input[type=text],
.smart-style-5 .btn-header > :first-child > a {
    color: #fff;
    background: rgba(0, 0, 0, 0.1) !important;
}

.smart-style-5 .bs-example-type .table td,
.smart-style-5 .table-bordered,
.smart-style-5 .table-bordered > tbody > tr > td,
.smart-style-5 .table-bordered > tbody > tr > th,
.smart-style-5 .table-bordered > tfoot > tr > td,
.smart-style-5 .table-bordered > tfoot > tr > th,
.smart-style-5 .table-bordered > thead > tr > td,
.smart-style-5 .table-bordered > thead > tr > th {
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .bs-example {
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 ::-webkit-input-placeholder,
.smart-style-5 ::-moz-placeholder,
.smart-style-5 :-moz-placeholder,
.smart-style-5 :-webkit-placeholder,
.smart-style-5 :placeholder,
.smart-style-5 :-moz-placeholder,
.smart-style-5 nav ul li.active > a:before,
.smart-style-5.menu-on-top nav ul ul li a,
.smart-style-5.menu-on-top nav ul ul ul li a {
    color: #fff;
}

.smart-style-5 .page-footer {
    background: rgba(0, 0, 0, 0.33);
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 nav ul ul {
    background: rgba(0, 0, 0, 0.23);
}

.smart-style-5 nav ul .active > a {
    color: #FFD600 !important;
}

.smart-style-5.menu-on-top aside#left-panel nav > ul > li {
    border-right-color: rgba(255, 255, 225, 0.15);
    border-left-color: transparent;
}

    .smart-style-5.menu-on-top aside#left-panel nav > ul > li:first-child {
        border-left-color: rgba(255, 255, 225, 0.15);
    }

    .smart-style-5.menu-on-top aside#left-panel nav > ul > li:hover > a {
        background: #000;
        border-left-color: transparent;
        border-right-color: transparent;
        color: #FFD600 !important;
    }

.smart-style-5.menu-on-top nav ul ul li a:hover,
.smart-style-5.menu-on-top nav ul ul ul li a:hover {
    color: #FFD600;
}

.smart-style-5 .menu-on-top nav ul ul ul li a:hover {
    color: #FFD600;
}

.smart-style-5.menu-on-top nav ul ul li:hover > a:after,
.smart-style-5.menu-on-top nav > ul ul > li a:after,
.smart-style-5.menu-on-top nav > ul ul > li a:hover:after,
.smart-style-5.menu-on-top nav > ul > li > a:after {
    color: #fff;
}

.smart-style-5 .ajax-dropdown {
    background: rgba(0, 0, 0, 0.43);
}

    .smart-style-5 .ajax-dropdown:after,
    .smart-style-5 .ajax-dropdown:before {
        border-bottom-color: rgba(255, 255, 225, 0.15);
    }

    .smart-style-5 .ajax-dropdown .fa-4x.fa-border {
        color: rgba(170, 241, 219, 0.9);
        border-color: rgba(0, 255, 224, 0.3);
    }

.smart-style-5 .notification-body .msg-body,
.smart-style-5 .notification-body .subject {
    color: rgba(255, 255, 255, 0.7);
}

.smart-style-5 .notification-body .unread {
    background-color: rgba(169, 255, 241, 0.2);
}

.smart-style-5 .notification-body > li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.smart-style-5 .dropdown-menu {
    background: rgba(0, 0, 0, 0.63);
}

    .smart-style-5 .dropdown-menu .divider {
        background: rgba(255, 255, 225, 0.15);
    }

.smart-style-5 .btn-default,
.smart-style-5 .btn-default.active,
.smart-style-5 .btn-default:active,
.smart-style-5 .btn-default:focus,
.smart-style-5 .btn-default:hover,
.smart-style-5 .open > .dropdown-toggle.btn-default {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-color: transparent;
}

.smart-style-5 .ajax-notifications {
    background: none;
}

.smart-style-5 .table-responsive {
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .dropdown-menu > li > a {
    color: #fff !important;
}

.smart-style-5 .form-control,
.smart-style-5 .input-group-addon,
.smart-style-5 .smart-form .input input,
.smart-style-5 .smart-form .select select,
.smart-style-5 .smart-form .textarea textarea,
.smart-style-5 .bootstrap-tagsinput,
.smart-style-5 .select2-container-multi .select2-choices,
.smart-style-5 .select2-container .select2-choice .select2-arrow,
.smart-style-5 .select2-container .select2-choice {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFF;
}

.smart-style-5 .select2-dropdown-open .select2-arrow {
    background: rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(0, 0, 0, 0.4) !important;
}

.smart-style-5 .note,
.smart-style-5 .form header,
.smart-style-5 legend {
    color: #fff;
    -webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.smart-style-5 .form-actions {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 label input[type=checkbox].checkbox + span:before,
.smart-style-5 label input[type=radio].radiobox + span:before {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .smart-form.widget-body-toolbar,
.smart-style-5 .widget-body-toolbar {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .smart-form .label {
    color: #ffffff;
}

.smart-style-5 .jarviswidget .fc-header-title h2 {
    text-shadow: none;
}

.smart-style-5 .dropzone,
.smart-style-5 td.fc-other-month {
    background-color: rgba(72, 112, 85, 0.23);
}

.smart-style-5 .ui-widget-content,
.smart-style-5 .popover {
    background: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.4);
}

.smart-style-5 .ui-datepicker {
    background: rgba(0, 0, 0, 0.8) !important;
}

.smart-style-5 .editable + .popover {
    background: rgba(20, 114, 88, 0.8);
    border-color: rgba(0, 0, 0, 0.4);
}

.smart-style-5 .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.smart-style-5 tr.ui-widget-content {
    background: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .ui-spinner {
    background: none;
    border-color: rgba(0, 0, 0, 0.4);
}

.smart-style-5 .bootstrapWizard li .title {
    color: #000;
}

.smart-style-5 .dropzone .dz-preview,
.smart-style-5 .dropzone-previews .dz-preview {
    color: #000;
}

.smart-style-5 .tree li:after,
.smart-style-5 .tree li span,
.smart-style-5 .tree li:before {
    border-color: #fff;
}

.smart-style-5 label input[type=radio][disabled].radiobox + span,
.smart-style-5 label input[type=radio][disabled].radiobox:checked + span,
.smart-style-5 label:hover input[type=radio][disabled].radiobox:checked + span:before {
    color: rgba(255, 255, 255, 0.7);
}

.smart-style-5 .table,
.smart-style-5 .ui-jqgrid .ui-jqgrid-bdiv {
    background: none;
}

.smart-style-5 .ui-jqgrid .ui-jqgrid-pager,
.smart-style-5 .ui-jqgrid .ui-jqgrid-titlebar {
    border-color: rgba(255, 255, 225, 0.15);
    background-color: rgba(0, 0, 0, 0.23);
}

.smart-style-5 .ui-jqgrid {
    border-color: rgba(255, 255, 225, 0.15) !important;
}

    .smart-style-5 .ui-jqgrid .ui-pg-input,
    .smart-style-5 .ui-jqgrid .ui-pg-selbox {
        color: #000;
    }

.smart-style-5 .ui-state-focus,
.smart-style-5 .ui-state-hover,
.smart-style-5 .ui-widget-content .ui-state-focus,
.smart-style-5 .ui-widget-content .ui-state-hover,
.smart-style-5 .ui-widget-header .ui-state-focus,
.smart-style-5 .ui-widget-header .ui-state-hover {
    background: none;
}

.smart-style-5 .arrow-box-up-right:after {
    border-color: transparent;
}

.smart-style-5 .arrow-box-up-right:before {
    border-bottom-color: rgba(0, 0, 0, 0.63);
}

.smart-style-5 .ui-tabs .ui-tabs-nav {
    background: rgba(0, 0, 0, 0.43);
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .ui-tabs {
    background: none;
}

.smart-style-5 .ui-tabs-panel {
    background: none;
    border-color: rgba(255, 255, 255, 0.15);
}

.smart-style-5 .popover.bottom > .arrow,
.smart-style-5 .popover.top > .arrow,
.smart-style-5 .popover.left > .arrow,
.smart-style-5 .popover.right > .arrow {
    border-color: transparent;
}

    .smart-style-5 .popover.right > .arrow:after {
        border-right-color: rgba(0, 0, 0, 0.8);
        left: 0px;
    }

    .smart-style-5 .popover.bottom > .arrow:after {
        border-bottom-color: rgba(0, 0, 0, 0.8);
        top: 0px;
    }

    .smart-style-5 .popover.top > .arrow:after {
        border-top-color: rgba(0, 0, 0, 0.8);
        bottom: 0px;
    }

    .smart-style-5 .popover.left > .arrow:after {
        border-left-color: rgba(0, 0, 0, 0.8);
        right: 0px;
    }

.smart-style-5 .popover-title {
    background-color: rgba(247, 247, 247, 0.3);
    border-bottom: 1px solid rgba(247, 247, 247, 0.3);
}

.smart-style-5 .ui-chatbox-input-focus {
    color: #000;
}

.smart-style-5 .dt-toolbar,
.smart-style-5 table.dataTable thead .sorting_asc,
.smart-style-5 table.dataTable thead .sorting_desc {
    background-color: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .dt-toolbar {
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .table-striped > tbody > tr:nth-child(odd),
.smart-style-5 .table-hover > tbody > tr:hover {
    background-color: transparent !important;
}

    .smart-style-5 .dt-toolbar-footer,
    .smart-style-5 .table-striped > tbody > tr:nth-child(odd) > th,
    .smart-style-5 .table-hover > tbody > tr:hover > td,
    .smart-style-5 .table-hover > tbody > tr:hover > th {
        background: rgba(0, 0, 0, 0.43);
    }

    .smart-style-5 .table-striped > tbody > tr:nth-child(odd) > td {
        background: rgba(0, 0, 0, 0.13);
    }

.smart-style-5 .dt-toolbar-footer {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .jarviswidget-color-blueDark > header {
    border-color: rgba(255, 255, 225, 0.15) !important;
}

.smart-style-5 .pagination > li > a,
.smart-style-5 .pagination > li > span {
    background: rgba(0, 0, 0, 0.43);
    border-color: rgba(255, 255, 225, 0.15);
    color: #fff;
}

.smart-style-5 .pagination > .disabled > a,
.smart-style-5 .pagination > .disabled > a:focus,
.smart-style-5 .pagination > .disabled > a:hover,
.smart-style-5 .pagination > .disabled > span,
.smart-style-5 .pagination > .disabled > span:focus,
.smart-style-5 .pagination > .disabled > span:hover {
    background: rgba(0, 0, 0, 0.43);
    border-color: rgba(255, 255, 225, 0.15);
    color: #cccccc;
}

.smart-style-5 .pagination > .active > a,
.smart-style-5 .pagination > .active > a:focus,
.smart-style-5 .pagination > .active > a:hover,
.smart-style-5 .pagination > .active > span,
.smart-style-5 .pagination > .active > span:focus,
.smart-style-5 .pagination > .active > span:hover .pagination > .active > a {
    color: #FFD600;
    border-color: rgba(255, 255, 225, 0.15);
    background: rgba(0, 0, 0, 0.63);
}

.smart-style-5 div.DTTT .btn {
    color: #fff !important;
}

.smart-style-5 button.ColVis_Button,
.smart-style-5 ul.ColVis_collection li {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .bg-color-white {
    background: rgba(0, 0, 0, 0.43) !important;
}

.smart-style-5 .dygraph-legend {
    background: none !important;
}

#extr-page .smart-style-5 #main {
    background: none;
}

#extr-page .smart-style-5 #header {
    background: rgba(0, 0, 0, 0.43) !important;
    border-color: rgba(255, 255, 225, 0.15) !important;
}

.smart-style-5 .client-form header,
.smart-style-5 .client-form footer {
    background: rgba(0, 0, 0, 0.63);
    color: #fff;
}

.smart-style-5 .smart-form fieldset {
    background: rgba(255, 255, 255, 0.03);
}

.smart-style-5 .timeline-seperator > :first-child {
    background: rgba(0, 0, 0, 0.43);
    color: #fff;
}

.smart-style-5 .smart-form footer {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .smart-form .rating,
.smart-style-5 .smart-form .toggle,
.smart-style-5 .smart-form .checkbox,
.smart-style-5 .smart-form .radio {
    color: #fff;
    -webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.smart-style-5 .ui-datepicker .ui-datepicker-header {
    background-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .table-forum thead tr th {
    border-bottom-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .table > tbody > tr > td,
.smart-style-5 .table > tbody > tr > th,
.smart-style-5 .table > tfoot > tr > td,
.smart-style-5 .table > tfoot > tr > th,
.smart-style-5 .table > thead > tr > td,
.smart-style-5 .table > thead > tr > th {
    border-top-color: rgba(255, 255, 225, 0.07);
}

.smart-style-5 .note-editor .note-toolbar {
    background: rgba(0, 0, 0, 0.43);
    border-bottom-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .note-editor,
.smart-style-5 .md-editor > textarea {
    border-color: rgba(255, 255, 225, 0.15);
    background: rgba(255, 255, 225, 0.15);
}

    .smart-style-5 .note-editor .note-editable:focus,
    .smart-style-5 .md-editor > textarea:focus {
        background: rgba(255, 255, 225, 0.05);
    }

.smart-style-5 .superbox-show {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .superbox-list.active:before {
    color: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .progress {
    background: rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 225, 0.15) inset;
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 225, 0.15) inset;
    box-shadow: 0 0 0 1px rgba(255, 255, 225, 0.15) inset;
}

.smart-style-5 .nav > li > a:focus,
.smart-style-5 .nav > li > a:hover {
    background: rgba(0, 0, 0, 0.63);
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .nav-tabs > li.active > a,
.smart-style-5 .nav-tabs > li.active > a:focus,
.smart-style-5 .nav-tabs > li.active > a:hover,
.smart-style-5 .nav-tabs.bordered {
    background: rgba(0, 0, 0, 0.43);
    color: #fff;
    border-color: rgba(255, 255, 225, 0.15) !important;
}

.smart-style-5 .nav-tabs > li.active > a {
    -webkit-box-shadow: 0 -2px 0 #ccf0ff;
    -moz-box-shadow: 0 -2px 0 #ccf0ff;
    box-shadow: 0 -2px 0 #ccf0ff;
}

.smart-style-5 .nav-tabs.bordered + .tab-content {
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .tabs-left > .nav-pills,
.smart-style-5 .tabs-left > .nav-tabs {
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .tabs-right > .nav-tabs {
    border-left-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .jarviswidget header .nav-tabs > li.active > a,
.smart-style-5 .jarviswidget header .nav-tabs > li.active > a:focus,
.smart-style-5 .jarviswidget header .nav-tabs > li.active > a:hover {
    background: rgba(0, 0, 0, 0.43);
    color: #fff;
}

.smart-style-5 .smart-accordion-default .panel-default {
    border-color: rgba(255, 255, 225, 0.15);
}

    .smart-style-5 .smart-accordion-default .panel-default > .panel-heading {
        background: none;
    }

.smart-style-5 .panel {
    background: none;
}

.smart-style-5 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .jumbotron {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .pagination.pagination-alt > li:first-child > a {
    padding-left: 12px;
}

.smart-style-5 .pager li > a,
.smart-style-5 .pager li > span {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .pager .disabled > a,
.smart-style-5 .pager .disabled > a:focus,
.smart-style-5 .pager .disabled > a:hover,
.smart-style-5 .pager .disabled > span {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .modal-content {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .modal-header {
    border-bottom-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .modal-footer {
    border-top-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .bs-glyphicons li {
    border-color: rgba(255, 255, 225, 0.15) !important;
}

.smart-style-5 .responsive-utilities td.is-hidden {
    background: rgba(0, 0, 0, 0.43) !important;
    color: #fff;
}

.smart-style-5 .inbox-body.no-content-padding {
    background: none;
}

.smart-style-5 .inbox-body .table-wrap,
.smart-style-5 .inbox-side-bar,
.smart-style-5 .inbox-nav-bar {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .txt-color-darken {
    color: #fff !important;
}

.smart-style-5 .inbox-menu-lg li a:hover {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .inbox-menu-lg li.active a {
    background: rgba(0, 0, 0, 0.43);
    border-bottom-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .fill-a,
.smart-style-5 .fill-b {
    background: transparent;
}

.smart-style-5 #heat-fill {
    left: 20px;
}

.smart-style-5 .fill-a {
    top: -11px;
    left: -10px;
}

.smart-style-5 .fill-b {
    top: -11px;
    right: -23px;
}

.smart-style-5 .chat-body {
    background: none;
    border-color: transparent;
}

.smart-style-5 .chat-footer {
    background: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .todo-group-title,
.smart-style-5 .textarea-div,
.smart-style-5 .textarea-controls {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .typearea textarea {
    background: none;
}

.smart-style-5 .show-stat-microcharts > div {
    border-color: rgba(255, 255, 225, 0.15) !important;
    background: rgba(0, 255, 255, 0.1) !important;
}

.smart-style-5 .smart-form.widget-body-toolbar,
.smart-style-5 .widget-body-toolbar,
.smart-style-5 .todo > li,
.smart-style-5 .todo > li > p,
.smart-style-5 .todo > li > :first-child,
.smart-style-5 .todo-group-title,
.smart-style-5 .typearea,
.smart-style-5 .textarea-div,
.smart-style-5 .textarea-controls,
.smart-style-5 .fc-widget-content,
.smart-style-5 .fc-widget-header {
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .table > thead > tr > th {
    border-bottom-color: rgba(255, 255, 225, 0.25);
}

.smart-style-5 .table-bordered,
.smart-style-5 .table-bordered > tbody > tr > td,
.smart-style-5 .table-bordered > tbody > tr > th,
.smart-style-5 .table-bordered > tfoot > tr > td,
.smart-style-5 .table-bordered > tfoot > tr > th,
.smart-style-5 .table-bordered > thead > tr > td,
.smart-style-5 .table-bordered > thead > tr > th {
    border-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .ui-jqgrid .ui-jqgrid-titlebar {
    background: rgba(0, 0, 0, 0.23);
}

.smart-style-5 .ui-jqgrid .ui-jqgrid-htable th {
    background: none;
}

.smart-style-5 .ui-jqgrid .ui-state-hover td {
    background: rgba(255, 255, 225, 0.15) !important;
}

.smart-style-5 .ui-accordion .ui-accordion-header {
    background: rgba(0, 0, 0, 0.43);
    color: #fff;
}

.smart-style-5 .ui-menu .ui-state-disabled {
    color: #fff !important;
}

.smart-style-5 .ui-accordion-content {
    background: none;
}

.smart-style-5 .ui-dialog .ui-dialog-title {
    color: #fff;
    background: none;
}

.smart-style-5 .ui-dialog .ui-dialog-titlebar {
    border-bottom-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    background: none;
}

.smart-style-5 .ui-dialog .ui-dialog-buttonpane {
    border-top-color: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.smart-style-5 .ui-dialog-buttonpane,
.smart-style-5 .ui-dialog-content {
    background: none;
}

.smart-style-5 .ui-dialog {
    background: url(../img/glass.jpg) no-repeat;
}

.smart-style-5 .slider-track {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .ui-tabs .ui-tabs-nav li a:hover {
    border-bottom: none;
}

.smart-style-5 .ui-tabs .ui-tabs-nav li a:hover,
.smart-style-5 .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background: rgba(0, 0, 0, 0.43);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 -2px 0 #ccf0ff;
    -moz-box-shadow: 0 -2px 0 #ccf0ff;
    box-shadow: 0 -2px 0 #ccf0ff;
}

.smart-style-5 .ui-accordion .ui-accordion-header,
.smart-style-5 .ui-accordion .ui-accordion-content {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

.smart-style-5 .ui-accordion-header-active + .ui-accordion-content {
    border-top-color: transparent;
}

.smart-style-5 .ui-tabs .ui-tabs-nav li.ui-tabs-active:hover,
.smart-style-5 .ui-tabs .ui-tabs-nav li a {
    background: none;
    color: #fff;
    border-color: transparent;
}

.smart-style-5 .ui-tabs .ui-state-default,
.smart-style-5 .ui-tabs .ui-widget-content .smart-style-5 .ui-tabs .ui-state-default,
.smart-style-5 .ui-tabs .ui-widget-header .ui-state-default {
    background: none;
    margin: 0;
}

.smart-style-5 .lockscreen .logo + div {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .chart text {
    fill: #fff;
}

.smart-style-5 .dd3-content,
.smart-style-5 .dd-handle {
    background: rgba(0, 0, 0, 0.43);
    border-color: rgba(255, 255, 225, 0.15);
    color: #fff;
}

.smart-style-5 .widget-footer,
.smart-style-5 .md-editor .md-footer,
.smart-style-5 .md-editor > .md-header {
    background: rgba(0, 0, 0, 0.43);
    border-bottom-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .widget-footer {
    border-top: 1px solid rgba(255, 255, 225, 0.15);
}

.smart-style-5 .noUi-target[disabled] .noUi-base {
    background: rgba(26, 26, 26, 0.43);
}

.smart-style-5 .noUi-background,
.smart-style-5 .irs-line {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .select2-search input {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(29, 29, 29, 0.9);
    color: #ffffff;
}

.smart-style-5 .select2-results .select2-no-results,
.smart-style-5 .select2-results .select2-searching,
.smart-style-5 .select2-results .select2-selection-limit {
    background: transparent;
}

.smart-style-5 .select2-drop {
    border-color: rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

.smart-style-5 .select2-search:before {
    color: #e0e0e0 !important;
}

.smart-style-5 .knob[data-fgcolor="#222222"],
.smart-style-5 .select2-container-multi .select2-choices .select2-search-field input {
    color: #fff !important;
}

.smart-style-5 .select2-dropdown-open .select2-choice {
    border: 1px solid #000000;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: none !important;
}

.smart-style-5 .profile-message li.message.message-reply,
.smart-style-5 .price-features {
    background: rgba(0, 0, 0, 0.43);
}

.smart-style-5 .panel-footer {
    background: rgba(0, 0, 0, 0.63);
    border-top-color: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .pricing-big .panel-footer {
    background: rgba(0, 0, 0, 0.63) !important;
}

.smart-style-5 .table > tbody > tr.active > td,
.smart-style-5 .table > tbody > tr.active > th,
.smart-style-5 .table > tbody > tr > td.active,
.smart-style-5 .table > tbody > tr > th.active,
.smart-style-5 .table > tfoot > tr.active > td,
.smart-style-5 .table > tfoot > tr.active > th,
.smart-style-5 .table > tfoot > tr > td.active,
.smart-style-5 .table > tfoot > tr > th.active,
.smart-style-5 .table > thead > tr.active > td,
.smart-style-5 .table > thead > tr.active > th,
.smart-style-5 .table > thead > tr > td.active,
.smart-style-5 .table > thead > tr > th.active {
    background: rgba(255, 255, 225, 0.15);
}

.smart-style-5 .table > tbody > tr.success > td,
.smart-style-5 .table > tbody > tr.danger > td,
.smart-style-5 .table > tbody > tr.info > td,
.smart-style-5 .table > tbody > tr.warning > td {
    color: #000;
}

.smart-style-5 .smart-timeline-list > li:hover {
    background: rgba(0, 0, 0, 0.43);
}
/* jvector map buttons */
.smart-style-5 .jvectormap-zoomin,
.smart-style-5 .jvectormap-zoomout {
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.smart-style-5 .text-primary {
    color: #E2F2FF;
}

.smart-style-5 .text-success {
    color: #90FF92;
}
/* Widgets */
/* css switch */
.smart-style-5 .onoffswitch-switch {
    border-color: transparent;
}
/* adjustments */
.smart-style-5 #shortcut {
    background-color: rgba(27, 16, 43, 0.75);
}

.smart-style-5.minified nav > ul > li {
    border-bottom: 1px solid rgba(2, 8, 9, 0.33);
    border-top: 1px solid rgba(255, 255, 255, 0.23);
}

.smart-style-5 .minifyme {
    background: rgba(77, 209, 172, 0.5);
    color: rgba(255, 255, 255, 0.7);
}

    .smart-style-5 .minifyme:hover {
        background: rgba(77, 209, 172, 0.7);
        color: #ffffff;
    }

.smart-style-5.minified nav > ul > li > ul {
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    padding: 0px;
}

    .smart-style-5.minified nav > ul > li > ul > li,
    .smart-style-5.minified nav > ul > li > ul > li > ul > li {
        background: transparent;
    }

.smart-style-5 [class^="txt-color-"],
.smart-style-5 [class*=" txt-color-"],
.smart-style-5 #sparks li h5,
.smart-style-5 #project-context > :first-child,
.smart-style-5 .project-context > :first-child,
.smart-style-5 .bootstrap-duallistbox-container label,
.smart-style-5 .form header,
.smart-style-5 .inbox-side-bar h6,
.smart-style-5 .ajax-notifications > .alert.alert-transparent {
    color: #fff !important;
    -webkit-text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
/* jarvis widgets */
.smart-style-5 .bg-color-green,
.smart-style-5 .jarviswidget-color-green > header {
    background: rgba(144, 255, 146, 0.5) !important;
    border-color: rgba(144, 255, 146, 0.5) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-greenLight,
.smart-style-5 .jarviswidget-color-greenLight > header {
    border-color: rgba(127, 207, 113, 0.5) !important;
    background: rgba(127, 207, 113, 0.5) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-greenDark,
.smart-style-5 .jarviswidget-color-greenDark > header {
    border-color: rgba(135, 233, 117, 0.5) !important;
    background: rgba(135, 233, 117, 0.5) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-purple,
.smart-style-5 .jarviswidget-color-purple > header {
    border-color: rgba(98, 57, 149, 0.43) !important;
    background: rgba(122, 72, 185, 0.43) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-magenta,
.smart-style-5 .jarviswidget-color-magenta > header {
    border-color: rgba(76, 38, 78, 0.43) !important;
    background: rgba(110, 54, 113, 0.43) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-pink,
.smart-style-5 .jarviswidget-color-pink > header {
    border-color: rgba(233, 157, 201, 0.43) !important;
    background: rgba(233, 157, 201, 0.43) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-pinkDark,
.smart-style-5 .jarviswidget-color-pinkDark > header {
    border-color: rgba(208, 58, 146, 0.43) !important;
    background: rgba(218, 99, 169, 0.43) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-blueLight,
.smart-style-5 .jarviswidget-color-blueLight > header {
    border-color: rgba(140, 210, 236, 0.43) !important;
    background: rgba(184, 227, 243, 0.43) !important;
    color: #ffffff;
}

    .smart-style-5 .jarviswidget-color-blueLight > header > .jarviswidget-ctrls a {
        color: #ffffff !important;
    }

.smart-style-5 .bg-color-teal,
.smart-style-5 .jarviswidget-color-teal > header {
    border-color: rgba(84, 210, 208, 0.83) !important;
    background: rgba(124, 221, 219, 0.83) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-blue,
.smart-style-5 .jarviswidget-color-blue > header {
    border-color: rgba(59, 184, 235, 0.43) !important;
    background: rgba(59, 184, 235, 0.43) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-blueDark,
.smart-style-5 .jarviswidget-color-blueDark > header {
    border-color: rgba(29, 61, 104, 0.43) !important;
    background: rgba(29, 61, 104, 0.43) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-darken,
.smart-style-5 .jarviswidget-color-darken > header {
    border-color: rgba(0, 0, 0, 0.23) !important;
    background: rgba(0, 0, 0, 0.23) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-yellow,
.smart-style-5 .jarviswidget-color-yellow > header {
    border-color: rgba(253, 236, 184, 0.43) !important;
    background: rgba(253, 236, 184, 0.43) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-orange,
.smart-style-5 .jarviswidget-color-orange > header {
    border-color: rgba(255, 159, 71, 0.43) !important;
    background: rgba(255, 159, 71, 0.43) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-orangeDark,
.smart-style-5 .jarviswidget-color-orangeDark > header {
    border-color: rgba(255, 161, 87, 0.43) !important;
    background: rgba(255, 161, 87, 0.43) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-red,
.smart-style-5 .jarviswidget-color-red > header {
    border-color: rgba(255, 7, 7, 0.43) !important;
    background: rgba(255, 7, 7, 0.43) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-redLight,
.smart-style-5 .jarviswidget-color-redLight > header {
    border-color: rgba(252, 61, 61, 0.43) !important;
    background: rgba(252, 61, 61, 0.43) !important;
    color: #ffffff;
}

.smart-style-5 .bg-color-white,
.smart-style-5 .jarviswidget-color-white > header {
    border-color: rgba(255, 255, 255, 0.33) !important;
    background: rgba(255, 255, 255, 0.43) !important;
    color: #000;
}

    .smart-style-5 .jarviswidget-color-white > header > .jarviswidget-ctrls a {
        color: #3d3d3d !important;
    }

.smart-style-5 button.ColVis_Button,
.smart-style-5 ul.ColVis_collection li {
    color: #fff !important;
}

.smart-style-5 ul.ColVis_collection {
    background: rgba(0, 0, 0, 0.5);
}
/* end jarvis widget */
/* buttons */
.smart-style-5 .btn-primary,
.smart-style-5 .btn-primary.active,
.smart-style-5 .btn-primary:active,
.smart-style-5 .btn-primary:focus,
.smart-style-5 .btn-primary:hover,
.smart-style-5 .open > .dropdown-toggle.btn-primary,
.smart-style-5 .bootstrap-tagsinput > span,
.smart-style-5 .select2-container-multi .select2-choices .select2-search-choice {
    border-color: rgba(117, 205, 241, 0.83);
    background: rgba(71, 188, 236, 0.83);
    webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.smart-style-5 .btn-info,
.smart-style-5 .btn-info.active,
.smart-style-5 .btn-info:active,
.smart-style-5 .btn-info:focus,
.smart-style-5 .btn-info:hover,
.smart-style-5 .open > .dropdown-toggle.btn-info {
    border-color: rgba(164, 232, 230, 0.83);
    background: rgba(124, 221, 219, 0.83);
    webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.smart-style-5 .btn-success,
.smart-style-5 .sa-chat-learnmore-btn,
.smart-style-5 .sa-chat-learnmore-btn:active,
.smart-style-5 .sa-chat-learnmore-btn:focus,
.smart-style-5 .sa-chat-learnmore-btn:hover,
.smart-style-5 .btn-success.active,
.smart-style-5 .btn-success:active,
.smart-style-5 .btn-success:focus,
.smart-style-5 .btn-success:hover,
.smart-style-5 .open > .dropdown-toggle.btn-success {
    border-color: rgba(0, 246, 4, 0.83);
    background: rgba(144, 255, 146, 0.5);
    webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.smart-style-5 .btn-warning,
.smart-style-5 .btn-warning.active,
.smart-style-5 .btn-warning:active,
.smart-style-5 .btn-warning:focus,
.smart-style-5 .btn-warning:hover,
.smart-style-5 .open > .dropdown-toggle.btn-warning {
    border-color: rgba(250, 220, 156, 0.83);
    background-color: rgba(245, 206, 122, 0.83);
    webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.smart-style-5 .btn-danger,
.smart-style-5 .btn-danger.active,
.smart-style-5 .btn-danger:active,
.smart-style-5 .btn-danger:focus,
.smart-style-5 .btn-danger:hover,
.smart-style-5 .open > .dropdown-toggle.btn-danger {
    border-color: rgba(217, 20, 44, 0.83);
    background-color: rgba(236, 52, 74, 0.83);
    webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
/* end buttons */
.smart-style-5 .smart-form .rating input:checked ~ label {
    color: #7ED5EB;
}

.smart-style-5 .smart-form .rating input + label:hover,
.smart-style-5 .smart-form .rating input + label:hover ~ label {
    color: #A3EDFF;
}

.smart-style-5 select:not([multiple]) option,
.smart-style-5 .dt-toolbar option {
    background: #000;
    border-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
}

.smart-style-5 .control-label {
    -webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.smart-style-5 .has-error .checkbox,
.smart-style-5 .has-error .checkbox-inline,
.smart-style-5 .has-error .control-label,
.smart-style-5 .has-error .help-block,
.smart-style-5 .has-error .radio,
.smart-style-5 .has-error .radio-inline,
.smart-style-5 .has-error .form-control-feedback {
    color: #ff7676;
    -webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.smart-style-5 .has-success .checkbox,
.smart-style-5 .has-success .checkbox-inline,
.smart-style-5 .has-success .control-label,
.smart-style-5 .has-success .help-block,
.smart-style-5 .has-success .radio,
.smart-style-5 .has-success .radio-inline,
.smart-style-5 .has-success .form-control-feedback {
    color: #b1f3b2;
    -webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.smart-style-5 label input[type=checkbox].checkbox:checked + span:before {
    color: #d2e8ff;
}

.smart-style-5 label input[type=checkbox].checkbox.style-2:checked + span:before {
    color: #66665e;
}

.smart-style-5 label input[type=radio].radiobox + span:before,
.smart-style-5 label input[type=radio].radiobox:checked + span:before {
    color: #d2e8ff !important;
    border-color: #d2e8ff !important;
}

.smart-style-5 input[type=checkbox].checkbox + span:before {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.smart-style-5 .form-actions,
.smart-style-5 .smart-form.widget-body-toolbar,
.smart-style-5 .widget-body-toolbar,
.smart-style-5 label input[type=checkbox].checkbox + span:before,
.smart-style-5 label input[type=radio].radiobox + span:before {
    background: rgba(255, 255, 255, 0.23);
    border-color: rgba(255, 255, 255, 0.53);
}

.smart-style-5 .irs-diapason,
.smart-style-5 .noUi-connect {
    background: #FFFFFF;
}

.smart-style-5 .noUi-origin-lower {
    background: rgba(0, 255, 255, 0.8);
}

.smart-style-5 .modal-content,
.smart-style-5 .MessageBoxContainer,
.smart-style-5 .ajax-dropdown {
    background: url(../img/glass.jpg) no-repeat 0 0;
    color: #fff;
}

.smart-style-5 .ui-chatbox-titlebar {
    background: #2A4F58 !important;
}

    .smart-style-5 .ui-chatbox-titlebar.ui-state-focus {
        background: #204149 !important;
    }

.smart-style-5 .ui-chatbox .ui-widget-content {
    background: rgba(51, 103, 105, 0.6);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(81, 165, 177, 0.6)), color-stop(1, rgba(68, 85, 139, 0.6)));
    background: -ms-linear-gradient(bottom, rgba(81, 165, 177, 0.6), rgba(68, 85, 139, 0.6));
    background: -moz-linear-gradient(center bottom, rgba(81, 165, 177, 0.6) 0%, rgba(68, 85, 139, 0.6) 100%);
    background: -o-linear-gradient(rgba(68, 85, 139, 0.6), rgba(81, 165, 177, 0.6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(68, 85, 139, 0.6)', endColorstr='rgba(81, 165, 177, 0.6)', GradientType=0);
}

.smart-style-5 .ui-state-focus + .ui-widget-content {
    background: rgba(51, 103, 105, 0.6);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(68, 85, 139, 0.9)), color-stop(1, rgba(68, 85, 139, 0.9)));
    background: -ms-linear-gradient(bottom, rgba(68, 85, 139, 0.9), rgba(68, 85, 139, 0.9));
    background: -moz-linear-gradient(center bottom, rgba(68, 85, 139, 0.9) 0%, rgba(68, 85, 139, 0.9) 100%);
    background: -o-linear-gradient(rgba(68, 85, 139, 0.9), rgba(68, 85, 139, 0.9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(68, 85, 139, 0.9)', endColorstr='rgba(68, 85, 139, 0.9)', GradientType=0);
}

.smart-style-5 .ui-chatbox-content > .alert-msg {
    background: #FFFDD0;
}

.smart-style-5 .ui-chatbox-input {
    background: rgba(29, 96, 117, 0.6);
}

.smart-style-5 .ui-chatbox .ui-widget-content textarea {
    background: rgba(0, 0, 0, 0.23) !important;
    border-color: rgba(0, 0, 0, 0.23) !important;
    color: #fff;
}

    .smart-style-5 .ui-chatbox .ui-widget-content textarea:focus {
        background: rgba(0, 0, 0, 0.53) !important;
        border-color: rgba(0, 0, 0, 0.53) !important;
        font-weight: bold;
    }

.smart-style-5 .MessageBoxContainer,
.smart-style-5 .fc-widget-content {
    -webkit-text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

.smart-style-5 #jarviswidget-fullscreen-mode .jarviswidget {
    background: url(../img/glass.jpg) no-repeat center bottom fixed;
    background-size: cover;
}

.smart-style-5.hidden-menu aside#left-panel {
    background: rgba(7, 38, 41, 0.83);
}

.smart-style-5 .fc-widget-content {
    border-color: rgba(0, 0, 0, 0.25);
}

.smart-style-5 .fc-grid .fc-day-number {
    padding: 0 4px;
    font-size: 17px;
}

.smart-style-5 .fc-state-highlight {
    background: none;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.smart-style-5 .inbox-body .table-wrap,
.smart-style-5 .inbox-nav-bar,
.smart-style-5 .inbox-side-bar,
.smart-style-5 .bootstrap-duallistbox-container label,
.smart-style-5 .form header,
.smart-style-5 .notification-body > li > span,
.smart-style-5 .smart-form header {
    background: transparent;
}

.smart-style-5 #inbox-table.table tbody > tr > td {
    border-color: rgba(255, 255, 225, 0.15) !important;
}

.smart-style-5 #inbox-table tbody tr:hover,
.smart-style-5 .table-hover > tbody > tr:hover > td {
    background: rgba(0, 255, 225, 0.25);
}

.smart-style-5 .inbox-message {
    background: rgba(0, 0, 0, 0.35);
}

.smart-style-5 .table {
    background: rgba(0, 0, 0, 0.15);
}

.smart-style-5 .bs-example .table {
    background: transparent;
}

.smart-style-5 .smart-form .checkbox i,
.smart-style-5 .smart-form .radio i {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.smart-style-5 .smart-form .radio input + i:after {
    background: #fff;
}

.smart-style-5 .smart-form .icon-append,
.smart-style-5 .smart-form .icon-prepend {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.5);
}

.smart-style-5 .smart-form .checkbox.state-error i,
.smart-style-5 .smart-form .radio.state-error i,
.smart-style-5 .smart-form .state-error input,
.smart-style-5 .smart-form .state-error select,
.smart-style-5 .smart-form .state-error textarea,
.smart-style-5 .smart-form .toggle.state-error i {
    background: rgba(255, 8, 8, 0.2) !important;
    border-color: #a90329 !important;
}

.smart-style-5 .smart-form .checkbox.state-success i,
.smart-style-5 .smart-form .radio.state-success i,
.smart-style-5 .smart-form .state-success input,
.smart-style-5 .smart-form .state-success select,
.smart-style-5 .smart-form .state-success textarea,
.smart-style-5 .smart-form .toggle.state-success i {
    background: rgba(98, 248, 98, 0.2) !important;
    border-color: #7dc27d;
}

.smart-form .toggle i {
    background: rgba(255, 255, 255, 0.12);
}

.smart-style-5 .smart-form .toggle i:after {
    color: #ffffff;
}

.smart-style-5 .smart-form .toggle i:before {
    background-color: #ffffff;
}

.smart-style-5 .bootstrap-timepicker-widget table td input {
    color: #333;
}

.smart-style-5.menu-on-top nav > ul > li > a:after {
    color: #90D8CF !important;
}

.smart-style-5.menu-on-top nav ul ul li a,
.smart-style-5.menu-on-top nav ul ul ul li a {
    color: #ffffff;
}

.smart-style-5.menu-on-top nav ul ul,
.smart-style-5.menu-on-top nav ul ul ul {
    margin-left: -1px;
    border-bottom-color: #2AB7BD;
    background-color: transparent !important;
    background-image: -moz-linear-gradient(top, #000000, rgba(0, 0, 0, 0.7)) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(rgba(0, 0, 0, 0.7))) !important;
    background-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.7)) !important;
    background-image: -o-linear-gradient(top, #000000, rgba(0, 0, 0, 0.7)) !important;
    background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0.7)) !important;
}

    .smart-style-5.menu-on-top nav ul ul .active > a {
        color: #FFD600 !important;
    }

.smart-style-5 .inbox-info-bar .form-group input,
.smart-style-5 .inbox-info-bar .select2-container-multi .select2-choices {
    border-color: transparent !important;
    background: transparent !important;
}

.smart-style-5 .highlight .inbox-data-message > :first-child,
.smart-style-5 .highlight .inbox-data-message > :first-child > :first-child {
    color: #333 !important;
}

.smart-style-5 .unread td,
.smart-style-5 .table > tbody > tr.warning > td,
.smart-style-5 .table > tbody > tr.warning > th,
.smart-style-5 .table > tbody > tr > td.warning,
.smart-style-5 .table > tbody > tr > th.warning,
.smart-style-5 .table > tfoot > tr.warning > td,
.smart-style-5 .table > tfoot > tr.warning > th,
.smart-style-5 .table > tfoot > tr > td.warning,
.smart-style-5 .table > tfoot > tr > th.warning,
.smart-style-5 .table > thead > tr.warning > td,
.smart-style-5 .table > thead > tr.warning > th,
.smart-style-5 .table > thead > tr > td.warning,
.smart-style-5 .table > thead > tr > th.warning {
    background-color: rgba(255, 214, 0, 0.3) !important;
    color: #ffffff;
}

.smart-style-5 .table > tbody > tr.danger > td,
.smart-style-5 .table > tbody > tr.danger > th,
.smart-style-5 .table > tbody > tr > td.danger,
.smart-style-5 .table > tbody > tr > th.danger,
.smart-style-5 .table > tfoot > tr.danger > td,
.smart-style-5 .table > tfoot > tr.danger > th,
.smart-style-5 .table > tfoot > tr > td.danger,
.smart-style-5 .table > tfoot > tr > th.danger,
.smart-style-5 .table > thead > tr.danger > td,
.smart-style-5 .table > thead > tr.danger > th,
.smart-style-5 .table > thead > tr > td.danger,
.smart-style-5 .table > thead > tr > th.danger {
    background-color: rgba(236, 43, 43, 0.5) !important;
    color: #ffffff;
}

.smart-style-5 .table > tbody > tr.success > td,
.smart-style-5 .table > tbody > tr.success > th,
.smart-style-5 .table > tbody > tr > td.success,
.smart-style-5 .table > tbody > tr > th.success,
.smart-style-5 .table > tfoot > tr.success > td,
.smart-style-5 .table > tfoot > tr.success > th,
.smart-style-5 .table > tfoot > tr > td.success,
.smart-style-5 .table > tfoot > tr > th.success,
.smart-style-5 .table > thead > tr.success > td,
.smart-style-5 .table > thead > tr.success > th,
.smart-style-5 .table > thead > tr > td.success,
.smart-style-5 .table > thead > tr > th.success {
    background-color: rgba(106, 228, 56, 0.5) !important;
    color: #ffffff;
}

.smart-style-5 .login-info img,
.smart-style-5 .profile-pic > img,
.smart-style-5 .friends-list img,
.smart-style-5 .notification-body,
.smart-style-5 .inbox-download-list li > :first-child > :first-child > img,
.smart-style-5 .chat-body li.message img,
.smart-style-5 #chat-container #chat-users li a img,
.smart-style-5 .usr-card > img,
.smart-style-5 #shortcut ul li .jarvismetro-tile {
    border-radius: 50% 0 !important;
}

.smart-style-5 .friends-list img {
    outline: none;
}

.smart-style-5 .inbox-download-list li > :first-child:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(192, 192, 192, 0.3);
}

.smart-style-5 .inbox-download,
.smart-style-5 .inbox-message {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.smart-style-5 .demo > *,
.smart-style-5 .demo legend,
.smart-style-5 .demo [class*=" txt-color-"] {
    color: #333 !important;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}

.smart-style-5 .demo .txt-color-white {
    color: #fff !important;
}

.smart-style-5 .demo .txt-color-darken {
    color: #333 !important;
}

.smart-style-5 .demo label input[type=checkbox].checkbox + span:before,
.smart-style-5 .demo label input[type=radio].radiobox + span:before {
    background-color: #f4f4f4;
}

.smart-style-5 #hide-menu i {
    color: #ffffff !important;
}

.smart-style-5 nav > ul ul li::before,
.smart-style-5 nav > ul > li > ul::before {
    border: none !important;
}

.smart-style-5 nav ul ul li > a:hover,
.smart-style-5 nav ul ul ul li a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.smart-style-5 {
    /*.profile-pic{
        color: #333;
        & small{
            color: #333;
        }
        & + div a:not(.btn),
        & + div .txt-color-darken,
        & + div + div a,
        & + div + div h1 small,
        & + div h1 small,
        & + div .text-muted,
        & + div{
        color: #333 !important;
        }

    }*/
}

    .smart-style-5 .smart-form {
        color: #ffffff;
    }

    .smart-style-5 .ui-jqgrid .ui-jqgrid-title {
        color: #ffffff;
    }

    .smart-style-5 .ui-state-hover,
    .smart-style-5 .ui-widget-content .ui-state-hover,
    .smart-style-5 .ui-widget-header .ui-state-hover,
    .smart-style-5 .ui-state-focus,
    .smart-style-5 .ui-widget-content .ui-state-focus,
    .smart-style-5 .ui-widget-header .ui-state-focus {
        color: #ffffff;
    }

    .smart-style-5 .well-light {
        /*color: #333;*/
    }

        .smart-style-5 .well-light .nav-tabs {
            background: rgba(0, 0, 0, 0.43);
            color: #fff;
            padding-left: 10px;
        }

    .smart-style-5 .input-icon-left > i,
    .smart-style-5 .input-icon-right > i,
    .smart-style-5 .icon-addon {
        color: #fff;
    }

    .smart-style-5 .show-stats .progress-bar {
        background: rgba(255, 255, 255, 0.8) !important;
    }

@media (max-width: 979px) {
    .smart-style-5 #sparks {
        background: transparent;
    }
}

/*
 * BASE
 */

.smart-rtl blockquote {
    border-right: 5px solid #eee;
    border-left: 0;
}

    .smart-rtl blockquote.pull-left p, .smart-rtl blockquote.pull-left small, .smart-rtl blockquote.pull-left .small {
        text-align: left;
    }
/* updated by Zia */
.smart-rtl body {
    direction: rtl;
}

.smart-rtl {
    overflow-x: hidden;
}

    .smart-rtl .navbar-brand {
        float: right;
    }

    .smart-rtl .jarviswidget-ctrls {
        float: left;
    }

        .smart-rtl .jarviswidget-ctrls .button-icon {
            border-left: none;
            border-right: 1px solid rgba(0,0,0,0.09);
        }

    .smart-rtl .widget-toolbar {
        float: left;
        border-left: none;
        border-right: 1px solid rgba(0,0,0,0.09);
    }

    .smart-rtl .jarviswidget > header > .widget-icon {
        float: right;
        margin-right: 0;
        margin-left: -10px;
    }

    .smart-rtl #sparks li:first-child {
        padding-left: 10px;
        padding-right: 0;
        border-right: none;
    }

    .smart-rtl #sparks li:last-child {
        padding-right: 10px;
        padding-left: 0;
    }

    .smart-rtl #sparks li {
        border-right: 1px dotted #c7c7c7;
        border-left: none;
    }

    /* Buttons */
    .smart-rtl .btn-group > .btn:last-child:not(:first-child),
    .smart-rtl .btn-group > .dropdown-toggle:not(:first-child) {
        border-radius: 2px 0 0 2px;
        margin-left: 0;
        margin-right: -1px;
    }

    .smart-rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-radius: 0 2px 2px 0;
    }

    .smart-rtl .btn-label {
        left: auto;
        right: -12px;
    }

    .smart-rtl .h1 .small,
    .smart-rtl .h1 small,
    .smart-rtl .h2 .small,
    .smart-rtl .h2 small,
    .smart-rtl .h3 .small,
    .smart-rtl .h3 small,
    .smart-rtl h1 .small,
    .smart-rtl h1 small,
    .smart-rtl h2 .small,
    .smart-rtl h2 small,
    .smart-rtl h3 .small,
    .smart-rtl h3 small {
        display: inline-block;
    }




@media (min-width: 768px) {
    .smart-rtl .navbar > .container .navbar-brand {
        margin-right: -13px;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .smart-rtl .navbar-header {
        float: right;
    }
}

.smart-rtl .navbar-toggle {
    float: left;
    margin-left: 13px;
}

@media (min-width: 768px) {
    .smart-rtl .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .smart-rtl .navbar-collapse .navbar-nav.navbar-right:last-child {
            margin-right: 0;
        }
}

.smart-rtl .navbar-form {
    margin-left: -13px;
    margin-right: -13px;
}

.smart-rtl .navbar-text {
    float: right;
}

@media (min-width: 768px) {
    .smart-rtl .navbar-text {
        margin-left: 13px;
        margin-right: 13px;
    }
}

@media (max-width: 767px) {
    .smart-rtl .navbar-nav .open .dropdown-menu > li > a, .smart-rtl .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px;
    }
}

@media (min-width: 768px) {
    .smart-rtl .navbar-nav {
        float: right;
    }

        .smart-rtl .navbar-nav > li {
            float: right;
        }
}

.smart-rtl .nav-justified {
    width: 100%;
}

    .smart-rtl .nav-justified > li {
        float: none;
    }

        .smart-rtl .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

@media (min-width: 768px) {
    .smart-rtl .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .smart-rtl .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.smart-rtl .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.smart-rtl .tabs-below .nav-tabs {
    border-bottom: none;
}

.smart-rtl .nav-tabs > li {
    float: right;
    margin-bottom: -1px;
}
/* updated by Zia */
.smart-rtl .tabs-pull-right.nav-tabs > li {
    float: left;
}

    .smart-rtl .tabs-pull-right.nav-tabs > li a {
        margin-left: 0 !important;
        margin-right: 2px;
    }

    .smart-rtl .tabs-pull-right.nav-tabs > li:first-child a {
        border-right-width: 1px !important;
    }

.tab-pane .tabs-pull-right.nav-tabs > li:first-child a {
    border-left-width: 1px !important;
}

.smart-rtl .nav-tabs > li > a .badge {
    margin-left: 0;
    margin-right: 5px;
}

.smart-rtl .nav-tabs.bordered > :first-child a {
    border-left-width: 1px !important;
}

.smart-rtl .nav-tabs > li > a {
    margin-right: -2px;
    margin-right: -1px;
    border-radius: 2px 2px 0 0;
}

.smart-rtl .nav-tabs.nav-justified {
    width: 100%;
}

    .smart-rtl .nav-tabs.nav-justified > li {
        float: none;
    }

        .smart-rtl .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

.smart-rtl .smart-form .input input:focus + .tooltip-top-right,
.smart-rtl .smart-form .textarea textarea:focus + .tooltip-top-right {
    left: 0;
    right: auto;
}

.smart-rtl .smart-form .tooltip-top-right:after {
    left: 11px;
    right: auto;
}

.smart-rtl nav ul ul ul ul ul ul li a {
    padding-right: 120px;
}

.smart-rtl nav ul ul ul ul ul li a {
    padding-right: 100px;
}

.smart-rtl nav ul ul ul ul li a {
    padding-right: 80px;
}

.smart-rtl nav ul ul ul li a {
    padding-right: 60px;
}

.smart-rtl.menu-on-top #main {
    margin-right: 0 !important;
}

.smart-rtl.menu-on-top aside#left-panel nav > ul > li {
    float: right;
}

.smart-rtl.menu-on-top nav > ul > li > a:after {
    right: auto;
}

.smart-rtl.menu-on-top nav ul ul li a {
    padding-right: 10px !important;
}

    .smart-rtl.menu-on-top nav ul ul li a:after {
        right: auto;
        left: 10px;
        content: '\f0d9';
    }

.smart-rtl.menu-on-top nav > ul ul li:hover > ul {
    left: auto;
    right: 100%;
}

.smart-rtl nav > ul > li > a > i {
    margin-right: 0;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .smart-rtl .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .smart-rtl .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.smart-rtl .nav-tabs.nav-justified > li > a {
    margin-left: 0;
}

@media (min-width: 768px) {
    .smart-rtl .nav-tabs.nav-justified > li > a {
        border-radius: 2px 2px 0 0;
        color: blue;
    }
}

.smart-rtl .nav-tabs.nav-justified > li > a {
    margin-left: 0;
}

.smart-rtl .nav-tabs-justified > li > a {
    margin-left: 0;
}

@media (min-width: 768px) {
    .smart-rtl .nav-tabs-justified > li > a {
        border-radius: 2px 2px 0 0;
        color: blue;
    }
}

.smart-rtl .progress-bar {
    float: right;
}

.smart-rtl .alert-dismissable .close {
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    top: -2px;
    left: 21px;
    right: 0;
}

.smart-rtl .close {
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    float: left;
}

.smart-rtl .caret {
    margin-right: 2px;
}

.smart-rtl .dropdown-menu {
    right: 0;
    left: auto;
}

    .smart-rtl .dropdown-menu.bootstrap-timepicker-widget,
    .smart-rtl .dropdown-menu.colorpicker {
        right: auto;
    }

.smart-rtl .header-search > input[type=text] {
    padding-left: 30px;
    padding-right: 10px;
}

.smart-rtl .pull-right > .dropdown-menu.arrow-box-up-right:after,
.smart-rtl .pull-right.dropdown-menu.arrow-box-up-right:after {
    left: 10px;
    right: auto;
    margin-right: -10px;
    margin-left: 0;
}

.smart-rtl .pull-right > .dropdown-menu.arrow-box-up-right:before,
.smart-rtl .pull-right.dropdown-menu.arrow-box-up-right:before {
    left: 9px;
    right: auto;
    margin-right: -9px;
    margin-left: 0;
}

.smart-rtl .pull-right > .dropdown-menu,
.smart-rtl .pull-right.dropdown-menu {
    left: 0;
    right: auto;
}

.smart-rtl .dropdown-menu.pull-left,
.smart-rtl .pull-left > .dropdown-menu {
    left: auto;
    float: right;
    right: 0px;
}

.smart-rtl .pull-left > .dropdown-menu {
    left: 0;
    float: right;
    right: auto;
}

.smart-rtl .navbar-nav.pull-left > li > .dropdown-menu, .smart-rtl .navbar-nav > li > .dropdown-menu.pull-left {
    right: auto;
    left: 0;
}

.smart-rtl .nav-tabs-justified > li > a {
    margin-left: 0;
}

.smart-rtl .nav-tabs > li {
    float: right;
}

    .smart-rtl .nav-tabs > li > a {
        margin-left: 2px;
    }

.smart-rtl .nav-pills > li {
    float: right;
}

    .smart-rtl .nav-pills > li > a {
        border-radius: 2px;
    }

    .smart-rtl .nav-pills > li + li {
        margin-right: 2px;
    }

.smart-rtl .nav-stacked > li {
    float: none;
}

    .smart-rtl .nav-stacked > li + li {
        margin-right: 0;
    }

.smart-rtl .nav {
    padding-right: 0;
}

.smart-rtl .input-group .form-control:first-child,
.smart-rtl .input-group-addon:first-child,
.smart-rtl .input-group-btn:first-child > .btn,
.smart-rtl .input-group-btn:first-child > .dropdown-toggle,
.smart-rtl .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.smart-rtl .input-group-addon:first-child {
    border-right: 1px solid #ccc;
}

.smart-rtl .fuelux .wizard ul li {
    float: right;
    padding: 0 30px 0 20px;
}

.smart-rtl .fuelux .wizard .actions {
    right: auto;
    left: 0;
    border-right: 1px solid #d4d4d4;
    border-left: 0;
}

.smart-rtl .fuelux .wizard ul li .badge {
    margin-right: 0;
    margin-left: 8px;
}

.smart-rtl .fuelux .wizard ul li .chevron:before {
    left: 1px;
    right: auto;
    border-right: 14px solid #ededed;
    border-left: 0;
}

.smart-rtl .fuelux .wizard ul li:first-child {
    padding-right: 20px;
}

.smart-rtl .fuelux .wizard ul li .chevron {
    left: -14px;
    right: auto;
    border-right: 14px solid #d4d4d4;
    border-left: 0;
}

.fuelux .wizard ul li.active .chevron:before {
    border-right-color: #f1f6fc;
}

.smart-rtl .input-group-btn:first-child > .btn {
    margin-right: -1px;
    margin-left: 0;
}

    .smart-rtl .input-group .form-control:last-child,
    .smart-rtl .input-group-addon:last-child,
    .smart-rtl .input-group-btn:last-child > .btn,
    .smart-rtl .input-group-btn:last-child > .dropdown-toggle,
    .smart-rtl .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.smart-rtl .input-group-addon:last-child {
    border-left: 1px solid #ccc;
    border-right-width: 0;
}
/* Updated by Zia */
.smart-rtl .form-group.has-success .input-group-addon:first-child {
    border-right: 1px solid;
}
/* Updated by Zia */
.smart-rtl .form-group.has-success .input-group-addon:last-child {
    border-left: 1px solid;
}




.smart-rtl .input-group-btn:first-child > .btn {
    margin-left: -1px;
}

.smart-rtl .input-group-btn:last-child > .btn {
    margin-right: -1px;
}

.smart-rtl .input-group-btn > .btn {
    position: relative;
}

    .smart-rtl .input-group-btn > .btn + .btn {
        margin-right: -4px;
    }

    .smart-rtl .input-group-btn > .btn:hover, .smart-rtl .input-group-btn > .btn:active {
        z-index: 2;
    }
/* .smart-rtl .radio, .smart-rtl .checkbox {
	padding-right: 20px
} */
.smart-rtl .radio input[type="radio"], .smart-rtl .radio-inline input[type="radio"], .smart-rtl .checkbox input[type="checkbox"], .smart-rtl .checkbox-inline input[type="checkbox"] {
    float: right;
    margin-right: -20px;
}

.smart-rtl .radio-inline + .radio-inline, .smart-rtl .checkbox-inline + .checkbox-inline {
    margin-right: 10px;
}

.smart-rtl .form-inline .radio, .smart-rtl .form-inline .checkbox {
    padding-right: 0;
}

    .smart-rtl .form-inline .radio input[type="radio"], .smart-rtl .form-inline .checkbox input[type="checkbox"] {
        margin-right: 0;
    }

@media (min-width: 768px) {
    .smart-rtl .form-horizontal .control-label {
        text-align: left;
    }
}

.smart-rtl th {
    text-align: right;
}

.smart-rtl .list-group {
    padding-right: 0;
}

.smart-rtl .btn-group > .btn, .smart-rtl .btn-group-vertical > .btn {
    float: right;
}

.smart-rtl .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    padding-right: 13px;
}

    .smart-rtl .container:before, .container:after {
        content: " ";
        display: table;
    }

    .smart-rtl .container:after {
        clear: both;
    }

.smart-rtl .row {
    margin-left: -13px;
    margin-right: -13px;
}

    .smart-rtl .row:before, .row:after {
        content: " ";
        display: table;
    }

    .smart-rtl .row:after {
        clear: both;
    }

.smart-rtl .col-xs-1, .smart-rtl .col-xs-2, .smart-rtl .col-xs-3, .smart-rtl .col-xs-4, .smart-rtl .col-xs-5, .smart-rtl .col-xs-6, .smart-rtl .col-xs-7, .smart-rtl .col-xs-8, .smart-rtl .col-xs-9, .smart-rtl .col-xs-10, .smart-rtl .col-xs-11, .smart-rtl .col-xs-12, .smart-rtl .col-sm-1, .smart-rtl .col-sm-2, .smart-rtl .col-sm-3, .smart-rtl .col-sm-4, .smart-rtl .col-sm-5, .smart-rtl .col-sm-6, .smart-rtl .col-sm-7, .smart-rtl .col-sm-8, .smart-rtl .col-sm-9, .smart-rtl .col-sm-10, .smart-rtl .col-sm-11, .smart-rtl .col-sm-12, .smart-rtl .col-md-1, .smart-rtl .col-md-2, .smart-rtl .col-md-3, .smart-rtl .col-md-4, .smart-rtl .col-md-5, .smart-rtl .col-md-6, .smart-rtl .col-md-7, .smart-rtl .col-md-8, .smart-rtl .col-md-9, .smart-rtl .col-md-10, .smart-rtl .col-md-11, .smart-rtl .col-md-12, .smart-rtl .col-lg-1, .smart-rtl .col-lg-2, .smart-rtl .col-lg-3, .smart-rtl .col-lg-4, .smart-rtl .col-lg-5, .smart-rtl .col-lg-6, .smart-rtl .col-lg-7, .smart-rtl .col-lg-8, .smart-rtl .col-lg-9, .smart-rtl .col-lg-10, .smart-rtl .col-lg-11, .smart-rtl .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
}

.smart-rtl .col-xs-1, .smart-rtl .col-xs-2, .smart-rtl .col-xs-3, .smart-rtl .col-xs-4, .smart-rtl .col-xs-5, .smart-rtl .col-xs-6, .smart-rtl .col-xs-7, .smart-rtl .col-xs-8, .smart-rtl .col-xs-9, .smart-rtl .col-xs-10, .smart-rtl .col-xs-11 {
    float: right;
}

.smart-rtl .col-xs-1 {
    width: 8.333333333333332%;
}

.smart-rtl .col-xs-2 {
    width: 16.666666666666664%;
}

.smart-rtl .col-xs-3 {
    width: 25%;
}

.smart-rtl .col-xs-4 {
    width: 33.33333333333333%;
}

.smart-rtl .col-xs-5 {
    width: 41.66666666666667%;
}

.smart-rtl .col-xs-6 {
    width: 50%;
}

.smart-rtl .col-xs-7 {
    width: 58.333333333333336%;
}

.smart-rtl .col-xs-8 {
    width: 66.66666666666666%;
}

.smart-rtl .col-xs-9 {
    width: 75%;
}

.smart-rtl .col-xs-10 {
    width: 83.33333333333334%;
}

.smart-rtl .col-xs-11 {
    width: 91.66666666666666%;
}

.smart-rtl .col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .smart-rtl .container {
        max-width: 746px;
    }

    .smart-rtl .col-sm-1, .smart-rtl .col-sm-2, .smart-rtl .col-sm-3, .smart-rtl .col-sm-4, .smart-rtl .col-sm-5, .smart-rtl .col-sm-6, .smart-rtl .col-sm-7, .smart-rtl .col-sm-8, .smart-rtl .col-sm-9, .smart-rtl .col-sm-10, .smart-rtl .col-sm-11 {
        float: right;
    }

    .smart-rtl .col-sm-1 {
        width: 8.333333333333332%;
    }

    .smart-rtl .col-sm-2 {
        width: 16.666666666666664%;
    }

    .smart-rtl .col-sm-3 {
        width: 25%;
    }

    .smart-rtl .col-sm-4 {
        width: 33.33333333333333%;
    }

    .smart-rtl .col-sm-5 {
        width: 41.66666666666667%;
    }

    .smart-rtl .col-sm-6 {
        width: 50%;
    }

    .smart-rtl .col-sm-7 {
        width: 58.333333333333336%;
    }

    .smart-rtl .col-sm-8 {
        width: 66.66666666666666%;
    }

    .smart-rtl .col-sm-9 {
        width: 75%;
    }

    .smart-rtl .col-sm-10 {
        width: 83.33333333333334%;
    }

    .smart-rtl .col-sm-11 {
        width: 91.66666666666666%;
    }

    .smart-rtl .col-sm-12 {
        width: 100%;
    }

    .smart-rtl .col-sm-push-1 {
        right: 8.333333333333332%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-push-2 {
        right: 16.666666666666664%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-push-3 {
        right: 25%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-push-4 {
        right: 33.33333333333333%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-push-5 {
        right: 41.66666666666667%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-push-6 {
        right: 50%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-push-7 {
        right: 58.333333333333336%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-push-8 {
        right: 66.66666666666666%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-push-9 {
        right: 75%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-push-10 {
        right: 83.33333333333334%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-push-11 {
        right: 91.66666666666666%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-pull-1 {
        left: 8.333333333333332%;
        right: auto;
    }
    /* updated by zia */
    .smart-rtl .col-sm-pull-2 {
        left: 16.666666666666664%;
        right: auto;
    }
    /* updated by zia */
    .smart-rtl .col-sm-pull-3 {
        left: 25%;
        right: auto;
    }
    /* updated by zia */
    .smart-rtl .col-sm-pull-4 {
        left: 33.33333333333333%;
        right: auto;
    }
    /* updated by zia */
    .smart-rtl .col-sm-pull-5 {
        left: 41.66666666666667%;
        right: auto;
    }
    /* updated by zia */
    .smart-rtl .col-sm-pull-6 {
        left: 50%;
        right: auto;
    }
    /* updated by zia */
    .smart-rtl .col-sm-pull-7 {
        left: 58.333333333333336%;
        right: auto;
    }
    /* updated by zia */
    .smart-rtl .col-sm-pull-8 {
        left: 66.66666666666666%;
        right: auto;
    }
    /* updated by zia */
    .smart-rtl .col-sm-pull-9 {
        left: 75%;
        right: auto;
    }
    /* updated by zia */
    .smart-rtl .col-sm-pull-10 {
        left: 83.33333333333334%;
        right: auto;
    }
    /* updated by zia */
    .smart-rtl .col-sm-pull-11 {
        left: 91.66666666666666%;
        right: auto;
    }
    /* updated by zia */
    .smart-rtl .col-sm-offset-1 {
        margin-right: 8.333333333333332%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-offset-2 {
        margin-right: 16.666666666666664%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-offset-3 {
        margin-right: 25%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-offset-4 {
        margin-right: 33.33333333333333%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-offset-5 {
        margin-right: 41.66666666666667%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-offset-6 {
        margin-right: 50%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-offset-7 {
        margin-right: 58.333333333333336%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-offset-8 {
        margin-right: 66.66666666666666%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-offset-9 {
        margin-right: 75%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-offset-10 {
        margin-right: 83.33333333333334%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-sm-offset-11 {
        margin-right: 91.66666666666666%;
        margin-left: 0;
    }
    /* updated by Zia */
}

@media (min-width: 992px) {
    .smart-rtl .container {
        max-width: 966px;
    }

    .smart-rtl .col-md-1, .smart-rtl .col-md-2, .smart-rtl .col-md-3, .smart-rtl .col-md-4, .smart-rtl .col-md-5, .smart-rtl .col-md-6, .smart-rtl .col-md-7, .smart-rtl .col-md-8, .smart-rtl .col-md-9, .smart-rtl .col-md-10, .smart-rtl .col-md-11 {
        float: right;
    }

    .smart-rtl .col-md-1 {
        width: 8.333333333333332%;
    }

    .smart-rtl .col-md-2 {
        width: 16.666666666666664%;
    }

    .smart-rtl .col-md-3 {
        width: 25%;
    }

    .smart-rtl .col-md-4 {
        width: 33.33333333333333%;
    }

    .smart-rtl .col-md-5 {
        width: 41.66666666666667%;
    }

    .smart-rtl .col-md-6 {
        width: 50%;
    }

    .smart-rtl .col-md-7 {
        width: 58.333333333333336%;
    }

    .smart-rtl .col-md-8 {
        width: 66.66666666666666%;
    }

    .smart-rtl .col-md-9 {
        width: 75%;
    }

    .smart-rtl .col-md-10 {
        width: 83.33333333333334%;
    }

    .smart-rtl .col-md-11 {
        width: 91.66666666666666%;
    }

    .smart-rtl .col-md-12 {
        width: 100%;
    }

    .smart-rtl .col-md-push-1 {
        right: 8.333333333333332%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-push-2 {
        right: 16.666666666666664%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-push-3 {
        right: 25%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-push-4 {
        right: 33.33333333333333%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-push-5 {
        right: 41.66666666666667%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-push-6 {
        right: 50%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-push-7 {
        right: 58.333333333333336%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-push-8 {
        right: 66.66666666666666%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-push-9 {
        right: 75%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-push-10 {
        right: 83.33333333333334%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-push-11 {
        right: 91.66666666666666%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-pull-1 {
        left: 8.333333333333332%;
        right: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-pull-2 {
        left: 16.666666666666664%;
        right: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-pull-3 {
        left: 25%;
        right: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-pull-4 {
        left: 33.33333333333333%;
        right: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-pull-5 {
        left: 41.66666666666667%;
        right: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-pull-6 {
        left: 50%;
        right: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-pull-7 {
        left: 58.333333333333336%;
        right: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-pull-8 {
        left: 66.66666666666666%;
        right: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-pull-9 {
        left: 75%;
        right: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-pull-10 {
        left: 83.33333333333334%;
        right: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-pull-11 {
        left: 91.66666666666666%;
        right: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-md-offset-1 {
        margin-right: 8.333333333333332%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-md-offset-2 {
        margin-right: 16.666666666666664%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-md-offset-3 {
        margin-right: 25%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-md-offset-4 {
        margin-right: 33.33333333333333%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-md-offset-5 {
        margin-right: 41.66666666666667%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-md-offset-6 {
        margin-right: 50%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-md-offset-7 {
        margin-right: 58.333333333333336%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-md-offset-8 {
        margin-right: 66.66666666666666%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-md-offset-9 {
        margin-right: 75%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-md-offset-10 {
        margin-right: 83.33333333333334%;
        margin-left: 0;
    }
    /* updated by Zia */
    .smart-rtl .col-md-offset-11 {
        margin-right: 91.66666666666666%;
        margin-left: 0;
    }
    /* updated by Zia */
}

@media (min-width: 1200px) {
    .smart-rtl .container {
        max-width: 1166px;
    }

    .smart-rtl .col-lg-1, .smart-rtl .col-lg-2, .smart-rtl .col-lg-3, .smart-rtl .col-lg-4, .smart-rtl .col-lg-5, .smart-rtl .col-lg-6, .smart-rtl .col-lg-7, .smart-rtl .col-lg-8, .smart-rtl .col-lg-9, .smart-rtl .col-lg-10, .smart-rtl .col-lg-11 {
        float: right;
    }

    .smart-rtl .col-lg-1 {
        width: 8.333333333333332%;
    }

    .smart-rtl .col-lg-2 {
        width: 16.666666666666664%;
    }

    .smart-rtl .col-lg-3 {
        width: 25%;
    }

    .smart-rtl .col-lg-4 {
        width: 33.33333333333333%;
    }

    .smart-rtl .col-lg-5 {
        width: 41.66666666666667%;
    }

    .smart-rtl .col-lg-6 {
        width: 50%;
    }

    .smart-rtl .col-lg-7 {
        width: 58.333333333333336%;
    }

    .smart-rtl .col-lg-8 {
        width: 66.66666666666666%;
    }

    .smart-rtl .col-lg-9 {
        width: 75%;
    }

    .smart-rtl .col-lg-10 {
        width: 83.33333333333334%;
    }

    .smart-rtl .col-lg-11 {
        width: 91.66666666666666%;
    }

    .smart-rtl .col-lg-12 {
        width: 100%;
    }

    .smart-rtl .col-lg-push-1 {
        right: 8.333333333333332%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-lg-push-2 {
        right: 16.666666666666664%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-lg-push-3 {
        right: 25%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-lg-push-4 {
        right: 33.33333333333333%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-lg-push-5 {
        right: 41.66666666666667%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-lg-push-6 {
        right: 50%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-lg-push-7 {
        right: 58.333333333333336%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-lg-push-8 {
        right: 66.66666666666666%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-lg-push-9 {
        right: 75%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-lg-push-10 {
        right: 83.33333333333334%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-lg-push-11 {
        right: 91.66666666666666%;
        left: auto;
    }
    /* updated by Zia */
    .smart-rtl .col-lg-pull-1 {
        left: 8.333333333333332%;
        right: auto;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-pull-2 {
        left: 16.666666666666664%;
        right: auto;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-pull-3 {
        left: 25%;
        right: auto;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-pull-4 {
        left: 33.33333333333333%;
        right: auto;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-pull-5 {
        left: 41.66666666666667%;
        right: auto;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-pull-6 {
        left: 50%;
        right: auto;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-pull-7 {
        left: 58.333333333333336%;
        right: auto;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-pull-8 {
        left: 66.66666666666666%;
        right: auto;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-pull-9 {
        left: 75%;
        right: auto;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-pull-10 {
        left: 83.33333333333334%;
        right: auto;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-pull-11 {
        left: 91.66666666666666%;
        right: auto;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-offset-1 {
        margin-right: 8.333333333333332%;
        margin-left: 0;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-offset-2 {
        margin-right: 16.666666666666664%;
        margin-left: 0;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-offset-3 {
        margin-right: 25%;
        margin-left: 0;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-offset-4 {
        margin-right: 33.33333333333333%;
        margin-left: 0;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-offset-5 {
        margin-right: 41.66666666666667%;
        margin-left: 0;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-offset-6 {
        margin-right: 50%;
        margin-left: 0;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-offset-7 {
        margin-right: 58.333333333333336%;
        margin-left: 0;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-offset-8 {
        margin-right: 66.66666666666666%;
        margin-left: 0;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-offset-9 {
        margin-right: 75%;
        margin-left: 0;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-offset-10 {
        margin-right: 83.33333333333334%;
        margin-left: 0;
    }
    /* Updated by Zia */
    .smart-rtl .col-lg-offset-11 {
        margin-right: 91.66666666666666%;
        margin-left: 0;
    }
    /* Updated by Zia */
}

/*
 * CUSTOM
 */

.smart-rtl .demo {
    right: auto;
    left: -160px;
    -moz-transition: left .1s ease-out;
    -ms-transition: left .1s ease-out;
    -o-transition: left .1s ease-out;
    -webkit-transition: left .1s ease-out;
    transition: left .1s ease-out;
}

    .smart-rtl .demo.activate {
        right: auto !important;
        left: 0px !important;
        -webkit-box-shadow: 11px 12px 23px rgba(0,0,0,.2);
        box-shadow: 11px 12px 23px rgba(0,0,0,.2);
    }

    .smart-rtl .demo > span {
        left: auto;
        right: -30px;
        border-radius: 0 5px 5px 0;
    }

.smart-rtl #header {
    padding: 0 0 0 13px;
}

.smart-rtl #left-panel {
    left: auto;
    right: 0px;
}

.smart-rtl #main {
    margin-left: 0px;
    margin-right: 220px;
}

.smart-rtl #sparks {
    text-align: left;
}

.smart-rtl .page-title {
    text-align: right;
}

body.smart-rtl, .smart-rtl body {
    direction: rtl !important;
}

/*
 * DASHBOARD PARTS
 */

.smart-rtl .show-stat-microcharts .sparkline {
    float: left !important;
    margin-right: 0px;
    margin-left: 8px;
}

.smart-rtl .smaller-stat {
    float: left !important;
}

/*
 * DTT
 */

.smart-rtl .DTTT.btn-group {
    right: auto;
    left: 83px;
}

.smart-rtl div.dataTables_length {
    right: auto;
    left: 13px;
}

/*
 * RTL NAVIGATION
 */

.smart-rtl nav ul b {
    float: left;
}

.smart-rtl nav .pull-right,
.smart-rtl #header .pull-right,
.smart-rtl .no-space .pull-right,
.smart-rtl #heat-fill + table .pull-right,
.smart-rtl .chat-file .pull-right {
    float: left !important;
}

.smart-rtl nav .pull-left,
.smart-rtl #header .pull-left,
.smart-rtl #header > div,
.smart-rtl .no-space .pull-left,
.smart-rtl .chat-file .pull-left {
    float: right !important;
}

.smart-rtl nav ul li a {
    padding-right: 11px;
    padding-left: 10px;
}

.smart-rtl nav ul ul li > a {
    padding-right: 42px;
}

.smart-rtl #logo-group > span {
    float: right;
}

.smart-rtl #ribbon .breadcrumb {
    padding: 11px 0px 11px 34px !important;
}

.smart-rtl .btn.btn-ribbon {
    margin-left: 8px;
    margin-right: 0px;
}

.smart-rtl .btn-group-justified.btn-group > .btn,
.smart-rtl .btn-group-justified.btn-group-vertical > .btn {
    float: none !important;
}

.smart-rtl .ajax-dropdown {
    left: auto;
    right: 16px;
}

/*
	 * Air fields 
	 * Description: absolute positioned objects
	 */
.smart-rtl .air-top-left {
    top: 0px;
    right: 0px;
    left: auto;
}

/* updated by Zia*/
.smart-rtl .air-top-right {
    top: 0px;
    left: 0px;
    right: auto;
}

.smart-rtl .air-bottom-right {
    bottom: 0px;
    right: 0px;
    left: auto;
}

.smart-rtl .air-bottom-left {
    bottom: 0px;
    left: 0;
    right: auto;
    /* right:0px; */
}

/*
 * TEXT ALIGNEMENTS
 */


.smart-rtl .text-align-left, .smart-rtl .text-left {
    text-align: right !important;
}

.smart-rtl .text-align-right, .smart-rtl .text-right {
    text-align: left !important;
}

/*
 * MESSAGES
 */

.smart-rtl .MessageBoxMiddle {
    left: auto;
    right: 20%;
    width: 60%;
}

.smart-rtl .notification-body time {
    right: auto;
    left: 0px;
}

.smart-rtl .notification-body > li a.msg {
    padding-left: 0px !important;
    padding-right: 50px !important;
}

.smart-rtl .notification-body .from {
    margin-right: 0px;
    margin-left: 60px !important;
}

.smart-rtl #project-context > :first-child {
    text-align: right;
}

.smart-rtl .header-search > button {
    right: auto;
    left: 0px;
}

.smart-rtl #logo {
    margin-left: 0px;
    margin-right: 9px;
}

/*
 * MARGINS
 */


.smart-rtl .margin-right-5 {
    margin-left: 5px !important;
}


/*
 * INVOICE
 */

.smart-rtl .invoice-sum-total.pull-right {
    float: left !important;
}

/*
 * PAGINATION
 */

.smart-rtl .pagination {
    padding-right: 0px;
}

/*
  * CHAT
  */


.smart-rtl .chat-body li.message .message-text {
    margin-right: 65px;
    margin-left: 0px;
}

.smart-rtl #chat-container #chat-users li a {
    padding: 3px 3px 3px 8px;
}

    .smart-rtl #chat-container #chat-users li a img {
        margin-right: 0px;
        margin-left: 10px;
    }

    .smart-rtl #chat-container #chat-users li a i {
        float: left;
    }

.smart-rtl .chat-file .pull-right {
    text-align: left;
}

.smart-rtl .chat-body li.message .message-text .chat-file b {
    text-align: right;
}

.smart-rtl .chat-body li.message .message-text time {
    right: auto;
    left: 0px;
}

/*
 * BOOTSTRAP FORM
 */

.smart-rtl label input[type=radio].radiobox + span:before, .smart-rtl label input[type=checkbox].checkbox + span:before {
    margin-right: 0px;
    margin-left: 5px;
}

.smart-rtl .toggle-demo {
    right: auto;
    left: -8px;
}

.smart-rtl .editable-buttons .editable-cancel, .smart-rtl .editable-buttons {
    margin-left: 0px;
    margin-right: 7px;
}



/* Zia ur Rehman Styles */

/* Need to change some fonts directions */
.smart-rtl .fa-angle-left:before {
    content: "\f105";
}

.smart-rtl .ui-icon-carat-1-e:before,
.smart-rtl .fa-angle-right:before {
    content: "\f104";
}

.smart-rtl .fa-arrow-right:before {
    content: "\f060";
}

.smart-rtl .fa-arrow-left:before {
    content: "\f061";
}

.smart-rtl .fa-chevron-right:before {
    content: "\f053";
}

.smart-rtl .fa-chevron-left:before {
    content: "\f054";
}

.smart-rtl.minified .minifyme .fa:before {
    content: "\f0a8";
}

.smart-rtl nav ul li.active.open > a:before {
    content: '';
}

.smart-rtl nav ul li.active > a:before {
    content: "\f0da";
}

.smart-rtl .fa-arrow-circle-left:before {
    content: "\f0a9";
}

.smart-rtl .fa-fast-forward:before {
    content: "\f049";
}

.smart-rtl .fa-fast-forward:before {
    content: "\f049";
}

.smart-rtl .fa-backward {
    content: "\f04e";
}

.smart-rtl .fa-forward {
    content: "\f04a";
}

.smart-rtl .fa-fast-backward:before {
    content: "\f050";
}

.smart-rtl .bs-glyphicons {
    padding-right: 0;
}

    .smart-rtl .bs-glyphicons li {
        float: right;
        margin-right: 0;
        margin-left: -1px;
    }

/* on map zoom options */
.smart-rtl .gmnoprint[controlWidth="20"] > div {
    left: 0;
}

/* User Activity Section */
.smart-rtl #logo-group > span b.badge {
    right: auto;
    left: -5px;
}

.smart-rtl.hidden-menu #left-panel {
    right: -210px;
    left: auto;
    -webkit-transition: 250ms cubic-bezier(0.1,.57,.1,1);
    -moz-transition: 250ms cubic-bezier(0.1,.57,.1,1);
    -o-transition: 250ms cubic-bezier(0.1,.57,.1,1);
    transition: 250ms cubic-bezier(0.1,.57,.1,1);
}

.smart-rtl.hidden-menu #main {
    margin-right: 0;
}

.smart-rtl.hidden-menu #left-panel:hover {
    right: 0px;
    left: auto;
}

.smart-rtl input[type=checkbox].checkbox,
.smart-rtl input[type=radio].radiobox {
    display: none;
}

.smart-rtl .jcrop-keymgr {
    display: none !important;
}

.smart-rtl.hidden-menu .page-footer {
    padding-left: 13px;
    padding-right: 20px;
}

.smart-rtl .page-footer {
    padding-left: 13px;
    padding-right: 233px;
}

.smart-rtl.minified .page-footer {
    padding-left: 13px;
    padding-right: 58px;
}

/* First level: Icon */
.smart-rtl nav > ul > li > a b {
    right: auto;
    left: 10px;
}

.smart-rtl nav > ul > li > a > i > em {
    right: auto;
    left: -6px;
}


/* Second level: UL , LI*/
.smart-rtl nav > ul > li > ul::before,
.smart-rtl nav > ul ul li::before {
    left: auto;
    right: 23px;
}


/* All levels */
.smart-rtl nav ul li.active > a:before {
    right: auto;
    left: -21px;
}
/* MINIFIED MENU*/
.smart-rtl .minifyme {
    right: auto;
    left: 0;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

    .smart-rtl .minifyme:hover {
        right: auto;
        left: 0px;
        padding-right: 0;
        padding-left: 5px;
    }
/* Minified Active */
.smart-rtl.minified #main {
    margin-right: 45px;
}

.smart-rtl.minified #left-panel {
    left: auto;
    right: 0;
}

.smart-rtl.minified nav > ul > li > a > .menu-item-parent {
    left: auto;
    right: 40px;
    padding-right: 12px;
    padding-left: 1px;
}

.smart-rtl.minified.minified nav > ul > li > ul {
    left: auto;
    right: 40px;
}

.smart-rtl.minified nav ul ul li > a {
    padding-right: 14px;
}

.smart-rtl.minified .inbox-badge {
    right: auto;
    left: 6px;
}

/*
* 	HEADER OF BOXES
*/
.smart-rtl .pull-right {
    float: left !important;
}

.smart-rtl .jarviswidget > header > h2 {
    margin-left: 0;
    margin-right: 10px;
    float: right;
}
/* .smart-rtl .checkbox-inline,
.smart-rtl .radio-inline,
.smart-rtl .checkbox label,
.smart-rtl .radio label{
	padding-left: 0;
	padding-right: 20px;	
} */

.smart-rtl .icon-addon.addon-lg .fa,
.smart-rtl .icon-addon.addon-lg .glyphicon {
    left: auto;
    right: 11px;
}

.smart-rtl .input-group .input-group-btn:first-child .btn:last-child {
    border-left: none;
}

.smart-rtl .input-group .form-control:last-child {
    border-right: none;
}


.smart-rtl .icon-addon .fa,
.smart-rtl .icon-addon .glyphicon,
.smart-rtl .icon-addon.addon-md .fa,
.smart-rtl .icon-addon.addon-md .glyphicon {
    left: auto;
    right: 10px;
}

.smart-rtl .icon-addon .form-control,
.smart-rtl .icon-addon.addon-md .form-control {
    padding-left: 12px;
    padding-right: 30px;
}

.smart-rtl .icon-addon.addon-lg .form-control {
    padding-left: 10px;
    padding-right: 40px;
}

.smart-rtl .pull-right {
    float: left !important;
}

.smart-rtl .pull-left {
    float: right !important;
}

/*
 * Table
 */
.smart-rtl .no-padding > .table-bordered thead tr th:first-child,
.smart-rtl .no-padding > .table-bordered thead tr td:first-child,
.smart-rtl .no-padding > .table-bordered tbody tr td:first-child,
.smart-rtl .no-padding > .table-responsive > .table-bordered thead tr th:first-child,
.smart-rtl .no-padding > .table-responsive > .table-bordered thead tr td:first-child,
.smart-rtl .no-padding > .table-responsive > .table-bordered tbody tr td:first-child {
    border-right-width: 0px !important;
    border-left-width: 1px !important;
}

.smart-rtl table.table-bordered td:last-child,
.smart-rtl table.table-bordered th:last-child,
.smart-rtl .no-padding > .table-bordered thead tr th:last-child,
.smart-rtl .no-padding > .table-bordered tbody tr td:last-child,
.smart-rtl .no-padding > .table-responsive > .table-bordered thead tr th:last-child,
.smart-rtl .no-padding > .table-responsive > .table-bordered tbody tr td:last-child {
    border-right-width: 1px !important;
    border-left-width: 0px !important;
}



/*
 * Scecial for footer dropdown
 */

.smart-rtl .page-footer .dropdown-menu {
    left: 0;
    right: auto;
}


.smart-rtl .chat-users .display-users [data-chat-id] > i {
    margin-right: 0;
    margin-left: 7px;
}

.smart-rtl .popover.right {
    margin-left: 0;
    right: 100% !important;
    left: auto !important;
}

    .smart-rtl .popover.right > .arrow {
        left: auto;
        right: -22px;
        border-right-color: transparent;
        border-left-width: 11px;
        border-left-color: #999999;
        border-left-color: rgba(0, 0, 0, 0.25);
    }

        .smart-rtl .popover.right > .arrow:after {
            left: 1px;
            left: auto;
            right: 1px;
            border-right-width: 0;
            border-left-width: 10px;
            border-right-color: transparent;
            border-left-color: #ffffff;
        }

.smart-rtl .popover .popover-content {
    direction: rtl;
    text-align: right;
}

.smart-rtl .popover .usr-card-content {
    padding-left: 0;
    padding-right: 5px;
}

.smart-rtl .popover .usr-card > img {
    border-left: none;
    border-right: 4px solid;
}

.smart-rtl [data-chat-status="away"] + .popover .usr-card > img {
    border-right-color: #ffc40d;
}

.smart-rtl [data-chat-status="online"] + .popover .usr-card > img {
    border-right-color: #54ce3c;
}

.smart-rtl [data-chat-status="incognito"] + .popover .usr-card > img {
    border-right-color: #a19e9d;
}

.smart-rtl [data-chat-status="busy"] + .popover .usr-card > img {
    border-right-color: #f14b52;
}

.smart-rtl .cke_editable {
    direction: rtl;
}

.smart-rtl .cke_combo_button,
.smart-rtl .cke_toolgroup {
    margin-right: 0;
    margin-left: 6px;
}

.smart-rtl .cke_toolbar_break {
    clear: right;
}

.smart-rtl .dataTables_filter,
.smart-rtl .cke_toolbar,
.smart-rtl .cke_toolbar_separator,
.smart-rtl a.cke_button {
    float: right;
}

.smart-rtl .dt-toolbar > :first-child .dataTables_filter > :only-child {
    float: right !important;
}

.smart-rtl .alert {
    border-width: 0 5px 0 0;
}

.smart-rtl .dt-toolbar > :last-child .dataTables_length,
.smart-rtl div.dataTables_length label,
.smart-rtl div.dataTables_paginate {
    float: left;
}

.smart-rtl .no-padding .dataTables_wrapper table tr td:last-child,
.smart-rtl .no-padding .dataTables_wrapper table tr th:last-child,
.smart-rtl .no-padding > table tr td:last-child, .no-padding > table tr th:last-child {
    border-right: 1px solid #ddd !important;
}

.smart-rtl table.dataTable thead .sorting_desc,
.smart-rtl table.dataTable thead .sorting_asc,
.smart-rtl table.dataTable thead .sorting {
    background-position: left center;
    padding-left: 18px !important;
    padding-right: 9px;
}

.smart-rtl table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
    background-position: right center;
}

.smart-rtl .dataTables_filter .input-group-addon {
    border-left: 1px solid #ccc;
    border-radius: 2px 0 0 2px;
    margin-right: -1px;
}

.smart-rtl .header-dropdown-list > li {
    padding-right: 0;
    padding-left: 5px;
}

.smart-rtl #extr-page-header-space > *:first-child {
    margin-right: 0;
    margin-left: 14px;
}

.smart-rtl #extr-page-header-space {
    float: left;
}

.smart-rtl .display-image {
    margin-right: 0;
    margin-left: 20px;
}

.smart-rtl .smart-form .label {
    text-align: right;
}

.smart-rtl .smart-form .icon-append {
    border-right-style: solid;
    border-left-width: 0;
    border-right-width: 1px;
    padding-right: 3px;
    padding-left: 0;
    right: auto;
    left: 5px;
}

.smart-rtl .smart-form .input .icon-append + input,
.smart-rtl .smart-form .textarea .icon-append + textarea {
    padding-right: 10px;
    padding-left: 37px;
}

.smart-rtl .list-inline {
    padding-right: 0;
    margin-left: 0;
    margin-right: -5px;
}

.smart-rtl img.online {
    border-left: none;
    border-right: 3px solid #40ac2b !important;
}

.smart-rtl img.offline {
    border-left: none;
    border-right: 3px solid #ddd !important;
}

.smart-rtl .btn-toolbar .btn-group,
.smart-rtl .btn-toolbar .input-group {
    float: right;
}

.smart-rtl .btn-group > .btn:first-child {
    margin-left: 0;
    margin-right: 0;
}

.smart-rtl .btn-group .btn + .btn,
.smart-rtl .btn-group .btn + .btn-group,
.smart-rtl .btn-group .btn-group + .btn,
.smart-rtl .btn-group .btn-group + .btn-group {
    margin-right: -1px;
    margin-left: 0;
}

.smart-rtl .btn-group > .btn + .dropdown-toggle {
    direction: ltr;
}

.smart-rtl .pagination > li > a,
.smart-rtl .pagination > li > span {
    float: right;
}

.smart-rtl .pagination-sm > li:first-child > a,
.smart-rtl .pagination-sm > li:first-child > span {
    border-radius: 0 2px 2px 0;
}

.smart-rtl .pagination-sm > li:last-child > a,
.smart-rtl .pagination-sm > li:last-child > span {
    border-radius: 2px 0 0 2px;
}

.smart-rtl .pagination-lg > li:last-child > a,
.smart-rtl .pagination-lg > li:last-child > span {
    border-radius: 3px 0 0 3px;
}

.smart-rtl .pagination.pagination-alt > li:first-child > a {
    padding-left: 12px;
}

.smart-rtl .pagination-sm.pagination-alt > li:first-child > a {
    padding-left: 10px;
}

.smart-rtl .pagination-lg.pagination-alt > li:first-child > a {
    padding-left: 16px;
}

.smart-rtl .text-align-right .page-title,
.smart-rtl .text-right .page-title,
.smart-rtl .text-align-right,
.smart-rtl .text-right {
    text-align: left !important;
}

.smart-rtl .superbox-show {
    text-align: right;
    padding: 25px 25px 12px 25px;
}

.smart-rtl .superbox-close {
    right: auto;
    left: 15px;
}

.smart-rtl .superbox-current-img {
    float: right;
    padding-right: 0;
    padding-left: 25px;
}

.smart-rtl .superbox-imageinfo {
    padding: 0 0 0 25px;
}

.smart-rtl .progress.right .progress-bar {
    right: auto;
    left: 0;
}

.smart-rtl .vertical-bars li {
    float: right;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: -40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: -40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: -40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.smart-rtl .nav-tabs.bordered > :first-child a {
    border-left-width: 1px !important;
}

.smart-rtl .nav-tabs > li > a .badge {
    margin-left: 0;
    margin-right: 5px;
}

.smart-rtl .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    margin-left: 0 !important;
}

.smart-rtl .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    margin-right: 0 !important;
}

.smart-rtl .jarviswidget header:first-child .nav-tabs.pull-right li a {
    margin-left: -1px;
}

.smart-rtl .jarviswidget header:first-child .nav-tabs.pull-right li:last-child a {
    border-left: none !important;
    border-right: 1px solid #ddd !important;
}

.smart-rtl .jarviswidget > header > .nav-tabs.pull-left > li:first-child a {
    border-left-width: 1px !important;
}

.smart-rtl .nav-tabs.pull-right > li > a {
    margin-left: 0 !important;
}

.smart-rtl .tabs-left > .nav-pills > li,
.smart-rtl .tabs-left > .nav-tabs > li,
.smart-rtl .tabs-right > .nav-pills > li,
.smart-rtl .tabs-right > .nav-tabs > li {
    float: none;
}

.smart-rtl .smart-form .checkbox input,
.smart-rtl .smart-form .radio input {
    left: auto;
    display: none;
}

.smart-rtl .carousel-indicators {
    padding-right: 0;
}

.smart-rtl .demo-btns > li {
    position: relative;
}

.smart-rtl .popover.top > .arrow:after,
.smart-rtl .popover.bottom > .arrow:after {
    left: 50%;
}

.smart-rtl .media > .pull-left {
    margin-left: 10px;
    margin-right: 0;
}

.smart-rtl .pager {
    padding-right: 0;
}

.smart-rtl .jcrop-holder {
    float: right;
}

.smart-rtl .optdual .offset {
    right: 18em;
    left: auto;
}

.smart-rtl .jcrop-holder #preview-pane {
    left: -280px;
    right: auto;
}

.smart-rtl .inbox-side-bar {
    padding-left: 0;
    padding-right: 14px;
}

.smart-rtl .inbox-body .table-wrap {
    margin-left: 0;
    margin-right: 200px;
}

.smart-rtl .show-stats .show-stat-buttons > *:last-child {
    padding-left: 13px;
    padding-right: 5px;
}

.smart-rtl .show-stats .show-stat-buttons > *:first-child {
    padding-left: 5px;
    padding-right: 13px;
}

.smart-rtl .chat-body li.message img {
    border-left: none;
    border-right-width: 4px !important;
}

.smart-rtl .todo > li > p {
    margin-right: 52px;
    margin-left: 0;
    padding-right: 7px;
    padding-left: 0;
    border-right: 1px solid #ffe1eb;
    border-left: none;
}

.smart-rtl .todo > li > *:first-child {
    border-left: 1px solid #ffe1eb;
    border-right: none;
}

.smart-rtl .todo > li {
    background-position: right 11px;
}

.smart-rtl .todo-group-title {
    padding-right: 10px;
}

.smart-rtl .ui-paging-info {
    direction: rtl !important;
    text-align: left !important;
    margin-left: 4px;
}

.smart-rtl .ui-pg-table {
    float: right !important;
}

.smart-rtl .ui-jqgrid-pager,
.smart-rtl .ui-jqgrid {
    direction: rtl;
}

    .smart-rtl .ui-jqgrid .ui-icon-desc {
        right: auto;
        left: -2px;
    }

    .smart-rtl .ui-jqgrid .ui-icon-asc {
        right: auto;
        left: -1px;
    }

    .smart-rtl .ui-jqgrid tr.ui-row-ltr td {
        text-align: right;
    }

.smart-rtl .ui-menu .ui-menu-icon {
    float: left;
}

.smart-rtl .ui-menu li {
    position: relative;
}

.smart-rtl .ui-menu .ui-menu {
    right: 100% !important;
    left: auto !important;
}

.smart-rtl .ui-tabs .ui-tabs-nav li {
    margin-right: 0;
    margin-left: 3px;
    float: right;
}

.smart-rtl .ui-tabs .ui-tabs-nav li {
    margin-right: 0;
    margin-left: 3px;
    float: right;
}

.smart-rtl .ui-tabs .ui-tabs-nav .air-top-left {
    right: 7px;
    left: auto !important;
}

.smart-rtl .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto;
    right: 0.5em;
}

.smart-rtl .ui-accordion .ui-accordion-header {
    padding-right: 36px !important;
    padding-left: 15px !important;
}

.smart-rtl .lockscreen .logo + div > img {
    float: right;
}

    .smart-rtl .lockscreen .logo + div > img + div {
        float: left;
    }

.smart-rtl .lockscreen .logo + div {
    -webkit-box-shadow: 31px 32px 53px rgba(0,0,0,.2);
    box-shadow: 31px 32px 53px rgba(0,0,0,.2);
}

.smart-rtl #noroll,
.smart-rtl #roll14,
.smart-rtl .chart {
    direction: ltr;
}

.smart-rtl .dd3-handle {
    left: auto;
    right: 0;
    font-size: 0;
    height: 36px;
}

    .smart-rtl .dd3-handle:before {
        font-size: 18px;
    }

.smart-rtl .dd3-content {
    padding: 6px 40px 8px 10px;
}

.smart-rtl .dd-list .dd-list {
    padding-left: 0;
    padding-right: 30px;
}

.smart-rtl .dd-item > button {
    float: right;
}

.smart-rtl .dd3-item > button {
    margin-right: 38px;
    margin-left: 10px;
}

.smart-rtl .onoffswitch {
    margin-left: 0;
    margin-right: 5px;
}

.smart-rtl .widget-footer {
    text-align: left;
}

.smart-rtl .smart-form .checkbox,
.smart-rtl .smart-form .radio {
    padding-right: 25px;
    padding-left: 0;
    margin-right: 0;
    margin-left: 30px;
}

.smart-rtl .smart-form .inline-group {
    margin: 0 0 -4px -15px;
}

.smart-rtl .noUiSlider {
    direction: ltr;
}

.smart-rtl .smart-form .checkbox i,
.smart-rtl .smart-form .radio i {
    left: auto;
    right: 0;
}

.smart-rtl .slider.slider-vertical .slider-handle {
    margin-right: -5px;
    margin-left: 0;
}

.smart-rtl .select2-container .select2-choice {
    padding-right: 8px;
    padding-left: 0;
}

    .smart-rtl .select2-container .select2-choice .select2-arrow {
        right: auto;
        left: 0;
        border-left: none;
        border-right: 1px solid #ccc;
    }

    .smart-rtl .select2-container .select2-choice > .select2-chosen {
        margin-right: 0;
    }

.smart-rtl .select2-container-multi .select2-choices .select2-search-choice {
    margin: 4px 5px 3px 0;
}

.smart-rtl .select2-container-multi .select2-choices li {
    float: right;
}

.smart-rtl .ui-spinner-button {
    right: auto;
    left: 0;
}

.smart-rtl .ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
    left: auto;
    right: 0;
}

.smart-rtl .ui-spinner-input {
    padding: 6px 12px 6px 24px;
}

    .smart-rtl .ui-spinner-input.spinner-both {
        padding: 6px 30px;
    }

.smart-rtl .knobs-demo {
    direction: ltr;
    text-align: right;
}

.smart-rtl .list-unstyled {
    padding-right: 0;
}

.smart-rtl .ribbon {
    left: 9px;
    right: auto;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.smart-rtl .profile-message li.message.message-reply {
    margin-left: 0 !important;
    margin-right: 85px;
}

.smart-rtl .profile-pic {
    text-align: left;
}

.smart-rtl .profile-carousel .air-bottom-right {
    right: auto;
    left: 0;
}

.smart-rtl .search-results img {
    margin-left: 4px;
    margin-right: 0;
}

.smart-rtl .smart-timeline-list:after {
    left: auto;
    right: 95px;
}

.smart-rtl .smart-timeline-content {
    margin-left: 0;
    margin-right: 123px;
}

.smart-rtl .smart-timeline-icon {
    left: auto;
    right: 80px;
}

.smart-rtl .smart-timeline-time {
    float: right;
    text-align: left;
}

.smart-rtl .tree li:after,
.smart-rtl .tree li:before {
    right: -20px;
    left: auto;
}

.smart-rtl .tree ul ul {
    padding-left: 0;
    padding-right: 34px;
}

.smart-rtl .tree li:before {
    border-right: 1px solid #999;
    border-left: none;
}

.smart-rtl .tree > ul > li::after,
.smart-rtl .tree > ul > li:before {
    border: 0;
}

.smart-rtl .eg-1 td:last-child {
    text-align: left;
}

.smart-rtl .eg-1 td:first-child {
    text-align: right;
}

.smart-rtl dd {
    margin-right: 0;
}

.smart-rtl .dl-horizontal dt {
    float: right;
    text-align: left;
}

.smart-rtl .dl-horizontal dd {
    margin-left: 0;
    margin-right: 180px;
}

.smart-rtl .smart-form .toggle input {
    display: none;
}

.smart-rtl .bootstrapWizard li:first-child:before {
    left: auto;
    right: 50%;
}

.smart-rtl .bootstrapWizard li {
    float: right;
}

    .smart-rtl .bootstrapWizard li:before {
        left: 1px;
        right: auto;
    }

.smart-rtl .input-group .form-control:not(:first-child):not(:last-child),
.smart-rtl .input-group-addon:not(:first-child):not(:last-child),
.smart-rtl .input-group-btn:not(:first-child):not(:last-child) {
    border-right: none;
}

.smart-rtl .dd-dragel > li.dd-item.dd3-item {
    left: -94%;
    margin-left: -10px;
}

.smart-rtl .smart-form .inline-group .checkbox,
.smart-rtl .smart-form .inline-group .radio {
    float: right;
}

.smart-rtl .onoffswitch-inner:after {
    float: left;
}

.smart-rtl .onoffswitch-inner:before {
    text-align: left;
}

.smart-rtl .onoffswitch-checkbox + .onoffswitch-label:after,
.smart-rtl .onoffswitch-checkbox + .onoffswitch-label:before {
    float: left;
}

.smart-rtl .onoffswitch-checkbox:checked + .onoffswitch-label:after,
.smart-rtl .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    float: right;
}



.smart-rtl input[type=color].ui-autocomplete-loading,
.smart-rtl input[type=date].ui-autocomplete-loading,
.smart-rtl input[type=datetime-local].ui-autocomplete-loading,
.smart-rtl input[type=datetime].ui-autocomplete-loading,
.smart-rtl input[type=email].ui-autocomplete-loading,
.smart-rtl input[type=month].ui-autocomplete-loading,
.smart-rtl input[type=number].ui-autocomplete-loading,
.smart-rtl input[type=password].ui-autocomplete-loading,
.smart-rtl input[type=search].ui-autocomplete-loading,
.smart-rtl input[type=tel].ui-autocomplete-loading,
.smart-rtl input[type=text].ui-autocomplete-loading,
.smart-rtl input[type=time].ui-autocomplete-loading,
.smart-rtl input[type=url].ui-autocomplete-loading,
.smart-rtl input[type=week].ui-autocomplete-loading {
    background-position: 1% center;
    padding-left: 27px;
    padding-right: 12px;
}

.smart-rtl .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
    right: auto;
    left: 0;
}

.smart-rtl .inbox-info-bar em {
    right: auto;
    left: 20px;
}

.smart-rtl .select2-container-multi .select2-choices .select2-search-choice {
    padding: 1px 8px 1px 28px;
}

.smart-rtl .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner:before {
    float: right;
}

.smart-rtl .smart-form .col {
    float: right;
}

.smart-rtl .smart-form .label:first-child {
    text-align: left;
}

.smart-rtl .profile-pic > img {
    right: 10px;
    left: auto;
}

.smart-rtl .smart-form .rating input {
    display: none;
}

.smart-rtl .smart-form .rating label {
    float: left;
}

.smart-rtl.fixed-navigation nav > ul {
    padding-right: 0;
    padding-left: 14px;
}

.smart-rtl .inbox-footer .btn-group, .smart-rtl .inbox-paging {
    margin-right: 10px;
    margin-left: 0;
}

.smart-rtl .dropdown-menu {
    text-align: right;
}

.smart-rtl .show-stat-microcharts > div {
    border-right: none !important;
    border-left: 1px solid #DADADA !important;
}

.smart-rtl.fixed-ribbon.hidden-menu #ribbon {
    right: 0;
    left: 0;
}

.smart-rtl.fixed-ribbon #ribbon {
    left: 0;
    right: 220px;
}

.smart-rtl .fc-event-time,
.smart-rtl .fc-event-title {
    padding-right: 3px;
}

    .smart-rtl .fc-event-title .fa {
        margin-right: 0;
        margin-left: 4px;
    }

.smart-rtl .fc-event {
    border-left: none !important;
    border-right: 6px solid rgba(0,0,0,.15) !important;
    text-align: right;
}

.smart-rtl .ui-chatbox-titlebar > span {
    margin-left: 0;
    margin-right: 10px;
    float: right;
}

    .smart-rtl .ui-chatbox-titlebar > span > :first-child {
        margin-left: 7px;
        margin-right: 0;
    }

.smart-rtl .ui-chatbox-icon {
    float: left;
}

.smart-rtl .email-infobox {
    right: auto;
    left: 15px;
}

.smart-rtl .inbox-compose-footer,
.smart-rtl .inbox-download,
.smart-rtl .inbox-info-bar,
.smart-rtl .inbox-message {
    margin-right: 0;
    margin-left: 240px;
}

.smart-rtl .demo-liveupdate-1 {
    left: auto;
    right: 33px;
    padding-left: 61px;
    padding-right: 3px;
}

@media (max-width: 1024px) {
    .smart-rtl .inbox-body .table-wrap {
        margin-right: 0;
    }

    .smart-rtl .inbox-compose-footer,
    .smart-rtl .inbox-download,
    .smart-rtl .inbox-info-bar,
    .smart-rtl .inbox-message {
        margin-right: 0;
        margin-left: 0;
    }

    .smart-rtl #header {
        padding: 0 13px 0 0 !important;
    }
}

/*
 * GENERAL MOBILE (Applies to all resolutions below 979px)
 */


@media (max-width: 979px) {
    /* Force content to spread 100% */
    .smart-rtl.hidden-menu #main {
        right: 220px;
        left: auto;
        position: relative;
    }

    .smart-rtl.fixed-ribbon #ribbon {
        right: 0;
    }

    .smart-rtl.fixed-ribbon.hidden-menu #ribbon {
        right: 220px;
    }

    .smart-rtl #main {
        width: 100% !important;
        right: 0;
        margin: 0;
    }

    .smart-rtl .page-footer {
        padding-right: 13px;
    }

    .smart-rtl.hidden-menu .page-footer {
        padding-right: 233px;
    }
    /* search header */
    .smart-rtl .header-search.pull-right {
        margin-left: 6px;
    }

    .smart-rtl #left-panel {
        left: auto;
        right: -220px;
    }

    .smart-rtl.hidden-menu #left-panel {
        left: auto;
        right: 0;
    }

    .smart-rtl #logo {
        margin-left: 0;
        margin-right: 0;
    }

    .smart-rtl .margin-right-5 {
        margin-right: 0 !important;
        margin-left: 5px !important;
    }

    .smart-rtl.menu-on-top .menu-item-parent + span {
        right: auto;
        left: 5px;
    }

    .smart-rtl.menu-on-top .menu-item-parent {
        text-align: right;
    }

    .smart-rtl.menu-on-top nav > ul ul li:hover > ul {
        display: block;
        left: 0 !important;
        right: 0 !important;
    }

    .smart-rtl .inbox-compose-footer,
    .smart-rtl .inbox-download,
    .smart-rtl .inbox-info-bar,
    .smart-rtl .inbox-message {
        margin-right: 0;
        margin-left: 0;
    }
}
/* MOBILE LAYOUT STARTS HERE */
/*
 * IPAD HORIZONTAL
 */
@media (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 767px) {
    .smart-rtl .profile-pic {
        float: right;
    }

        .smart-rtl .profile-pic + div, .smart-rtl .profile-pic + div + div {
            padding-left: 30px;
            padding-right: 30px;
        }

        .smart-rtl .profile-pic > img {
            margin-right: 0;
            margin-left: 10px;
        }

    .smart-rtl .profile-message .wall-comment-reply {
        margin-right: 85px;
        margin-left: 0;
    }

    .smart-rtl #sparks {
        text-align: center;
    }

    .smart-rtl .no-content-padding {
        width: 100%;
        margin: 0 !important;
    }

    .smart-rtl.menu-on-top nav ul ul li:hover > a:after,
    .smart-rtl.menu-on-top nav > ul ul > li a:after,
    .smart-rtl.menu-on-top nav > ul ul > li a:hover:after,
    .smart-rtl.menu-on-top nav > ul > li > a:after {
        left: 14px;
        right: auto;
    }

    .smart-rtl.menu-on-top #main,
    .smart-rtl.hidden-menu.menu-on-top #main {
        right: 0 !important;
    }

    .smart-rtl.search-mobile .header-search > input[type="text"] {
        padding-left: 75px;
        padding-right: 10px;
    }

    .smart-rtl.search-mobile .header-search.pull-right {
        margin-left: 0;
    }

    .smart-rtl #cancel-search-js {
        right: auto;
        left: 10px;
    }

    .smart-rtl .btn-header.transparent a {
        margin-left: 6px;
    }

    .smart-rtl.search-mobile .header-search > button {
        right: auto;
        left: 44px;
    }
}
/*!
 * SmartAdmin v1.5.2 ()
 * Copyright 2011-2014 
 */
/*!
 * SmartAdmin - Responsive WebApp
 *
 * Copyright 2014 bootstraphunter.com
 * Designed and built with all the love in the world by @bootstraphunt.
 */
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.tree {
    min-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 5px;
        position: relative;
    }

    .tree ul ul li:hover {
        background: rgba(0, 0, 0, 0.015);
    }

    .tree li:before,
    .tree li:after {
        content: '';
        left: -20px;
        position: absolute;
        right: auto;
    }

    .tree li:before {
        border-left: 1px solid #999999;
        bottom: 50px;
        height: 100%;
        top: -11px;
        width: 1px;
        -webkit-transition: "border-color 0.1s ease 0.1s";
        -moz-transition: "border-color 0.1s ease 0.1s";
        -o-transition: "border-color 0.1s ease 0.1s";
        transition: "border-color 0.1s ease 0.1s";
    }

    .tree li:after {
        border-top: 1px solid #999999;
        height: 20px;
        top: 18px;
        width: 25px;
    }

    .tree li span {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px dotted #999999;
        border-radius: 5px;
        display: inline-block;
        padding: 3px 8px;
        text-decoration: none;
        -webkit-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
        -moz-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
        -o-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
        transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
    }

    .tree li.parent_li > span {
        cursor: pointer;
        padding: 7px;
    }

    .tree > ul > li:before,
    .tree > ul > li::after {
        border: 0;
    }

    .tree li:last-child::before {
        height: 30px;
    }

    .tree li.parent_li > span:hover,
    .tree li.parent_li > span:hover + ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000000;
    }

    .tree > ul {
        padding-left: 0px;
    }

    .tree ul ul {
        padding-left: 34px;
        padding-top: 10px;
    }

    .tree li.parent_li > span:hover {
        background-color: #DF8505;
        border: 1px solid #C67605;
        color: #ffffff;
    }

        .tree li.parent_li > span:hover + ul li::before {
            border-left-color: #F89406;
        }

        .tree li.parent_li > span:hover + ul li::after {
            border-top-color: #F89406;
        }

        .tree li.parent_li > span:hover + ul li span {
            background: #FDDFB3 !important;
            border: 1px solid #FAA937;
            color: #000;
        }
    /* icons */
    .tree .fa.icon-minus-sign:before {
        content: "\f056" !important;
    }

    .tree .fa.icon-plus-sign:before {
        content: "\f055" !important;
    }

.bootstrap-duallistbox-container .buttons {
    width: 100%;
    margin-bottom: -1px;
}

.bootstrap-duallistbox-container label {
    display: block;
    margin-top: 0px !important;
    font-weight: 400 !important;
}

.bootstrap-duallistbox-container .info {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px;
}

.bootstrap-duallistbox-container .btn-group .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bootstrap-duallistbox-container select {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 300px;
    padding: 0;
}

.bootstrap-duallistbox-container .filter {
    display: inline-block;
    width: 100%;
    height: 31px;
    margin: 0 0 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-duallistbox-container .filter.placeholder {
        color: #aaa;
    }

.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
    display: none;
    font-size: 10px;
}

.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
    display: inline-block;
}

.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
    width: 60%;
}

.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
    width: 40%;
}

.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
    margin-left: 0;
}

.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
    display: none;
}

.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
    width: 100%;
}
/**
 * Bootstrap-Markdown.less
 *
 * @author Taufan Aditya @taufanaditya
 * @copyright 2013 Taufan Aditya
 */
.md-editor {
    display: block;
    border: 1px solid #dddddd;
}

    .md-editor > .md-header,
    .md-editor .md-footer {
        display: block;
        padding: 6px 4px;
        background: #f5f5f5;
        margin: 0px;
    }

        .md-editor > .md-header > :first-child {
            margin-left: 0px;
        }

    .md-editor > .md-preview {
        background: #ffffff;
        border-top: 1px dashed #dddddd;
        border-bottom: 1px dashed #dddddd;
        min-height: 10px;
        padding: 10px;
    }

    .md-editor > textarea {
        font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
        font-size: 13px;
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        margin: 0;
        display: block;
        padding: 0;
        width: 100%;
        border: 0;
        padding: 10px;
        border-top: 1px dashed #dddddd;
        border-bottom: 1px dashed #dddddd;
        border-radius: 0;
        box-shadow: none;
        background: #eeeeee;
    }

        .md-editor > textarea:focus {
            box-shadow: none;
            background: #ffffff;
        }

    .md-editor.active {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 100% !important;
        height: 20px;
    }

        .slider.slider-horizontal .slider-track {
            height: 10px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
            margin-top: -5px;
        }

            .slider.slider-horizontal .slider-handle.triangle {
                width: 20px;
                height: 20px;
                filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                border: none;
                line-height: 21px;
                color: #797777;
                text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
            }

                .slider.slider-horizontal .slider-handle.triangle:before {
                    content: "\f0da";
                    font-size: 34px;
                }

.slider-horizontal .slider-selection + .slider-handle.triangle + .slider-handle.triangle:before {
    content: "\f0d9";
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

    .slider.slider-vertical .slider-track {
        width: 10px;
        height: 100%;
        margin-left: -5px;
        left: 50%;
        top: 0;
    }

    .slider.slider-vertical .slider-selection {
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .slider.slider-vertical .slider-handle {
        margin-left: -5px;
        margin-top: -10px;
    }

        .slider.slider-vertical .slider-handle.triangle {
            width: 20px;
            height: 20px;
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            border: none;
            line-height: 21px;
            color: #797777;
            text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
        }

            .slider.slider-vertical .slider-handle.triangle:before {
                content: "\f0d7";
                font-size: 32px;
                text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
            }

    .slider.slider-vertical .slider-selection + .slider-handle.triangle + .slider-handle.triangle:before {
        content: "\f0d8";
        text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
    }

.slider input {
    display: none;
}

.slider .tooltip-inner {
    white-space: nowrap;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background: #E5E5E5;
}

.slider-selection {
    position: absolute;
    background: #3276b1;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #FFF;
    background: #858585;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    color: #BDBDBD;
    text-shadow: 0 1px 0 rgba(77, 77, 77, 0.5);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .slider-handle:before {
        content: "\f0c9";
    }

    .slider-handle.round {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 20px;
        height: 20px;
    }

    .slider-handle.triangle {
        background: transparent none;
    }
/*
 * Slider colors
 */
.slider-danger + .slider-track > .slider-selection {
    background: #a90329;
}

.slider-warning + .slider-track > .slider-selection {
    background: #c79121;
}

.slider-info + .slider-track > .slider-selection {
    background: #57889c;
}

.slider-success + .slider-track > .slider-selection {
    background: #739e73;
}

.bootstrap-tagsinput {
    display: block;
    width: 100%;
    min-height: 32px;
    padding: 1px 3px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 0;
}

    .bootstrap-tagsinput > span {
        border-radius: 0px !important;
        font-weight: normal;
        padding: 3px 28px 4px 8px;
        font-size: 13px;
        border: 1px solid #285E8E;
        background: #3276B1;
    }

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: auto !important;
        max-width: inherit;
    }

        .bootstrap-tagsinput input:focus {
            border: none;
            box-shadow: none;
        }

    .bootstrap-tagsinput .tag {
        color: #FFF;
        position: relative;
        margin: 3px 0 3px 2px;
        display: inline-block;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            display: block;
            top: -1px;
            right: 0px;
            padding: 3px 4px 3px 5px;
            width: 23px;
            height: 22px;
            position: absolute;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                background: rgba(0, 0, 0, 0.3);
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "\f057";
                font-family: fontAwesome;
                padding: 2px 1px;
                line-height: 17px;
                font-size: 15px;
                text-align: center;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
    position: relative;
}

.modal-open .bootstrap-timepicker-widget.dropdown-menu.open {
    z-index: 1051 !important;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0;
}

    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
        left: auto;
        right: 12px;
    }

    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
        left: auto;
        right: 13px;
    }

.bootstrap-timepicker .add-on {
    cursor: pointer;
}

    .bootstrap-timepicker .add-on i {
        display: inline-block;
        width: 16px;
        height: 16px;
    }

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}

    .bootstrap-timepicker-widget.dropdown-menu.open {
        display: inline-block;
    }

    .bootstrap-timepicker-widget.dropdown-menu:before {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

    .bootstrap-timepicker-widget.dropdown-menu:after {
        border-bottom: 6px solid #FFFFFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    border-radius: 4px;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-timepicker-widget table td {
        text-align: center;
        height: 30px;
        margin: 0;
        padding: 2px;
    }

        .bootstrap-timepicker-widget table td:not(.separator) {
            min-width: 30px;
        }

        .bootstrap-timepicker-widget table td span {
            width: 100%;
        }

        .bootstrap-timepicker-widget table td a {
            border: 1px transparent solid;
            width: 100%;
            display: inline-block;
            margin: 0;
            padding: 8px 0;
            outline: 0;
            color: #333;
        }

            .bootstrap-timepicker-widget table td a:hover {
                text-decoration: none;
                background-color: #eee;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                border-color: #ddd;
            }

            .bootstrap-timepicker-widget table td a i {
                margin-top: 2px;
                font-size: 18px;
            }

        .bootstrap-timepicker-widget table td input {
            width: 25px;
            margin: 0;
            text-align: center;
        }

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }

        .bootstrap-timepicker .dropdown-menu {
            width: 100%;
        }
}

.bv-form .help-block {
    margin-bottom: 0;
}

.bv-form .tooltip-inner {
    text-align: left;
}

.nav-tabs li.bv-tab-success > a {
    color: #3c763d;
}

.nav-tabs li.bv-tab-error > a {
    color: #a94442;
}

[class^="col-"] > .form-control + .form-control-feedback {
    right: 13px;
}

.has-feedback.has-success .radio-inline + .form-control-feedback,
.has-feedback.has-success .radio-inline + .form-control-feedback {
    display: none !important;
}

#buttonGroupForm .btn-group .form-control-feedback {
    top: 0;
    right: -30px;
}

#productForm .inputGroupContainer .form-control-feedback,
#productForm .selectContainer .form-control-feedback {
    top: 0;
    right: -15px;
}
/*
 * jQuery CSSEmoticons plugin 0.2.9
 *
 * Copyright (c) 2010 Steve Schwartz (JangoSteve)
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * Date: Sun Oct 22 1:00:00 2010 -0500
 */
/* Basic styles for emoticons */
span.css-emoticon {
    font-family: "Trebuchet MS";
    /* seems to give the best and most consistent emoticon appearance */
    font-size: .80em;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 1.54em;
    /* note that this is a multiple of this span's font-size, not containing text font-size */
    height: 1.54em;
    /* so, relative to containing text, width and height are 0.9 x 1.6 = 1.44em */
    text-align: center;
    padding: 0;
    line-height: 1.34em;
    -moz-border-radius: 1.54em;
    -webkit-border-radius: 1.54em;
    border-radius: 1.54em;
    -moz-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #ffcc00;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0.41, #ffb800), color-stop(0.56, #ffdd55), color-stop(1, #ffeeaa));
    background-image: -moz-linear-gradient(center right, #ffb800 41%, #ffdd55 56%, #ffeeaa 100%);
    -webkit-transition-property: color, background, transform;
    -webkit-transition-duration: 1s, 1s;
    -webkit-transition-timing-function: linear, ease-in;
    margin-top: -0.4em;
}
    /* Styles for two-character emoticons that need more letter-spacing for proportionality */
    span.css-emoticon.spaced-emoticon {
        padding-left: 0.2em;
        width: 1.34em;
        /*letter-spacing: 0.2em;*/
    }
/* This is a dirty dirty hack, because webkit doesn't properly do the padding+width=total-width as it should
   I think the width of the border may be throwing things off, because it's more noticable for small icons */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    span.css-emoticon.spaced-emoticon {
        width: 1.4em;
    }
}
/* Styles for emoticons that need to have smaller characters to fit inside the circle */
span.css-emoticon.small-emoticon {
    font-size: 0.70em;
    width: 1.82em;
    height: 1.82em;
    line-height: 1.72em;
    -moz-border-radius: 1.82em;
    -webkit-border-radius: 1.82em;
    border-radius: 1.82em;
}

    span.css-emoticon.small-emoticon.spaced-emoticon {
        padding-left: 0;
        width: 1.82em;
        letter-spacing: 0.1em;
    }
/* Styles for additional colors */
span.css-emoticon.red-emoticon {
    background-color: #eb0542;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0.41, #ff7c7c), color-stop(0.56, #e79494), color-stop(1, #e78ba5));
    background-image: -moz-linear-gradient(center right, #ff7c7c 41%, #e79494 56%, #e78ba5 100%);
}

span.css-emoticon.pink-emoticon {
    background-color: #ff8fd4;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0.41, #ff8fd4), color-stop(0.56, #ff99d8), color-stop(1, #ffade1));
    background-image: -moz-linear-gradient(center right, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%);
}
/* styles for emoticons that need no rotation, like O_o */
span.css-emoticon.no-rotate {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 0.45em;
    width: 2.2em;
    height: 2.2em;
    line-height: 1.9em;
    -moz-border-radius: 2.2em;
    -webkit-border-radius: 2.2em;
    border-radius: 2.2em;
    background-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.41, #ffcc00), color-stop(0.56, #ffdd55), color-stop(1, #ffeeaa));
    background-image: -moz-linear-gradient(center bottom, #ffcc00 41%, #ffdd55 56%, #ffeeaa 100%);
}

    span.css-emoticon.no-rotate.red-emoticon {
        background-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.41, #eb0542), color-stop(0.56, #eb265a), color-stop(1, #fa376e));
        background-image: -moz-linear-gradient(center bottom, #eb0542 41%, #eb265a 56%, #fa376e 100%);
    }

    span.css-emoticon.no-rotate.pink-emoticon {
        background-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.41, #ff8fd4), color-stop(0.56, #ff99d8), color-stop(1, #ffade1));
        background-image: -moz-linear-gradient(center bottom, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%);
    }
/* Styles for emoticons that need to be rotated counter-clockwise, like <3 */
span.css-emoticon.counter-rotated {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.41, #ffcc00), color-stop(0.56, #ffdd55), color-stop(1, #ffeeaa));
    background-image: -moz-linear-gradient(center left, #ffcc00 41%, #ffdd55 56%, #ffeeaa 100%);
}

    span.css-emoticon.counter-rotated.red-emoticon {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.41, #eb0542), color-stop(0.56, #eb265a), color-stop(1, #fa376e));
        background-image: -moz-linear-gradient(center left, #eb0542 41%, #eb265a 56%, #fa376e 100%);
    }

    span.css-emoticon.counter-rotated.pink-emoticon {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0.41, #ff8fd4), color-stop(0.56, #ff99d8), color-stop(1, #ffade1));
        background-image: -moz-linear-gradient(center left, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%);
    }
/* Styles for animated states */
span.css-emoticon.un-transformed-emoticon,
span.css-emoticon.animated-emoticon:hover {
    /* font-size: inherit;
    font-weight: inherit;
    vertical-align: inherit;
    line-height: inherit;
    font-family: inherit; */
    letter-spacing: inherit;
    color: inherit;
    overflow: visible;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background: none;
    background-image: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: transparent;
}

span.css-emoticon.nintendo-controller {
    font-size: .8em;
    height: 1.2em;
    line-height: 1em;
    width: 2.7em;
    vertical-align: bottom;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #74798c), color-stop(0.55, #a5aabd));
    background: -moz-linear-gradient(center bottom, #74798c 9%, #a5aabd 55%);
}
/*!
 * ClockPicker v{package.version} for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/master/LICENSE)
 */
.clockpicker .input-group-addon {
    cursor: pointer;
}

.clockpicker-moving {
    cursor: move;
}

.clockpicker-align-left.popover > .arrow {
    left: 25px;
}

.clockpicker-align-top.popover > .arrow {
    top: 17px;
}

.clockpicker-align-right.popover > .arrow {
    left: auto;
    right: 25px;
}

.clockpicker-align-bottom.popover > .arrow {
    top: auto;
    bottom: 6px;
}

.clockpicker-popover .popover-title {
    background-color: #fff;
    color: #999;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

    .clockpicker-popover .popover-title span {
        cursor: pointer;
    }

.clockpicker-popover .popover-content {
    background-color: #f8f8f8;
    padding: 12px;
}

.popover-content:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.clockpicker-plate {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: visible;
    position: relative;
    /* Disable text selection highlighting. Thanks to Hermanya */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clockpicker-canvas,
.clockpicker-dial {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -1px;
    top: -1px;
}

.clockpicker-minutes {
    visibility: hidden;
}

.clockpicker-tick {
    border-radius: 50%;
    color: #666;
    line-height: 26px;
    text-align: center;
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
}

    .clockpicker-tick.active,
    .clockpicker-tick:hover {
        background-color: #c0e5f7;
        background-color: rgba(0, 149, 221, 0.25);
    }

.clockpicker-button {
    background-image: none;
    background-color: #fff;
    border-width: 1px 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 10px 0;
}

    .clockpicker-button:hover {
        background-image: none;
        background-color: #ebebeb;
    }

    .clockpicker-button:focus {
        outline: none !important;
    }

.clockpicker-dial {
    -webkit-transition: -webkit-transform 350ms, opacity 350ms;
    -moz-transition: -moz-transform 350ms, opacity 350ms;
    -ms-transition: -ms-transform 350ms, opacity 350ms;
    -o-transition: -o-transform 350ms, opacity 350ms;
    transition: transform 350ms, opacity 350ms;
}

.clockpicker-dial-out {
    opacity: 0;
}

.clockpicker-hours.clockpicker-dial-out {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.clockpicker-minutes.clockpicker-dial-out {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

.clockpicker-canvas {
    -webkit-transition: opacity 175ms;
    -moz-transition: opacity 175ms;
    -ms-transition: opacity 175ms;
    -o-transition: opacity 175ms;
    transition: opacity 175ms;
}

.clockpicker-canvas-out {
    opacity: 0.25;
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    stroke: none;
    fill: #0095dd;
}

.clockpicker-canvas-bg {
    stroke: none;
    fill: #c0e5f7;
}

.clockpicker-canvas-bg-trans {
    fill: rgba(0, 149, 221, 0.25);
}

.clockpicker-canvas line {
    stroke: #0095dd;
    stroke-width: 1;
    stroke-linecap: round;
    /*shape-rendering: crispEdges;*/
}
/*!
 * Colorpicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url("../img/saturation.png");
    cursor: crosshair;
    float: left;
}

    .colorpicker-saturation i {
        display: block;
        height: 5px;
        width: 5px;
        border: 1px solid #000;
        position: absolute;
        top: 0;
        left: 0;
        margin: -4px 0 0 -4px;
    }

        .colorpicker-saturation i b {
            display: block;
            height: 5px;
            width: 5px;
            border: 1px solid #fff;
        }

.colorpicker-hue,
.colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px;
}

    .colorpicker-hue i,
    .colorpicker-alpha i {
        display: block;
        height: 1px;
        background: #000;
        border-top: 1px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -1px;
    }

.colorpicker-hue {
    background-image: url("../img/hue.png");
}

.colorpicker-alpha {
    background-image: url("../img/alpha.png");
    display: none;
}

.colorpicker {
    zoom: 1;
    /*IE*/
    top: 0;
    left: 0;
    padding: 4px;
    min-width: 120px;
    margin-top: 1px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .colorpicker:before,
    .colorpicker:after {
        content: " ";
        display: table;
    }

    .colorpicker:after {
        clear: both;
    }

    .colorpicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .colorpicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .colorpicker div {
        position: relative;
    }

    .colorpicker.alpha {
        min-width: 140px;
    }

        .colorpicker.alpha .colorpicker-alpha {
            display: block;
        }

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url("../img/alpha.png");
    background-position: 0 100%;
}

    .colorpicker-color div {
        height: 10px;
    }

.input-append.color .add-on i,
.input-prepend.color .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

div.dataTables_length label {
    font-weight: normal;
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    font-weight: normal;
    float: right;
}

div.dataTables_filter input {
    width: 16em;
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

    div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
    }

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
    }

    table.dataTable thead .sorting {
        background: url('../images/sort_both.png') no-repeat center right;
    }

    table.dataTable thead .sorting_asc {
        background: url('../images/sort_asc.png') no-repeat center right;
    }

    table.dataTable thead .sorting_desc {
        background: url('../images/sort_desc.png') no-repeat center right;
    }

    table.dataTable thead .sorting_asc_disabled {
        background: url('../images/sort_asc_disabled.png') no-repeat center right;
    }

    table.dataTable thead .sorting_desc_disabled {
        background: url('../images/sort_desc_disabled.png') no-repeat center right;
    }

    table.dataTable thead > tr > th {
        padding-left: 18px;
        padding-right: 18px;
    }

    table.dataTable th:active {
        outline: none;
    }
/* Scrolling */
div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    div.dataTables_scrollHead table thead tr:last-child th:first-child,
    div.dataTables_scrollHead table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}
/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
    border-collapse: separate !important;
}

table.table-bordered thead th,
table.table-bordered thead td {
    border-left-width: 0;
    border-top-width: 0;
}

table.table-bordered tbody th,
table.table-bordered tbody td {
    border-left-width: 0;
    border-bottom-width: 0;
}

table.table-bordered th:last-child,
table.table-bordered td:last-child {
    border-right-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}
/*
 * TableTools styles
 */
/* conflicting styles with bootstrap 
.table tbody tr.active td,
.table tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
	background-color: #0075b0;
}

.table tbody tr.active a {
	color: white;
} 

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
} */
table.DTTT_selectable tbody tr {
    cursor: pointer;
}

div.DTTT .btn {
    color: #333 !important;
    font-size: 12px;
}

    div.DTTT .btn:hover {
        text-decoration: none !important;
    }

ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003;
}

    ul.DTTT_dropdown.dropdown-menu a {
        color: #333 !important;
        /* needed only when demo_page.css is included */
    }

    ul.DTTT_dropdown.dropdown-menu li {
        position: relative;
    }

        ul.DTTT_dropdown.dropdown-menu li:hover a {
            background-color: #0088cc;
            color: white !important;
        }

div.DTTT_collection_background {
    z-index: 2002;
}
/* TableTools information display */
div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}

div.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
    div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
    div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
    div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
}
/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
    margin: 0 !important;
}
/*
 * Namespace DTCR - "DataTables ColReorder" plug-in
 */
table.DTCR_clonedTable {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 202;
}

div.DTCR_pointer {
    width: 1px;
    background-color: #0259C4;
    z-index: 201;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
div.ColVis {
    float: right;
    margin-bottom: 1em;
}

button.ColVis_Button,
ul.ColVis_collection li {
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 5px 8px;
    border: 1px solid #999;
    cursor: pointer;
    *cursor: hand;
    font-size: 0.88em;
    color: black !important;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    -o-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    /* Generated by http://www.colorzilla.com/gradient-editor/ */
    background: #ffffff;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* Opera 11.10+ */
    background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-9 */
}

    .ColVis_Button:hover,
    ul.ColVis_collection li:hover {
        border: 1px solid #666;
        text-decoration: none !important;
        -webkit-box-shadow: 1px 1px 3px #999;
        -moz-box-shadow: 1px 1px 3px #999;
        -ms-box-shadow: 1px 1px 3px #999;
        -o-box-shadow: 1px 1px 3px #999;
        box-shadow: 1px 1px 3px #999;
        background: #f3f3f3;
        /* Old browsers */
        background: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
        /* Chrome10+,Safari5.1+ */
        background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
        /* FF3.6+ */
        background: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
        /* IE10+ */
        background: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
        /* Opera 11.10+ */
        background: linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0);
        /* IE6-9 */
    }

button.ColVis_Button {
    height: 30px;
    padding: 3px 8px;
}

    button.ColVis_Button::-moz-focus-inner {
        border: none !important;
        padding: 0;
    }

    button.ColVis_Button:active {
        outline: none;
    }

div.ColVis_collectionBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1100;
}

ul.ColVis_collection {
    width: 150px;
    padding: 8px 8px 4px 8px;
    margin: 0;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 2002;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

    ul.ColVis_collection li {
        position: relative;
        height: auto;
        left: 0;
        right: 0;
        padding: 0.5em;
        display: block;
        float: none;
        margin-bottom: 4px;
        -webkit-box-shadow: 1px 1px 3px #999;
        -moz-box-shadow: 1px 1px 3px #999;
        -ms-box-shadow: 1px 1px 3px #999;
        -o-box-shadow: 1px 1px 3px #999;
        box-shadow: 1px 1px 3px #999;
    }

    ul.ColVis_collection li {
        text-align: left;
    }

        ul.ColVis_collection li.ColVis_Button:hover {
            border: 1px solid #999;
            background-color: #f0f0f0;
        }

        ul.ColVis_collection li span {
            display: inline-block;
            padding-left: 0.5em;
            cursor: pointer;
        }

        ul.ColVis_collection li.ColVis_Special {
            border-color: #555;
            background: #ededed;
            /* Old browsers */
            background: -webkit-linear-gradient(top, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);
            /* Chrome10+,Safari5.1+ */
            background: -moz-linear-gradient(top, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);
            /* FF3.6+ */
            background: -ms-linear-gradient(top, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);
            /* IE10+ */
            background: -o-linear-gradient(top, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);
            /* Opera 11.10+ */
            background: linear-gradient(to bottom, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e8e8e8', GradientType=0);
            /* IE6-9 */
        }

            ul.ColVis_collection li.ColVis_Special:hover {
                background: #e2e2e2;
                /* Old browsers */
                background: -webkit-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
                /* Chrome10+,Safari5.1+ */
                background: -moz-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
                /* FF3.6+ */
                background: -ms-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
                /* IE10+ */
                background: -o-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
                /* Opera 11.10+ */
                background: linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
                /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e2e2e2', GradientType=0);
                /* IE6-9 */
            }

span.ColVis_radio {
    display: inline-block;
    width: 20px;
}

div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}

.disabled {
    color: #999;
}
/*
 * File:        TableTools.css
 * Description: Styles for TableTools 2
 * Author:      Allan Jardine (www.sprymedia.co.uk)
 * Language:    Javascript
 * License:     GPL v2 / 3 point BSD
 * Project:     DataTables
 * 
 * Copyright 2009-2012 Allan Jardine, all rights reserved.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * CSS name space:
 *   DTTT                  DataTables TableTools
 *
 * Style sheet provides:
 *   CONTAINER             TableTools container element and styles applying to all components
 *   BUTTON_STYLES         Action specific button styles
 *   SELECTING             Row selection styles
 *   COLLECTIONS           Drop down list (collection) styles
 *   PRINTING              Print display styles
 */
/*
 * CONTAINER
 * TableTools container element and styles applying to all components
 */
div.DTTT_container {
    position: relative;
    float: right;
    margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
    div.DTTT_container {
        float: none !important;
        text-align: center;
    }

        div.DTTT_container:after {
            visibility: hidden;
            display: block;
            content: "";
            clear: both;
            height: 0;
        }
}

button.DTTT_button,
div.DTTT_button,
a.DTTT_button {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    padding: 5px 8px;
    border: 1px solid #999;
    cursor: pointer;
    *cursor: hand;
    font-size: 0.88em;
    color: black !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -ms-box-shadow: 1px 1px 3px #ccc;
    -o-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    /* Generated by http://www.colorzilla.com/gradient-editor/ */
    background: #ffffff;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* Opera 11.10+ */
    background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-9 */
}
/* Buttons are cunning border-box sizing - we can't just use that for A and DIV due to IE6/7 */
button.DTTT_button {
    height: 30px;
    padding: 3px 8px;
}

.DTTT_button embed {
    outline: none;
}

button.DTTT_button:hover,
div.DTTT_button:hover,
a.DTTT_button:hover {
    border: 1px solid #666;
    text-decoration: none !important;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
    background: #f3f3f3;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
    /* Opera 11.10+ */
    background: linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0);
    /* IE6-9 */
}

button.DTTT_disabled,
div.DTTT_disabled,
a.DTTT_disabled {
    color: #999;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
    /* Opera 11.10+ */
    background: linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
    /* IE6-9 */
}
/*
 * BUTTON_STYLES
 * Action specific button styles
 * If you want images - comment this back in

a.DTTT_button_csv,
a.DTTT_button_xls,
a.DTTT_button_copy,
a.DTTT_button_pdf,
a.DTTT_button_print {
	padding-right: 0px;
}

a.DTTT_button_csv span,
a.DTTT_button_xls span,
a.DTTT_button_copy span,
a.DTTT_button_pdf span,
a.DTTT_button_print span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-right: 30px;
}


a.DTTT_button_csv span { background: url(../images/csv.png) no-repeat bottom right; }
a.DTTT_button_csv:hover span { background: url(../images/csv_hover.png) no-repeat center right; }

a.DTTT_button_xls span { background: url(../images/xls.png) no-repeat center right; }
a.DTTT_button_xls:hover span { background: #f0f0f0 url(../images/xls_hover.png) no-repeat center right; }

a.DTTT_button_copy span { background: url(../images/copy.png) no-repeat center right; }
a.DTTT_button_copy:hover span { background: #f0f0f0 url(../images/copy_hover.png) no-repeat center right; }

a.DTTT_button_pdf span { background: url(../images/pdf.png) no-repeat center right; }
a.DTTT_button_pdf:hover span { background: #f0f0f0 url(../images/pdf_hover.png) no-repeat center right; }

a.DTTT_button_print span { background: url(../images/print.png) no-repeat center right; }
a.DTTT_button_print:hover span { background: #f0f0f0 url(../images/print_hover.png) no-repeat center right; }

 */
button.DTTT_button_collection span {
    padding-right: 17px;
    /*background: url(../images/collection.png) no-repeat center right;*/
}

button.DTTT_button_collection:hover span {
    padding-right: 17px;
    background: #f0f0f0;
    /*background: #f0f0f0 url(../images/collection_hover.png) no-repeat center right;*/
}
/*
 * SELECTING
 * Row selection styles
 */
table.DTTT_selectable tbody tr {
    cursor: pointer;
    *cursor: hand;
}

table.dataTable tr.DTTT_selected.odd {
    background-color: #9FAFD1;
}

    table.dataTable tr.DTTT_selected.odd td.sorting_1 {
        background-color: #9FAFD1;
    }

    table.dataTable tr.DTTT_selected.odd td.sorting_2 {
        background-color: #9FAFD1;
    }

    table.dataTable tr.DTTT_selected.odd td.sorting_3 {
        background-color: #9FAFD1;
    }

table.dataTable tr.DTTT_selected.even {
    background-color: #B0BED9;
}

    table.dataTable tr.DTTT_selected.even td.sorting_1 {
        background-color: #B0BED9;
    }

    table.dataTable tr.DTTT_selected.even td.sorting_2 {
        background-color: #B0BED9;
    }

    table.dataTable tr.DTTT_selected.even td.sorting_3 {
        background-color: #B0BED9;
    }
/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */
div.DTTT_collection {
    width: 150px;
    padding: 8px 8px 4px 8px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 2002;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

div.DTTT_collection_background {
    /*background: transparent url(../images/background.png) repeat top left;*/
    z-index: 2001;
}

div.DTTT_collection button.DTTT_button,
div.DTTT_collection div.DTTT_button,
div.DTTT_collection a.DTTT_button {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    float: none;
    margin-bottom: 4px;
    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
}
/*
 * PRINTING
 * Print display styles
 */
.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    background: #ffffff;
    /* Old browsers */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* Opera 11.10+ */
    background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-9 */
    opacity: 0.95;
    border: 1px solid black;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

    .DTTT_print_info h6 {
        font-weight: normal;
        font-size: 28px;
        line-height: 28px;
        margin: 1em;
    }

    .DTTT_print_info p {
        font-size: 14px;
        line-height: 20px;
    }

table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
    background: url('../img/plus.png') no-repeat 5px center;
    padding-left: 32px;
    cursor: pointer;
}

table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander {
    background: url('../img/minus.png') no-repeat 5px center;
}

table.has-columns-hidden > tbody > tr.row-detail > td {
    background: #eee;
}

    table.has-columns-hidden > tbody > tr.row-detail > td > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTitle {
            font-weight: bold;
        }

.dt-toolbar {
    display: block;
    position: relative;
    padding: 6px 7px 1px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
}

.dt-toolbar-footer {
    background: #fafafa;
    font-size: 11px;
    overflow: hidden;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px #fff;
    -moz-box-shadow: inset 0 1px #fff;
    -ms-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff;
}

    .dt-toolbar > :first-child,
    .dt-toolbar-footer > :first-child {
        padding-left: 0px !important;
    }

    .dt-toolbar > :last-child,
    .dt-toolbar-footer > :last-child {
        padding-right: 0px !important;
    }

table.dataTable thead .sorting {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right;
}

table.dataTable thead .sorting_asc {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right;
}

table.dataTable thead .sorting_desc {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAdSURBVAjXY8AJHID4AQMD4wcGBuYfDAzsfxgIAQCkSQQQkGx5MAAAAABJRU5ErkJggg==) no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAcSURBVAjXYyAE2P8wMDD/YGBg/ADkPABiB5xKAZDZBBBG27rUAAAAAElFTkSuQmCC) no-repeat center right;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-color: #eeeeee;
}

.dataTables_empty {
    padding: 20px 10px !important;
    font-size: 14px;
    text-align: center;
    color: #575757;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px 10px;
}

table.dataTable thead > tr > th,
table.dataTable tfoot > tr > th {
    padding-left: 9px !important;
}

    table.dataTable thead > tr > th input,
    table.dataTable tfoot > tr > th input {
        width: 100% !important;
        font-weight: normal;
    }

    table.dataTable thead > tr > th.hasinput {
        padding: 6px !important;
    }

div.dataTables_info {
    padding-top: 9px;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #969696;
}
/*
 * Double lines in thead tfoot
 */
.dataTable thead > tr > th {
    border-left: none !important;
}
/* checkbox */
.dataTable input[type=checkbox].checkbox,
.dataTable input[type=radio].radiobox {
    left: -999px;
}

table.dataTable thead > tr > th.sorting_disabled {
    padding-right: 9px !important;
}
/*
 * DT FIlter
 */
.dataTables_filter {
    float: left;
    width: 100%;
}

    .dataTables_filter .input-group-addon {
        width: 32px;
        margin-top: 0px;
        float: left;
        height: 32px;
        padding-top: 8px;
    }

        .dataTables_filter .input-group-addon + .form-control {
            float: left;
        }
/*
 * LTR filter position
 */
.dt-toolbar > :first-child .dataTables_filter > :only-child,
.dt-toolbar > :first-child .DTTT,
.dt-toolbar > :first-child .pagination,
.dt-toolbar > :first-child .dataTables_length {
    float: left !important;
}

.dt-toolbar > :last-child .dataTables_filter > :only-child,
.dt-toolbar > :last-child .DTTT,
.dt-toolbar > :last-child .pagination,
.dt-toolbar > :last-child .dataTables_length {
    float: right;
}
/* bottom portion */
.dt-toolbar-footer > :first-child .dataTables_filter > :only-child,
.dt-toolbar-footer > :first-child .DTTT,
.dt-toolbar-footer > :first-child .pagination,
.dt-toolbar-footer > :first-child .dataTables_length {
    float: left;
}

.dt-toolbar-footer > :last-child .dataTables_filter > :only-child,
.dt-toolbar-footer > :last-child .DTTT,
.dt-toolbar-footer > :last-child .pagination,
.dt-toolbar-footer > :last-child .dataTables_length {
    float: right;
}
/*
 * PRINT
 */
body.DTTT_Print {
    background: #fff !important;
}

.DTTT_Print #main {
    margin: 0px !important;
}

.DTTT_PrintMessage {
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

.DTTT_Print table.dataTable {
    margin-top: 0px !important;
}

.DTTT_Print .dataTables_wrapper table {
    border: 1px solid #C7C7C7 !important;
}
/*
 * COLUMN SHOW/HIDE
 */
div.ColVis {
    margin-bottom: 0px !important;
}

ul.ColVis_collection {
    width: 127px;
}

    ul.ColVis_collection li span {
        vertical-align: 3px;
    }

    ul.ColVis_collection li label {
        margin-bottom: 0px !important;
    }
/*
 * Processing Fix
 */
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
/* custom font icon */
.dataTable tbody .details-control {
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

    .dataTable tbody .details-control:before {
        font-family: 'FontAwesome';
        content: "\f055";
        font-size: 1.4em;
        color: #739e73;
    }

.dataTable tbody .shown .details-control:before {
    content: "\f056";
    color: #a90329;
}

.dataTable tbody .shown + tr > td {
    padding: 0px !important;
}

.dataTable tbody .shown {
    background: rgba(205, 209, 98, 0.2) !important;
}

    .dataTable tbody .shown > td {
        background: none !important;
    }

    .dataTable tbody .shown + tr > td > table > tbody > tr:last-child {
        border-bottom: 1px solid #c2c2c2;
    }

    .dataTable tbody .shown + tr > td > table tbody tr {
        background-color: rgba(205, 209, 98, 0.05) !important;
    }

    .dataTable tbody .shown .table > tbody > tr > td {
        border: none !important;
    }

.table-bordered .progress {
    background: #fff !important;
    -webkit-box-shadow: 0 1px 0 transparent,0 0 0 1px #D6D6D6 inset;
    -moz-box-shadow: 0 1px 0 transparent,0 0 0 1px #D6D6D6 inset;
    box-shadow: 0 1px 0 transparent,0 0 0 1px #D6D6D6 inset;
}
/* datatable scroll-y bug fix for firefox */
.dataTables_scroll .dataTables_scrollHead,
.dataTables_scroll .dataTables_scrollBody,
.dataTables_scroll + .dt-toolbar-footer {
    float: left;
}

.dataTables_scroll + .dt-toolbar-footer {
    width: 100%;
}

.dataTables_scroll .dataTables_scrollHeadInner {
    margin-top: -6px;
}

.dataTables_scroll .dataTables_scrollHead {
    background: #f4f4f4;
}
/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropzone {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.02);
    padding: 1em;
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable .dz-message,
        .dropzone.dz-clickable .dz-message span {
            cursor: pointer;
        }

        .dropzone.dz-clickable * {
            cursor: default;
        }

    .dropzone .dz-message {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .dropzone.dz-drag-hover {
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(0, 0, 0, 0.03)), color-stop(0.25, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.03)), color-stop(0.75, rgba(0, 0, 0, 0.03)), color-stop(0.75, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
        background-image: -ms-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
        background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
        background-color: #fafafa;
        background-size: 22px 22px;
        border: 5px dashed #ccc;
    }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone .dz-preview,
    .dropzone-previews .dz-preview {
        background: rgba(255, 255, 255, 0.8);
        position: relative;
        display: inline-block;
        margin: 10px;
        vertical-align: top;
        border: 1px solid #acacac;
        padding: 6px 6px 6px 6px;
    }

        .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
        .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
            display: none;
        }

        .dropzone .dz-preview .dz-details,
        .dropzone-previews .dz-preview .dz-details {
            width: 100px;
            height: 100px;
            position: relative;
            background: #ebebeb;
            padding: 5px;
            margin-bottom: 22px;
        }

            .dropzone .dz-preview .dz-details .dz-filename,
            .dropzone-previews .dz-preview .dz-details .dz-filename {
                overflow: hidden;
                height: 100%;
            }

            .dropzone .dz-preview .dz-details img,
            .dropzone-previews .dz-preview .dz-details img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100px;
                height: 100px;
            }

            .dropzone .dz-preview .dz-details .dz-size,
            .dropzone-previews .dz-preview .dz-details .dz-size {
                position: absolute;
                bottom: -28px;
                left: 3px;
                height: 28px;
                line-height: 28px;
            }

        .dropzone .dz-preview.dz-error .dz-error-mark,
        .dropzone-previews .dz-preview.dz-error .dz-error-mark {
            display: block;
        }

        .dropzone .dz-preview.dz-success .dz-success-mark,
        .dropzone-previews .dz-preview.dz-success .dz-success-mark {
            display: block;
        }

        .dropzone .dz-preview:hover .dz-details img,
        .dropzone-previews .dz-preview:hover .dz-details img {
            display: none;
        }

        .dropzone .dz-preview .dz-success-mark,
        .dropzone-previews .dz-preview .dz-success-mark,
        .dropzone .dz-preview .dz-error-mark,
        .dropzone-previews .dz-preview .dz-error-mark {
            display: none;
            position: absolute;
            width: 40px;
            height: 40px;
            font-size: 30px;
            text-align: center;
            right: -10px;
            top: -10px;
        }

        .dropzone .dz-preview .dz-success-mark,
        .dropzone-previews .dz-preview .dz-success-mark {
            color: #8cc657;
        }

        .dropzone .dz-preview .dz-error-mark,
        .dropzone-previews .dz-preview .dz-error-mark {
            color: #ee162d;
        }

        .dropzone .dz-preview .dz-progress,
        .dropzone-previews .dz-preview .dz-progress {
            position: absolute;
            top: 100px;
            left: 6px;
            right: 6px;
            height: 6px;
            background: #d7d7d7;
            display: none;
        }

            .dropzone .dz-preview .dz-progress .dz-upload,
            .dropzone-previews .dz-preview .dz-progress .dz-upload {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 0%;
                background-color: #8cc657;
            }

        .dropzone .dz-preview.dz-processing .dz-progress,
        .dropzone-previews .dz-preview.dz-processing .dz-progress {
            display: block;
        }

        .dropzone .dz-preview .dz-error-message,
        .dropzone-previews .dz-preview .dz-error-message {
            display: none;
            position: absolute;
            top: -5px;
            left: -20px;
            background: rgba(245, 245, 245, 0.8);
            padding: 8px 10px;
            color: #800;
            min-width: 140px;
            max-width: 500px;
            z-index: 500;
        }

        .dropzone .dz-preview:hover.dz-error .dz-error-message,
        .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
            display: block;
        }

.dropzone {
    border: 1px solid rgba(0, 0, 0, 0.03);
    min-height: 360px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.03);
}

    .dropzone .dz-default.dz-message {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        /*background-image: url("@{base-url}/dropzone/spritemap.png");*/
        background-repeat: no-repeat;
        background-position: 0 0;
        position: absolute;
        width: 428px;
        height: 123px;
        margin-left: -214px;
        margin-top: -61.5px;
        top: 50%;
        left: 50%;
    }

        .dropzone .dz-default.dz-message span {
            /*display: none;*/
        }

    .dropzone.dz-square .dz-default.dz-message {
        background-position: 0 -123px;
        width: 268px;
        margin-left: -134px;
        height: 174px;
        margin-top: -87px;
    }

    .dropzone.dz-drag-hover .dz-message {
        opacity: 0.15;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
        filter: alpha(opacity=15);
    }

    .dropzone.dz-started .dz-message {
        display: block;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    .dropzone .dz-preview,
    .dropzone-previews .dz-preview {
        -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
        font-size: 14px;
    }

        .dropzone .dz-preview.dz-image-preview:hover .dz-details img,
        .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
            display: block;
            opacity: 0.1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
            filter: alpha(opacity=10);
        }

        .dropzone .dz-preview.dz-success .dz-success-mark,
        .dropzone-previews .dz-preview.dz-success .dz-success-mark {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        .dropzone .dz-preview.dz-error .dz-error-mark,
        .dropzone-previews .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        .dropzone .dz-preview.dz-error .dz-progress .dz-upload,
        .dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
            background: #ee1e2d;
        }

        .dropzone .dz-preview .dz-error-mark,
        .dropzone-previews .dz-preview .dz-error-mark,
        .dropzone .dz-preview .dz-success-mark,
        .dropzone-previews .dz-preview .dz-success-mark {
            display: block;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.4s ease-in-out;
            -moz-transition: opacity 0.4s ease-in-out;
            -o-transition: opacity 0.4s ease-in-out;
            -ms-transition: opacity 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out;
            background-image: url("../img/dropzone/spritemap.png");
            background-repeat: no-repeat;
        }

            .dropzone .dz-preview .dz-error-mark span,
            .dropzone-previews .dz-preview .dz-error-mark span,
            .dropzone .dz-preview .dz-success-mark span,
            .dropzone-previews .dz-preview .dz-success-mark span {
                display: none;
            }

        .dropzone .dz-preview .dz-error-mark,
        .dropzone-previews .dz-preview .dz-error-mark {
            background-position: -268px -123px;
        }

        .dropzone .dz-preview .dz-success-mark,
        .dropzone-previews .dz-preview .dz-success-mark {
            background-position: -268px -163px;
        }

        .dropzone .dz-preview .dz-progress .dz-upload,
        .dropzone-previews .dz-preview .dz-progress .dz-upload {
            -webkit-animation: loading 0.4s linear infinite;
            -moz-animation: loading 0.4s linear infinite;
            -o-animation: loading 0.4s linear infinite;
            -ms-animation: loading 0.4s linear infinite;
            animation: loading 0.4s linear infinite;
            -webkit-transition: width 0.3s ease-in-out;
            -moz-transition: width 0.3s ease-in-out;
            -o-transition: width 0.3s ease-in-out;
            -ms-transition: width 0.3s ease-in-out;
            transition: width 0.3s ease-in-out;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background-image: url("../img/dropzone/spritemap.png");
            background-repeat: repeat-x;
            background-position: 0px -400px;
        }

        .dropzone .dz-preview.dz-success .dz-progress,
        .dropzone-previews .dz-preview.dz-success .dz-progress {
            display: block;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.4s ease-in-out;
            -moz-transition: opacity 0.4s ease-in-out;
            -o-transition: opacity 0.4s ease-in-out;
            -ms-transition: opacity 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out;
        }

        .dropzone .dz-preview .dz-error-message,
        .dropzone-previews .dz-preview .dz-error-message {
            display: block;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.3s ease-in-out;
            -moz-transition: opacity 0.3s ease-in-out;
            -o-transition: opacity 0.3s ease-in-out;
            -ms-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
        }

        .dropzone .dz-preview:hover.dz-error .dz-error-message,
        .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

    .dropzone a.dz-remove,
    .dropzone-previews a.dz-remove {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3883c5), color-stop(1, #4a90cc));
        background-image: -webkit-linear-gradient(top, #3883c5 0, #4a90cc 100%);
        background-image: -moz-linear-gradient(top, #3883c5 0, #4a90cc 100%);
        background-image: -o-linear-gradient(top, #3883c5 0, #4a90cc 100%);
        background-image: -ms-linear-gradient(top, #3883c5 0, #4a90cc 100%);
        background-image: linear-gradient(top, #3883c5 0, #4a90cc 100%);
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #3276b1;
        text-decoration: none;
        display: block;
        padding: 4px 5px;
        text-align: center;
        color: #fff;
        margin-top: 26px;
    }

        .dropzone a.dz-remove:hover,
        .dropzone-previews a.dz-remove:hover {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #357ebd), color-stop(1, #3e88c9));
            background-image: -webkit-linear-gradient(top, #357ebd 0, #3e88c9 100%);
            background-image: -moz-linear-gradient(top, #357ebd 0, #3e88c9 100%);
            background-image: -o-linear-gradient(top, #357ebd 0, #3e88c9 100%);
            background-image: -ms-linear-gradient(top, #357ebd 0, #3e88c9 100%);
            background-image: linear-gradient(top, #357ebd 0, #3e88c9 100%);
            color: #fff;
        }

@-moz-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@-webkit-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@-o-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@-ms-keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}

@keyframes loading {
    0% {
        background-position: 0 -400px;
    }

    100% {
        background-position: -7px -400px;
    }
}
/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropzone {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.02);
    padding: 1em;
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable .dz-message,
        .dropzone.dz-clickable .dz-message span {
            cursor: pointer;
        }

        .dropzone.dz-clickable * {
            cursor: default;
        }

    .dropzone .dz-message {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .dropzone.dz-drag-hover {
        border-color: rgba(0, 0, 0, 0.15);
        background: rgba(0, 0, 0, 0.04);
    }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone .dz-preview,
    .dropzone-previews .dz-preview {
        background: rgba(255, 255, 255, 0.8);
        position: relative;
        display: inline-block;
        margin: 17px;
        vertical-align: top;
        border: 1px solid #acacac;
        padding: 6px 6px 6px 6px;
    }

        .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
        .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
            display: none;
        }

        .dropzone .dz-preview .dz-details,
        .dropzone-previews .dz-preview .dz-details {
            width: 100px;
            height: 100px;
            position: relative;
            background: #ebebeb;
            padding: 5px;
            margin-bottom: 22px;
        }

            .dropzone .dz-preview .dz-details .dz-filename,
            .dropzone-previews .dz-preview .dz-details .dz-filename {
                overflow: hidden;
                height: 100%;
            }

            .dropzone .dz-preview .dz-details img,
            .dropzone-previews .dz-preview .dz-details img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100px;
                height: 100px;
            }

            .dropzone .dz-preview .dz-details .dz-size,
            .dropzone-previews .dz-preview .dz-details .dz-size {
                position: absolute;
                bottom: -28px;
                left: 3px;
                height: 28px;
                line-height: 28px;
            }

        .dropzone .dz-preview.dz-error .dz-error-mark,
        .dropzone-previews .dz-preview.dz-error .dz-error-mark {
            display: block;
        }

        .dropzone .dz-preview.dz-success .dz-success-mark,
        .dropzone-previews .dz-preview.dz-success .dz-success-mark {
            display: block;
        }

        .dropzone .dz-preview:hover .dz-details img,
        .dropzone-previews .dz-preview:hover .dz-details img {
            display: none;
        }

        .dropzone .dz-preview .dz-success-mark,
        .dropzone-previews .dz-preview .dz-success-mark,
        .dropzone .dz-preview .dz-error-mark,
        .dropzone-previews .dz-preview .dz-error-mark {
            display: none;
            position: absolute;
            width: 40px;
            height: 40px;
            font-size: 30px;
            text-align: center;
            right: -10px;
            top: -10px;
        }

        .dropzone .dz-preview .dz-success-mark,
        .dropzone-previews .dz-preview .dz-success-mark {
            color: #8cc657;
        }

        .dropzone .dz-preview .dz-error-mark,
        .dropzone-previews .dz-preview .dz-error-mark {
            color: #ee162d;
        }

        .dropzone .dz-preview .dz-progress,
        .dropzone-previews .dz-preview .dz-progress {
            position: absolute;
            top: 100px;
            left: 6px;
            right: 6px;
            height: 6px;
            background: #d7d7d7;
            display: none;
        }

            .dropzone .dz-preview .dz-progress .dz-upload,
            .dropzone-previews .dz-preview .dz-progress .dz-upload {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 0%;
                background-color: #8cc657;
            }

        .dropzone .dz-preview.dz-processing .dz-progress,
        .dropzone-previews .dz-preview.dz-processing .dz-progress {
            display: block;
        }

        .dropzone .dz-preview .dz-error-message,
        .dropzone-previews .dz-preview .dz-error-message {
            display: none;
            position: absolute;
            top: -5px;
            left: -20px;
            background: rgba(245, 245, 245, 0.8);
            padding: 8px 10px;
            color: #800;
            min-width: 140px;
            max-width: 500px;
            z-index: 500;
        }

        .dropzone .dz-preview:hover.dz-error .dz-error-message,
        .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
            display: block;
        }

.easy-pie-title {
    display: inline-block;
    margin: 10px 6px 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100px;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .easy-pie-title .icon-color-good,
    .easy-pie-title .icon-color-bad {
        font-size: 18px;
    }

.easy-pie-chart {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .easy-pie-chart .percent {
        color: #444;
        display: block;
        font-size: 12px;
        font-weight: 700;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
    }

        .easy-pie-chart .percent .fa {
            display: none;
        }

.degree-sign:after,
.percent-sign:after {
    content: " %";
    line-height: normal;
}
/* The styles given to the associated form element in order to hide it */
.fd-form-element-hidden {
    display: none;
}
/* Horizontal Outer wrapper - all other DOM elements added as children to this top level wrapper */
.fd-slider {
    width: 100%;
    /* The height of the slider handle */
    height: 20px;
    margin: 0;
}
/* Vertical Outer wrapper - all other DOM elements added as children to this top level wrapper */
.fd-slider-vertical {
    /* The width of the slider handle */
    width: 20px;
    /* Fill the available space */
    height: 100%;
    /* Set a 10 pixel right and bottom margin */
    margin: 0 10px 10px 0;
    /* You may wish to float the vertical sliders left or display:inline-block */
    /* float:left; */
}
/* Shared rules - both horizontal & vertical sliders */
.fd-slider,
.fd-slider-vertical {
    /* display:block required as the wrapper element is a span */
    display: block;
    /* This lets us absolutely position the drag handle */
    position: relative;
    text-decoration: none;
    border: 0 none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
}

.fd-slider-inner {
    /* Used by IE for the onfocus blur effect */
    display: none;
}
/* The inner track bar */
.fd-slider-bar {
    position: absolute;
    display: block;
    z-index: 2;
    height: 6px;
    width: 100%;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 4px;
    top: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #333;
}
/* The animated range bar */
.fd-slider-range {
    position: absolute;
    display: block;
    z-index: 3;
    height: 6px;
    margin: 0;
    padding: 0 2px 0 0;
    overflow: hidden;
    top: 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #eee;
}
/* The drag handle */
.fd-slider-handle {
    position: absolute;
    display: block;
    padding: 0;
    border: 0 none;
    margin: 0 0 0 1px;
    z-index: 3;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    line-height: 1px !important;
    outline: 0 none;
    background: #eee;
    border: 1px solid #aaa;
    border-radius: 12px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -moz-user-focus: none;
    -moz-outline: 0 none;
    user-select: none;
}
    /* Focus styles */
    .fd-slider-handle:focus {
        outline: 0 none;
        border: 0 none;
        -moz-user-focus: normal;
    }

button.fd-slider-handle:focus::-moz-focus-inner {
    border-color: transparent;
}

body.fd-slider-drag-vertical,
body.fd-slider-drag-vertical * {
    /* Stop text selection */
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

body.fd-slider-drag-horizontal,
body.fd-slider-drag-horizontal * {
    /* Stop text selection */
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/*
	 Sample tooltip code. Only works on grade A browsers (so no IE6,7 or 8).
	
	 See: http://nicolasgallagher.com/multiple-backgrounds-and-borders-with-css2/ for full info on
	 how to style generated content & the associated pitfalls
	
	 This code to be taken as experimental & untested - use at your discretion
	
	 If showing the tooltip above the sider handle you are relegated to showing
	 single line tooltips due to styling constraints!
	 */
.fd-slider-handle:before,
.fd-slider-handle:after {
    /* Remove from screen */
    opacity: 0;
    /* The following rules are not really needed as no browser yet supports CSS transitions
		 on generated content but I'll leave it in for the day when they do! */
    /* Firefox */
    -moz-transition-property: opacity;
    -moz-transition-duration: 1s;
    -moz-transition-delay: 1s;
    /* WebKit */
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 1s;
    /* Opera */
    -o-transition-property: opacity;
    -o-transition-duration: 1s;
    -o-transition-delay: 1s;
    /* Standard */
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 1s;
}
/*
	 The tooltip body - as we position it above the slider and position the tooltip arrow
	 below it, we need to know the height of the body. This means that multi-line tooltips
	 are not supported.
	
	 To support multi-line tooltips, you will need to position the tooltip below the slider
	 and the tooltip pointer above the tooltip body. Additionally, you will have to set the
	 tooltip bodies "height" to auto
	 */
.fd-slider-focused .fd-slider-handle:before,
.fd-slider-hover .fd-slider-handle:before,
.fd-slider-active .fd-slider-handle:before {
    display: block;
    position: absolute;
    top: -21px;
    left: -8px;
    margin: 0;
    width: 20px;
    padding: 3px;
    height: 14px;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #1a3a95;
    background: #2f6ee0;
    z-index: 1;
    /* Use the ARIA valuetext property, set by the script, to generate the tooltip content */
    content: attr(aria-valuetext);
    /* Border radius and box shadow */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 0 4px #aaa;
    -webkit-box-shadow: 0 0 4px #aaa;
    box-shadow: 0px 0px 4px #999;
    /* Change opacity for transition */
    opacity: 1;
}
/* The tooltip pointer */
.fd-slider-focused .fd-slider-handle:after,
.fd-slider-hover .fd-slider-handle:after,
.fd-slider-active .fd-slider-handle:after {
    outline: none;
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    margin: 0 0 0 -5px;
    background: #2f6ee0;
    z-index: 2;
    width: 10px;
    height: 10px;
    overflow: hidden;
    /* Rotate element by 45 degress to get the "\/" pointer effect */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    /* Add a box shadow */
    -moz-box-shadow: 0 0 4px #aaa;
    -webkit-box-shadow: 0 0 4px #aaa;
    box-shadow: 0 0 4px #aaa;
    /* Clip */
    clip: rect(4px, 14px, 14px, 4px);
    /* Change opacity for transition */
    opacity: 1;
}
/* Remove completely for IE */
.oldie .fd-slider-handle:before,
.oldie .fd-slider-handle:after {
    display: none;
}
/*!
 * FullCalendar v2.0.2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
    direction: ltr;
    text-align: left;
}

    .fc table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    html .fc,
    .fc table {
        font-size: 1em;
    }

    .fc td,
    .fc th {
        padding: 0;
        vertical-align: top;
    }
/* Header
------------------------------------------------------------------------*/
.fc-header td {
    white-space: nowrap;
}

.fc-header-left {
    width: 25%;
    text-align: left;
}

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    width: 25%;
    text-align: right;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
}

    .fc-header-title h2 {
        margin-top: 0;
        white-space: nowrap;
    }

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
}
/* buttons edges butting together */
.fc-header .fc-button {
    margin-right: -1px;
}

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
    /* theme */
    margin-right: 0;
    /* back to normal */
}
/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4;
}
/* Content
------------------------------------------------------------------------*/
.fc-content {
    position: relative;
    z-index: 1;
    /* scopes all other z-index's to be inside this container */
    clear: both;
    zoom: 1;
    /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
}

.fc-view {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
    /* <td>, usually */
    border: 1px solid #ddd;
}

.fc-state-highlight {
    /* <td> today cell */
    /* TODO: add .fc-today to <th> */
    background: #fcf8e3;
}

.fc-cell-overlay {
    /* semi-transparent rectangle while dragging */
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30);
    /* for IE */
}
/* Buttons
------------------------------------------------------------------------*/
.fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer;
}

.fc-state-default {
    /* non-theme */
    border: 1px solid;
}

    .fc-state-default.fc-corner-left {
        /* non-theme */
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .fc-state-default.fc-corner-right {
        /* non-theme */
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/
.fc-button .fc-icon {
    margin: 0 .1em;
    font-size: 2em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline;
    /* for IE7 */
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
}
/* icon (for jquery ui) */
.fc-button .ui-icon {
    position: relative;
    top: 50%;
    float: left;
    margin-top: -8px;
    /* we know jqui icons are always 16px tall */
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
}

.fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
    background-color: #cccccc;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
    z-index: 8;
}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
    z-index: 9;
}

.fc-event {
    border: 1px solid #3a87ad;
    /* default BORDER color */
    background-color: #3a87ad;
    /* default BACKGROUND color */
    color: #fff;
    /* default TEXT color */
    font-size: .85em;
    cursor: default;
}

a.fc-event {
    text-decoration: none;
}

a.fc-event,
.fc-event-draggable {
    cursor: pointer;
}

.fc-rtl .fc-event {
    text-align: right;
}

.fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fc-event-time,
.fc-event-title {
    padding: 0 1px;
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    /* hacky spaces (IE6/7) */
    font-size: 300%;
    /* */
    line-height: 50%;
    /* */
}
/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-left-width: 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-right-width: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/* resizable */
.fc-event-hori .ui-resizable-e {
    top: 0 !important;
    /* importants override pre jquery ui 1.7 styles */
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize;
}

.fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize;
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px;
    /* IE6 had 0 height */
}
/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
    border-collapse: separate;
}

.fc-border-separate th,
.fc-border-separate td {
    border-width: 1px 0 0 1px;
}

    .fc-border-separate th.fc-last,
    .fc-border-separate td.fc-last {
        border-right-width: 1px;
    }

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
    border-bottom-width: 1px;
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
    border-top-width: 0;
}
/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
    text-align: center;
}

.fc .fc-week-number {
    width: 22px;
    text-align: center;
}

    .fc .fc-week-number div {
        padding: 0 2px;
    }

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30);
    /* for IE */
    /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px;
    /* distance between events and day edges */
}
/* event styles */
.fc-grid .fc-event-time {
    font-weight: bold;
}
/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
    float: left;
}

.fc-rtl .fc-grid .fc-event-time {
    float: right;
}
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
    border-collapse: separate;
}

.fc-agenda-days th {
    text-align: center;
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    font-weight: normal;
}

.fc-agenda-slots .fc-agenda-axis {
    white-space: nowrap;
}

.fc-agenda .fc-week-number {
    font-weight: bold;
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px;
}
/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px;
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0;
}
/* all-day area */
.fc-agenda-allday th {
    border-width: 0 1px;
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    /* TODO: doesnt work well in quirksmode */
    _height: 34px;
}
/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden;
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee;
}
/* slot rows */
.fc-agenda-slots th {
    border-width: 1px 1px 0;
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: none;
}

    .fc-agenda-slots td div {
        height: 20px;
    }

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
    border-top-width: 0;
}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
    border-top-style: dotted;
}

    .fc-agenda-slots tr.fc-minor th.ui-widget-header {
        *border-top-style: solid;
        /* doesn't work with background in IE6/7 */
    }
/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
    border-width: 0 1px;
}

    .fc-event-vert.fc-event-start {
        border-top-width: 1px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .fc-event-vert.fc-event-end {
        border-bottom-width: 1px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .fc-event-vert .fc-event-time {
        white-space: nowrap;
        font-size: 10px;
    }

    .fc-event-vert .fc-event-inner {
        position: relative;
        z-index: 2;
    }

    .fc-event-vert .fc-event-bg {
        /* makes the event lighter w/ a semi-transparent overlay  */
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .25;
        filter: alpha(opacity=25);
    }

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
    display: none\9;
    /* for IE6/7/8. nested opacity filters while dragging don't work */
}
/* resizable */
.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    /* importants override pre jquery ui 1.7 styles */
    width: 100% !important;
    height: 8px !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
}

.fc-agenda .ui-resizable-resizing {
    /* TODO: better selector */
    _overflow: hidden;
}
/*
 * CUSTOM
 */
.fc-event-title .fa {
    font-size: 14px;
    margin-top: 4px;
    margin-right: 4px;
}

.fc-grid .fc-event-time {
    display: block;
}

.fc-event {
    border: none !important;
    border-right: none;
    border-left: 6px solid rgba(0, 0, 0, 0.15) !important;
    padding-left: 2px;
}

    .fc-event.fc-event-draggable {
        cursor: move;
    }

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start,
.fc-event-vert.fc-event-end {
    border-right-width: 0px;
    border-radius: 0px;
}

    .fc-ltr .fc-event-hori.fc-event-end:active,
    .fc-rtl .fc-event-hori.fc-event-start:active,
    .fc-event-vert.fc-event-end:active {
        opacity: .8;
    }
/*
 * Ion Slider
 */
/* =====================================================================================================================
 // RangeSlider */
.irs {
    position: relative;
    display: block;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 10%;
}

.irs-line-mid {
    left: 10%;
    width: 80%;
}

.irs-line-right {
    right: 0;
    width: 10%;
}

.irs-diapason {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

    .irs-slider.single {
        left: 10px;
    }

        .irs-slider.single:before {
            position: absolute;
            display: block;
            content: "";
            top: -50%;
            left: -150%;
            width: 400%;
            height: 200%;
            background: rgba(0, 0, 0, 0);
        }

    .irs-slider.from {
        left: 100px;
    }

        .irs-slider.from:before {
            position: absolute;
            display: block;
            content: "";
            top: -50%;
            left: -300%;
            width: 400%;
            height: 200%;
            background: rgba(0, 0, 0, 0);
        }

    .irs-slider.to {
        left: 300px;
    }

        .irs-slider.to:before {
            position: absolute;
            display: block;
            content: "";
            top: -50%;
            left: 0;
            width: 400%;
            height: 200%;
            background: rgba(0, 0, 0, 0);
        }

    .irs-slider.last {
        z-index: 2;
    }

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

    .irs-grid-pol.small {
        height: 4px;
    }

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    color: #000;
}
/*
 * CUST
 *
 */
.irs {
    height: 40px;
}

.irs-with-grid {
    height: 60px;
}

.irs-line {
    height: 8px;
    top: 25px;
    background: #eeeeee;
}

.irs-line-left {
    height: 8px;
}

.irs-line-mid {
    height: 8px;
}

.irs-line-right {
    height: 8px;
}

.irs-diapason {
    height: 8px;
    top: 25px;
}

.irs-slider {
    width: 10px;
    height: 22px;
    top: 17px;
    border: 1px solid #ffffff;
    background: #858585;
}

    .irs-slider:hover {
        background: #6c6c6c;
    }

#irs-active-slider {
    background: #686868;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px 0px;
    width: 12px;
    height: 24px;
    top: 16px;
}

.irs-min,
.irs-max {
    color: #999999;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #bfbfbf;
}

.irs-from,
.irs-to,
.irs-single {
    color: #ffffff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #999999;
}

.irs-grid-pol {
    background: #99a4ac;
}

.irs-grid-text {
    color: #99a4ac;
}

.irs-diapason {
    background: #3276b1;
}
/*

	 Copyright 2013 - SmartAdmin : WebApp (Sunny)
	
	 * This is part of an item on wrapbootstrap.com
	 * https://wrapbootstrap.com/user/myorange
	 * ==================================
	
	 Table of Contents
	 ---------------------------------------------------------------
	
	 - Main
	 - Header
	 - Content
	 - Edit box
	 - Timestamp
	 - Helpers
	 - Fullscreen
	 - Styling
	 - Custom styles
	 - Icons - A few used examples
	 - RTL support
	 - Clearfix
	 - Examples (minimalistic in grid)
	 - Examples (lists)
	
	 */
/*
	 * MAIN
	 */
article.sortable-grid {
    min-height: 30px;
}

.jarviswidget {
    margin: 0 0 30px 0;
    position: relative;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
}

.widget-content-padding {
    padding: 20px;
}

    .widget-content-padding .well {
        margin-bottom: 0px;
    }
/*
	 * HEADER
	 */
.jarviswidget > header {
    height: 34px;
    padding: 0;
    line-height: 40px;
}

    .jarviswidget > header > .widget-icon {
        display: block;
        width: 30px;
        height: 32px;
        position: relative;
        float: left;
        font-size: 111%;
        line-height: 32px;
        text-align: center;
        margin-right: -10px;
    }

    .jarviswidget > header h2 {
        height: 100%;
        width: auto;
        display: inline-block;
        font-size: 14px;
        position: relative;
        margin: 0;
        line-height: 34px;
        font-weight: normal;
        letter-spacing: 0px;
    }

    .jarviswidget > header > h2 {
        margin-left: 10px;
        float: left;
    }

    .jarviswidget > header > :first-child.widget-icon {
        margin-left: 0;
    }

    .jarviswidget > header .jarviswidget-icon {
        width: 16px;
        height: 16px;
        float: left;
        margin: 12px 10px 0 0;
        display: block;
        zoom: 1;
        z-index: 4000;
    }

.ui-sortable .jarviswidget-sortable > header {
    cursor: move;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    line-height: normal;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

.ui-sortable .jarviswidget-sortable.jarviswidget-collapsed > header {
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.jarviswidget-ctrls {
    width: auto;
    float: right;
    padding: 0;
    margin: 0;
}

    .jarviswidget-ctrls .button-icon {
        min-width: 30px;
        height: 32px;
        float: left;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        border-left: 1px solid rgba(0, 0, 0, 0.09);
    }

        .jarviswidget-ctrls .button-icon:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

.jarviswidget-loader {
    width: 32px;
    height: 32px;
    margin: 0;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    text-align: center;
    line-height: 32px;
    font-size: 111%;
}
/*
	 * CONTENT
	 */
.jarviswidget > div {
    float: left;
    width: 100%;
    position: relative;
    font-size: 13px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-top: none;
    border-right-color: #CCC !important;
    border-bottom-color: #CCC !important;
    border-left-color: #CCC !important;
    padding: 13px 13px 0px;
    overflow: visible;
}

.jarviswidget .widget-body {
    min-height: 100px;
    position: relative;
    padding-bottom: 13px;
}

    .jarviswidget .widget-body.widget-hide-overflow {
        overflow: hidden;
    }

.widget-toolbar.no-border {
    border-left: none;
}

.widget-body.no-padding {
    margin: -13px -13px 0px;
}

    .widget-body.no-padding .alert {
        margin: 0 0 10px;
        padding: 10px;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        border-width: 0px 0px 1px !important;
        border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
    }

.jarviswidget.well.transparent .widget-body.no-padding {
    margin: 0px !important;
}

.widget-body > table {
    margin-bottom: 0;
}

.widget-body.no-padding .cke_chrome,
.no-padding .md-editor {
    border: none;
}

.widget-toolbar > .smart-form {
    margin-top: 2px;
}

    .widget-toolbar > .smart-form .toggle:last-child {
        font-size: 12px;
        line-height: 29px;
    }

    .widget-toolbar > .smart-form .radio input + i,
    .widget-toolbar > .smart-form .checkbox input + i,
    .widget-toolbar > .smart-form .toggle input + i {
        border-width: 1px;
        border-color: #C7C7C7 !important;
        margin-top: 1px;
        box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
        -webkit-box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
        -moz-box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
    }
/*
	 * WELL WIDGET
	 */
.jarviswidget.well {
    margin: 0 0 30px 0;
}

    .jarviswidget.well > div {
        border: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }

    .jarviswidget.well header {
        display: none;
    }
/*
	 * WIDGET FOOTER
	 */
.widget-footer {
    display: block;
    min-height: 32px;
    vertical-align: middle;
    position: relative;
    background-color: #F8F7F7;
    padding: 5px;
    border-top: 1px solid #E4E4E4;
    text-align: right;
    margin: 0px -13px -13px;
}

.no-padding .widget-footer {
    margin: 0;
}

.widget-footer.smart-form > label {
    margin-top: 4px;
    display: block;
}
/*
	 * EDIT BOX
	 */
.jarviswidget-editbox {
    display: none;
    padding: 10px;
}
/*.jarviswidget-editbox div {
		width: 100%;
		float: left;
		margin-bottom: 0;
	}
	.jarviswidget-editbox label {
		width: 80px;
		height: 26px;
		float: left;
		line-height: 26px;
		font-weight: bold;
		margin-bottom:0;
	}
	.jarviswidget-editbox input {
		width: 200px;
		height: 24px;
		padding: 0 5px;
		border: 1px solid #666;
	}
	.jarviswidget-editbox span {
		height: 26px;
		width: 26px;
		float: left;
		margin: 0 5px 0 0;
		cursor: pointer;
	}*/
/*
	 * TIMESTAMP
	 */
.jarviswidget-timestamp {
    font-size: 12px;
    color: #868686;
    font-style: italic;
    margin: 10px 0 0;
}
/*
	 * HELPERS
	 */
.jarviswidget-placeholder {
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 28px;
    /* adjusted from 28px */
    padding: 0;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*
	 * FULL SCREEN
	 */
body.nooverflow {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

#jarviswidget-fullscreen-mode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
}

    #jarviswidget-fullscreen-mode .jarviswidget {
        margin: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        #jarviswidget-fullscreen-mode .jarviswidget > div {
            overflow-y: scroll;
            -moz-border-radius: 0;
            -khtml-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }

    #jarviswidget-fullscreen-mode > div > header {
        cursor: default;
    }
/*
	 * WIDGET BODY TOOLBAR
	 */
.widget-body-toolbar,
.smart-form.widget-body-toolbar {
    display: block;
    padding: 8px 10px;
    margin: -13px -13px 13px;
    min-height: 42px;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
}

.no-padding.widget-body-toolbar,
.no-padding .widget-body-toolbar,
.no-padding .smart-form.widget-body-toolbar {
    display: block;
    margin: 0px;
}

.widget-body-toolbar.smart-form .inline-group,
.smart-form .widget-body-toolbar .inline-group {
    float: left;
    margin-top: 4px;
}

.widget-body-toolbar .btn {
    vertical-align: middle;
}

.widget-body-toolbar .btn-xs {
    margin-top: 5px;
}
/*
	 * WIDGET BODY AJAX LOAD
	 */
.widget-body-ajax-loading::before {
    content: url('../img/ajax-loader.gif');
    padding-top: 18%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
}

.widget-body-ajax-loading:hover {
    cursor: wait !important;
}
/*
	 * STYLING
	 * Default
	 */
.jarviswidget > header {
    color: #333;
    border: 1px solid #C2C2C2;
    background: #fafafa;
}

.jarviswidget > div {
    background-color: #fff !important;
}

.jarviswidget-editbox {
    border-bottom: 1px solid #B1B1B1;
    background-color: #fff;
    margin: -13px -13px 13px;
}

.no-padding .jarviswidget-editbox {
    margin: 0 0 10px;
}

.jarviswidget-placeholder {
    background-color: #FFC;
    border: 1px dashed #A7A7A7;
}
/*
	 * CUSTOM STYLES
	 */
/* remove colors */
.jarviswidget-remove-colors {
    color: #333 !important;
    padding: 0 !important;
    background: none !important;
}
/* magenta theme */
.jarviswidget-color-magenta > header {
    border-color: #643167 !important;
    background: #6e3671;
    color: #ffffff;
}

    .jarviswidget-color-magenta > header > .jarviswidget-ctrls a,
    .jarviswidget-color-magenta .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-magenta .nav-tabs li a:hover {
    color: #333 !important;
}
/* pink theme */
.jarviswidget-color-pink > header {
    border-color: #a24d7f !important;
    background: #ac5287;
    color: #ffffff;
}

    .jarviswidget-color-pink > header > .jarviswidget-ctrls a,
    .jarviswidget-color-pink .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-pink .nav-tabs li a:hover {
    color: #333 !important;
}
/* pinkDark theme */
.jarviswidget-color-pinkDark > header {
    border-color: #a27998 !important;
    background: #a8829f;
    color: #ffffff;
}

    .jarviswidget-color-pinkDark > header > .jarviswidget-ctrls a,
    .jarviswidget-color-pinkDark .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-pinkDark .nav-tabs li a:hover {
    color: #333 !important;
}
/* yellow theme */
.jarviswidget-color-yellow > header {
    border-color: #aa9452 !important;
    background: #b09b5b;
    color: #ffffff;
}

    .jarviswidget-color-yellow > header > .jarviswidget-ctrls a,
    .jarviswidget-color-yellow .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-yellow .nav-tabs li a:hover {
    color: #333 !important;
}
/* orange theme */
.jarviswidget-color-orange > header {
    border-color: #ba871f !important;
    background: #c79121;
    color: #ffffff;
}

    .jarviswidget-color-orange > header > .jarviswidget-ctrls a,
    .jarviswidget-color-orange .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-orange .nav-tabs li a:hover {
    color: #333 !important;
}
/* orangeDark theme */
.jarviswidget-color-orangeDark > header {
    border-color: #b1811d !important;
    background: #b6841e;
    color: #ffffff;
}

    .jarviswidget-color-orangeDark > header > .jarviswidget-ctrls a,
    .jarviswidget-color-orangeDark .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-orangeDark .nav-tabs li a:hover {
    color: #333 !important;
}
/* darken theme */
.jarviswidget-color-darken > header {
    border-color: #383838 !important;
    background: #404040;
    color: #ffffff;
}

    .jarviswidget-color-darken > header > .jarviswidget-ctrls a,
    .jarviswidget-color-darken > .nav-tabs > li:not(.active) > a {
        color: #ffffff !important;
    }

.jarviswidget-color-darken .nav-tabs li a:hover {
    color: #333 !important;
}
/* purple theme */
.jarviswidget-color-purple > header {
    border-color: #665271 !important;
    background: #6e587a;
    color: #ffffff;
}

    .jarviswidget-color-purple > header > .jarviswidget-ctrls a,
    .jarviswidget-color-purple .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-purple .nav-tabs li a:hover {
    color: #333 !important;
}
/* teal theme */
.jarviswidget-color-teal > header {
    border-color: #508180 !important;
    background: #568a89;
    color: #ffffff;
}

    .jarviswidget-color-teal > header > .jarviswidget-ctrls a,
    .jarviswidget-color-teal .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-teal .nav-tabs li a:hover {
    color: #333 !important;
}
/* teal theme */
.jarviswidget-color-blueDark > header {
    border-color: #45474b !important;
    background: #4c4f53;
    color: #ffffff;
}

    .jarviswidget-color-blueDark > header > .jarviswidget-ctrls a,
    .jarviswidget-color-blueDark .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-blueDark .nav-tabs li a:hover {
    color: #333 !important;
}
/* blue theme */
.jarviswidget-color-blue > header {
    border-color: #45474b !important;
    background: #4c4f53;
    color: #ffffff;
}

    .jarviswidget-color-blue > header > .jarviswidget-ctrls a,
    .jarviswidget-color-blue .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-blue .nav-tabs li a:hover {
    color: #333 !important;
}
/* blueLight theme */
.jarviswidget-color-blueLight > header {
    border-color: #a0aeb3 !important;
    background: #cbd2d5;
    color: #000000;
}

    .jarviswidget-color-blueLight > header > .jarviswidget-ctrls a,
    .jarviswidget-color-blueLight .nav-tabs li:not(.active) a {
        color: #2b363c !important;
    }

.jarviswidget-color-blueLight .nav-tabs li a:hover {
    color: #2b363c !important;
}
/* red theme */
.jarviswidget-color-red > header {
    border-color: #9a0325 !important;
    background: #a90329;
    color: #ffffff;
}

    .jarviswidget-color-red > header > .jarviswidget-ctrls a,
    .jarviswidget-color-red .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-red .nav-tabs li a:hover {
    color: #333 !important;
}
/* redLight theme */
.jarviswidget-color-redLight > header {
    border-color: #9c5353 !important;
    background: #a65858;
    color: #ffffff;
}

    .jarviswidget-color-redLight > header > .jarviswidget-ctrls a,
    .jarviswidget-color-redLight .nav-tabs li:not(.active) a {
        color: #fff !important;
    }

.jarviswidget-color-redLight .nav-tabs li a:hover {
    color: #333 !important;
}
/* white theme */
.jarviswidget-color-white > header {
    border-color: #cccccc !important;
    background: #ffffff;
    color: #666666;
}

    .jarviswidget-color-white > header > .jarviswidget-ctrls a,
    .jarviswidget-color-white .nav-tabs li:not(.active) a {
        color: #808080 !important;
    }

.jarviswidget-color-white .nav-tabs li a:hover {
    color: #808080 !important;
}
/* greenDark theme */
.jarviswidget-color-greenDark > header {
    border-color: #436043 !important;
    background: #496949;
    color: #ffffff;
}

    .jarviswidget-color-greenDark > header > .jarviswidget-ctrls a,
    .jarviswidget-color-greenDark .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-greenDark .nav-tabs li a:hover {
    color: #333 !important;
}
/* green theme */
.jarviswidget-color-green > header {
    border-color: #306430 !important;
    background: #356e35;
    color: #ffffff;
}

    .jarviswidget-color-green > header > .jarviswidget-ctrls a,
    .jarviswidget-color-green .nav-tabs li:not(.active) a {
        color: #ffffff !important;
    }

.jarviswidget-color-green .nav-tabs li a:hover {
    color: #333 !important;
}
/* greenLight theme */
.jarviswidget-color-greenLight > header {
    border-color: #687a3a !important;
    background: #71843f;
    color: #ffffff;
}

    .jarviswidget-color-greenLight > header > .jarviswidget-ctrls a,
    .jarviswidget-color-greenLight .nav-tabs li:not(.active) a {
        color: #fff !important;
    }

.jarviswidget-color-greenLight .nav-tabs li a:hover {
    color: #333 !important;
}
/* 
	 * WIDGET COLOR DROPDOWN
	 * 
	 */
.color-select {
    list-style: none;
    margin: 0;
    padding: 4px;
    min-width: 166px;
    max-width: 156px;
    right: -3px;
}

    .color-select li {
        display: block;
        margin: 2px;
        float: left;
    }

        .color-select li span:hover {
            border: 3px solid rgba(0, 0, 0, 0.2);
        }

        .color-select li span,
        .color-box {
            display: block;
            width: 22px;
            height: 22px;
            padding: 0;
            background: #333;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            border: 1px solid rgba(0, 0, 0, 0.1);
            cursor: pointer;
        }

.color-box {
    position: relative;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    outline: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.3) !important;
}

    .color-box:hover,
    .open .color-box {
        outline: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .color-box:hover {
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
    }

    .color-box:active {
        top: 1px;
        left: 1px;
    }

.widget-toolbar > .color-box {
    margin-top: 7px;
    width: 18px;
    height: 18px;
    outline: 1px solid rgba(0, 0, 0, 0.2);
}

.widget-toolbar .dropdown-menu.color-select {
    right: -1px;
}

.widget-toolbar > .color-box:hover,
.widget-toolbar > .color-box:active,
.widget-toolbar > .color-box:focus {
    outline: 1px solid rgba(0, 0, 0, 0.25) !important;
}
/*
	 * ICONS
	 */
.jarviswidget-ctrls a {
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    padding: 0;
    margin: 0;
    color: #333;
}
/*
	 * RTL - SUPPORT
	 
	
	.rtl .jarviswidget > header {
		padding: 0 7px 0 0;
	}
	.rtl .jarviswidget > header h2 {
		float: right;
		text-align: right
	}
	.rtl .jarviswidget > header .jarviswidget-icon {
		float: right;
		margin: 12px 0 0 7px;
	}
	.rtl .jarviswidget-ctrls {
		float: left;
		padding: 10px 0 0 3px;
		margin: 0;
	}
	.rtl .jarviswidget-ctrls .button-icon {
		margin: 0 0 5px 5px;
	}
	.rtl .jarviswidget-loader {
		float: left;
	}*/
/*
	 * CLEARFIX
	 */
.jarviswidget:before,
.jarviswidget:after,
.jarviswidget > div:before,
.jarviswidget > div:after,
.inner-spacer:before,
.inner-spacer:after,
.jarviswidget-editbox:before,
.jarviswidget-editbox:after,
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.jarviswidget:after,
.jarviswidget > div:after,
.inner-spacer:after,
.jarviswidget-editbox:after,
.clearfix:after {
    clear: both;
}

.jarviswidget,
.jarviswidget > div,
.inner-spacer:after,
.jarviswidget-editbox,
.clearfix {
    zoom: 1;
    /*IE*/
}
/*
	 * WIDGET TOOLBARS
	 */
.widget-toolbar {
    display: inline-block;
    float: right;
    width: auto;
    height: 32px;
    line-height: 32px;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    cursor: pointer;
    padding: 0 8px;
    text-align: center;
}

    .widget-toolbar > :first-child {
        text-align: left;
    }
/*
	 * WIDGET TOOLBAR COMPONENTS
	 */
/*
		 * TABS
		 */
.jarviswidget header .nav-tabs {
    border-bottom-color: transparent;
}

    .jarviswidget header .nav-tabs > li > a {
        border-radius: 0px;
        border: none;
        padding: 7px 15px 6px;
    }

.jarviswidget header:first-child .nav-tabs {
    float: left;
}

    .jarviswidget header:first-child .nav-tabs li {
        padding-left: 0;
    }

        .jarviswidget header:first-child .nav-tabs li a {
            color: #333;
        }

    .jarviswidget header:first-child .nav-tabs.pull-right li:last-child a {
        margin-right: 0px !important;
        border-right: none !important;
    }

.jarviswidget header .nav-tabs > li.active > a,
.jarviswidget header .nav-tabs > li.active > a:hover,
.jarviswidget header .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #FFF;
    border: 1px solid #C2C2C2;
    border-bottom-color: transparent;
    border-top: none;
    cursor: default;
}
/*
		 * PILLS
		 */
.jarviswidget header .nav-pills {
    margin: 3px;
}

    .jarviswidget header .nav-pills > li > a {
        padding: 3px 5px 4px;
    }
/*
		 * BTN GROUPS
		 */
.widget-toolbar .btn-group {
    margin-top: -3px;
}
/*
		 * BTNs
		 */
.widget-toolbar > .btn {
    margin-top: -3px;
    font-size: 12px !important;
    padding: 1px 8px !important;
}
/*
		 * INPUT
		 */
.widget-toolbar .smart-form label.checkbox,
.widget-toolbar .smart-form label.radio {
    line-height: 29px;
}
/*
		 * LABELS
		 */
.widget-toolbar > .label {
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 4px 7px;
}
/*
		 * BADGE
		 */
.widget-toolbar > .badge {
    padding: 5px 5px;
    font-size: 14px;
    border-radius: 50%;
    font-weight: normal;
    min-width: 24px;
    text-align: center !important;
}
/*
		 * PROGRESS BARS
		 */
.widget-toolbar .progress {
    width: 130px;
    margin: 7px 0 0 0;
    height: 18px !important;
    font-size: 12px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #d1d1d1 inset;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #d1d1d1 inset;
    -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #D1D1D1 inset;
}

.widget-toolbar .progress-bar {
    font-size: 12px;
}
/*
		 * PAGINATION
		 */
.widget-toolbar .pagination {
    margin: 4px 0;
}

    .widget-toolbar .pagination > li > a {
        padding: 2px 7px;
    }
/*
		 * TEXT INPUT
		 */
.widget-toolbar .widget-text-input {
    max-width: 220px;
}

.widget-toolbar input[type='text'] {
    height: 28px !important;
    margin-top: 2px;
}

.widget-toolbar.smart-form .icon-append,
.widget-toolbar.smart-form .icon-prepend,
.widget-toolbar .smart-form .icon-append,
.widget-toolbar .smart-form .icon-prepend {
    top: 3px !important;
}
/*
 * Enhancements for other plugins 
 */
#jarviswidget-fullscreen-mode .fc-grid .fc-day-number {
    padding: 5px 12px;
    font-size: 40px;
}
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
    direction: ltr;
    text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
    background: #ffffff url("../img/jcrop/Jcrop.gif");
    font-size: 0;
    position: absolute;
}

.jcrop-vline {
    height: 100%;
    width: 1px !important;
}

    .jcrop-vline.right {
        right: 0;
    }

.jcrop-hline {
    height: 1px !important;
    width: 100%;
}

    .jcrop-hline.bottom {
        bottom: 0;
    }
/* Invisible click targets */
.jcrop-tracker {
    height: 100%;
    width: 100%;
    /* "turn off" link highlight */
    -webkit-tap-highlight-color: transparent;
    /* disable callout, image save panel */
    -webkit-touch-callout: none;
    /* disable cut copy paste */
    -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
    background-color: #333333;
    border: 1px #eeeeee solid;
    width: 7px;
    height: 7px;
    font-size: 1px;
}

    .jcrop-handle.ord-n {
        left: 50%;
        margin-left: -4px;
        margin-top: -4px;
        top: 0;
    }

    .jcrop-handle.ord-s {
        bottom: 0;
        left: 50%;
        margin-bottom: -4px;
        margin-left: -4px;
    }

    .jcrop-handle.ord-e {
        margin-right: -4px;
        margin-top: -4px;
        right: 0;
        top: 50%;
    }

    .jcrop-handle.ord-w {
        left: 0;
        margin-left: -4px;
        margin-top: -4px;
        top: 50%;
    }

    .jcrop-handle.ord-nw {
        left: 0;
        margin-left: -4px;
        margin-top: -4px;
        top: 0;
    }

    .jcrop-handle.ord-ne {
        margin-right: -4px;
        margin-top: -4px;
        right: 0;
        top: 0;
    }

    .jcrop-handle.ord-se {
        bottom: 0;
        margin-bottom: -4px;
        margin-right: -4px;
        right: 0;
    }

    .jcrop-handle.ord-sw {
        bottom: 0;
        left: 0;
        margin-bottom: -4px;
        margin-left: -4px;
    }
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%;
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px;
}

.jcrop-dragbar.ord-n {
    margin-top: -4px;
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0;
}

.jcrop-dragbar.ord-w {
    margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
    background: #ffffff;
    filter: alpha(opacity=70) !important;
    opacity: .70 !important;
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000000;
    border-color: #ffffff;
    border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
    background: #000000;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    border-color: #000000;
    border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
    background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.modal .jcrop-holder {
    display: block;
    float: none !important;
    margin: 0px !important;
}

.jcrop-holder img,
img.jcrop-preview {
    max-width: none;
}
/*Grid*/
.ui-jqgrid {
    position: relative;
    border: 1px solid #333 !important;
    margin: 0px;
    overflow: hidden;
}

    .ui-jqgrid .ui-jqgrid-view {
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        font-size: 11px;
    }
    /* caption*/
    .ui-jqgrid .ui-jqgrid-titlebar {
        padding: 12px 13px;
        position: relative;
        font-size: 12px;
        border-left: 0 none;
        border-right: 0 none;
        border-top: 0 none;
        background-color: #f3f3f3;
        background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
        background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
        background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2);
        background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
        background-repeat: repeat-x;
    }

    .ui-jqgrid .ui-jqgrid-caption {
        text-align: left;
    }

    .ui-jqgrid .ui-jqgrid-title {
        font-size: 15px;
        color: #333;
    }

    .ui-jqgrid .ui-jqgrid-titlebar-close {
        position: absolute;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        right: 10px !important;
        cursor: pointer;
    }

        .ui-jqgrid .ui-jqgrid-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-jqgrid .ui-jqgrid-titlebar-close:hover {
            padding: 0;
        }
    /* header*/
    .ui-jqgrid .ui-jqgrid-hdiv {
        position: relative;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        border-left: 0 none !important;
        border-top: 0 none !important;
        border-right: 0 none !important;
    }

    .ui-jqgrid .ui-jqgrid-hbox {
        float: left;
        padding-right: 20px;
    }

    .ui-jqgrid .ui-jqgrid-htable {
        table-layout: fixed;
        margin: 0;
    }

        .ui-jqgrid .ui-jqgrid-htable th {
            padding: 0 2px 0 2px;
        }

            .ui-jqgrid .ui-jqgrid-htable th div {
                overflow: hidden;
                position: relative;
            }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none;
    border: none;
}

tr.ui-jqgrid-labels {
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    font-size: 12px;
}

.ui-th-column,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border-top: 0 none;
    border-bottom: 0 none;
}

.ui-th-ltr,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    border-left: 0 none;
}

.ui-th-rtl,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
    border-right: 0 none;
}

.ui-first-th-ltr {
    border-right: 1px solid;
}

.ui-first-th-rtl {
    border-left: 1px solid;
}

.ui-jqgrid .ui-th-div-ie {
    white-space: nowrap;
    zoom: 1;
}

.ui-jqgrid .ui-jqgrid-resize {
    height: 20px !important;
    position: relative;
    cursor: e-resize;
    display: inline;
    overflow: hidden;
}

.ui-jqgrid .ui-grid-ico-sort {
    overflow: hidden;
    position: absolute;
    display: inline;
    cursor: pointer !important;
    right: 0px;
}

.ui-jqgrid .ui-icon-asc {
    margin-top: -4px;
    right: -1px;
}

.ui-jqgrid .ui-icon-desc {
    margin-top: 3px;
    height: 12px;
}

.ui-jqgrid .ui-i-asc {
    margin-top: 0;
    height: 16px;
}

.ui-jqgrid .ui-i-desc {
    margin-top: 0;
    margin-left: 13px;
    height: 16px;
}

.ui-jqgrid .ui-jqgrid-sortable {
    cursor: pointer;
}

.ui-jqgrid tr.ui-search-toolbar th {
    border-top-width: 1px !important;
    border-top-color: inherit !important;
    border-top-style: ridge !important;
}

tr.ui-search-toolbar input {
    margin: 1px 0 0 0;
}

tr.ui-search-toolbar select {
    margin: 1px 0 0 0;
}
/* body */
.ui-jqgrid .ui-jqgrid-bdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: left;
}

.ui-jqgrid .ui-jqgrid-btable {
    table-layout: fixed;
    margin: 0;
    outline-style: none;
}

.ui-jqgrid tr.jqgrow {
    outline-style: none;
}

.ui-jqgrid tr.jqgroup {
    outline-style: none;
}

.ui-jqgrid tr.jqgrow td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
}

.ui-jqgrid tr.jqgfirstrow td {
    padding: 0 2px 0 2px;
    border-right-width: 1px;
    border-right-style: solid;
}

.ui-jqgrid tr.jqgroup td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
}

.ui-jqgrid tr.jqfoot td {
    font-weight: bold;
    overflow: hidden;
    white-space: pre;
}

.ui-jqgrid tr.ui-row-ltr td {
    text-align: left;
}

.ui-jqgrid tr.ui-row-rtl td {
    text-align: right;
}

.ui-jqgrid td.jqgrid-rownum {
    padding: 0 2px 0 2px;
    margin: 0;
    border: 0 none;
}

.ui-jqgrid .ui-jqgrid-resize-mark {
    width: 2px;
    left: 0;
    background-color: #777;
    cursor: e-resize;
    cursor: col-resize;
    position: absolute;
    top: 0;
    height: 100px;
    overflow: hidden;
    display: none;
    border: 0 none;
    z-index: 99999;
}
/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-left: 0 none !important;
    border-top: 0 none !important;
    border-right: 0 none !important;
}

.ui-jqgrid .ui-jqgrid-ftable {
    table-layout: fixed;
    margin-bottom: 0;
}

.ui-jqgrid tr.footrow td {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    height: 21px;
    padding: 0 2px 0 2px;
}

.ui-jqgrid tr.footrow-ltr td {
    text-align: left;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
}

.ui-jqgrid tr.footrow-rtl td {
    text-align: right;
    border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid;
}
/* Pager*/
.ui-jqgrid .ui-jqgrid-pager {
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-bottom: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 11px;
    border-top: 1px solid #D3D3D3;
}

.ui-jqgrid .ui-pager-control {
    position: relative;
}

.ui-jqgrid .ui-pg-table {
    position: relative;
    padding-bottom: 2px;
    width: auto;
    margin: 0;
}

    .ui-jqgrid .ui-pg-table td {
        font-weight: normal;
        vertical-align: middle;
        padding: 1px;
    }

.ui-jqgrid .ui-pg-button {
    height: 19px !important;
}

    .ui-jqgrid .ui-pg-button span {
        display: block;
        margin: 1px;
        float: left;
    }

    .ui-jqgrid .ui-pg-button:hover {
        /*padding: 0;*/
    }

.ui-jqgrid .ui-state-disabled:hover {
    padding: 1px;
}

.ui-jqgrid .ui-pg-input {
    height: 13px;
    font-size: .8em;
    margin: 0;
}

.ui-jqgrid .ui-pg-selbox {
    font-size: .8em;
    line-height: 18px;
    display: block;
    height: 18px;
    margin: 0;
}

.ui-jqgrid .ui-separator {
    height: 18px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 1px;
    float: right;
}

.ui-jqgrid .ui-paging-info {
    font-weight: normal;
    height: 19px;
    margin-top: 3px;
    margin-right: 4px;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    padding: 1px 0;
    float: left;
    position: relative;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
    cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
    float: left;
    margin: 0 2px;
}

.ui-jqgrid td input,
.ui-jqgrid td select .ui-jqgrid td textarea {
    margin: 0;
}

.ui-jqgrid td textarea {
    width: auto;
    height: auto;
}

.ui-jqgrid .ui-jqgrid-toppager {
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    height: 25px !important;
    white-space: nowrap;
    overflow: hidden;
}

    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
        padding: 1px 0;
        float: left;
        position: relative;
    }

    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
        cursor: pointer;
    }

    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
        float: left;
        margin: 0 2px;
    }
/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
    display: block;
}

.ui-jqgrid .ui-subgrid {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .ui-jqgrid .ui-subgrid table {
        table-layout: fixed;
    }

    .ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
        height: 18px;
        border-right-width: 1px;
        border-right-color: inherit;
        border-right-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: inherit;
        border-bottom-style: solid;
    }

    .ui-jqgrid .ui-subgrid td.subgrid-data {
        border-top: 0 none !important;
    }

    .ui-jqgrid .ui-subgrid td.subgrid-cell {
        border-width: 0 0 1px 0;
    }

.ui-jqgrid .ui-th-subgrid {
    height: 20px;
}
/* loading */
.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    border-width: 2px !important;
    font-size: 11px;
}

.ui-jqgrid .jqgrid-overlay {
    display: none;
    z-index: 100;
}
/* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
* .jqgrid-overlay iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {
    border-left: 0 none;
    border-right: 0 none;
    height: 21px;
    overflow: hidden;
}
/*Modal Window */
.ui-jqdialog {
    display: none;
    width: 300px;
    position: absolute;
    padding: .2em;
    font-size: 11px;
    overflow: visible;
}

    .ui-jqdialog .ui-jqdialog-titlebar {
        padding: .3em .2em;
        position: relative;
    }

    .ui-jqdialog .ui-jqdialog-title {
        margin: .1em 0 .2em;
    }

    .ui-jqdialog .ui-jqdialog-titlebar-close {
        position: absolute;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
        cursor: pointer;
    }

        .ui-jqdialog .ui-jqdialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-jqdialog .ui-jqdialog-titlebar-close:hover,
        .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-jqdialog-content,
    .ui-jqdialog .ui-jqdialog-content {
        border: 0;
        background: none;
        height: auto;
    }

    .ui-jqdialog .ui-jqconfirm {
        padding: .4em 1em;
        border-width: 3px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        overflow: visible;
        display: none;
        height: 80px;
        width: 220px;
        text-align: center;
    }

    .ui-jqdialog > .ui-resizable-se {
        bottom: -3px;
        right: -3px;
    }

.ui-jqgrid > .ui-resizable-se {
    bottom: -3px;
    right: -3px;
}
/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {
    margin: 0;
}

.ui-jqdialog-content .EditTable {
    width: 100%;
    margin-bottom: 0;
}

.ui-jqdialog-content .DelTable {
    width: 100%;
    margin-bottom: 0;
}

.EditTable td input,
.EditTable td select,
.EditTable td textarea {
    margin: 0;
}

.EditTable td textarea {
    width: auto;
    height: auto;
}

.ui-jqdialog-content td.EditButton {
    text-align: right;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ui-jqdialog-content td.navButton {
    text-align: center;
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ui-jqdialog-content input.FormElement {
    padding: 0.3em;
}

.ui-jqdialog-content select.FormElement {
    padding: 0.3em;
}

.ui-jqdialog-content .data-line {
    padding-top: .1em;
    border: 0 none;
}

.ui-jqdialog-content .CaptionTD {
    vertical-align: middle;
    border: 0 none;
    padding: 2px;
    white-space: nowrap;
}

.ui-jqdialog-content .DataTD {
    padding: 2px;
    border: 0 none;
    vertical-align: top;
}

.ui-jqdialog-content .form-view-data {
    white-space: pre;
}

.fm-button {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: .4em .5em;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
    zoom: 1;
}

.fm-button-icon-left {
    padding-left: 1.9em;
}

.fm-button-icon-right {
    padding-right: 1.9em;
}

.fm-button-icon-left .ui-icon {
    right: auto;
    left: .2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.fm-button-icon-right .ui-icon {
    left: auto;
    right: .2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

#nData,
#pData {
    float: left;
    margin: 3px;
    padding: 0;
    width: 15px;
}
/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row,
div.ui-jqgrid .selected-row td {
    font-style: normal;
    border-left: 0 none;
}
/* inline edit actions button*/
.ui-inline-del.ui-state-hover span,
.ui-inline-edit.ui-state-hover span,
.ui-inline-save.ui-state-hover span,
.ui-inline-cancel.ui-state-hover span {
    margin: -1px;
}
/* Tree Grid */
.ui-jqgrid .tree-wrap {
    float: left;
    position: relative;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
}

.ui-jqgrid .tree-minus {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

.ui-jqgrid .tree-plus {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

.ui-jqgrid .tree-leaf {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

.ui-jqgrid .treeclick {
    cursor: pointer;
}
/* moda dialog */
* iframe.jqm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/*	 width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
.ui-jqgrid-dnd tr td {
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    height: 20px;
}
/* RTL Support */
.ui-jqgrid .ui-jqgrid-caption-rtl {
    text-align: right;
}

.ui-jqgrid .ui-jqgrid-hbox-rtl {
    float: right;
    padding-left: 20px;
}

.ui-jqgrid .ui-jqgrid-resize-ltr {
    float: right;
    margin: -2px -2px -2px 0;
}

.ui-jqgrid .ui-jqgrid-resize-rtl {
    float: left;
    margin: -2px 0 -1px -3px;
}

.ui-jqgrid .ui-sort-rtl {
    left: 0;
}

.ui-jqgrid .tree-wrap-ltr {
    float: left;
}

.ui-jqgrid .tree-wrap-rtl {
    float: right;
}

.ui-jqgrid .ui-ellipsis {
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* Toolbar Search Menu */
.ui-search-menu {
    position: absolute;
    padding: 2px 5px;
}

.ui-jqgrid .ui-search-table {
    padding: 0;
    border: 0 none;
    height: 20px;
    width: 100%;
}

    .ui-jqgrid .ui-search-table .ui-search-oper {
        width: 20px;
    }

a.g-menu-item,
a.soptclass,
a.clearsearchclass {
    cursor: pointer;
}

.ui-jqgrid .ui-search-table .ui-search-input > input,
.ui-jqgrid .ui-search-table .ui-search-input > select {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
    font-size: 11px;
}
/*
 * CUSTOM
 */
.ui-jqgrid {
    position: relative;
    border: 1px solid #ccc !important;
    margin: 0px;
    overflow: hidden;
}

    .ui-jqgrid tr.ui-row-ltr td,
    .ui-jqgrid tr.ui-row-ltr,
    .ui-jqgrid table {
        border-left: none !important;
    }

        .ui-jqgrid tr.ui-row-ltr td {
            padding: 6px 4px;
            font-size: 13px !important;
        }

    .ui-jqgrid .ui-jqgrid-titlebar {
        border-bottom: 1px solid #BEBEBE;
    }

    .ui-jqgrid .ui-jqgrid-view input {
        margin: 0px !important;
    }

    .ui-jqgrid .ui-jqgrid-htable th {
        background-color: #eee;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
        background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
        background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
        background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
        background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
        background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    }

        .ui-jqgrid .ui-jqgrid-htable th div {
            padding-right: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
            font-weight: bold;
            background: none;
        }

    .ui-jqgrid .ui-jqgrid-pager {
        font-size: 12px;
        height: auto;
        padding: 4px !important;
    }

    .ui-jqgrid tr.jqgrow {
        height: 30px;
        font-size: 12px;
    }

    .ui-jqgrid .ui-jqgrid-view button,
    .ui-jqgrid .ui-jqgrid-view input,
    .ui-jqgrid .ui-jqgrid-view select,
    .ui-jqgrid .ui-jqgrid-view textarea {
        /*font-size: 13px;
	padding: 4px;
	margin: 5px 2px;*/
    }

.jqgrid-new-row {
    color: #1B641B !important;
    background-color: #A8E798 !important;
    border-color: #7E9E64 !important;
}

.ui-jqdialog-content .DataTD {
    padding-bottom: 5px;
}

    .ui-jqdialog-content .DataTD:last-child {
        padding-bottom: 10px;
    }

.ui-jqgrid .ui-jqgrid-bdiv {
    /*overflow-x:hidden;
	height:300px !important;*/
    background: #fff;
}

.ui-jqgrid .ui-state-hover td {
    background: #ecf3f8 !important;
}

.ui-jqgrid .ui-pg-button {
    height: auto !important;
}

.ui-jqgrid .ui-pg-input,
.ui-jqgrid .ui-pg-selbox {
    height: auto;
    font-size: inherit;
}

.ui-jqgrid .ui-state-highlight td {
    color: #3a87ad !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.ui-jqgrid .ui-state-highlight + .ui-widget-content > td {
    border-top-color: #bce8f1;
}
/*
 * VECTOR MAP
 */
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    background: #292929;
    padding: 4px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
}

    .jvectormap-zoomin:hover,
    .jvectormap-zoomout:hover {
        background: #eeeeee;
        border-color: #d9d9d9;
    }

.jvectormap-zoomin {
    top: 0px;
}

.jvectormap-zoomout {
    top: 24px;
}

.vector-map {
    height: 300px;
    width: 100%;
    padding: 10px;
}

#heat-fill {
    display: block;
    position: relative;
    margin-bottom: 20px;
    background: #333333;
    height: 7px;
    width: 200px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAIAAAAU3Xa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDE4MkZGMzMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDE4MkZGNDMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwMTgyRkYxMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAwMTgyRkYyMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rG8MDAAAAM5JREFUeNpUUtESwyAIg8ft9v8/W4ElBPWKV1AIiKEeEWVuVlWjINSVONBnirQDxukNgcuyTQsBzLHMDsLIQQw+nIL71JqNJ5GZJXApFNpmtlagQjfS2xGbkFA4Iwu+hu0sK3Wl3nOwNv7TvPrWk3X0eW9dK1pU9hK2eTuWb2ySJmlziutA3iBxmblPNvA5PNsuUpoDY80+Z0SW1IRpDEqwC58C14tsr1f8le8si0aojdADr/1UjaclsFashX8GGkL9wDxtRsV6ft/PX4ABADRzhOVIOJaAAAAAAElFTkSuQmCC);
}

.fill-a,
.fill-b {
    width: 20px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    background: #ffffff;
    padding-right: 4px;
    position: absolute;
    left: 0px;
    margin-top: -7px;
    font-weight: bold;
}

.fill-b {
    text-align: left;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0px;
    width: 60px;
    padding-left: 4px;
    padding-right: 0px;
}
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
    -webkit-box-sizing: border-box;
    /* webkit */
    -moz-box-sizing: border-box;
    /* firefox */
    box-sizing: border-box;
    /* css3 */
}

    .select2-container .select2-choice {
        display: block;
        height: 32px;
        padding: 0 0 0 8px;
        overflow: hidden;
        position: relative;
        border: 1px solid #ccc;
        white-space: nowrap;
        line-height: 32px;
        color: #444;
        text-decoration: none;
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
    }

    .select2-container.select2-drop-above .select2-choice {
        border-bottom-color: #ccc;
    }

    .select2-container.select2-allowclear .select2-choice .select2-chosen {
        margin-right: 42px;
    }

    .select2-container .select2-choice > .select2-chosen {
        margin-right: 26px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .select2-container .select2-choice abbr {
        display: none;
        width: 12px;
        height: 12px;
        position: absolute;
        /*right: 24px;*/
        right: 14px;
        top: 8px;
        font-size: 1px;
        text-decoration: none;
        border: 0;
        /*background: url('@{base-url}/select2.png') right top no-repeat;*/
        cursor: pointer;
        outline: 0;
    }

    .select2-container.select2-allowclear .select2-choice abbr {
        /*display: inline-block;*/
    }

    .select2-container .select2-choice abbr:hover {
        /*background-position: right -11px;*/
        cursor: pointer;
    }

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    margin-top: -1px;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-top: 0;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-auto-width {
    border-top: 1px solid #ccc;
    width: auto;
}

    .select2-drop-auto-width .select2-search {
        padding-top: 4px;
    }

.select2-drop.select2-drop-above {
    margin-bottom: 0px;
    border-top: 1px solid #5D98CC;
    border-top-width: 3px;
    border-bottom: 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
    border: 1px solid #5D98CC;
    border-top: none;
    border-bottom-width: 3px;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top-width: 3px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 34px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #ccc;
    background-clip: padding-box;
    background: #eee;
}

    .select2-container .select2-choice .select2-arrow b {
        display: block;
        width: 100%;
        height: 100%;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        font-size: 14px;
    }

        .select2-container .select2-choice .select2-arrow b:before {
            content: "\f107";
            width: 100%;
            height: 100%;
            text-align: center;
            display: block;
        }

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

    .select2-search input {
        width: 100%;
        height: auto !important;
        min-height: 29px;
        padding: 6px 20px 5px 10px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        border: 1px solid #aaa;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
        background: -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
        background: -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
        background: linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    }

    .select2-search:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        content: "\f002";
        top: 25%;
        right: 10px;
        color: #686868 !important;
    }

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-drop.select2-drop-above .select2-search:before {
    top: 34%;
}

.select2-search input.select2-active {
    background: #ffffff url('../img/select2-spinner.gif') no-repeat 100%;
    background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
    background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
    background: url('../img/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
    background: url('../img/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5D98CC;
    outline: none;
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5D98CC;
    border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}

    .select2-dropdown-open .select2-choice .select2-arrow b {
        background-position: -18px 1px;
    }
/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .select2-results ul.select2-result-sub {
        margin: 0;
        padding-left: 0;
    }

        .select2-results ul.select2-result-sub > li .select2-result-label {
            padding-left: 20px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 40px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 60px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 80px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 100px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 110px;
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 120px;
        }

    .select2-results li {
        list-style: none;
        display: list-item;
        background-image: none;
    }

        .select2-results li.select2-result-with-children > .select2-result-label {
            font-weight: bold;
        }

    .select2-results .select2-result-label {
        padding: 3px 7px 4px;
        margin: 0;
        cursor: pointer;
        min-height: 1em;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .select2-results .select2-highlighted {
        background: #3276b1;
        color: #fff;
    }

    .select2-results li em {
        background: #feffde;
        font-style: normal;
    }

    .select2-results .select2-highlighted em {
        background: transparent;
    }

    .select2-results .select2-highlighted ul {
        background: #fff;
        color: #000;
    }

    .select2-results .select2-no-results,
    .select2-results .select2-searching,
    .select2-results .select2-selection-limit {
        background: #f4f4f4;
        display: list-item;
        padding: 3px 5px;
    }

.select2-no-results {
    padding-left: 20px;
}

    .select2-no-results:before {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f05a";
        margin-right: 5px;
    }
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../img/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0;
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none;
    }
/* multiselect */
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #ccc;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
}

.select2-locked {
    padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5D98CC;
    outline: none;
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

    .select2-container-multi .select2-choices .select2-search-field input {
        padding: 5px;
        margin: 1px 0;
        font-family: sans-serif;
        font-size: 100%;
        color: #666;
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent !important;
    }

        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: #ffffff url('../img/select2-spinner.gif') no-repeat 100% !important;
        }

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 1px 28px 1px 8px;
    margin: 4px 0 3px 5px;
    position: relative;
    line-height: 18px;
    color: #fff;
    cursor: default;
    border: 1px solid #2a6395;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3276b1;
}

    .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
        cursor: default;
    }

.select2-container-multi .select2-choices .select2-search-choice-focus {
    opacity: .8;
}

.select2-search-choice-close {
    display: block;
    min-width: 21px;
    min-height: 20px;
    position: absolute;
    right: 3px;
    top: 3px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 12px;
    text-decoration: none !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .select2-search-choice-close:before {
        color: #ffffff;
        content: "\f057";
    }

.select2-container-multi .select2-search-choice-close {
    display: block;
    top: 0;
    right: 0;
    padding: 3px 4px 3px 6px;
}

    .select2-container-multi .select2-search-choice-close:hover {
        background: rgba(0, 0, 0, 0.3);
    }
/*
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}*/
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px;
        border: 1px solid #4a90cc;
        background-image: none;
        background-color: #86b4dd;
        cursor: not-allowed;
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
            background: none;
        }
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/*
 * ADJUSTMENTS
 */
.has-error .select2-choice,
.has-error .select2-container .select2-choice .select2-arrow,
.has-error .select2-container-multi .select2-choices {
    border-color: #b94a48;
}

.has-error .select2-container .select2-choice .select2-arrow {
    background: #f2dede;
    color: #b94a48;
}

.has-error .select2-dropdown-open .select2-choice {
    border-color: #5D98CC !important;
}

.select2-drop.select2-drop-above.select2-drop-active {
    margin-top: 2px;
}
/* style sheets */
.ui-chatbox {
    position: fixed;
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
    z-index: 959;
}

.ui-chatbox-titlebar {
    padding: 0px;
    height: 36px;
    cursor: pointer;
    background: #474544 !important;
    color: #ffffff !important;
    font-weight: normal;
    line-height: normal;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

    .ui-chatbox-titlebar > span {
        font-weight: normal;
        font-size: 14px;
        line-height: 36px;
        margin-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 120px;
        display: inline-block;
        float: left;
    }

        .ui-chatbox-titlebar > span > :first-child {
            display: inline-block;
            border-radius: 50%;
            margin-right: 7px;
            padding: 5px;
        }

    .ui-chatbox-titlebar.online > span > i {
        background: #54ce3c;
    }

    .ui-chatbox-titlebar.busy > span > i {
        background: #f14b52;
    }

    .ui-chatbox-titlebar.away > span > i {
        background: #ffc40d;
    }

    .ui-chatbox-titlebar.incognito > span > i {
        background: #a19e9d;
    }

    .ui-chatbox-titlebar.ui-state-focus {
        background: #201f1f !important;
        color: #ffffff;
    }

.ui-chatbox-content {
    padding: 0px;
    margin: 0px;
    border: 0px !important;
}

    .ui-chatbox-content > .alert-msg {
        border-bottom: 1px dashed #D6D6D6;
        padding: 4px 10px;
        color: #C20F16;
        display: block;
        font-size: 11px;
        text-align: center;
        display: none;
    }

    .ui-chatbox-content.true > .alert-msg {
        display: block !important;
    }

.ui-chatbox-log {
    padding: 7px 10px;
    height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
    border: none !important;
}

    .ui-chatbox-log > :first-child {
        margin-top: 0px;
    }

.ui-chatbox-input {
    padding: 3px;
    border-top: 1px solid grey;
    overflow: hidden;
    width: 100% !important;
    max-width: 100% !important;
    border-width: 0px !important;
}

.ui-chatbox-input-box {
    margin: 2px;
    border: 1px solid !important;
    /* #6699FF */
    border-color: #666666 #ccc #ccc #ccc !important;
    padding: 2px;
    height: 50px;
    outline: none;
    resize: none;
    background-color: rgba(48, 126, 204, 0.05) !important;
}

.ui-chatbox-icon {
    float: right;
    min-width: 30px;
    height: 36px;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    font-size: 14px;
    line-height: 26px;
    color: #fff !important;
    padding: 5px 9px;
}

    .ui-chatbox-icon.ui-state-hover {
        background-color: rgba(0, 0, 0, 0.07) !important;
        border-left: 1px solid rgba(0, 0, 0, 0.09) !important;
    }

.ui-chatbox-input-focus {
    border-color: #5D98CC !important;
    background-color: #fff !important;
}

.ui-chatbox-msg {
    margin-top: 10px;
    float: left;
    clear: both;
    /* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera <7 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */
}
/*
 * IN THE MENU
 */
.chat-users > ul:before,
.chat-users li:before {
    border: none;
}

.chat-users .display-users {
    display: block;
    padding: 0px 15px;
}

    .chat-users .display-users a[data-chat-id] {
        padding: 4px 6px;
        font-size: 13px;
        margin: 1px 0px;
    }

    .chat-users .display-users [data-chat-id]:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .chat-users .display-users [data-chat-id] > i {
        display: inline-block;
        border-radius: 50%;
        margin-right: 7px;
        padding: 5px;
        width: auto !important;
    }

    .chat-users .display-users [data-chat-status="away"] > i {
        background: #ffc40d;
    }

[data-chat-status="away"] + .popover .usr-card > img {
    border-left-color: #ffc40d;
}

.chat-users .display-users [data-chat-status="online"] > i {
    background: #54ce3c;
}

[data-chat-status="online"] + .popover .usr-card > img {
    border-left-color: #54ce3c;
}

.chat-users .display-users [data-chat-status="incognito"] > i {
    background: #a19e9d;
}

[data-chat-status="incognito"] + .popover .usr-card > img {
    border-left-color: #a19e9d;
}

.chat-users .display-users [data-chat-status="busy"] > i {
    background: #f14b52;
}

[data-chat-status="busy"] + .popover .usr-card > img {
    border-left-color: #f14b52;
}

.display-users > dl {
    margin: 0px;
}

.chat-user-filter {
    margin-bottom: 10px;
    margin-top: 5px;
    height: 27px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3px 4px;
    font-size: 14px;
}
/*
 * POPOVER STYLE
 */
[data-chat-id] + .popover {
    min-width: 250px;
    margin-left: 14px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-weight: normal !important;
}

    [data-chat-id] + .popover .popover-content {
        padding: 8px;
    }
/*
 * USER CARD
 */
.usr-card {
    position: relative;
}

    .usr-card > img {
        display: inline-block;
        border-left: 3px solid #fff;
    }

.usr-card-content {
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
    padding-left: 5px;
    max-width: 174px;
}

    .usr-card-content > :first-child {
        margin: 0px;
        font-size: 14px;
        color: #3276b1;
        font-weight: bold;
    }

    .usr-card-content > p {
        margin: 0px;
    }

        .usr-card-content > p > small {
            display: block;
            color: #7E7E7E;
        }
/*
 * DEMO BUTTON
 */
.sa-chat-learnmore-btn {
    margin-top: 10px;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 0px !important;
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.2);
    color: #C2C2C2;
    border-radius: 5px;
}
/*! X-editable - v1.5.0 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
    margin-bottom: 0;
    /* overwrites bootstrap margin */
}

    .editableform .control-group {
        margin-bottom: 0;
        /* overwrites bootstrap margin */
        white-space: nowrap;
        /* prevent wrapping buttons on new line */
    }

.editable-buttons {
    display: inline-block;
    /* should be inline to take effect of parent's white-space: nowrap */
    vertical-align: top;
    margin-left: 7px;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline;
}

    .editable-buttons.editable-buttons-bottom {
        display: block;
        margin-top: 7px;
        margin-left: 0;
    }

.editable-input {
    vertical-align: top;
    display: inline-block;
    /* should be inline to take effect of parent's white-space: nowrap */
    width: auto;
    /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal;
    /* reset white-space decalred in parent*/
    /* display-inline emulation for IE7*/
    zoom: 1;
    *display: inline;
}

.editable-buttons .editable-cancel {
    margin-left: 7px;
}
/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
    height: 24px;
    width: 30px;
}

.editableform-loading {
    background: url('../img/loading.gif') center center no-repeat;
    height: 25px;
    width: auto;
    min-width: 25px;
}

.editable-inline .editableform-loading {
    background-position: left 5px;
}

.editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}
    /*add padding for jquery ui*/
    .editable-error-block.ui-state-error {
        padding: 3px;
    }

.editable-error {
    color: red;
}
/* ---- For specific types ---- */
.editableform .editable-date {
    padding: 0;
    margin: 0;
    float: left;
}
/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
    margin-top: 3px;
    margin-left: 1px;
}
/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap;
}
/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
    width: 566px;
    height: 250px;
}
/* clear button shown as link in date inputs */
.editable-clear {
    clear: both;
    font-size: 0.9em;
    text-decoration: none;
    text-align: right;
}
/* IOS-style clear button for text inputs */
.editable-clear-x {
    background: url('../img/clear.png') center center no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    opacity: 0.6;
    z-index: 100;
    top: 50%;
    right: 6px;
    margin-top: -6px;
}

    .editable-clear-x:hover {
        opacity: 1;
    }

.editable-pre-wrapped {
    white-space: pre-wrap;
}

.editable-container.editable-popup {
    max-width: none !important;
    /* without this rule poshytip/tooltip does not stretch */
}

.editable-container.popover {
    width: auto;
    /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1;
    *display: inline;
}

.editable-container.ui-widget {
    font-size: inherit;
    /* jqueryui widget font 1.1em too big, overwrite it */
    z-index: 9990;
    /* should be less than select2 dropdown z-index to close dropdown first when click */
}

.editable-click,
a.editable-click,
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}

    .editable-click.editable-disabled,
    a.editable-click.editable-disabled,
    a.editable-click.editable-disabled:hover {
        color: #585858;
        cursor: default;
        border-bottom: none;
    }

.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
    font-style: italic;
    color: #DD1144;
    /* border-bottom: none; */
    text-decoration: none;
}

.editable-unsaved {
    font-weight: bold;
}

    .editable-unsaved:after {
        /*    content: '*'*/
    }

.editable-bg-transition {
    -webkit-transition: background-color 1400ms ease-out;
    -moz-transition: background-color 1400ms ease-out;
    -o-transition: background-color 1400ms ease-out;
    -ms-transition: background-color 1400ms ease-out;
    transition: background-color 1400ms ease-out;
}
/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable {
    padding-top: 5px;
    display: inline-block;
}
/*
 * x-editable CSS
 */
.editable-address {
    display: block;
    margin-bottom: 5px;
}

    .editable-address span {
        width: 70px;
        display: inline-block;
    }
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.editable-input .datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}

    .editable-input .datepicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .editable-input .datepicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .editable-input .datepicker > div {
        display: none;
    }

    .editable-input .datepicker table {
        width: 100%;
        min-width: 214px;
        margin: 0;
    }

    .editable-input .datepicker td,
    .editable-input .datepicker th {
        text-align: center;
        width: 24px;
        height: 20px;
    }

        .editable-input .datepicker td.day:hover {
            background: #eeeeee;
            cursor: pointer;
        }

        .editable-input .datepicker td.day.disabled {
            color: #555555;
        }

        .editable-input .datepicker td.old,
        .editable-input .datepicker td.new {
            color: #555555;
        }

        .editable-input .datepicker td.active,
        .editable-input .datepicker td.active:hover {
            background: #3276b1;
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            border-radius: 3px;
        }

        .editable-input .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
        }

            .editable-input .datepicker td span:hover {
                background: #eeeeee;
            }

            .editable-input .datepicker td span.active {
                background: #3276b1;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                border-radius: 3px;
            }

            .editable-input .datepicker td span.old {
                color: #555555;
            }

        .editable-input .datepicker th.switch {
            width: 145px;
        }

        .editable-input .datepicker th.next,
        .editable-input .datepicker th.prev {
            font-size: 19.5px;
        }

    .editable-input .datepicker thead tr:first-child th {
        cursor: pointer;
    }

        .editable-input .datepicker thead tr:first-child th:hover {
            background: #eeeeee;
        }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.editable-input .datepicker .next i,
.datepicker .prev i {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

.editable-input .datepicker .prev i:before {
    content: "\f060";
}

.editable-input .datepicker .next i:before {
    content: "\f061";
}
/*Messagebox */
.divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
}

.MessageBoxContainer {
    top: 35%;
    color: white;
    position: relative;
    width: 100%;
    background-color: #232323;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
}

.MessageBoxMiddle {
    position: relative;
    left: 20%;
    width: 60%;
}

    .MessageBoxMiddle .MsgTitle {
        letter-spacing: -1px;
        font-size: 24px;
        font-weight: 300;
    }

    .MessageBoxMiddle .pText {
        font-size: 13px;
    }

.MessageBoxContainer input {
    width: 50%;
    padding: 5px;
}

.MessageBoxContainer select {
    width: 50%;
    padding: 5px;
}

.MessageBoxButtonSection {
    width: 100%;
    height: 30px;
}

    .MessageBoxButtonSection button {
        float: right;
        margin-right: 7px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        font-weight: bold;
    }
/* End of MessageBox */
.LoadingBoxContainer {
    top: 20%;
    color: white;
    position: relative;
    width: 100%;
    background-color: #232323;
}

.LoadingBoxMiddle {
    position: relative;
    left: 20%;
    width: 50%;
    padding: 10px;
}

.LoadingBoxContainer .MsgTitle {
    font-size: 26px;
}

.LoadingBoxContainer .pText {
    font-size: 13px;
}

#LoadingPoints {
    position: absolute;
}
/* bigBoxes */
.bigBox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 390px;
    height: 150px;
    color: white;
    z-index: 99999;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    border-left: 5px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

    .bigBox span {
        font-size: 17px;
        font-weight: 300;
        letter-spacing: -1px;
        padding: 5px 0 !important;
        display: block;
    }

    .bigBox p {
        font-size: 13px;
        margin-top: 10px;
    }

#divMiniIcons {
    position: fixed;
    width: 415px;
    right: 10px;
    bottom: 180px;
    z-index: 9999;
    float: right;
}

.botClose {
    position: absolute;
    right: 10px;
    height: 16px;
    width: 15px;
    cursor: pointer;
    font-size: 18px;
    opacity: .5;
    display: block;
    top: 15px;
}

    .botClose:hover {
        opacity: 1;
    }

#divMiniIcons .cajita {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    color: #FFF;
    float: right;
    cursor: pointer;
    display: block;
    background-color: #F00;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 5px;
}

    #divMiniIcons .cajita:active {
        top: 1px;
        left: 1px;
        position: relative;
    }

.cajita img {
    width: 23px;
    height: 23px;
    padding-left: 3px;
    padding-top: 3px;
}

.bigBox .bigboxicon {
    font-size: 30px;
    text-align: left;
    position: absolute;
    top: 120px;
    left: 6px;
    z-index: 0;
}

.bigBox .bigboxnumber {
    width: 100%;
    text-align: right;
    font-size: 25px;
}
/* End of  bigBoxes */
/* SmallBox */
#divSmallBoxes {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.SmallBox {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    color: white;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid transparent;
}

    .SmallBox:hover {
        border: 1px solid #fff;
        cursor: pointer;
    }

    .SmallBox .foto {
        font-size: 50px;
        position: absolute;
        left: 17px;
    }

    .SmallBox .textoFull {
        width: 93%;
        float: left;
        padding-left: 20px;
    }

    .SmallBox .textoFoto {
        width: 78%;
        margin: 3px 20px 3px 80px;
        float: left;
    }

.miniPic {
    position: absolute;
    bottom: 8px;
    right: 9px;
}

.miniIcono {
    height: 100%;
    font-size: 20px;
}


/* End of SmallBox */
#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    /* Specify the width of your pageslide here */
    width: 305px;
    padding: 20px;
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #004d60;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 0px 0px #222;
    box-shadow: inset 0 0 0px 0px #222;
}

.purehtml {
    color: white;
    font-size: 16px;
}
/* Mobile Phones */
@media screen and (max-width: 450px) and (max-width: 767px) {
    /* SmallBox Responsive */
    #divSmallBoxes {
        position: fixed;
        width: 90%;
        right: 0;
        top: 0;
    }

    .SmallBox {
        width: 95%;
    }

        .SmallBox:hover {
            box-shadow: 0px 0px 10px #888888;
            cursor: pointer;
        }

        .SmallBox span {
            font-size: 16px;
            /*font-weight:bold;*/
        }

        .SmallBox p {
            font-size: 12px;
            margin-top: 2px;
        }

        .SmallBox .textoFull {
            width: 93%;
            float: left;
            padding-left: 20px;
        }

        .SmallBox .textoFoto {
            width: 55%;
            margin: 3px 20px 3px 80px;
            float: left;
        }
    /* End of SmallBox Responsive*/
    /* bigBoxes Responsive */
    .bigBox {
        position: fixed;
        right: 10px;
        bottom: 10px;
        background-color: #004d60;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        width: 88%;
        height: 150px;
        color: white;
        z-index: 99999;
    }
    /* End of  bigBoxes  Responsive */
    /*Messagebox Responsive */
    .divMessageBox {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 100000;
    }

    .MessageBoxContainer {
        top: 25%;
        color: white;
        position: relative;
        width: 100%;
        background-color: #232323;
    }

    .MessageBoxMiddle {
        position: relative;
        left: 0;
        width: 100%;
        padding: 3px;
    }

        .MessageBoxMiddle .MsgTitle {
            font-size: 22px;
        }

        .MessageBoxMiddle .pText {
            font-size: 13px;
        }

    .MessageBoxContainer input {
        width: 50%;
        padding: 5px;
    }

    .MessageBoxContainer select {
        width: 50%;
        padding: 5px;
    }

    .MessageBoxButtonSection {
        width: 100%;
        height: 30px;
    }

        .MessageBoxButtonSection button {
            float: right;
            margin-right: 5px;
            padding-left: 15px;
            padding-right: 15px;
        }
    /* End of MessageBox Responsive */
}
/* Animations */
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.fast {
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        -ms-animation-duration: 0.4s;
        -o-animation-duration: 0.4s;
        animation-duration: 0.4s;
    }
/*
 * SPARKLINE
 */
.jqstooltip {
    padding: 7px !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border: none !important;
    background-color: #000000 !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

    .jqstooltip .jqsfield {
        font-family: "Segoe UI", "Open Sans", Calibri, Candara, Arial, sans-serif;
        font-size: 11px;
    }

#sparks {
    display: block;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: right;
}

    #sparks li {
        display: inline-block;
        max-height: 47px;
        overflow: hidden;
        text-align: left;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

        #sparks li h5 {
            color: #555;
            float: left;
            font-size: 11px;
            font-weight: normal;
            margin: -3px 0 0 0;
            padding: 0;
            border: none;
            text-transform: uppercase;
        }

        #sparks li span {
            color: #636363;
            display: block;
        }

    #sparks li {
        border-left: 1px dotted #c7c7c7;
        padding: 0 10px;
    }

        #sparks li:last-child {
            padding-right: 0;
        }

        #sparks li:first-child {
            border-left: none;
            padding-left: 0;
        }

.sparks-info {
    min-width: 70px;
}

    .sparks-info span {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
        text-transform: none;
    }

    .sparks-info .sparkline {
        display: block;
        float: right;
        margin: 3px 0 0 20px;
    }
/* width 100% */
[data-sparkline-width="100%"] > canvas {
    width: 100% !important;
}
/* adjustment */
.dataTable [data-sparkline-width="100%"] > canvas {
    max-width: 60px !important;
}
/* Theme Variables
 ------------------------------------------*/
/* Frame Mode Layout
 ------------------------------------------*/
.note-editor {
    border: 1px solid #a9a9a9;
    position: relative;
    /* dropzone */
    /* fullscreen mode */
    /* codeview mode */
    /* statusbar */
    /* editable */
    /* codeable */
}

    .note-editor .note-dropzone {
        position: absolute;
        display: none;
        z-index: 1;
        border: 2px dashed #87cefa;
        color: #87cefa;
        background-color: white;
        opacity: 0.95;
        pointer-event: none;
    }

        .note-editor .note-dropzone .note-dropzone-message {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 28px;
            font-weight: bold;
        }

        .note-editor .note-dropzone.hover {
            border: 2px dashed #098ddf;
            color: #098ddf;
        }

    .note-editor.dragover .note-dropzone {
        display: table;
    }

    .note-editor .note-toolbar {
        background-color: #f5f5f5;
        border-bottom: 1px solid #a9a9a9;
    }

    .note-editor.fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1050;
        /* bs3 modal-backdrop: 1030, bs2: 1040 */
    }

        .note-editor.fullscreen .note-editable {
            background-color: white;
        }

        .note-editor.fullscreen .note-resizebar {
            display: none;
        }

    .note-editor.codeview .note-editable {
        display: none;
    }

    .note-editor.codeview .note-codable {
        display: block;
    }

    .note-editor .note-statusbar {
        background-color: #f5f5f5;
    }

        .note-editor .note-statusbar .note-resizebar {
            height: 8px;
            width: 100%;
            border-top: 1px solid #a9a9a9;
            cursor: ns-resize;
        }

            .note-editor .note-statusbar .note-resizebar .note-icon-bar {
                width: 20px;
                margin: 1px auto;
                border-top: 1px solid #a9a9a9;
            }

    .note-editor .note-editable {
        padding: 10px;
        overflow: auto;
        outline: none;
    }

        .note-editor .note-editable[contenteditable="false"] {
            background-color: #e5e5e5;
        }

    .note-editor .note-codable {
        display: none;
        width: 100%;
        padding: 10px;
        border: none;
        box-shadow: none;
        font-family: Menlo, Monaco, monospace, sans-serif;
        font-size: 14px;
        color: #ccc;
        background-color: #222;
        resize: none;
        /* override BS2 default style */
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0;
    }
/* Air Mode Layout
 ------------------------------------------*/
.note-air-editor {
    outline: none;
}
/* Popover
 ------------------------------------------*/
.note-popover .popover {
    max-width: none;
}

    .note-popover .popover .popover-content a {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* for FF */
        vertical-align: middle;
        /* for FF */
    }

    .note-popover .popover .arrow {
        left: 20px;
    }
    /* Popover and Toolbar (Button container)
 ------------------------------------------*/
    .note-popover .popover .popover-content,
    .note-toolbar {
        margin: 0;
        padding: 0 0 5px 5px;
        /* dropdown-menu for toolbar and popover */
        /* color palette for toolbar and popover */
    }

        .note-popover .popover .popover-content > .btn-group,
        .note-toolbar > .btn-group {
            margin-top: 5px;
            margin-left: 0;
            margin-right: 5px;
        }

        .note-popover .popover .popover-content .note-table .dropdown-menu,
        .note-toolbar .note-table .dropdown-menu {
            min-width: 0;
            padding: 5px;
        }

            .note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker,
            .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
                font-size: 18px;
            }

                .note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher,
                .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
                    position: absolute !important;
                    z-index: 3;
                    width: 10em;
                    height: 10em;
                    cursor: pointer;
                }

                .note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted,
                .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
                    position: relative !important;
                    z-index: 1;
                    width: 5em;
                    height: 5em;
                    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
                }

                .note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted,
                .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
                    position: absolute !important;
                    z-index: 2;
                    width: 1em;
                    height: 1em;
                    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
                }

        .note-popover .popover .popover-content .note-style h1,
        .note-toolbar .note-style h1,
        .note-popover .popover .popover-content .note-style h2,
        .note-toolbar .note-style h2,
        .note-popover .popover .popover-content .note-style h3,
        .note-toolbar .note-style h3,
        .note-popover .popover .popover-content .note-style h4,
        .note-toolbar .note-style h4,
        .note-popover .popover .popover-content .note-style h5,
        .note-toolbar .note-style h5,
        .note-popover .popover .popover-content .note-style h6,
        .note-toolbar .note-style h6,
        .note-popover .popover .popover-content .note-style blockquote,
        .note-toolbar .note-style blockquote {
            margin: 0;
        }

        .note-popover .popover .popover-content .note-color .dropdown-toggle,
        .note-toolbar .note-color .dropdown-toggle {
            width: 20px;
            padding-left: 5px;
        }

        .note-popover .popover .popover-content .note-color .dropdown-menu,
        .note-toolbar .note-color .dropdown-menu {
            min-width: 340px;
        }

            .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,
            .note-toolbar .note-color .dropdown-menu .btn-group {
                margin: 0;
            }

                .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,
                .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
                    margin: 0 5px;
                }

                .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
                .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
                    font-size: 12px;
                    margin: 2px 7px;
                    text-align: center;
                    border-bottom: 1px solid #eee;
                }

                .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
                .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
                    font-size: 11px;
                    margin: 3px;
                    padding: 0 3px;
                    cursor: pointer;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                }

                .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,
                .note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
                    height: 20px;
                }

                .note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
                .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
                    background: #eee;
                }

        .note-popover .popover .popover-content .note-para .dropdown-menu,
        .note-toolbar .note-para .dropdown-menu {
            min-width: 216px;
            padding: 5px;
        }

            .note-popover .popover .popover-content .note-para .dropdown-menu > div:first-child,
            .note-toolbar .note-para .dropdown-menu > div:first-child {
                margin-right: 5px;
            }

        .note-popover .popover .popover-content .dropdown-menu,
        .note-toolbar .dropdown-menu {
            min-width: 90px;
            /* dropdown-menu right position */
            /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
            /* dropdown-menu for selectbox */
        }

            .note-popover .popover .popover-content .dropdown-menu.right,
            .note-toolbar .dropdown-menu.right {
                right: 0;
                left: auto;
            }

                .note-popover .popover .popover-content .dropdown-menu.right::before,
                .note-toolbar .dropdown-menu.right::before {
                    right: 9px;
                    left: auto !important;
                }

                .note-popover .popover .popover-content .dropdown-menu.right::after,
                .note-toolbar .dropdown-menu.right::after {
                    right: 10px;
                    left: auto !important;
                }

            .note-popover .popover .popover-content .dropdown-menu li a i,
            .note-toolbar .dropdown-menu li a i {
                color: deepskyblue;
                visibility: hidden;
            }

            .note-popover .popover .popover-content .dropdown-menu li a.checked i,
            .note-toolbar .dropdown-menu li a.checked i {
                visibility: visible;
            }

        .note-popover .popover .popover-content .note-fontsize-10,
        .note-toolbar .note-fontsize-10 {
            font-size: 10px;
        }

        .note-popover .popover .popover-content .note-color-palette,
        .note-toolbar .note-color-palette {
            line-height: 1;
        }

            .note-popover .popover .popover-content .note-color-palette div .note-color-btn,
            .note-toolbar .note-color-palette div .note-color-btn {
                width: 20px;
                height: 20px;
                padding: 0;
                margin: 0;
                border: 1px solid #fff;
            }

                .note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,
                .note-toolbar .note-color-palette div .note-color-btn:hover {
                    border: 1px solid #000;
                }
/* Dialog
 ------------------------------------------*/
.note-dialog > div {
    display: none;
    /* BS2's hide pacth. */
}

.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    /* vertical-align */
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
    margin-bottom: 10px;
}

.note-dialog .note-help-dialog {
    font-size: 12px;
    color: #ccc;
    background-color: #222 !important;
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
    /* BS2's background pacth. */
    background: transparent;
    border: none;
}

    .note-dialog .note-help-dialog .modal-content {
        background: transparent;
        border: 1px solid white;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .note-dialog .note-help-dialog a {
        font-size: 12px;
        color: white;
    }

    .note-dialog .note-help-dialog .title {
        color: white;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 5px;
        border-bottom: white 1px solid;
    }

    .note-dialog .note-help-dialog .modal-close {
        font-size: 14px;
        color: #dddd00;
        cursor: pointer;
    }

    .note-dialog .note-help-dialog .note-shortcut-layout {
        width: 100%;
    }

        .note-dialog .note-help-dialog .note-shortcut-layout td {
            vertical-align: top;
        }

    .note-dialog .note-help-dialog .note-shortcut {
        margin-top: 8px;
    }

        .note-dialog .note-help-dialog .note-shortcut th {
            text-align: left;
            font-size: 13px;
            color: #dddd00;
        }

        .note-dialog .note-help-dialog .note-shortcut td:first-child {
            min-width: 110px;
            font-family: "Courier New";
            color: #dddd00;
            text-align: right;
            padding-right: 10px;
        }
/* Handle
 ------------------------------------------*/
.note-handle {
    /* control selection */
}

    .note-handle .note-control-selection {
        position: absolute;
        display: none;
        border: 1px solid black;
    }

        .note-handle .note-control-selection > div {
            position: absolute;
        }

        .note-handle .note-control-selection .note-control-selection-bg {
            width: 100%;
            height: 100%;
            background-color: black;
            -webkit-opacity: 0.3;
            -khtml-opacity: 0.3;
            -moz-opacity: 0.3;
            opacity: 0.3;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
            filter: alpha(opacity=30);
        }

        .note-handle .note-control-selection .note-control-handle {
            width: 7px;
            height: 7px;
            border: 1px solid black;
        }

        .note-handle .note-control-selection .note-control-holder {
            width: 7px;
            height: 7px;
            border: 1px solid black;
        }

        .note-handle .note-control-selection .note-control-sizing {
            width: 7px;
            height: 7px;
            border: 1px solid black;
            background-color: white;
        }

        .note-handle .note-control-selection .note-control-nw {
            top: -5px;
            left: -5px;
            border-right: none;
            border-bottom: none;
        }

        .note-handle .note-control-selection .note-control-ne {
            top: -5px;
            right: -5px;
            border-bottom: none;
            border-left: none;
        }

        .note-handle .note-control-selection .note-control-sw {
            bottom: -5px;
            left: -5px;
            border-top: none;
            border-right: none;
        }

        .note-handle .note-control-selection .note-control-se {
            right: -5px;
            bottom: -5px;
            cursor: se-resize;
        }

        .note-handle .note-control-selection .note-control-selection-info {
            right: 0;
            bottom: 0;
            padding: 5px;
            margin: 5px;
            color: white;
            background-color: black;
            font-size: 12px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-opacity: 0.7;
            -khtml-opacity: 0.7;
            -moz-opacity: 0.7;
            opacity: 0.7;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
            filter: alpha(opacity=70);
        }
/* ADJUSTMENTS */
.no-padding .note-editor {
    border: none;
}

.note-editor .note-editable {
    background-color: rgba(48, 126, 204, 0.05);
}

    .note-editor .note-editable:focus {
        background-color: #fff;
    }

.note-editor .note-statusbar .note-resizebar {
    border-top: 1px solid #DBDBDB;
}

.note-editor .note-statusbar:hover {
    background: #EEE;
}

.note-editor .note-statusbar:active {
    background: #eaeaea;
}
/*
	Important this file is beeen modified by Webarch
*/
/*------------------------------------*\
    SuperBox
\*------------------------------------*/
.superbox *,
.superbox *:after,
.superbox *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* SuperBox */
.superbox-list {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12.5%;
    padding: 5px;
    position: relative;
}

    .superbox-list.active:before {
        content: "\f0d8";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        left: 43%;
        bottom: -34px;
        z-index: 2;
        text-align: center;
        font-size: 45px;
        color: #222222;
    }

.superbox-img {
    max-width: 100%;
    width: 100%;
    cursor: pointer;
}

.superbox-show {
    text-align: left;
    position: relative;
    background-color: #222222;
    width: 100%;
    float: left;
    padding: 25px 0 12px 25px;
    display: none;
    margin: 5px 0;
}

.superbox-current-img {
    max-width: 100%;
    float: left;
    padding-right: 25px;
    padding-bottom: 13px;
}

.superbox-img:hover {
    opacity: 0.8;
}

.superbox-float {
    float: left;
}

.superbox-close {
    opacity: 0.7;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all 0.1s linear 0s;
}

    .superbox-close:hover {
        opacity: 1;
    }

.superbox-imageinfo {
    display: inline-block;
    max-width: 500px;
    color: #fff;
    padding: 0 25px 0 0;
}

    .superbox-imageinfo span {
        font-size: 13px;
        color: #a19994;
        margin-right: -2px;
        padding-top: 10px;
        display: inline-block;
        padding-bottom: 13px;
    }

    .superbox-imageinfo > :first-child {
        margin-bottom: 10px;
        font-weight: bold;
    }

    .superbox-imageinfo span p:last-child {
        margin-top: 30px;
    }

@media only screen and (min-width: 320px) {
    .superbox-list {
        width: 50%;
    }
}

@media only screen and (min-width: 486px) {
    .superbox-list {
        width: 25%;
    }
}

@media only screen and (min-width: 768px) {
    .superbox-list {
        width: 16.66666667%;
    }
}

@media only screen and (min-width: 1025px) {
    .superbox-list {
        width: 12.5%;
    }
}

@media only screen and (min-width: 1824px) {
    .superbox-list {
        width: 12.5%;
    }
}

#speech-btn > :first-child {
    position: relative;
}

.voice-command-active #speech-btn > :first-child > a {
    background: #0E70CA;
    border: 1px solid #125A9C;
    color: rgba(255, 255, 255, 0.9);
}

.voice-command-active.service-not-allowed #speech-btn > :first-child > a {
    background: #a90329;
    border: 1px solid #8B0913;
    color: rgba(255, 255, 255, 0.9);
}

.voice-command-active.service-allowed #speech-btn > :first-child > a {
    background: url('../img/voicecommand/active-btn.gif') no-repeat center center #0e70ca;
    border: 1px solid #125A9C;
    color: rgba(255, 255, 255, 0.9);
}

#speech-btn > :first-child > a + .popover {
    display: none;
    top: 42px;
    left: -113px;
    width: 255px;
}

    #speech-btn > :first-child > a + .popover > .popover-content {
        padding: 9px 12px;
    }

    #speech-btn > :first-child > a + .popover .btn {
        padding: 4px 12px;
    }

.vc-title {
    margin-bottom: 10px !important;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.vc-title-error {
    display: none;
}

.voice-command-active.service-not-allowed .vc-title,
.voice-command-active.service-not-allowed .popover .btn,
.service-not-allowed .vc-title,
.service-not-allowed .popover .btn {
    display: none !important;
}

.voice-command-active.service-not-allowed .vc-title-error {
    display: block;
}

.vc-title > small {
    font-size: 80%;
}

/*!
 * Datepicker for Bootstrap v1.5.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {

    border-radius: 4px;
    direction: ltr;
    padding: 15px !important;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);

}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #ddd;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker > div {
    display: none;
}

.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker table tr td,
    .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: none;
    }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733;
}

    .datepicker table tr td.today:hover,
    .datepicker table tr td.today:hover:hover,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today.disabled:hover:hover,
    .datepicker table tr td.today:focus,
    .datepicker table tr td.today:hover:focus,
    .datepicker table tr td.today.disabled:focus,
    .datepicker table tr td.today.disabled:hover:focus,
    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.active,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled:hover.active,
    .open .dropdown-toggle.datepicker table tr td.today,
    .open .dropdown-toggle.datepicker table tr td.today:hover,
    .open .dropdown-toggle.datepicker table tr td.today.disabled,
    .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
        color: #000000;
        background-color: #ffcd70;
        border-color: #f59e00;
    }

        .datepicker table tr td.today:active,
        .datepicker table tr td.today:hover:active,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today.active,
        .datepicker table tr td.today:hover.active,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td.today,
        .open .dropdown-toggle.datepicker table tr td.today:hover,
        .open .dropdown-toggle.datepicker table tr td.today.disabled,
        .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.today.disabled,
        .datepicker table tr td.today:hover.disabled,
        .datepicker table tr td.today.disabled.disabled,
        .datepicker table tr td.today.disabled:hover.disabled,
        .datepicker table tr td.today[disabled],
        .datepicker table tr td.today:hover[disabled],
        .datepicker table tr td.today.disabled[disabled],
        .datepicker table tr td.today.disabled:hover[disabled],
        fieldset[disabled] .datepicker table tr td.today,
        fieldset[disabled] .datepicker table tr td.today:hover,
        fieldset[disabled] .datepicker table tr td.today.disabled,
        fieldset[disabled] .datepicker table tr td.today.disabled:hover,
        .datepicker table tr td.today.disabled:hover,
        .datepicker table tr td.today:hover.disabled:hover,
        .datepicker table tr td.today.disabled.disabled:hover,
        .datepicker table tr td.today.disabled:hover.disabled:hover,
        .datepicker table tr td.today[disabled]:hover,
        .datepicker table tr td.today:hover[disabled]:hover,
        .datepicker table tr td.today.disabled[disabled]:hover,
        .datepicker table tr td.today.disabled:hover[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.today:hover,
        fieldset[disabled] .datepicker table tr td.today:hover:hover,
        fieldset[disabled] .datepicker table tr td.today.disabled:hover,
        fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
        .datepicker table tr td.today.disabled:focus,
        .datepicker table tr td.today:hover.disabled:focus,
        .datepicker table tr td.today.disabled.disabled:focus,
        .datepicker table tr td.today.disabled:hover.disabled:focus,
        .datepicker table tr td.today[disabled]:focus,
        .datepicker table tr td.today:hover[disabled]:focus,
        .datepicker table tr td.today.disabled[disabled]:focus,
        .datepicker table tr td.today.disabled:hover[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.today:focus,
        fieldset[disabled] .datepicker table tr td.today:hover:focus,
        fieldset[disabled] .datepicker table tr td.today.disabled:focus,
        fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today:hover.disabled:active,
        .datepicker table tr td.today.disabled.disabled:active,
        .datepicker table tr td.today.disabled:hover.disabled:active,
        .datepicker table tr td.today[disabled]:active,
        .datepicker table tr td.today:hover[disabled]:active,
        .datepicker table tr td.today.disabled[disabled]:active,
        .datepicker table tr td.today.disabled:hover[disabled]:active,
        fieldset[disabled] .datepicker table tr td.today:active,
        fieldset[disabled] .datepicker table tr td.today:hover:active,
        fieldset[disabled] .datepicker table tr td.today.disabled:active,
        fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today:hover.disabled.active,
        .datepicker table tr td.today.disabled.disabled.active,
        .datepicker table tr td.today.disabled:hover.disabled.active,
        .datepicker table tr td.today[disabled].active,
        .datepicker table tr td.today:hover[disabled].active,
        .datepicker table tr td.today.disabled[disabled].active,
        .datepicker table tr td.today.disabled:hover[disabled].active,
        fieldset[disabled] .datepicker table tr td.today.active,
        fieldset[disabled] .datepicker table tr td.today:hover.active,
        fieldset[disabled] .datepicker table tr td.today.disabled.active,
        fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
            background-color: #ffdb99;
            border-color: #ffb733;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    border-radius: 0;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today:hover,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover {
        color: #000000;
        background-color: #f7ca77;
        border-color: #f1a417;
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today:focus,
        .datepicker table tr td.range.today:hover:focus,
        .datepicker table tr td.range.today.disabled:focus,
        .datepicker table tr td.range.today.disabled:hover:focus,
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td.range.today,
        .open .dropdown-toggle.datepicker table tr td.range.today:hover,
        .open .dropdown-toggle.datepicker table tr td.range.today.disabled,
        .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
            color: #000000;
            background-color: #f4bb51;
            border-color: #bf800c;
        }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today:hover:active,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.active,
            .datepicker table tr td.range.today:hover.active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.active,
            .open .dropdown-toggle.datepicker table tr td.range.today,
            .open .dropdown-toggle.datepicker table tr td.range.today:hover,
            .open .dropdown-toggle.datepicker table tr td.range.today.disabled,
            .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
                background-image: none;
            }

            .datepicker table tr td.range.today.disabled,
            .datepicker table tr td.range.today:hover.disabled,
            .datepicker table tr td.range.today.disabled.disabled,
            .datepicker table tr td.range.today.disabled:hover.disabled,
            .datepicker table tr td.range.today[disabled],
            .datepicker table tr td.range.today:hover[disabled],
            .datepicker table tr td.range.today.disabled[disabled],
            .datepicker table tr td.range.today.disabled:hover[disabled],
            fieldset[disabled] .datepicker table tr td.range.today,
            fieldset[disabled] .datepicker table tr td.range.today:hover,
            fieldset[disabled] .datepicker table tr td.range.today.disabled,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
            .datepicker table tr td.range.today.disabled:hover,
            .datepicker table tr td.range.today:hover.disabled:hover,
            .datepicker table tr td.range.today.disabled.disabled:hover,
            .datepicker table tr td.range.today.disabled:hover.disabled:hover,
            .datepicker table tr td.range.today[disabled]:hover,
            .datepicker table tr td.range.today:hover[disabled]:hover,
            .datepicker table tr td.range.today.disabled[disabled]:hover,
            .datepicker table tr td.range.today.disabled:hover[disabled]:hover,
            fieldset[disabled] .datepicker table tr td.range.today:hover,
            fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
            .datepicker table tr td.range.today.disabled:focus,
            .datepicker table tr td.range.today:hover.disabled:focus,
            .datepicker table tr td.range.today.disabled.disabled:focus,
            .datepicker table tr td.range.today.disabled:hover.disabled:focus,
            .datepicker table tr td.range.today[disabled]:focus,
            .datepicker table tr td.range.today:hover[disabled]:focus,
            .datepicker table tr td.range.today.disabled[disabled]:focus,
            .datepicker table tr td.range.today.disabled:hover[disabled]:focus,
            fieldset[disabled] .datepicker table tr td.range.today:focus,
            fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today:hover.disabled:active,
            .datepicker table tr td.range.today.disabled.disabled:active,
            .datepicker table tr td.range.today.disabled:hover.disabled:active,
            .datepicker table tr td.range.today[disabled]:active,
            .datepicker table tr td.range.today:hover[disabled]:active,
            .datepicker table tr td.range.today.disabled[disabled]:active,
            .datepicker table tr td.range.today.disabled:hover[disabled]:active,
            fieldset[disabled] .datepicker table tr td.range.today:active,
            fieldset[disabled] .datepicker table tr td.range.today:hover:active,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today:hover.disabled.active,
            .datepicker table tr td.range.today.disabled.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.disabled.active,
            .datepicker table tr td.range.today[disabled].active,
            .datepicker table tr td.range.today:hover[disabled].active,
            .datepicker table tr td.range.today.disabled[disabled].active,
            .datepicker table tr td.range.today.disabled:hover[disabled].active,
            fieldset[disabled] .datepicker table tr td.range.today.active,
            fieldset[disabled] .datepicker table tr td.range.today:hover.active,
            fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
            fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #f7ca77;
                border-color: #f1a417;
            }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected:focus,
    .datepicker table tr td.selected:hover:focus,
    .datepicker table tr td.selected.disabled:focus,
    .datepicker table tr td.selected.disabled:hover:focus,
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled:hover.active,
    .open .dropdown-toggle.datepicker table tr td.selected,
    .open .dropdown-toggle.datepicker table tr td.selected:hover,
    .open .dropdown-toggle.datepicker table tr td.selected.disabled,
    .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
        color: #ffffff;
        background-color: #858585;
        border-color: #373737;
    }

        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td.selected,
        .open .dropdown-toggle.datepicker table tr td.selected:hover,
        .open .dropdown-toggle.datepicker table tr td.selected.disabled,
        .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.selected.disabled,
        .datepicker table tr td.selected:hover.disabled,
        .datepicker table tr td.selected.disabled.disabled,
        .datepicker table tr td.selected.disabled:hover.disabled,
        .datepicker table tr td.selected[disabled],
        .datepicker table tr td.selected:hover[disabled],
        .datepicker table tr td.selected.disabled[disabled],
        .datepicker table tr td.selected.disabled:hover[disabled],
        fieldset[disabled] .datepicker table tr td.selected,
        fieldset[disabled] .datepicker table tr td.selected:hover,
        fieldset[disabled] .datepicker table tr td.selected.disabled,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
        .datepicker table tr td.selected.disabled:hover,
        .datepicker table tr td.selected:hover.disabled:hover,
        .datepicker table tr td.selected.disabled.disabled:hover,
        .datepicker table tr td.selected.disabled:hover.disabled:hover,
        .datepicker table tr td.selected[disabled]:hover,
        .datepicker table tr td.selected:hover[disabled]:hover,
        .datepicker table tr td.selected.disabled[disabled]:hover,
        .datepicker table tr td.selected.disabled:hover[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.selected:hover,
        fieldset[disabled] .datepicker table tr td.selected:hover:hover,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
        .datepicker table tr td.selected.disabled:focus,
        .datepicker table tr td.selected:hover.disabled:focus,
        .datepicker table tr td.selected.disabled.disabled:focus,
        .datepicker table tr td.selected.disabled:hover.disabled:focus,
        .datepicker table tr td.selected[disabled]:focus,
        .datepicker table tr td.selected:hover[disabled]:focus,
        .datepicker table tr td.selected.disabled[disabled]:focus,
        .datepicker table tr td.selected.disabled:hover[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.selected:focus,
        fieldset[disabled] .datepicker table tr td.selected:hover:focus,
        fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected:hover.disabled:active,
        .datepicker table tr td.selected.disabled.disabled:active,
        .datepicker table tr td.selected.disabled:hover.disabled:active,
        .datepicker table tr td.selected[disabled]:active,
        .datepicker table tr td.selected:hover[disabled]:active,
        .datepicker table tr td.selected.disabled[disabled]:active,
        .datepicker table tr td.selected.disabled:hover[disabled]:active,
        fieldset[disabled] .datepicker table tr td.selected:active,
        fieldset[disabled] .datepicker table tr td.selected:hover:active,
        fieldset[disabled] .datepicker table tr td.selected.disabled:active,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected:hover.disabled.active,
        .datepicker table tr td.selected.disabled.disabled.active,
        .datepicker table tr td.selected.disabled:hover.disabled.active,
        .datepicker table tr td.selected[disabled].active,
        .datepicker table tr td.selected:hover[disabled].active,
        .datepicker table tr td.selected.disabled[disabled].active,
        .datepicker table tr td.selected.disabled:hover[disabled].active,
        fieldset[disabled] .datepicker table tr td.selected.active,
        fieldset[disabled] .datepicker table tr td.selected:hover.active,
        fieldset[disabled] .datepicker table tr td.selected.disabled.active,
        fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
            background-color: #999999;
            border-color: #555555;
        }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:focus,
    .datepicker table tr td.active:hover:focus,
    .datepicker table tr td.active.disabled:focus,
    .datepicker table tr td.active.disabled:hover:focus,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .open .dropdown-toggle.datepicker table tr td.active,
    .open .dropdown-toggle.datepicker table tr td.active:hover,
    .open .dropdown-toggle.datepicker table tr td.active.disabled,
    .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
        color: #ffffff;
        background-color: #716aca;
        border-color: #716aca;
    }

        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td.active,
        .open .dropdown-toggle.datepicker table tr td.active:hover,
        .open .dropdown-toggle.datepicker table tr td.active.disabled,
        .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
            background-image: none;
        }

        .datepicker table tr td.active.disabled,
        .datepicker table tr td.active:hover.disabled,
        .datepicker table tr td.active.disabled.disabled,
        .datepicker table tr td.active.disabled:hover.disabled,
        .datepicker table tr td.active[disabled],
        .datepicker table tr td.active:hover[disabled],
        .datepicker table tr td.active.disabled[disabled],
        .datepicker table tr td.active.disabled:hover[disabled],
        fieldset[disabled] .datepicker table tr td.active,
        fieldset[disabled] .datepicker table tr td.active:hover,
        fieldset[disabled] .datepicker table tr td.active.disabled,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active:hover.disabled:hover,
        .datepicker table tr td.active.disabled.disabled:hover,
        .datepicker table tr td.active.disabled:hover.disabled:hover,
        .datepicker table tr td.active[disabled]:hover,
        .datepicker table tr td.active:hover[disabled]:hover,
        .datepicker table tr td.active.disabled[disabled]:hover,
        .datepicker table tr td.active.disabled:hover[disabled]:hover,
        fieldset[disabled] .datepicker table tr td.active:hover,
        fieldset[disabled] .datepicker table tr td.active:hover:hover,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
        .datepicker table tr td.active.disabled:focus,
        .datepicker table tr td.active:hover.disabled:focus,
        .datepicker table tr td.active.disabled.disabled:focus,
        .datepicker table tr td.active.disabled:hover.disabled:focus,
        .datepicker table tr td.active[disabled]:focus,
        .datepicker table tr td.active:hover[disabled]:focus,
        .datepicker table tr td.active.disabled[disabled]:focus,
        .datepicker table tr td.active.disabled:hover[disabled]:focus,
        fieldset[disabled] .datepicker table tr td.active:focus,
        fieldset[disabled] .datepicker table tr td.active:hover:focus,
        fieldset[disabled] .datepicker table tr td.active.disabled:focus,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active:hover.disabled:active,
        .datepicker table tr td.active.disabled.disabled:active,
        .datepicker table tr td.active.disabled:hover.disabled:active,
        .datepicker table tr td.active[disabled]:active,
        .datepicker table tr td.active:hover[disabled]:active,
        .datepicker table tr td.active.disabled[disabled]:active,
        .datepicker table tr td.active.disabled:hover[disabled]:active,
        fieldset[disabled] .datepicker table tr td.active:active,
        fieldset[disabled] .datepicker table tr td.active:hover:active,
        fieldset[disabled] .datepicker table tr td.active.disabled:active,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active:hover.disabled.active,
        .datepicker table tr td.active.disabled.disabled.active,
        .datepicker table tr td.active.disabled:hover.disabled.active,
        .datepicker table tr td.active[disabled].active,
        .datepicker table tr td.active:hover[disabled].active,
        .datepicker table tr td.active.disabled[disabled].active,
        .datepicker table tr td.active.disabled:hover[disabled].active,
        fieldset[disabled] .datepicker table tr td.active.active,
        fieldset[disabled] .datepicker table tr td.active:hover.active,
        fieldset[disabled] .datepicker table tr td.active.disabled.active,
        fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
            background-color: #428bca;
            border-color: #357ebd;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #eeeeee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        color: #ffffff;
        background-color: #428bca;
        border-color: #357ebd;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:focus,
        .datepicker table tr td span.active:hover:focus,
        .datepicker table tr td span.active.disabled:focus,
        .datepicker table tr td span.active.disabled:hover:focus,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .open .dropdown-toggle.datepicker table tr td span.active,
        .open .dropdown-toggle.datepicker table tr td span.active:hover,
        .open .dropdown-toggle.datepicker table tr td span.active.disabled,
        .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
            color: #ffffff;
            background-color: #3276b1;
            border-color: #285e8e;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active,
            .open .dropdown-toggle.datepicker table tr td span.active,
            .open .dropdown-toggle.datepicker table tr td span.active:hover,
            .open .dropdown-toggle.datepicker table tr td span.active.disabled,
            .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
                background-image: none;
            }

            .datepicker table tr td span.active.disabled,
            .datepicker table tr td span.active:hover.disabled,
            .datepicker table tr td span.active.disabled.disabled,
            .datepicker table tr td span.active.disabled:hover.disabled,
            .datepicker table tr td span.active[disabled],
            .datepicker table tr td span.active:hover[disabled],
            .datepicker table tr td span.active.disabled[disabled],
            .datepicker table tr td span.active.disabled:hover[disabled],
            fieldset[disabled] .datepicker table tr td span.active,
            fieldset[disabled] .datepicker table tr td span.active:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
            .datepicker table tr td span.active.disabled:hover,
            .datepicker table tr td span.active:hover.disabled:hover,
            .datepicker table tr td span.active.disabled.disabled:hover,
            .datepicker table tr td span.active.disabled:hover.disabled:hover,
            .datepicker table tr td span.active[disabled]:hover,
            .datepicker table tr td span.active:hover[disabled]:hover,
            .datepicker table tr td span.active.disabled[disabled]:hover,
            .datepicker table tr td span.active.disabled:hover[disabled]:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover,
            fieldset[disabled] .datepicker table tr td span.active:hover:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
            .datepicker table tr td span.active.disabled:focus,
            .datepicker table tr td span.active:hover.disabled:focus,
            .datepicker table tr td span.active.disabled.disabled:focus,
            .datepicker table tr td span.active.disabled:hover.disabled:focus,
            .datepicker table tr td span.active[disabled]:focus,
            .datepicker table tr td span.active:hover[disabled]:focus,
            .datepicker table tr td span.active.disabled[disabled]:focus,
            .datepicker table tr td span.active.disabled:hover[disabled]:focus,
            fieldset[disabled] .datepicker table tr td span.active:focus,
            fieldset[disabled] .datepicker table tr td span.active:hover:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active:hover.disabled:active,
            .datepicker table tr td span.active.disabled.disabled:active,
            .datepicker table tr td span.active.disabled:hover.disabled:active,
            .datepicker table tr td span.active[disabled]:active,
            .datepicker table tr td span.active:hover[disabled]:active,
            .datepicker table tr td span.active.disabled[disabled]:active,
            .datepicker table tr td span.active.disabled:hover[disabled]:active,
            fieldset[disabled] .datepicker table tr td span.active:active,
            fieldset[disabled] .datepicker table tr td span.active:hover:active,
            fieldset[disabled] .datepicker table tr td span.active.disabled:active,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active:hover.disabled.active,
            .datepicker table tr td span.active.disabled.disabled.active,
            .datepicker table tr td span.active.disabled:hover.disabled.active,
            .datepicker table tr td span.active[disabled].active,
            .datepicker table tr td span.active:hover[disabled].active,
            .datepicker table tr td span.active.disabled[disabled].active,
            .datepicker table tr td span.active.disabled:hover[disabled].active,
            fieldset[disabled] .datepicker table tr td span.active.active,
            fieldset[disabled] .datepicker table tr td span.active:hover.active,
            fieldset[disabled] .datepicker table tr td span.active.disabled.active,
            fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
                background-color: #428bca;
                border-color: #357ebd;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #999999;
    }

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover {
        background: #eeeeee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child .cw {
    cursor: default;
    background-color: transparent;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-daterange {
    width: 100%;
}

    .input-daterange input {
        text-align: center;
    }

        .input-daterange input:first-child {
            border-radius: 3px 0 0 3px;
        }

        .input-daterange input:last-child {
            border-radius: 0 3px 3px 0;
        }

    .input-daterange .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        vertical-align: middle;
        background-color: #eeeeee;
        border: solid #cccccc;
        border-width: 1px 0;
        margin-left: -5px;
        margin-right: -5px;
    }
/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb {
    background: #CCC;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

    ::-webkit-scrollbar-thumb:hover {
        background: #AAA;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #888;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    }

.select2-hidden-accessible {
    display: none;
}

.note-codeable {
    display: none;
}

#shortcut ul li .jarvismetro-tile.jarvismetro-sub-tile {
    width: 50px !important;
    height: 50px !important;
    margin: 10px 3px 10px !important;
}

#shortcut ul li .jarvismetro-tile.jarvismetro-main-tile {
    background-color: #4c4f53 !important;
}

    #shortcut ul li .jarvismetro-tile.jarvismetro-main-tile.active {
        background-color: #57889c !important;
    }

/*Bootstrap Enhancements*/

.dropdown-menu > li > label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

    .dropdown-menu > li > label:hover,
    .dropdown-menu > li > label:focus {
        text-decoration: none;
        color: #262626;
        background-color: transparent;
    }

.dropdown-menu > li > input:checked ~ label,
.dropdown-menu > li > input:checked ~ label:hover,
.dropdown-menu > li > input:checked ~ label:focus,
.dropdown-menu > .active > label,
.dropdown-menu > .active > label:hover,
.dropdown-menu > .active > label:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.dropdown-menu > li > input[disabled] ~ label,
.dropdown-menu > li > input[disabled] ~ label:hover,
.dropdown-menu > li > input[disabled] ~ label:focus,
.dropdown-menu > .disabled > label,
.dropdown-menu > .disabled > label:hover,
.dropdown-menu > .disabled > label:focus {
    color: #999999;
}

    .dropdown-menu > li > input[disabled] ~ label:hover,
    .dropdown-menu > li > input[disabled] ~ label:focus,
    .dropdown-menu > .disabled > label:hover,
    .dropdown-menu > .disabled > label:focus {
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        cursor: not-allowed;
    }

.dropdown-menu > li > label {
    margin-bottom: 0;
    cursor: pointer;
}

    .dropdown-menu > li > label:focus,
    .dropdown-menu > li > input:focus ~ label {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.dropdown-menu.pull-right {
    right: 5px;
    left: auto;
}

.dropdown-menu.pull-top {
    bottom: 100%;
    top: auto;
    margin: 0 0 2px;
    -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-center {
    right: 50%;
    left: auto;
}

.dropdown-menu.pull-middle {
    right: 100%;
    margin: 0 2px 0 0;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    left: auto;
}

    .dropdown-menu.pull-middle.pull-right {
        right: auto;
        left: 100%;
        margin: 0 0 0 2px;
        box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
    }

    .dropdown-menu.pull-middle.pull-center {
        right: 50%;
        margin: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

.dropdown-menu.bullet {
    margin-top: 8px;
}

    .dropdown-menu.bullet:before {
        width: 0;
        height: 0;
        content: '';
        display: inline-block;
        position: absolute;
        border-color: transparent;
        border-style: solid;
        -webkit-transform: rotate(360deg);
        border-width: 0 7px 7px;
        border-bottom-color: #cccccc;
        border-bottom-color: rgba(0, 0, 0, 0.15);
        top: -7px;
        left: 9px;
    }

    .dropdown-menu.bullet:after {
        width: 0;
        height: 0;
        content: '';
        display: inline-block;
        position: absolute;
        border-color: transparent;
        border-style: solid;
        -webkit-transform: rotate(360deg);
        border-width: 0 6px 6px;
        border-bottom-color: #ffffff;
        top: -6px;
        left: 10px;
    }

    .dropdown-menu.bullet.pull-right:before {
        left: auto;
        right: 9px;
    }

    .dropdown-menu.bullet.pull-right:after {
        left: auto;
        right: 10px;
    }

    .dropdown-menu.bullet.pull-top {
        margin-top: 0;
        margin-bottom: 8px;
    }

        .dropdown-menu.bullet.pull-top:before {
            top: auto;
            bottom: -7px;
            border-bottom-width: 0;
            border-top-width: 7px;
            border-top-color: #cccccc;
            border-top-color: rgba(0, 0, 0, 0.15);
        }

        .dropdown-menu.bullet.pull-top:after {
            top: auto;
            bottom: -6px;
            border-bottom: none;
            border-top-width: 6px;
            border-top-color: #ffffff;
        }

    .dropdown-menu.bullet.pull-center:before {
        left: auto;
        right: 50%;
        margin-right: -7px;
    }

    .dropdown-menu.bullet.pull-center:after {
        left: auto;
        right: 50%;
        margin-right: -6px;
    }

    .dropdown-menu.bullet.pull-middle {
        margin-right: 8px;
    }

        .dropdown-menu.bullet.pull-middle:before {
            top: 50%;
            left: 100%;
            right: auto;
            margin-top: -7px;
            border-right-width: 0;
            border-bottom-color: transparent;
            border-top-width: 7px;
            border-left-color: #cccccc;
            border-left-color: rgba(0, 0, 0, 0.15);
        }

        .dropdown-menu.bullet.pull-middle:after {
            top: 50%;
            left: 100%;
            right: auto;
            margin-top: -6px;
            border-right-width: 0;
            border-bottom-color: transparent;
            border-top-width: 6px;
            border-left-color: #ffffff;
        }

        .dropdown-menu.bullet.pull-middle.pull-right {
            margin-right: 0;
            margin-left: 8px;
        }

            .dropdown-menu.bullet.pull-middle.pull-right:before {
                left: -7px;
                border-left-width: 0;
                border-right-width: 7px;
                border-right-color: #cccccc;
                border-right-color: rgba(0, 0, 0, 0.15);
            }

            .dropdown-menu.bullet.pull-middle.pull-right:after {
                left: -6px;
                border-left-width: 0;
                border-right-width: 6px;
                border-right-color: #ffffff;
            }

        .dropdown-menu.bullet.pull-middle.pull-center {
            margin-left: 0;
            margin-right: 0;
        }

            .dropdown-menu.bullet.pull-middle.pull-center:before {
                border: none;
                display: none;
            }

            .dropdown-menu.bullet.pull-middle.pull-center:after {
                border: none;
                display: none;
            }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        border-top-left-radius: 0;
    }

    .dropdown-submenu > a:before {
        display: block;
        float: right;
        width: 0;
        height: 0;
        content: "";
        margin-top: 6px;
        margin-right: -8px;
        border-width: 4px 0 4px 4px;
        border-style: solid;
        border-left-style: dashed;
        border-top-color: transparent;
        border-bottom-color: transparent;
    }

@media (max-width: 767px) {
    .navbar-nav .dropdown-submenu > a:before {
        margin-top: 8px;
        border-color: inherit;
        border-style: solid;
        border-width: 4px 4px 0;
        border-left-color: transparent;
        border-right-color: transparent;
    }

    .navbar-nav .dropdown-submenu > a {
        padding-left: 40px;
    }

    .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
    .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > label {
        padding-left: 35px;
    }

    .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
    .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > label {
        padding-left: 45px;
    }

    .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
    .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
        padding-left: 55px;
    }

    .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
    .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
        padding-left: 65px;
    }

    .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
    .navbar-nav > .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > label {
        padding-left: 75px;
    }
}

.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:before {
        border-top-color: #555555;
    }
}

.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a,
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:hover,
.navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:focus {
    background-color: #080808;
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open > .dropdown-menu > .dropdown-submenu.open > a:before {
        border-top-color: #ffffff;
    }
}

/*End Bootstrap Enhancements*/

.ibrahimicon {
    position: relative;
    top: 1px;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ibrahimicon-delete:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*delete.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-edit:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*edit.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-view:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*view.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-account:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAB11JREFUeAEATQey+AD////q////9P////T////0////9P////T////0////9Ovq6vTU1NT0x8bG9M3MzPTj4+P0/f399P////T////0////9P////T////0////9P////T////qAP////j////////////////////////////////i4uL/w8LC/8XExP/Hxsb/xsXF/8PCwv/e3d3///////////////////////////////////////////gA////9f//////////////////////////8fDw/8fGxv/GxcX/x8bG/8fGxv/Hxsb/xsXF/8nIyP/7+/v/////////////////////////////////////9QD////1///////////////////////////p6Oj/w8HB/8fGxv/Hxsb/x8bG/8fGxv/GxcX/ysnJ//f39//////////////////////////////////////1AP////X//////////////////////////+np6f/DwsL/x8bG/8fGxv/Hxsb/x8bG/8bFxf/Kycn/+Pj4//////////////////////////////////////UA////9f//////////////////////////6Ofn/8TDw//Hxsb/x8bG/8fGxv/Hxsb/x8bG/8XExP/i4uL/////////////////////////////////////9QD////1///////////////////////////j4+P/wsDA/8fGxv/Hxsb/x8bG/8fGxv/Hxsb/w8LC/9zc3P/////////////////////////////////////1AP////X///////////////////////////r6+v/a2dn/xsXF/8fGxv/Hxsb/x8bG/8bFxf/V1dX/+/v7//////////////////////////////////////UA////9f////////////////////////////////n5+f/Jx8f/xsXF/8fGxv/Hxsb/xMPD/+zr6///////////////////////////////////////////9QD////1/////////////////////////////////////9bV1f/GxcX/x8bG/8fGxv/Ix8f/9fX1///////////////////////////////////////////1AP////X/////////////////////////////////////8fHx/8LBwf/GxMT/wcDA/9zb2/////////////////////////////////////////////////UA////9f///////////////////////////v7+/+zr6//29vb/4N/f/8vKyv/U09P/8/Pz/+/v7//4+Pj/////////////////////////////////////9QD////1//////////////////////r6+v/c29v/yMfH//v7+///////6Ojo//7+/v//////5OPj/8zKyv/w8PD////////////////////////////////1AP////X6+vr/8PDw/+np6f/X19f/zMvL/8TDw//S0dH//v7+//79/f/r6+v/9/f3///////x8PD/xcPD/8jHx//a2dn/7ezs//Hx8f/09PT//f39//////UA9/f39c7MzP/DwsL/xMPD/8XExP/GxcX/xcTE/9rZ2f///////v////P09P/9/f3///////X19f/Hxsb/xsXF/8XExP/Ew8P/xMPD/8TDw//a2dn/+/v79QDs7Oz1wsHB/8fGxv/Hxsb/x8bG/8fGxv/FxMT/1tXV//7+/v//////4+Pj//r6+v//////8vLy/8fGxv/Hxsb/x8bG/8fGxv/Hxsb/xsXF/8XExP/z8vL1AOjo6PXEw8P/x8bG/8fGxv/Hxsb/x8bG/8fGxv/Ix8f//Pz8///////X1tb/9PPz///////n5ub/xsXF/8fGxv/Hxsb/x8bG/8fGxv/Hxsb/w8LC//Dv7/UA4N/f9cXExP/Hxsb/x8bG/8fGxv/Hxsb/x8bG/8bFxf/y8vL//////9XU1P/s6+v//////9TT0//FxMT/x8bG/8fGxv/Hxsb/x8bG/8fGxv/Ew8P/6Ofn9QDQ0ND1xsXF/8fGxv/Hxsb/x8bG/8fGxv/Hxsb/xcTE/9jY2P//////09LS/+fn5//39/f/y8rK/8bFxf/Hxsb/x8bG/8fGxv/Hxsb/x8bG/8XExP/V1NT1AM3MzPjDwsL/xMPD/8TDw//FxMT/xcTE/8bFxf/FxMT/yMfH/+3t7f/U09P/5uXl/97d3f/CwcH/xsXF/8XExP/FxMT/xMPD/8TDw//DwsL/xcTE/9DQ0PgA9vb26urq6vTm5ub04eDg9Nzb2/TW1dX00tLS9NDQ0PTPzs7019fX9NbV1fTY2Nj009LS9NHQ0PTT0tL01tXV9Nzc3PTg4OD05eXl9Onp6fTu7e30+vr66gEAAP//G3ioWbBQckIAAAAASUVORK5CYII=') /*account.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-add:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*add.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-approve:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*approve.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-change-company:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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EBAQEAIFCBAQDAAACQcQEBAQEBAQABAQEBAPDgAADg0HBgAAAAAQEBAQEBAQABAQEBAKAAAAAAAAAAAAAAYQEBAQEBAQABAQEBADAAAAAAAAAAAAAAAFDwICEBAQABAQEBADAAAAAAAAAAAAAAAAAAAABBAQABABBAcAAAAAAAkMCwMGAAAAAAAACRAQAAEAAAAAAAAABxAQEBAIBQAAAAAAAAQQAAIAAAAAAAACEBAQEBAQEAoAAAAACQgQAAMAAAAAAAoQEBAQEBAQEAEAAAAAARAQAAUAAAAAAAcQEBAQEBAQEBAOAAAACBAQAAgHBgAAAAQQEBAQEBAQEBAKAAAAAwgQABAQDAAAAAcQEBAQEBAQEBAOAAAAAAYQABAQAwAAAAoQEBAQEBAQEAEAAAAAAAYQABADAAAAAAACEBAQEBAQEAoAAAAAAAUQABAAAAAAAAAABxAQEBABBQAAAAAAAAIQABADAAAAAAAAAAkMCwUAAAAAAAUEBBAQABABBgAAAAAAAAAAAAAAAAAACRAQEBAQABAQDQsNCwAAAAAAAAAAAAAABggQEBAQABAQEBAQEAwAAAAAAAAAAAAAAAQQEBAQABAQEBAQEAsAAAAACgIFAAAACxAQEBAQABAQEBAQEA0JAAAGEBAQDAMBEBAQEBAQABAQEBAQEBAQDwIEEBAQEBAQEBAQEBAQAQAA//9TnxD+53yjqQAAAABJRU5ErkJggg==') /*change-company.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-change-parent:before {
    content: '\f014';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAXCAMAAAAx3e/WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAwBQTFRFh4eH9/f3np6e4eHh6Ojow8PDpaWlj4+PvLy8ysrK0tLStLS02dnZlpaWra2t8PDw////EREREhISExMTFBQUFRUVFhYWFxcXGBgYGRkZGhoaGxsbHBwcHR0dHh4eHx8fICAgISEhIiIiIyMjJCQkJSUlJiYmJycnKCgoKSkpKioqKysrLCwsLS0tLi4uLy8vMDAwMTExMjIyMzMzNDQ0NTU1NjY2Nzc3ODg4OTk5Ojo6Ozs7PDw8PT09Pj4+Pz8/QEBAQUFBQkJCQ0NDRERERUVFRkZGR0dHSEhISUlJSkpKS0tLTExMTU1NTk5OT09PUFBQUVFRUlJSU1NTVFRUVVVVVlZWV1dXWFhYWVlZWlpaW1tbXFxcXV1dXl5eX19fYGBgYWFhYmJiY2NjZGRkZWVlZmZmZ2dnaGhoaWlpampqa2trbGxsbW1tbm5ub29vcHBwcXFxcnJyc3NzdHR0dXV1dnZ2d3d3eHh4eXl5enp6e3t7fHx8fX19fn5+f39/gICAgYGBgoKCg4ODhISEhYWFhoaGh4eHiIiIiYmJioqKi4uLjIyMjY2Njo6Oj4+PkJCQkZGRkpKSk5OTlJSUlZWVlpaWl5eXmJiYmZmZmpqam5ubnJycnZ2dnp6en5+foKCgoaGhoqKio6OjpKSkpaWlpqamp6enqKioqampqqqqq6urrKysra2trq6ur6+vsLCwsbGxsrKys7OztLS0tbW1tra2t7e3uLi4ubm5urq6u7u7vLy8vb29vr6+v7+/wMDAwcHBwsLCw8PDxMTExcXFxsbGx8fHyMjIycnJysrKy8vLzMzMzc3Nzs7Oz8/P0NDQ0dHR0tLS09PT1NTU1dXV1tbW19fX2NjY2dnZ2tra29vb3Nzc3d3d3t7e39/f4ODg4eHh4uLi4+Pj5OTk5eXl5ubm5+fn6Ojo6enp6urq6+vr7Ozs7e3t7u7u7+/v8PDw8fHx8vLy8/Pz9PT09fX19vb29/f3+Pj4+fn5+vr6+/v7/Pz8/f39/v7+////hnZZcgAAABF0Uk5T/////////////////////wAlrZliAAABxUlEQVR4AQC1AUr+ABAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAEAgQQEBAQEBAQEBAAEBAQEBAFAAADEBAQEBAQEBAQABAQEAEGAAAADQYICgEQEBAQEAAQEAECAAAAAAAAAAAHBRAQEBAAEAECAAAAAAAAAAAAAAACARAQABAIAAAAAAAAAAAAAAAAAAYQEAAQAQIAAAAAAAAAAAAAAAAAChAAEBABDgAAAAAAAAAAAAAAAA0QABAQEBALAAAACQMDAwMJDgAABAAQEBAQEAwHAAMQEBAQEBAEAgoAEAwQEBAQAQsPEA8FEBAQEAEKABAFDgEQEBAQEBADAAIEEBAQEAAQDAAHCAwEEBAQCQAAAAoQEBAAEAEAAAAAAAAAAAAAAAAACBAQABAQCAAAAAAAAAAAAAAAAAALEAAQEAENAAAAAAAAAAAAAAAAAAkAEBAQBAcAAAAAAAAAAAAAAAIBABAQEBABCwAAAAAAAAAAAAIBEAAQEBAQEBAPCQYGBwAAAAYBEBAAEBAQEBAQEBAQEAUAAAUQEBAQABAQEBAQEBAQEBADAgQQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBABAAD//8AlDcOUnw93AAAAAElFTkSuQmCC') /*change-parent.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-comment:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*comment.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-contacts:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*contacts.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-eps:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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AAAAAAAAAAAAAAAAh4eH/wAAAAAAAAAAAAAAAAAAAAAAAAAAh4eH/wAAAAAAAAAAAAAAAAAAAAAAAAAAh4eH/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACHh4f/h4eHv4eHh7+Hh4e/h4eHv4eHh7+Hh4f/h4eHv4eHh7+Hh4e/h4eHv4eHh7+Hh4f/h4eHv4eHh7+Hh4e/h4eHv4eHh7+Hh4e/AIeHh/+Hh4dAh4eHQIeHh0CHh4dAh4eHQIeHh/+Hh4dAh4eHQIeHh0CHh4dAh4eHQIeHh/+Hh4dAh4eHQIeHh0CHh4dAh4eHQIeHh/8Ah4eH/wAAAAAAAAAAAAAAAAAAAAAAAAAAh4eH/wAAAAAAAAAAAAAAAAAAAAAAAAAAh4eH/wAAAAAAAAAAAAAAAAAAAAAAAAAAh4eH/wCHh4f/AAAAAAAAAAAAAAAAAAAAAAAAAACHh4f/AAAAAAAAAAAAAAAAAAAAAAAAAACHh4f/AAAAAAAAAAAAAAAAAAAAAAAAAACHh4f/AIeHh/8AAAAAAAAAAAAAAAAAAAAAAAAAAIeHh/8AAAAAAAAAAAAAAAAAAAAAAAAAAIeHh/8AAAAAAAAAAAAAAAAAAAAAAAAAAIeHh/8Ah4eH/wAAAAAAAAAAAAAAAAAAAAAAAAAAh4eH/wAAAAAAAAAAAAAAAAAAAAAAAAAAh4eH/wAAAAAAAAAAAAAAAAAAAAAAAAAAh4eH/wCHh4f/h4eHv4eHh7+Hh4e/h4eHv4eHh7+Hh4f/h4eHv4eHh7+Hh4e/h4eHv4eHh7+Hh4f/h4eHv4eHh7+Hh4e/h4eHv4eHh7+Hh4f/AIeHh0CHh4dAh4eHQIeHh0CHh4dAh4eHQIeHh0CHh4dAh4eHQIeHh0CHh4dAh4eHQIeHh0CHh4dAh4eHQIeHh0CHh4dAh4eHQIeHh0ABAAD//yVjVyHCmnnmAAAAAElFTkSuQmCC') /*eps.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-merge:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*merge.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-messages:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*messages.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-permission:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*permission.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-progress:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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EBAQEBAQEBAQBAEHBgQQEBAQEBAQABAQEBAQEBAQEBALBwwQAgMBEBAQEBAQABAQEBAQEBAQDQMBBBAQEBAOCgUQEBAQABAQEBAQEAQIDwUQEBAQEAIDBwIQEBAQABAQEBAQCwcCEBAQEBAFBgYEAQIQEBAQABAQEBABCQIQEBAQEAEDAhAQAQIQEBAQABAQDQMADAYGBBACBwsQEBAQAQIQEBAQABAGAAAAAhACAwMIBBAQEBAQAQIQEBAQABAAAAAAAhAQEAMQEBAQEBAMCgMNEBAQABAAAAAAAhAQEAMQEBAQDQMAAAAACAQQABAAAAAADhAQEAMQEAQIAAAAAAAAAAkCABAAAAAAAAMFEAMQCwkAAAAAAAAAAAABABAAAAAAAAAACAoDAAAAAAAAAAAAAAABABAAAAAAAAAAAAAAAAAAAAAAAAAAAAABABAGAAAAAAAAAAAAAAAAAAAAAAAAAAABABAQAgcAAAAAAAAAAAAAAAAAAAAAAAABABAQEBAOCQAAAAAAAAAKAAAAAAAAAAAMABAQEBAQBAYAAAAACQsQAgoAAAAAAwUQABAQEBAQEBACBwAIBBAQEBABCQoMEBAQABAQEBAQEBAQEAUQEBAQEBAQBRAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAQAA//+xABHobA1XowAAAABJRU5ErkJggg==') /*progress.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-status:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*status.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-vacations:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*vacations.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-itemizing:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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AICAgGCAgID/gICA/4CAgP+AgIBwgICA/4CAgP+AgID/gICA/4CAgI8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAgJ+AgIDvgICAMAAAAAAAAAAAAAAAAICAgECAgID/gICA/4CAgP+AgID/gICA/4CAgP+AgID/gICA/4CAgL8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICAn4CAgO+AgIAwAAAAAAAAAAAAAAAAAAAAAICAgECAgID/gICA/4CAgP+AgIDvgICAMICAgM+AgID/gICA/4CAgL8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAgICfgICA74CAgDAAAAAAAAAAAAAAAAAAAAAAAAAAAICAgECAgID/gICA/4CAgP+AgICPAAAAAICAgL+AgID/gICA/4CAgL8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAgJ+AgIDvgICAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAgECAgID/gICA/4CAgP+AgIBAAAAAAICAgL+AgID/gICA/4CAgK8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICAn4CAgO+AgIAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAgECAgID/gICA/4CAgP+AgIBAAAAAAICAgM+AgID/gICA/4CAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAACAgICfgICA74CAgDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAgECAgID/gICA/4CAgP+AgIBAAAAAAICAgP+AgID/gICA/4CAgHAAAAAAAAAAAAAAAAAAAAAAAICAgJ+AgIDvgICAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAgGCAgID/gICA34CAgL+AgIAwAAAAAICAgP+AgID/gICAv4CAgCAAAAAAAAAAAAAAAAAAgICAn4CAgO+AgIAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAgICfgICA74CAgDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAP//VlOjfVdI9vYAAAAASUVORK5CYII=') /*itemizing.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-read-true:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*read-true.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-read-false:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*read-false.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.ibrahimicon-tree:before {
    content: '\f014';
    background-image: url('data:image/png;base64,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') /*tree.png*/;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: transparent;
}

.open ul.selectpicker {
    display: block;
}

.selectpicker li.selected.active {
    border: none !important;
}

    .selectpicker li.selected.active:after {
        display: none;
    }

    .selectpicker li.selected.active:before {
        display: none;
    }

.selectpicker i.fa {
    color: #058dc7;
    font-size: 20px;
    margin-right: 5px;
}

.selectpicker span {
    font-weight: 700;
}

button.btn.dropdown-toggle.selectpicker.btn-default {
    padding: 12px 10px 12px 11px;
}

.selectpicker .caret {
    display: none;
}

.file {
    max-height: 141px;
}

    .file div.row {
        list-style: none;
        padding-left: 10px;
        white-space: nowrap;
    }

        .file div.row div.col {
            border: 1px solid #ccc;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-left: 6px;
            padding: 0;
            display: inline-block;
            float: none;
        }

            .file div.row div.col div.thumbnail {
                text-align: center;
                padding: 10px;
                border-color: transparent;
                border-bottom-color: #ddd;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
            }

                .file div.row div.col div.thumbnail i {
                    font-size: 45px;
                }

            .file div.row div.col div.highlight pre {
                padding: 10px;
                border-top-color: transparent;
                border: none;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
            }

.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    height: 100%;
    max-height: calc(100% - 160px);
    overflow-y: auto;
    background-color: #fcfcfc;
}

    .modal-body::-webkit-scrollbar {
        height: 16px;
        overflow: visible;
        width: 16px;
    }

    .modal-body::-webkit-scrollbar-thumb {
        background-color: #55688a;
        background-color: rgba(85, 104, 138,0.2);
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        border: solid transparent;
        border-width: 0 1px 0 6px;
        min-height: 28px;
        padding: 100px 0 0;
        -moz-box-shadow: inset 1px 1px 0 #55688a,inset 0 -1px 0 #55688a;
        -moz-box-shadow: inset 1px 1px 0 rgba(85, 104, 138,0.10),inset 0 -1px 0 rgba(85, 104, 138,0.07);
        -webkit-box-shadow: inset 1px 1px 0 #55688a,inset 0 -1px 0 #55688a;
        -webkit-box-shadow: inset 1px 1px 0 rgba(85, 104, 138,0.10),inset 0 -1px 0 rgba(85, 104, 138,0.07);
        -ms-box-shadow: inset 1px 1px 0 #55688a,inset 0 -1px 0 #55688a;
        box-shadow: inset 1px 1px 0 #55688a,inset 0 -1px 0 #55688a;
        box-shadow: inset 1px 1px 0 rgba(85, 104, 138,0.10),inset 0 -1px 0 rgba(85, 104, 138,0.07);
    }

    .modal-body::-webkit-scrollbar-track {
        border-width: 0;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -ms-background-clip: padding-box;
        background-clip: padding-box;
        border: solid transparent;
        border-width: 0 1px 0 6px;
    }

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

.modal-body::-webkit-scrollbar-track:hover {
    background-color: #55688a;
    background-color: rgba(85, 104, 138,0.35);
    -moz-box-shadow: inset 1px 1px 0 #55688a,inset 0 -1px 0 #55688a;
    -moz-box-shadow: inset 1px 1px 0 rgba(85, 104, 138,.14),inset 0 -1px 0 rgba(85, 104, 138,.07);
    -webkit-box-shadow: inset 1px 1px 0 #55688a,inset 0 -1px 0 #55688a;
    -webkit-box-shadow: inset 1px 1px 0 rgba(85, 104, 138,.14),inset 0 -1px 0 rgba(85, 104, 138,.07);
    -ms-box-shadow: inset 1px 1px 0 #55688a,inset 0 -1px 0 #55688a;
    box-shadow: inset 1px 1px 0 #55688a,inset 0 -1px 0 #55688a;
    box-shadow: inset 1px 1px 0 rgba(85, 104, 138,.14),inset 0 -1px 0 rgba(85, 104, 138,.07);
}


.modal-body::-webkit-scrollbar-track:active {
    background-color: #55688a;
    background-color: rgba(85, 104, 138,0.5);
    -moz-box-shadow: inset 1px 0 0 #55688a,inset -1px 0 0 #55688a;
    -moz-box-shadow: inset 1px 0 0 rgba(85, 104, 138,0.14),inset -1px 0 0 rgba(85, 104, 138,0.07);
    -webkit-box-shadow: inset 1px 0 0 #55688a,inset -1px 0 0 #55688a;
    -webkit-box-shadow: inset 1px 0 0 rgba(85, 104, 138,0.14),inset -1px 0 0 rgba(85, 104, 138,0.07);
    -ms-box-shadow: inset 1px 0 0 #55688a,inset -1px 0 0 #55688a;
    box-shadow: inset 1px 0 0 #55688a,inset -1px 0 0 #55688a;
    box-shadow: inset 1px 0 0 rgba(85, 104, 138,0.14),inset -1px 0 0 rgba(85, 104, 138,0.07);
}


.modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #55688a;
    background-color: rgba(85, 104, 138,0.4);
    -moz-box-shadow: inset 1px 1px 1px #55688a;
    -moz-box-shadow: inset 1px 1px 1px rgba(85, 104, 138,0.25);
    -webkit-box-shadow: inset 1px 1px 1px #55688a;
    -webkit-box-shadow: inset 1px 1px 1px rgba(85, 104, 138,0.25);
    -ms-box-shadow: inset 1px 1px 1px #55688a;
    box-shadow: inset 1px 1px 1px #55688a;
    box-shadow: inset 1px 1px 1px rgba(85, 104, 138,0.25);
}

.modal-body::-webkit-scrollbar-thumb:active {
    background-color: #55688a;
    background-color: rgba(85, 104, 138,0.5);
    -moz-box-shadow: inset 1px 1px 1px #55688a;
    -moz-box-shadow: inset 1px 1px 1px rgba(85, 104, 138,0.35);
    -webkit-box-shadow: inset 1px 1px 1px #55688a;
    -webkit-box-shadow: inset 1px 1px 1px rgba(85, 104, 138,0.35);
    -ms-box-shadow: inset 1px 1px 1px #55688a;
    box-shadow: inset 1px 1px 1px #55688a;
    box-shadow: inset 1px 1px 1px rgba(85, 104, 138,0.35);
}

.modal-body::-webkit-scrollbar-corner {
    background: transparent;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #fff;
    border-width: 3px 0 0 3px;
    -moz-box-shadow: inset 1px 1px 0 #55688a;
    -moz-box-shadow: inset 1px 1px 0 rgba(85, 104, 138,.14);
    -webkit-box-shadow: inset 1px 1px 0 #55688a;
    -webkit-box-shadow: inset 1px 1px 0 rgba(85, 104, 138,.14);
    -ms-box-shadow: inset 1px 1px 0 #55688a;
    box-shadow: inset 1px 1px 0 #55688a;
    box-shadow: inset 1px 1px 0 rgba(85, 104, 138,.14);
}

.modal-body::-webkit-scrollbar-track-piece {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #fff;
    border-width: 0 0 0 3px;
    -moz-box-shadow: inset 1px 0 0 #55688a,inset 0 -1px 0 #55688a;
    -moz-box-shadow: inset 1px 0 0 rgba(85, 104, 138,.14),inset 0 -1px 0 rgba(85, 104, 138,.07);
    -webkit-box-shadow: inset 1px 0 0 #55688a,inset 0 -1px 0 #55688a;
    -webkit-box-shadow: inset 1px 0 0 rgba(85, 104, 138,.14),inset 0 -1px 0 rgba(85, 104, 138,.07);
    -ms-box-shadow: inset 1px 0 0 #55688a,inset 0 -1px 0 #55688a;
    box-shadow: inset 1px 0 0 #55688a,inset 0 -1px 0 #55688a;
    box-shadow: inset 1px 0 0 rgba(85, 104, 138,.14),inset 0 -1px 0 rgba(85, 104, 138,.07);
}

.tree .parent_li ul {
    display: none;
}

.tree .parent_li.open > ul {
    display: block;
}

.tree .parent_li ul li span.active {
    background-color: #DF8505;
    border: 1px solid #C67605;
    color: #fff;
}

.smart-form .toggle.status i {
    width: 61px !important;
}

.smart-form .toggle.status input:checked + i:before {
    right: 46px !important;
}

.jarviswidget.well .smart-form header {
    display: block !important;
}

.jarviswidget.well.well-has-header header {
    display: block;
}

.jarviswidget > header > .h2 {
    margin-left: 10px !important;
    float: left;
}

.jarviswidget > header .h2 {
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin: 0;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
}

.modal .dropzone {
    min-height: 75px;
}

.modal .dz-message {
    position: absolute;
    width: 428px;
    height: 46px;
    margin-left: -103px;
    margin-top: -23.5px;
    top: 50%;
    left: 50%;
    font-size: 30px;
}

.module-menu {
    margin-left: 50px;
    margin-right: 50px;
}

    .module-menu .selected {
        border: none !important;
    }

        .module-menu .selected:before {
            display: none;
        }

        .module-menu .selected:after {
            display: none;
        }

.jqx-grid-column-header span {
    font-family: 'Helvetica';
    font-size: 12px;
    color: #303030;
    font-weight: bold;
    line-height: 17px;
}

.jqx-grid-column-header div div {
    text-align: center !important;
}

.jqx-grid-cell-alt {
    background: #f2f2f2;
}

.jqx-widget-header-bootstrap {
    background-color: #f2f2f2;
    color: #888;
    font-size: 12px;
}

.jqx-scrollbar-thumb-state-normal-horizontal-bootstrap {
    top: 1px !important;
    border: none;
    -webkit-box-shadow: inset 1px 1px 0 #000000,inset 0 -1px 0 #000000;
    -moz-box-shadow: inset 1px 1px 0 #000000,inset 0 -1px 0 #000000;
    -moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 #000000,inset 0 -1px 0 #000000;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    background-color: #000000;
    background-color: rgba(0,0,0,.2);
    border-radius: 0 !important;
}

.jqx-scrollbar-thumb-state-hover-horizontal-bootstrap {
    top: 1px !important;
    border: none;
    -webkit-box-shadow: inset 1px 1px 1px #000000;
    -moz-box-shadow: inset 1px 1px 1px #000000;
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
    box-shadow: inset 1px 1px 1px #000000;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
    background-color: #000000;
    background-color: rgba(0,0,0,.4);
}

.jqx-scrollbar-thumb-state-pressed-horizontal-bootstrap {
    top: 1px !important;
    border: none;
    -webkit-box-shadow: inset 1px 1px 3px #000000;
    -moz-box-shadow: inset 1px 1px 3px #000000;
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.35);
    box-shadow: inset 1px 1px 3px #000000;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.35);
    background-color: #000000;
    background-color: rgba(0,0,0,.5);
}

.jqx-scrollbar-state-normal-bootstrap {
    background-color: #f5f5f5;
}

.jqx-scrollbar-button-state-normal {
    background-color: #ebebeb;
}

.jqx-grid-cell-bootstrap {
    /*text-align: center !important;*/
    font-size: 12px;
    font-family: 'Helvetica';
}

    .jqx-grid-cell-bootstrap div {
        display: inline-block;
    }

.jqx-disableselect div div {
    display: block;
    margin-right: 1px;
}

.nav-trans {
    background-color: transparent;
    border: none;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

    .nav-trans .nav-trans-label {
        width: 75px;
        color: #888;
        font-size: 12px;
        min-height: 40px;
        margin-top: 5px;
        line-height: 15px;
    }

    .nav-trans .nav li {
        width: 75px;
        text-align: center;
        overflow: hidden;
        white-space: normal;
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        float: none;
    }

    .nav-trans .tooltip {
        top: 58px !important;
    }

    .nav-trans .nav a:hover label {
        color: #2580f7 !important;
    }

    .nav-trans .nav a:hover i {
        font-size: 3em;
        color: #2580f7 !important;
    }

    .nav-trans .nav a.active label {
        color: #2580f7 !important;
    }

    .nav-trans .nav a.active i {
        font-size: 3em;
        color: #2580f7 !important;
    }

    .nav-trans .nav li a {
        text-decoration: none;
        padding: 0;
    }

        .nav-trans .nav li a i {
            font-size: 2.8em;
            color: #888;
            display: block;
        }

nav ul span.menu-item-parent {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.smart-style-2 nav ul li a span {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.grid-checkbox {
    margin-bottom: 0px !important;
    margin-top: 16px !important;
    margin-left: 31px !important;
}

.rowIndex {
    width: 100%;
    height: 100%;
}

    .rowIndex span {
        display: inline-block;
        margin-top: 14px !important;
    }

.jqx-grid-cell-filter-row div {
    display: block;
}

.jqx-grid-cell-selected-bootstrap {
    color: #333 !important;
    background-color: #d9edf7 !important;
    border-color: #d9edf7 !important;
}

.jqx-grid-cell {
    cursor: pointer;
}

.selectbox {
    background: #ffffff;
    color: #333333;
    padding: 8px;
    line-height: 18px;
    cursor: pointer;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-width: 0 1px 4px 1px;
}

div[role="gridcell"] label {
    margin-top: 5px;
    display: inline-block;
}

.jqx-grid-cell.jqx-grid-cell-bootstrap.jqx-item.jqx-item-bootstrap > div {
    margin-left: 15px !important;
}

.jqx-grid-cell.jqx-grid-cell-bootstrap.jqx-item.jqx-item-bootstrap .editable-click {
    margin-left: 15px !important;
    line-height: 45px !important;
}

.smart-style-2 #header {
    background-color: #3498DB !important;
}

.smart-style-2 #logo-group span#activity {
    background: transparent;
    border: transparent;
    color: #486c8f !important;
}

#hide-menu {
    float: left;
}

#logo {
    width: 142px;
}

#logo-group span#activity:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.smart-style-2 .project-selector {
    color: #FFF;
}

.smart-style-2 .project-context > :first-child {
    color: #FFF;
}

.smart-style-2 #logo-group > span .badge {
    background-color: red;
}

.smart-style-2 .btn-header > :first-child > a {
    background-color: transparent;
    border: transparent;
}

.btn-header > :first-child > a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.smart-style-2 #logo-group {
    background: #3498DB !important;
}

:-webkit-full-screen #fullscreen > :first-child > a {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.2em;
}

.hidden-menu #hide-menu > :first-child > a {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.2em;
}

.smart-style-2 .btn-header > :first-child > a.active {
    background-color: #275fe3;
}

.smart-style-2 .btn-header {
    display: inline-block;
}

.navbar-user img {
    float: left;
    width: 30px;
    height: 30px;
    margin: -1px -5px 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.header-dropdown-list {
    padding: 0;
    display: inline-block;
    float: none;
}

    .header-dropdown-list li a.dropdown-toggle {
        color: #fff !important;
        font-weight: bold;
        height: 30px;
        min-width: 30px;
        padding: 2px;
        text-align: center;
        text-decoration: none !important;
        font-size: 17px;
        margin: 8px 0 0 0;
    }

.header-brand {
    display: inline-block;
    margin-left: 50px;
    position: absolute;
    top: 12px;
}

.smart-style-2 #left-panel {
    padding-right: 0 !important;
    padding-left: 0 !important;
    position: fixed;
    height: 100%;
}

    .smart-style-2 #left-panel nav {
        overflow-y: auto;
        height: 100%;
        padding-bottom: 49px;
    }

.smart-style-2 nav ul b .fa-plus-square-o:before {
    content: "\f107";
}

.smart-style-2 nav ul b .fa-minus-square-o:before {
    content: "\f106";
}

.smart-style-2 .login-info span {
    background: none;
}

.smart-style-2 .btn-header > :first-child > a, .smart-style-2 #hide-menu a > i {
    color: #486c8f !important;
}

hr {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 40px;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/procooricons.eot?-o0w4lv');
    src: url('../fonts/procooricons.eot?#iefix-o0w4lv') format('embedded-opentype'), url('../fonts/procooricons.woff?-o0w4lv') format('woff'), url('../fonts/procooricons.ttf?-o0w4lv') format('truetype'), url('../fonts/procooricons.svg?-o0w4lv#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="procoor-icon-"], [class*=" procoor-icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.procoor-icon-project-properties:before {
    content: "\e600";
}

.procoor-icon-pictures:before {
    content: "\e601";
}

.procoor-icon-companies:before {
    content: "\e602";
}

.procoor-icon-workflow:before {
    content: "\e603";
}

.procoor-icon-distribution-list:before {
    content: "\e604";
}

.procoor-icon-task-groups:before {
    content: "\e605";
}

.procoor-icon-organization-chart:before {
    content: "\e606";
}

.procoor-icon-project-page-setup:before {
    content: "\e607";
}

.procoor-icon-check-list:before {
    content: "\e608";
}

.procoor-icon-general-forms:before {
    content: "\e609";
}

.procoor-icon-alerts:before {
    content: "\e60a";
}

.procoor-icon-BIC:before {
    content: "\e60b";
}

.procoor-icon-primavera:before {
    content: "\e60c";
}

.procoor-icon-schedule:before {
    content: "\e60d";
}

.procoor-icon-task-tree:before {
    content: "\e60e";
}

.procoor-icon-task:before {
    content: "\e60f";
}

.procoor-icon-BOQ:before {
    content: "\e610";
}

.procoor-icon-change-order:before {
    content: "\e611";
}

.procoor-icon-contracts:before {
    content: "\e612";
}

.procoor-icon-cost-coding-tree:before {
    content: "\e613";
}

.procoor-icon-invoices-for-PO:before {
    content: "\e614";
}

.procoor-icon-Issues:before {
    content: "\e615";
}

.procoor-icon-payment-requisitions:before {
    content: "\e616";
}

.procoor-icon-PCO:before {
    content: "\e617";
}

.procoor-icon-procurement:before {
    content: "\e618";
}

.procoor-icon-purchase-order:before {
    content: "\e619";
}

.procoor-icon-qauntity-survey:before {
    content: "\e61a";
}

.procoor-icon-site-request:before {
    content: "\e61b";
}

.procoor-icon-weekly-report:before {
    content: "\e61c";
}

.procoor-icon-equipment-delivery:before {
    content: "\e61d";
}

.procoor-icon-inspection-request:before {
    content: "\e61e";
}

.procoor-icon-material-delivery:before {
    content: "\e61f";
}

.procoor-icon-material-inspection:before {
    content: "\e620";
}

.procoor-icon-material-release:before {
    content: "\e621";
}

.procoor-icon-NCR:before {
    content: "\e622";
}

.procoor-icon-project-inventory:before {
    content: "\e623";
}

.procoor-icon-punch-list:before {
    content: "\e624";
}

.procoor-icon-quality-control:before {
    content: "\e625";
}

.procoor-icon-site-instructions:before {
    content: "\e626";
}

.procoor-icon-submittal-approved:before {
    content: "\e627";
}

.procoor-icon-submittal-package .path1:before {
    content: "\e628";
    color: rgb(0, 0, 0);
}

.procoor-icon-submittal-package .path2:before {
    content: "\e629";
    margin-left: -0.71875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-submittal-package .path3:before {
    content: "\e62a";
    margin-left: -0.71875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-submittal-package .path4:before {
    content: "\e62b";
    margin-left: -0.71875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-submittal:before {
    content: "\e62c";
}

.procoor-icon-submittal-package2 .path1:before {
    content: "\e62d";
    color: rgb(0, 0, 0);
}

.procoor-icon-submittal-package2 .path2:before {
    content: "\e62e";
    margin-left: -0.71875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-submittal-package2 .path3:before {
    content: "\e62f";
    margin-left: -0.71875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-submittal-package2 .path4:before {
    content: "\e630";
    margin-left: -0.71875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-daily-report:before {
    content: "\e631";
}

.procoor-icon-correspondence-received:before {
    content: "\e666";
}

.procoor-icon-correspondence-sent:before {
    content: "\e667";
}

.procoor-icon-email-records:before {
    content: "\e668";
}

.procoor-icon-external-meeting-minutes:before {
    content: "\e669";
}

.procoor-icon-internal-meeting-minutes:before {
    content: "\e66a";
}

.procoor-icon-internal-memo:before {
    content: "\e66b";
}

.procoor-icon-internal-RFIs:before {
    content: "\e66c";
}

.procoor-icon-letters:before {
    content: "\e66d";
}

.procoor-icon-meeting-agenda:before {
    content: "\e66e";
}

.procoor-icon-proposal-request:before {
    content: "\e632";
}

.procoor-icon-proposal:before {
    content: "\e633";
}

.procoor-icon-reports:before {
    content: "\e69e";
}

.procoor-icon-RFIs:before {
    content: "\e69f";
}

.procoor-icon-telephone-records:before {
    content: "\e6a0";
}

.procoor-icon-transmittals:before {
    content: "\e6a1";
}

.procoor-icon-design-phasing:before {
    content: "\e6a2";
}

.procoor-icon-drawing-list:before {
    content: "\e6a3";
}

.procoor-icon-drawing-set:before {
    content: "\e6a4";
}

.procoor-icon-drawing:before {
    content: "\e6a5";
}

.procoor-icon-resources-tree:before {
    content: "\e6a6";
}

.procoor-icon-budget-file:before {
    content: "\e634";
}

.procoor-icon-budgeted-expenses:before {
    content: "\e6a9";
}

.procoor-icon-estimation-base:before {
    content: "\e6aa";
}

.procoor-icon-project-estimate:before {
    content: "\e6ab";
}

.procoor-icon-tender-analysis:before {
    content: "\e6ac";
}

.procoor-icon-budget-variance:before {
    content: "\e6ad";
}

.procoor-icon-workflow-report:before {
    content: "\e6ae";
}

.procoor-icon-workflow-doc-status:before {
    content: "\e6af";
}

.procoor-icon-cost-coding-report:before {
    content: "\e6b0";
}

.procoor-icon-project-cost-report:before {
    content: "\e6b1";
}

.procoor-icon-task-status-report:before {
    content: "\e6b2";
}

.procoor-icon-time-sheet:before {
    content: "\e6b3";
}

.procoor-icon-expenses:before {
    content: "\e6b4";
}

.procoor-icon-design-status-report:before {
    content: "\e6b5";
}

.procoor-icon-design-timeline:before {
    content: "\e635";
}

.procoor-icon-payment-requisition:before {
    content: "\e636";
}

.procoor-icon-invoice-quantities:before {
    content: "\e6c5";
}

.procoor-icon-BOQ-requested-quantities:before {
    content: "\e6c6";
}

.procoor-icon-BOQ-released-quantities:before {
    content: "\e6c7";
}

.procoor-icon-site-request-vs-released:before {
    content: "\e6c8";
}

.procoor-icon-subcontracted-quantities:before {
    content: "\e6c9";
}

.procoor-icon-subcontracted-unit-price:before {
    content: "\e6ca";
}

.procoor-icon-distribution-action-report:before {
    content: "\e6cb";
}

.procoor-icon-inventory-returned .path1:before {
    content: "\e6cc";
    color: rgb(77, 77, 77);
}

.procoor-icon-inventory-returned .path2:before {
    content: "\e6cd";
    margin-left: -0.96875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-inventory-returned .path3:before {
    content: "\e6ce";
    margin-left: -0.96875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-inventory-returned .path4:before {
    content: "\e6cf";
    margin-left: -0.96875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-inventory-returned .path5:before {
    content: "\e6d0";
    margin-left: -0.96875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-inventory-returned .path6:before {
    content: "\e6d1";
    margin-left: -0.96875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-inventory-returned .path7:before {
    content: "\e6d2";
    margin-left: -0.96875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-inventory-returned .path8:before {
    content: "\e6d3";
    margin-left: -0.96875em;
    color: rgb(255, 255, 255);
}

.procoor-icon-inventory-returned .path9:before {
    content: "\e6d4";
    margin-left: -0.96875em;
    color: rgb(255, 255, 255);
}

.procoor-icon-inventory-returned .path10:before {
    content: "\e6d5";
    margin-left: -0.96875em;
    color: rgb(77, 77, 77);
}

.procoor-icon-monthly-report:before {
    content: "\e6d6";
}

.procoor-icon-arrowHoverleft:before {
    content: "\e6d7";
}

.procoor-icon-arrowHoverright:before {
    content: "\e6d8";
}

.procoor-icon-arrowleft-01:before {
    content: "\e6d9";
}

.procoor-icon-arrowright-01:before {
    content: "\e6da";
}

.procoor-icon-DoublearrowHoverleft:before {
    content: "\e6db";
}

.procoor-icon-DoublearrowHoverright:before {
    content: "\e6dc";
}

.procoor-icon-Doublearrowleft-01:before {
    content: "\e6dd";
}

.procoor-icon-Doublearrowright-01:before {
    content: "\e6de";
}

.procoor-icon-Configurations:before {
    content: "\e6df";
}

.procoor-icon-User-avatar .path1:before {
    content: "\e6e0";
    color: rgb(169, 221, 243);
}

.procoor-icon-User-avatar .path2:before {
    content: "\e6e1";
    margin-left: -0.8046875em;
    color: rgb(255, 255, 255);
}

.procoor-icon-notifications:before {
    content: "\e6e2";
}

.jqx-icon-arrow-last-bootstrap {
    background-image: none;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.3em;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .jqx-icon-arrow-last-bootstrap:before {
        content: "\e6dd";
    }

    .jqx-icon-arrow-last-bootstrap:hover:before {
        content: "\e6db";
    }

.jqx-icon-arrow-first-bootstrap {
    background-image: none;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.3em;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .jqx-icon-arrow-first-bootstrap:before {
        content: "\e606";
    }

    .jqx-icon-arrow-first-bootstrap:hover:before {
        content: "\e652";
    }

.jqx-icon-arrow-right-bootstrap {
    background-image: none;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.3em;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .jqx-icon-arrow-right-bootstrap:before {
        content: "\e6da";
    }

    .jqx-icon-arrow-right-bootstrap:hover:before {
        content: "\e6d8";
    }

.jqx-scrollbar-button-state-hover-bootstrap .jqx-icon-arrow-right-bootstrap {
    border: none !important;
    text-decoration: none;
}

.jqx-scrollbar-button-state-normal-bootstrap .jqx-icon-arrow-right-bootstrap:hover:before {
    content: "\e6d8";
}

.jqx-icon-arrow-left-bootstrap {
    background-image: none;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.3em;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .jqx-icon-arrow-left-bootstrap:before {
        content: "\e6d9";
    }

    .jqx-icon-arrow-left-bootstrap:hover:before {
        content: "\e6d7";
    }

.jqx-scrollbar-button-state-hover-bootstrap.jqx-fill-state-hover {
    border-color: transparent !important;
    text-decoration: none;
}

.jqx-scrollbar-button-state-normal-bootstrap .jqx-icon-arrow-left-bootstrap:hover:before {
    content: "\e6d7";
}

.jqx-grid-pager-bootstrap .jqx-button-bootstrap {
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jqx-grid-pager-number {
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

    .jqx-grid-pager-number:hover {
        font-weight: bolder !important;
        text-decoration: none;
    }

    .jqx-grid-pager-number.jqx-fill-state-pressed-bootstrap {
        font-weight: bolder !important;
        text-decoration: none;
    }

.filter.jqx-widget-bootstrap {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

    .filter.jqx-widget-bootstrap .jqx-icon-arrow-down-bootstrap {
        background: none;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: bolder;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.3em;
        top: 4px;
    }

        .filter.jqx-widget-bootstrap .jqx-icon-arrow-down-bootstrap:before {
            content: "\f107";
        }

.jqx-listbox-bootstrap.jqx-widget-bootstrap.jqx-widget-content {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.jqx-grid-cell.jqx-grid-cell-bootstrap.jqx-item.jqx-item-bootstrap {
    border-bottom: 0;
    border-color: #eee !important;
    border-right: none !important;
}

.jqx-input-bootstrap {
    border: 1px solid #ebebeb;
}

.jqx-grid-cell-pinned {
    background-color: #FFF;
}

.page-header-text {
    font-size: 18px;
}

.page-header-row {
    padding-bottom: 9px;
    margin-top: 0 !important;
}

.jarviswidget > div {
    padding: 13px 12px 0;
    -ms-border-radius: 9px;
    border-radius: 9px;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.jqx-grid-bootstrap {
    border: 1px solid rgb(221, 221, 221) !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.widget-body > hr {
    border-color: transparent;
    margin-bottom: 10px;
}

.btn-trans {
    background-color: transparent;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #989898;
    margin-right: 8px;
    background-color: #0dc083;
    color: #FFF;
    font-size: 12px;
    padding: 6px 10px;
}

.smart-rtl .btn-trans {
    margin-right: 0px;
    margin-left: 8px;
}

.btn-trans:hover {
    background-color: #099E6B;
}

.btn-trans:hover {
    color: #FFF !important;
}

.btn-trans i {
    font-size: 1.7em;
}

    .btn-trans i:hover {
        color: #FFF;
    }

.btn-trans.btn-trans-full i {
    font-size: 1.4em;
    margin-top: 2px;
}

.jqx-grid-group-collapse.jqx-grid-group-collapse-bootstrap {
    padding-left: 5px;
    padding-top: 8px;
}

    .jqx-grid-group-collapse.jqx-grid-group-collapse-bootstrap.jqx-icon-arrow-right.jqx-icon-arrow-right-bootstrap {
        background: none;
    }

        .jqx-grid-group-collapse.jqx-grid-group-collapse-bootstrap.jqx-icon-arrow-right.jqx-icon-arrow-right-bootstrap:hover:before {
            content: "\e603";
        }

.jqx-grid-group-expand.jqx-grid-group-expand-bootstrap.jqx-icon-arrow-down.jqx-icon-arrow-down-bootstrap {
    background: none;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
}

    .jqx-grid-group-expand.jqx-grid-group-expand-bootstrap.jqx-icon-arrow-down.jqx-icon-arrow-down-bootstrap:before {
        content: "\f107";
    }

.fixed-ribbon #content {
    padding-top: 5px;
}

.dash-nav {
    background-color: transparent;
    border: transparent;
    color: #FFF;
}

    .dash-nav li.open a.nav-header {
        background-color: #275fe3 !important;
        color: #FFF !important;
    }

    .dash-nav li {
        overflow: visible;
    }

        .dash-nav li ul {
            display: none !important;
        }

        .dash-nav li.open ul {
            display: block !important;
        }

        .dash-nav li ul {
            background-color: #FFF !important;
            border: 1px solid #ccc;
            border: 1px solid rgba(0,0,0,.15);
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: 0 6px 12px #000000;
            -moz-box-shadow: 0 6px 12px #000000;
            -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px #000000;
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
        }

            .dash-nav li ul li.active a {
                color: #FFF !important;
            }

                .dash-nav li ul li.active a:hover {
                    color: #FFF !important;
                    background-color: #337ab7 !important;
                }


    .dash-nav a.nav-header {
        color: #fff !important;
        margin-top: 9px;
        padding: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .dash-nav li ul li a.nav-header {
        margin-top: 5px;
    }

    .dash-nav a.nav-header:hover {
        background-color: #275fe3 !important;
        color: #FFF !important;
    }

    .dash-nav a.nav-header .collapse-sign {
        display: none;
    }

    .dash-nav ul li {
        display: inline-block;
        margin-left: 9px;
    }

    .dash-nav .container-fluid {
        padding-left: 0;
    }

.local-nav {
    border-bottom: solid 1px #e0e0e0;
    display: block;
    list-style: none;
    padding: 0;
}

.hover-list {
    position: relative;
    list-style: none;
    padding: 0;
}

.local-nav > li {
    display: inline-block;
    overflow: visible;
    vertical-align: top;
}

    .local-nav > li > ul > li {
        display: inline-block;
    }

        .local-nav > li > ul > li.current a.dropdown-toggle {
            color: #2c9ab7 !important;
        }

    .local-nav > li .hover-list > li > a {
        color: #484848;
        font-weight: 600;
        padding: .93333333em 1.6em 1em 0;
        line-height: 1.6em;
        text-align: center;
        float: left;
        font-size: 1em;
    }

.dropdown-toggle:hover {
    text-decoration: none;
}

.no-cell-border {
    border: none !important;
}

.summary-widget {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

div.vertical-bootstrap-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.vertical-bootstrap-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.vertical-bootstrap-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.vertical-bootstrap-tab-menu div.list-group > a .glyphicon,
            div.vertical-bootstrap-tab-menu div.list-group > a .fa {
                color: #5A55A3;
            }

            div.vertical-bootstrap-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.vertical-bootstrap-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.vertical-bootstrap-tab-menu div.list-group > a.active,
            div.vertical-bootstrap-tab-menu div.list-group > a.active .glyphicon,
            div.vertical-bootstrap-tab-menu div.list-group > a.active .fa {
                background-color: #3498DB;
                color: #ffffff;
                border-color: #3498DB;
            }

                div.vertical-bootstrap-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #3498DB;
                }

div.vertical-bootstrap-tab-content {
    background-color: #ffffff;
    padding-left: 20px;
}

div.vertical-bootstrap-tab div.vertical-bootstrap-tab-content:not(.active) {
    display: none;
}

.fixed-action-btn {
    position: fixed;
    right: 15px;
    bottom: 10px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 1000;
}

.btn-floating, .btn-large {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .btn-floating:hover, .btn-large:hover {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

    .btn-floating i {
        font-size: 1.3rem;
        line-height: inherit;
    }

.btn-floating {
    display: inline-block;
    color: #FFF;
    position: relative;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    background-color: #26a69a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

    .btn-floating i {
        width: inherit;
        display: inline-block;
        text-align: center;
        color: #FFF;
        font-size: 1.6rem;
        line-height: 37px;
    }

    .btn-floating.btn-large {
        width: 55.5px;
        height: 55.5px;
    }

        .btn-floating.btn-large i {
            line-height: 55.5px;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }

            .btn-floating.btn-large i:hover {
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

@font-face {
    font-family: "Material-Design-Icons";
    src: url("../fonts/Material-Design-Icons.eot");
    src: url("../fonts/Material-Design-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Material-Design-Icons.woff") format("woff"), url("../fonts/Material-Design-Icons.ttf") format("truetype"), url("../fonts/Material-Design-Icons.svg#Material-Design-Icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="mdi-"], [class*=" mdi-"] {
    font: normal normal normal 14px/1 "Material-Design-Icons";
    -webkit-speak: none;
    -moz-speak: none;
    display: inline-block;
    -ms-speak: none;
    -o-speak: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-variant: normal;
    -moz-font-variant: normal;
    -ms-font-variant: normal;
    -o-font-variant: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mdi-content-add:before {
    content: "\e6fb";
}

.mdi-action-home:before {
    content: "\e636";
}

.mdi-device-access-time:before {
    content: "\e71f";
}

.mdi-editor-insert-drive-file:before {
    content: "\e78f";
}

.mdi-social-domain:before {
    content: "\e8ca";
}

.mdi-communication-quick-contacts-dialer:before {
    content: "\e6f0";
}

.mdi-content-create:before {
    content: "\e706";
}


.mdi-action-explore:before {
    content: "\e627";
}

.mdi-image-timelapse:before {
    content: "\e84d";
}

.mdi-hardware-desktop-mac:before {
    content: "\e7ac";
}

.mdi-hardware-desktop-mac:before {
    content: "\e7ac";
}

.mdi-action-shopping-cart:before {
    content: "\e673";
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.red {
    background-color: #F44336 !important;
}

.jarviswidget {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#header .pull-right .navbar-collapse.collapse {
    height: 100% !important;
    display: block;
    overflow: visible !important;
    visibility: visible !important;
    padding: 0;
}

    #header .pull-right .navbar-collapse.collapse .navbar-nav > li > .dropdown-menu {
        margin-top: 20px;
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
        border: 1px solid rgba(0,0,0,.15) !important;
        background-color: #FFF !important;
        margin-left: 20px;
        width: 97.5%;
    }

    #header .pull-right .navbar-collapse.collapse .navbar-nav > li > .dropdown-toggle {
        color: #FFF !important;
    }

        #header .pull-right .navbar-collapse.collapse .navbar-nav > li > .dropdown-toggle span {
            margin-top: 3px;
            margin-left: 3px;
        }

        #header .pull-right .navbar-collapse.collapse .navbar-nav > li > .dropdown-toggle:hover {
            background-color: transparent !important;
        }

    #header .pull-right .navbar-collapse.collapse .navbar-nav > li.open > .dropdown-toggle {
        background-color: transparent !important;
    }

    #header .pull-right .navbar-collapse.collapse .navbar-default .navbar-nav > li > a {
        width: 200px;
        font-weight: bold;
    }

.mega-dropdown {
    position: static !important;
    width: 100%;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

    .mega-dropdown-menu > li > ul > li {
        list-style: none;
    }

        .mega-dropdown-menu > li > ul > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            color: #999;
            white-space: normal;
        }

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.fixed-action-btn + .tooltip > .tooltip-arrow {
    display: none;
}

.eps-menu {
    margin-bottom: 0 !important;
    height: auto;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 17px;
    font-weight: bold;
}

    .eps-menu > span {
        padding: 5px 15px 7px;
        display: block;
        border-bottom: 1px solid #cacaca;
    }

    .eps-menu span a {
        font-size: 16px !important;
        color: #33455a;
        margin-top: 2px;
        text-decoration: none;
    }

    .eps-menu a span:first-child {
        display: none;
    }

.minified .eps-menu a span:first-child {
    display: inline-block;
}

    .minified .eps-menu a span:first-child + span {
        display: none;
    }

.user-menu .dropdown-menu > li > a {
    color: #428bca;
    width: 100% !important;
}

    .user-menu .dropdown-menu > li > a:hover {
        background-color: #f5f5f5 !important;
        background-color: transparent !important;
    }

.user-menu .dropdown ul.dropdown-menu {
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    margin-top: 20px;
    width: 300px;
    position: absolute;
    left: -259px;
    background-color: #FFF !important;
}

    .user-menu .dropdown ul.dropdown-menu:before {
        content: "";
        border-bottom: 10px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        right: 16px;
        z-index: 10;
    }

    .user-menu .dropdown ul.dropdown-menu:after {
        content: "";
        border-bottom: 12px solid #ccc;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        top: -12px;
        right: 14px;
        z-index: 9;
    }

@media (max-width: 767px) {
    .btn-header a.dropdown-toggle {
        margin-top: 0 !important;
        line-height: 30px !important;
        padding-top: 2px;
        padding-bottom: 0;
        padding-right: 20px;
        padding-left: 8px;
    }
}

.jqx-scrollbar-button-state-normal .jqx-icon-arrow-left.jqx-icon-arrow-left-bootstrap {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAIAAAC0D9CtAAAABnRSTlMA/wD/AP83WBt9AAAAQElEQVR4nN3SwQ0AIAxCUeviTSevCwCVm5H7u/wQ3b3MbRc8YqrKMwxQIwA2GgAzAmAy0zY3DDfQjLYWLD776AGEiROecuW0FwAAAABJRU5ErkJggg==') /*../img/jqx/icon-left.png*/;
}

    .jqx-scrollbar-button-state-normal .jqx-icon-arrow-left.jqx-icon-arrow-left-bootstrap:before {
        content: "";
    }

.jqx-scrollbar-button-state-normal .jqx-icon-arrow-right.jqx-icon-arrow-right-bootstrap {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAIAAAC0D9CtAAAABnRSTlMA/wD/AP83WBt9AAAARElEQVR4nN3SywkAMAgD0NjFxcntAH6CvRT0/ogGxd0xnDMF342ZveQ0rNutYuSelPEOIuNGVWcmAmJS0JkKAJBlP3oBIZsTnhedLP4AAAAASUVORK5CYII=') /*../img/jqx/icon-right.png*/;
}

    .jqx-scrollbar-button-state-normal .jqx-icon-arrow-right.jqx-icon-arrow-right-bootstrap:before {
        content: "";
    }

.jqx-grid-cell-hover-bootstrap {
    background-color: #f2f2f2;
}

.datepicker {
    z-index: 99999 !important;
}

body {
    overflow: auto;
    /*height: 100%;*/
    overflow-x: hidden;
}

.widget-toolbar a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 8px;
}

.widget-toolbar.widget-toolbar-custom {
    padding: 0;
}

.highcharts-container {
    background: none !important;
}

.dropzone.dz-clickable {
    background: none;
    background-color: #FAFCFD;
    min-height: 160px;
}

.smart-form footer {
    background: transparent;
}

.dropzone .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 428px;
    height: 60px;
    margin-left: -214px;
    margin-top: -61.5px;
    top: 75%;
    left: 50%;
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding-top: 15px;
}

.dropzone .dz-message {
    -ms-opacity: 1;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    filter: none;
}

.dropzone.dz-clickable .dz-message span {
    cursor: pointer;
}

.dropdown .dropdown-menu > li > label {
    padding: 3px 20px;
}

    .dropdown .dropdown-menu > li > label .onoffswitch-title {
        color: #428bca;
    }

.select2-drop {
    z-index: 99999;
}

.select2-drop-mask {
    z-index: 99999;
}

.smart-style-2 nav ul li a.active-project {
    color: #202427 !important;
    font-weight: 700;
}

.smart-style-2 nav ul li a {
    font-size: 14px !important;
}

.classy-tree, .classy-tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .classy-tree ul {
        margin-left: 1em;
        position: relative;
    }

        .classy-tree ul ul {
            margin-left: .5em;
        }

        .classy-tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .classy-tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative;
    }

    .classy-tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .classy-tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

.indicator {
    margin-right: 5px;
}

.classy-tree li a {
    text-decoration: none;
    color: #369;
}

.classy-tree li button, .classy-tree li button:active, .classy-tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    outline: 0;
}

ul.classy-tree li.branch a.active {
    color: orangered;
}

#divSmallBoxes {
    z-index: 9999999;
}

.SmallBox {
    z-index: 9999999;
}

.nav-trans ul.nav.navbar-nav {
    height: 97px;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0;
}

.nav-trans .container-fluid .navbar-collapse {
    overflow: hidden !important;
}

.nav-trans ul.nav.navbar-nav::-webkit-scrollbar {
    display: none;
}

.smart-style-2 .dropdown-menu > li > a:hover {
    background-color: lavender;
}

.gridToolbar {
    border: medium none;
    left: 4px;
    position: absolute;
    top: 6px;
}

.gridSettingsHeader {
    border-bottom: 1px solid rgb(200, 200, 200);
    margin: 2px 0 8px 2px;
}

li#myToolbar_settings.jqx-fill-state-pressed {
    border: none !important;
    background: none;
    font-weight: bold;
}

li#myToolbar_settings.jqx-fill-state-hover {
    border: none !important;
    background: none;
    font-weight: bold;
}

.text_pad {
    padding-left: 25px !important;
}

.projectname {
    background-color: #696969 !important;
    color: #FFF;
    font-weight: bold;
    text-align: left;
}

.text_total {
    background: none repeat scroll 0 0 #DFDFDF !important;
}

.progress-label {
    color: rgb(161, 161, 161);
    padding-right: 0;
}

.text_center {
    text-align: center;
}

.jqx-grid-groups-header-bootstrap {
    background: #FFF;
}

.jqx-grid-cell-filter-row-bootstrap {
    background: #FFF;
}

.jqx-cell-content-custom {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
    text-align: left;
    margin-right: 2px;
    margin-left: 4px;
    margin-top: 19px;
}

.fixed-header #main {
    padding-bottom: 0;
}

.jarviswidget.well {
    margin: 0;
}

.highlight pre {
    height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modal-open .modal {
    overflow: auto;
}

.no-padding {
    padding: 0 !important;
}

.mdi-action-settings:before {
    content: "\e660";
}

.jarviswidget.well .smart-form header.forceHide {
    display: none !important;
}

.smart-form .disabled > * {
    background-color: #eee !important;
}

.smart-form .select.disabled i {
    -webkit-box-shadow: 0 0 0 9px #eee;
    -ms-box-shadow: 0 0 0 9px #eee;
    box-shadow: 0 0 0 9px #eee;
}

#ribbon {
    display: none !important;
}

.inbox-download {
    margin-right: 0;
}

.inbox-download-list li > :first-child > :first-child > .fa {
    font-size: 85px;
}

.well-badge {
    position: absolute;
    vertical-align: top;
    top: -9px;
    display: inline-block;
    right: -8px;
    -webkit-box-shadow: inset 1px 1px 0 #000000,inset 0 -1px 0 #000000;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    -ms-box-shadow: inset 1px 1px 0 #000000,inset 0 -1px 0 #000000;
    -ms-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 #000000,inset 0 -1px 0 #000000;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    font-weight: 700;
}

.well-flow {
    overflow: visible !important;
    width: 105px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.flow-details {
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 5px;
}

.no-border {
    border: none;
}

.bg-white {
    background-color: white;
}

.jarviswidget.well .smart-form header.hidden {
    display: none !important;
}

@media print {
    .hidden-print {
        display: none !important;
    }

    .jarviswidget.well .smart-form header.hidden-print {
        display: none !important;
    }

    body {
        overflow: visible !important;
    }

    #main {
        -webkit-transition: none;
        transition: none;
        margin: 0 !important;
    }

    .fixed-header #main {
        -webkit-transition: none;
        transition: none;
        margin: 0 !important;
    }

    .no-margin-print {
        -webkit-transition: none;
        transition: none;
        margin: 0 !important;
    }

    input, select {
        border: 0 !important;
        padding-left: 0 !important;
    }

    .smart-form .label {
        color: rgb(37, 128, 247) !important;
        border: 0 !important;
    }

    label i {
        display: none !important;
    }
}

.smart-style-2 nav > ul > li > a > i {
    font-size: 18px !important;
}

.minified #left-panel {
    overflow: visible !important;
}

.minified nav > ul > li > ul {
    margin-top: -5px;
}

.nav-trans .container-fluid .navbar-collapse ul > li > a {
    padding-left: 0;
}

.nav-no-padding {
    padding: 0 !important;
}

/*body::-webkit-scrollbar {
    display: none;
}*/

.disabledTab {
    cursor: no-drop;
    pointer-events: none;
}

.nav-tabs.bordered > :first-child a {
    border-left-width: 1px !important;
}

.nav-tabs.bordered {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.table-cell-nowrap {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 240px;
}

.jarviswidget > header > h2 {
    color: #4385CB;
}

.txt-color-redish-orange {
    color: #EA5326;
}

.ui-sortable .jarviswidget-sortable > header {
    -ms-border-radius: 9px;
    border-radius: 9px;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-sortable .jarviswidget-sortable.jarviswidget-collapsed > header {
    -ms-border-radius: 9px;
    border-radius: 9px;
}

.jarviswidget > header {
    background: #FFF;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.cal-row-head [class*="cal-cell"] {
    padding-top: 12px !important;
}

.jarviswidget.well.widgetized {
    margin-left: 10px;
    margin-right: 10px;
}

.btn-notify.active {
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.btn-notify.notified {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
    background-image: none !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
    -ms-box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
}

.cal-row-fluid.cal-row-head {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.cal-controls {
    text-align: center;
    margin-bottom: 5px;
}

.jarviswidget #calendar {
    margin-top: 0 !important;
}

.dropdown-menu li table tbody tr td {
    border-bottom: 0 !important;
}

.jqx-grid-cell-bootstrap .jqx-checkbox-bootstrap .jqx-checkbox-default-bootstrap {
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

/******** Grid Global ********/
.kglabel {
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 5px;
}

.kgNoSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/******** Grid ********/

.koGrid {
    background-color: rgb(253, 253, 253);
}

/******** Header ********/

.kgGroupPanel {
    width: 100% !important;
    height: 30px !important;
    background-color: rgb(234, 234, 234);
    overflow: hidden;
    border-bottom: 1px solid rgb(212,212,212);
    background-color: #FFF;
}

.kgGroupPanelDescription {
    margin-top: 5px;
    margin-left: 5px;
}

.kgGroupList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.kgGroupItem {
    float: left;
}

.kgGroupElement {
    float: left;
    height: 100%;
    width: 100%;
}

.kgGroupName {
    background-color: rgb(247,247,247);
    border: 1px solid rgb(212,212,212);
    padding: 3px 10px;
    float: left;
    margin-left: 0;
    margin-top: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}

.kgGroupItem:first-child {
    margin-left: 2px;
}

.kgRemoveGroup {
    width: 5px;
    float: right;
    -moz-opacity: 0.4;
    opacity: 0.4;
    margin-top: -1px;
    margin-left: 5px;
}

    .kgRemoveGroup:hover {
        color: black;
        text-decoration: none;
        cursor: pointer;
        -moz-opacity: 0.7;
        opacity: 0.7;
    }

.kgGroupArrow {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid black;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    float: right;
}

.kgTopPanel {
    width: 100% !important;
    height: 92px !important;
    position: relative;
    background-color: rgb(234, 234, 234);
    border-bottom: 1px solid rgb(212,212,212);
    z-index: 5;
}

.kgHeaderContainer {
    width: 99.1% !important;
    position: relative;
    overflow: hidden;
    overflow-x: auto !important;
    font-weight: bold;
}

.kgHeaderScroller {
    position: absolute;
    width: 100% !important;
}

    .kgHeaderScroller > div {
        width: 100% !important;
    }

.kgHeaderSortColumn {
    position: relative;
    overflow: hidden;
}

.kgHeaderCell {
    height: 100% !important;
    border-left: 1px solid rgb(212,212,212);
    position: absolute;
}

    .kgHeaderCell:first-child {
        border-left: 0;
    }

    .kgHeaderCell:last-child {
        border-right: 1px solid rgb(212,212,212);
    }

.kgSortButtonUp {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-color: gray transparent;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    height: 0;
    width: 0;
}

.kgSortButtonDown {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-color: gray transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    height: 0;
    width: 0;
}

.kgHeaderGrip {
    cursor: col-resize;
    width: 10px;
    right: -5px;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 5;
}

.kgHeaderText {
    padding: 5px;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

/******** Viewport ********/
.kgViewport {
    width: 100% !important;
    height: 310px !important;
    overflow: auto;
    min-height: 20px;
}

.kgCanvas {
    position: relative;
}

/******** Rows ********/
.kgRow {
    position: absolute;
    border-bottom: 1px solid rgb(229, 229, 229);
}

    .kgRow.even {
        background-color: rgb(243, 243, 243);
    }

    .kgRow.odd {
        background-color: rgb(253, 253, 253);
    }

    .kgRow.selected {
        background-color: lavender;
    }

    .kgRow.even.selected {
        background-color: lavender;
    }

/******** Cells ********/

.kgCell {
    overflow: hidden;
    position: absolute;
    border-left: 1px solid rgb(212,212,212);
}

    .kgCell:first-child {
        border-left: 0;
    }

    .kgCell:last-child {
        border-right: 1px solid rgb(212,212,212);
    }

.kgCellText {
    padding: 5px;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kgSelectionHeader {
    position: absolute;
    top: 11px;
    left: 6px;
}

input[type="checkbox"] {
    margin: 0;
    padding: 0;
}

input {
    vertical-align: top;
}

.kgSelectionCell {
    margin-top: 9px;
    margin-left: 6px;
}

.kgNoSort {
    cursor: default;
}

/******** Footer ********/
.kgFooterPanel {
    width: 100% !important;
    background-color: rgb(234, 234, 234);
    padding: 0;
    border-top: 1px solid rgb(212,212,212);
    position: relative;
}

.kgTotalSelectContainer {
    float: left;
    margin: 5px;
    margin-top: 1px;
}

.kgPagerContainer {
    margin-top: 2px !important;
}

.kgFooterSelectedItems {
    padding: 2px;
    display: none !important;
}

.kgFooterTotalItems {
    padding: 2px;
}

.gridStyle .form-control {
    height: 1.6pc;
    padding-top: 0;
    padding-bottom: 0;
}

.kgFooterTotalItems.kgnoMultiSelect {
    padding: 0 !important;
}

/* Aggregates */
.kgAggHeader {
    position: absolute;
    border: none;
}

.kgAggregate {
    position: absolute;
    background-color: rgb(179, 191, 188);
    border-bottom: 1px solid beige;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: -1px;
    left: 0;
}

.kgAggregateText {
    position: absolute;
    left: 27px;
    top: 5px;
    line-height: 20px;
    white-space: nowrap;
}

.kgAggArrowExpanded {
    position: absolute;
    left: 8px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #000000 transparent;
}

.kgAggArrowCollapsed {
    position: absolute;
    left: 8px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #000000;
}

.kgHeaderButton {
    position: absolute;
    right: 2px;
    top: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    z-index: 5;
    background-color: rgb(179, 191, 188);
    cursor: pointer;
}

.kgHeaderButtonArrow {
    position: absolute;
    top: 4px;
    left: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 4.5px 0 4.5px;
    border-color: #000 transparent transparent transparent;
}

.kgColMenu {
    right: 2px;
    padding: 5px;
    top: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #BDD0CB;
    position: absolute;
    border: 2px solid rgb(212,212,212);
    z-index: 5;
}

.kgMenuText {
    position: relative;
    top: 2px;
    left: 2px;
}

.kgColList {
    padding-left: 25px;
    padding-right: 15px;
    list-style-type: none;
}

.kgColListItem {
    position: relative;
    right: 17px;
    top: 2px;
    white-space: nowrap;
}

.kgColListCheckbox {
    position: relative;
    right: 3px;
    top: 4px;
}

/********Paging Styles **********/

.kgPagerButton {
    height: 25px;
    min-width: 26px;
}

.kgPagerFirstTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #000000 transparent transparent;
    margin-left: 2px;
}

.kgPagerFirstBar {
    width: 10px;
    border-left: 2px solid black;
    margin-top: -6px;
    height: 12px;
    margin-left: -3px;
}

.kgPagerLastTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #000000;
    margin-left: -1px;
}

.kgPagerLastBar {
    width: 10px;
    border-left: 2px solid black;
    margin-top: -6px;
    height: 12px;
    margin-left: 1px;
}

.kgPagerPrevTriangle {
    margin-left: 0;
}

.kgPagerNextTriangle {
    margin-left: 1px;
}

.kgGroupIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAEFJREFUKFNjoAhISkr+h2J5JDZODNXGwGBsbPwfhIGAA8bGh6HaGBiAGhxAGJmND4M1gQCSM0adCsVQbcPcqQwMALWDGyDvWPefAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    right: -18px;
    top: 2px;
}

.kgGroupedByIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAElJREFUKFNjoAhISkr+R8LyaHwMDNXGwGBsbPwfhoGAA5mPDUO1oWpE52PDYE0gALTFAYbR+dgwWBMIoPlh1I9ADNU2NPzIwAAAFQYI9E4OLvEAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    right: -18px;
    top: 2px;
}

.kgGroupingNumber {
    position: absolute;
    right: -25px;
    top: 0;
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 100% !important;
    height: 450px;
}

    .gridStyle.hasAggregates {
        height: 430px;
    }

.kgHeaderContainer::-webkit-scrollbar {
    display: none;
}

.chat-users .display-users {
    display: block;
    padding: 0 15px;
}

    .chat-users .display-users a[data-chat-id] {
        padding: 4px 6px;
        font-size: 13px;
        margin: 1px 0;
    }

.chat-user-filter {
    margin-bottom: 10px;
    margin-top: 5px;
    height: 27px;
    color: #333;
    background-color: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.2);
    padding: 3px 4px;
    font-size: 14px;
}

.chat-users .display-users [data-chat-status=online] > i {
    background: #54ce3c;
}

.chat-users .display-users [data-chat-id] > i {
    display: inline-block;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 7px;
    padding: 5px;
    width: auto !important;
}



.ui-widget {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}

.ui-chatbox {
    position: fixed;
    bottom: 0;
    -ms-box-shadow: #000000 0 2px 6px;
    -ms-box-shadow: rgba(0,0,0,.3)0 2px 6px;
    -webkit-box-shadow: #000000 0 2px 6px;
    -webkit-box-shadow: rgba(0,0,0,.3)0 2px 6px;
    box-shadow: rgba(0,0,0,.3)0 2px 6px;
    z-index: 959;
}

.ui-widget-header {
    font-weight: 700;
    background-color: #F5F5F5;
    border-color: #DDD;
    color: #333;
}

.ui-chatbox-titlebar {
    padding: 0;
    height: 36px;
    cursor: pointer;
    background: #474544 !important;
    color: #fff !important;
    font-weight: 400;
    line-height: normal;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -ms-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}

    .ui-chatbox-titlebar > span {
        font-weight: 400;
        font-size: 14px;
        line-height: 36px;
        margin-left: 10px;
        overflow: hidden;
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 120px;
        display: inline-block;
        float: left;
    }

    .ui-chatbox-titlebar.online > span > i {
        background: #54ce3c;
    }

    .ui-chatbox-titlebar > span > :first-child {
        display: inline-block;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-right: 7px;
        padding: 5px;
    }

.ui-widget-header a {
    color: #222;
}

.ui-chatbox-icon {
    float: right;
    -moz-min-width: 30px;
    -ms-min-width: 30px;
    -o-min-width: 30px;
    -webkit-min-width: 30px;
    min-width: 30px;
    height: 36px;
    border-left: 1px solid rgba(0,0,0,.09);
    font-size: 14px;
    line-height: 26px;
    color: #fff !important;
    padding: 5px 9px;
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #404040;
}

.ui-chatbox-content {
    padding: 0;
    margin: 0;
    border: 0 !important;
}

.ui-chatbox-log {
    padding: 7px 10px;
    height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: none !important;
}

.ui-chatbox-input {
    padding: 3px;
    border-top: 1px solid grey;
    overflow: hidden;
    width: 100% !important;
    max-width: 100% !important;
    border-width: 0 !important;
}

.ui-chatbox-input-box {
    margin: 2px;
    border: 1px solid !important;
    border-color: #666 #ccc #ccc !important;
    padding: 2px;
    height: 50px;
    outline: 0;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
    background-color: rgba(48,126,204,.05) !important;
}

.bubble {
    background-color: #F2F2F2;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 6px #B2B2B2;
    -ms-box-shadow: 0 1px 6px #B2B2B2;
    box-shadow: 0 1px 6px #B2B2B2;
    display: block;
    padding: 10px 18px;
    margin: 1em 18px;
    position: relative;
    vertical-align: top;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.tail {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}

    .tail:before {
        border: 1px solid #bbb;
        background-color: #F2F2F2;
        -webkit-box-shadow: 0 1px 6px #B2B2B2;
        -ms-box-shadow: 0 1px 6px #B2B2B2;
        box-shadow: 0 1px 6px #B2B2B2;
        content: "\00a0";
        display: block;
        position: absolute;
        top: 0;
        height: 12px;
        width: 12px;
    }

.bubble.left {
    text-align: left;
}

    .bubble.left .tail {
        top: 12px;
        left: -18px;
    }

        .bubble.left .tail:before {
            left: 12px;
            -webkit-transform: skewX(-45deg);
            -moz-transform: skewX(-45deg);
            -o-transform: skewX(-45deg);
            -ms-transform: skewX(-45deg);
            transform: skewX(-45deg);
        }

.bubble.right {
    text-align: right;
}

    .bubble.right .tail {
        top: 12px;
        right: -18px;
    }

        .bubble.right .tail:before {
            right: 12px;
            -webkit-transform: skewX(45deg);
            -moz-transform: skewX(45deg);
            -o-transform: skewX(45deg);
            -ms-transform: skewX(45deg);
            transform: skewX(45deg);
        }

nav ul li .select2-container {
    width: 90%;
    margin-top: 8px;
    margin-left: 10px;
    margin-bottom: 10px;
}

    nav ul li .select2-container .select2-choices {
        display: block !important;
        height: 35px !important;
        position: relative;
    }

        nav ul li .select2-container .select2-choices .select2-search-choice {
            width: 100%;
            border: 1px solid #4cae4c !important;
            background-color: #0dc083 !important;
            z-index: 99999;
            float: left;
            margin: 0;
            padding: 8px 28px 7px 8px;
        }

    nav ul li .select2-container.select2-container-multi .select2-search-choice-close {
        padding-top: 9px;
    }

    nav ul li .select2-container .select2-choices .select2-search-field {
        position: absolute;
        width: 100%;
    }

.smart-style-2.minified nav > ul > li.projects-search {
    display: none;
}

.smart-style-2 nav > ul > li > a b {
    top: 12px;
}

.smart-style-2 nav ul ul li > a {
    padding-left: 55px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.minifyme {
    margin-top: 17px;
}

.slick-slide a {
    color: gray;
}

    .slick-slide a.active {
        color: #3276b1;
    }

    .slick-slide a label {
        max-width: 66px;
        overflow: hidden;
        cursor: pointer;
    }

    .slick-slide a i {
        font-size: 2.5em;
        display: block;
    }

.select2-container-multi .select2-choices .select2-search-field input::-webkit-input-placeholder {
    padding-top: 5px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    width: 100% !important;
}

.select2-container-multi .select2-choices .select2-search-field {
    width: 99%;
}

    nav > ul > li > ul > li > a {
        padding-bottom: 4px;
    }

    nav ul ul {
        padding: 1px 0;
    }

.smart-style-2 nav > ul > li > a {
    padding-top: 10px;
    padding-bottom: 9px;
}

#left-panel > nav > ul > li:hover {
    /*background-color: #ff0d45 !important;*/
}

#left-panel > nav.pm > ul > li:nth-child(2):hover {
    background-color: transparent;
}

#left-panel > nav.pm > ul > li:nth-child(1):hover {
    background-color: transparent;
}

#left-panel > nav > ul > li:hover a {
    color: #FFF !important;
}

#left-panel > nav.pm > ul > li:nth-child(2):hover a {
    color: #333 !important;
}

#left-panel > nav > ul > li.open:hover {
    background-color: transparent;
}

    #left-panel > nav > ul > li.open:hover > ul a {
        color: #333 !important;
    }

.SmallBox {
    display: table;
    max-width: 372px;
    height: 77px;
    border-radius: 5px;
    border: none !important;
}

.miniIcono {
    display: table-cell;
    vertical-align: middle;
}

i.miniPic {
    bottom: 28px;
}

.modal-title {
    font-family: Roboto !important;
    font-size: 20px;
    color: #474c51 !important;
    text-align: center !important;
    margin-top: 10px;
    font-weight: 500;
    font-style: normal;
}

button.close {
    font-size: 45px;
    font-weight: 100;
    color: #474c51 !important;
}

.modal-header {
    height: 79px;
}

.SmallBox .textoFull {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    #logo-group {
        width: 235px !important;
    }
}

#workspace {
    position: absolute;
    top: 17px;
    right: 40px !important;
    z-index: 999999;
    background-color: #FFF;
    color: #69737A;
    -ms-border-radius: 20px;
    border-radius: 20px;
    height: 15px;
    width: 16px;
    padding: 3px 4px 3px 6px;
    font-size: 10px;
    left: inherit !important;
}

    #workspace i {
        position: absolute;
        left: 1.5px;
        top: 2px;
        font-size: 11px;
    }

.modal-content {
    height: 100%;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #333;
    cursor: pointer;
}

.pager li > a {
    background-color: #3F97F5;
    color: #FFF;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .pager li > a:hover, .pager li > a:focus {
        background-color: #FFF;
        color: #3F97F5;
    }

.mdi-av-replay:before {
    content: "\e6c4";
}

.mdi-image-remove-red-eye:before {
    content: "\e843";
}

.mdi-action-delete:before {
    content: "\e620";
}

.dd3-handle:before {
    font-family: "Material-Design-Icons" !important;
    content: "\e8a1" !important;
}

.mdi-navigation-menu:before {
    content: "\e8a1";
}

.smart-form .toggle.material i {
    top: 0 !important;
    right: inherit !important;
    height: 30px !important;
    border-radius: 0 !important;
}

    .smart-form .toggle.material i:before {
        border-radius: 0 !important;
        top: 10px !important;
    }

    .smart-form .toggle.material i:after {
        top: !important;
    }

fieldset label.error {
    color: #d74750;
    padding: 1px;
    border-radius: 3px;
    background: #f9f2f2;
    border: 1px solid #f6e2e3;
    position: absolute;
    top: 2px;
}

fieldset .row label.error {
    right: 15px;
}

fieldset section label.error {
    right: 0;
}

@-webkit-keyframes moveFromRight {
    from {
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@keyframes moveFromRight {
    from {
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}

.main-content-animation {
    -webkit-animation: moveFromRight .6s ease both !important;
    animation: moveFromRight .6s ease both !important;
}

#main .durandal-wrapper {
    -webkit-animation: moveFromRight .6s ease both !important;
    animation: moveFromRight .6s ease both !important;
}

#main .document-view {
    visibility: hidden;
    width: 0;
    left: 50%;
}

    #main .document-view.open {
        visibility: visible;
        width: 100%;
        -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
        -moz-transition: width 0.5s 0.3s, visibility 0s 0.8s;
        -o-transition: width 0.5s 0.3s, visibility 0s 0.8s;
        transition: width 0.5s;
    }

    #main .document-view.close {
        visibility: visible;
        width: 100%;
        opacity: 0.5;
        -webkit-transition: opacity 0.5s 0.3s;
        -moz-transition: opacity 0.5s 0.3s;
        -o-transition: opacity 0.5s 0.3s;
        transition: opacity 0.5s;
    }

#margin32 {
    height: 30%;
}

.generalcontainer {
    width: 75%;
}

.leftshadow {
    height: auto;
    margin: auto;
}

.maincontainer {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

form#loginform {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

    form#loginform:hover {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }

.bodycontainer {
    background-color: #fff;
}

    .bodycontainer table {
        width: 100%;
        font-size: 100%;
    }

.logincontainer {
    float: none;
    margin-left: 0;
}

.logincontainer {
    border: none;
    width: 371px;
    padding-top: 27px;
    padding-left: 15px;
    z-index: 100;
    background-color: #ffffff;
    height: 100%;
}

.logincontainertitle {
    margin-top: 10px;
    font-size: 23px;
    color: #404040;
    padding-bottom: 5px;
}

.field_label {
    width: 80px;
    text-align: left;
    float: left;
    font-size: 13px;
    color: #404040;
    margin-top: 3px;
    line-height: 28px;
}

.fielddiv {
    margin-left: 10px;
    float: left;
}

    .fielddiv input[type=text], .fielddiv input[type=password] {
        outline: none;
        height: 34px;
        border: 1px solid #c7c7c7;
        padding: 0 8px;
        background-clip: border-box;
        border-radius: 2px;
        transition-property: border;
        transition-duration: 0.35s;
        font-size: 1.4rem;
        background-color: white;
        box-sizing: border-box;
        -webkit-appearance: none;
        vertical-align: middle;
    }

.textfield {
    width: 280px !important;
}

.fieldcontainer {
    margin-top: 15px;
}

    .fieldcontainer .button.primary, .fieldcontainer [type=button].primary {
        color: #fff;
        box-shadow: none;
        background-image: -webkit-linear-gradient(top, #3e6cc9 0%, #2e50b6 100%);
        background-image: linear-gradient(to bottom, #3e6cc9 0%, #2e50b6 100%);
    }

    .fieldcontainer button.primary {
        background-color: #4376cf;
    }

    .fieldcontainer .button, .fieldcontainer [type=button] {
        background-clip: padding-box;
        border-radius: 2px;
        min-width: 80px;
        font-size: 1.4rem;
        height: 34px;
        line-height: 34px;
        padding: 0 20px;
        border: 0;
        margin: 0px;
        box-sizing: border-box;
        -webkit-font-smoothing: subpixel-antialiased;
        white-space: nowrap;
    }

.clear {
    clear: both;
}

.helpcontainer {
    padding-bottom: 50px;
}

.login-view {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
    background-color: #FFF;
}

.inbox-download-list {
    display: table;
}

    .inbox-download-list li {
        display: inline-flex;
        height: 100%;
        margin-right: 10px;
    }

.global-header-middle {
    float: none;
    position: absolute;
    left: 50%;
    display: block;
    width: 55px;
}

    .global-header-middle .global-header-item {
        width: 55px;
        height: 49px;
        background-color: #486c8f;
        margin: auto;
        position: relative;
    }

.global-header-item {
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
    display: table-cell;
    vertical-align: top;
}

    .global-header-item .global-header-item-button {
        border: 0;
        border-color: #000;
        padding: 0;
        background-color: transparent;
        font-family: inherit;
        font-size: 1.4rem;
        text-align: center;
        width: 100%;
        height: 100%;
        -moz-min-width: 45px;
        -ms-min-width: 45px;
        -o-min-width: 45px;
        -webkit-min-width: 45px;
        min-width: 45px;
    }

        .global-header-item .global-header-item-button i {
            color: #fff;
            font-size: 24px;
        }

.fa-gear.fa-lg {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 22px;
    color: #7090ab;
}

.global-header-item .global-header-item-button .label {
    color: #fff;
}

button.global-header-item-button:active i {
    -webkit-transform: rotateZ(225deg);
    -moz-transform: rotateZ(225deg);
    -ms-transform: rotateZ(225deg);
    -o-transform: rotateZ(225deg);
    transform: rotateZ(225deg);
}

.smart-style-2 .header-dropdown-list a.dropdown-toggle {
    color: #486c8f !important;
}

    .smart-style-2 .header-dropdown-list a.dropdown-toggle:hover {
        color: #FFF !important;
    }

.smart-style-2 #logo-group span#activity:hover {
    color: #FFF !important;
}

aside#left-panel::-webkit-scrollbar, .minified aside#left-panel nav li ul::-webkit-scrollbar {
    width: 5px;
}

aside#left-panel::-webkit-scrollbar-track, .minified aside#left-panel nav li ul::-webkit-scrollbar-track {
    background: #FFF;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}

aside#left-panel::-webkit-scrollbar-thumb, .minified aside#left-panel nav li ul::-webkit-scrollbar-thumb {
    background: #CCC;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

    aside#left-panel::-webkit-scrollbar-thumb:hover, .minified aside#left-panel nav li ul::-webkit-scrollbar-thumb:hover {
        background: #AAA;
    }

    aside#left-panel::-webkit-scrollbar-thumb:active, .minified aside#left-panel nav li ul::-webkit-scrollbar-thumb:active {
        background: #888;
        -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
    }

.minified aside#left-panel nav li ul {
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
}

.kgCanvas > div {
    width: 100%;
    min-height: 0.1px;
}

.routingLoader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999;
}

    .routingLoader.visible {
        display: block !important;
    }

.vX.UC {
    font-size: 14px;
    text-align: center;
}

.J-J5-Ji {
    display: inline-block;
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
}

.UD {
    display: none;
}

.vh {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-color: #f0c36d;
    background-color: #f9edbe;
    padding: 6px 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    background: #fff1a8;
    color: #222;
    border-top: 0;
}

.vZ {
    padding-left: 2px;
    white-space: nowrap;
}

.v1 {
    font-weight: bold;
}

.UB {
    display: none;
}

li.branch {
    border: 1px solid;
    border-color: gainsboro;
    margin-bottom: 3px;
}

.notificationFloatRight {
    float: right !important;
    width: 42% !important;
    border-left: 0 !important;
    -ms-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -ms-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-right: 1px solid #cccccc !important;
    -ms-border-top-right-radius: 2px !important;
    border-top-right-radius: 2px !important;
    -ms-border-bottom-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.taskFloatRight {
    float: right !important;
    width: 42% !important;
    border-right: 0 !important;
    -ms-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -ms-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-left: 1px solid #cccccc !important;
    -ms-border-top-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
    -ms-border-bottom-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.notificationFloatLeft {
    float: left !important;
    width: 42% !important;
    border-right: 0 !important;
    -ms-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -ms-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-left: 1px solid #cccccc !important;
    -ms-border-top-left-radius: 0 !important;
    border-top-left-radius: 2px !important;
    -ms-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 2px !important;
}

.taskFloatLeft {
    float: left !important;
    width: 42% !important;
    border-left: 0 !important;
    -ms-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -ms-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-right: 1px solid #cccccc !important;
    -ms-border-top-right-radius: 0 !important;
    border-top-right-radius: 2px !important;
    -ms-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 2px !important;
}

.kgCell > .btn-group {
    margin-top: 3.5px !important;
    margin-left: 5px;
}

.kogrid-actions-bar .actions-batch {
    margin-left: 12px;
    display: inline-block;
    margin-bottom: 12px;
}

.kogrid-actions-bar .icon-arrow-left-down {
    vertical-align: bottom;
}

.kogrid-actions-bar .tertiary-sprite {
    background-size: 72px;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.kogrid-actions-bar i {
    font-size: 22px;
    display: inline-block;
    color: #7090ab;
}

.tertiary-sprite {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYiIGhlaWdodD0iNjAyMCIgdmlld0JveD0iMCAwIDI1NiA2MDIwIj48cGF0aCBmaWxsPSIjOTk5IiBkPSJNLjA1OCA0NjYwaDY0djEyaC02NHYtMTJ6bTQ4IDEwOS44ODN2MjIuMTE3aC00MHYtMzdoMjIuMTE4di04aC0zMC4xMTh2NTNoNTd2LTMwLjExN2gtOXptLTE4LTMzLjg4M3YzNGgzNHYtMzRoLTM0em0yNiAyN2gtMTh2LTE5aDE4djE5em0tNTYtNDQ4Ni41OTFjMC0xLjc5NCAxLjIxOS0yLjQ0NiAyLjcxLTEuNDQ3bDI2LjUzOCAxNy43ODJjMS40OTIuOTk4IDMuOTMuOTk4IDUuNDIgMGwyNi41NDEtMTcuNzgyYzEuNDkxLS45OTkgMi43MS0uMzQ3IDIuNzEgMS40NDd2MjkuMTU1YzAgMS44OS0xLjU0NiAzLjQzNi0zLjQzNiAzLjQzNmgtNTcuMDQ3Yy0xLjg5IDAtMy40MzYtMS41NDYtMy40MzYtMy40MzZ2LTI5LjE1NXptMzQuNjY5IDcuODI0Yy0xLjQ5IDEuMDIyLTMuOTI5IDEuMDIyLTUuNDIgMGwtMjMuNjg0LTE2LjI2MmMtMS41Ny0xLjA3OC0xLjMwOC0xLjk2LjU4Mi0xLjk2aDUxLjYyN2MxLjg5MSAwIDIuMTUxLjg4Mi41ODIgMS45NmwtMjMuNjg3IDE2LjI2MnoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTI4LjA1OCAyNzYuNDA5YzAtMS43OTQgMS4yMTktMi40NDYgMi43MS0xLjQ0N2wyNi41MzggMTcuNzgyYzEuNDkyLjk5OCAzLjkzLjk5OCA1LjQyIDBsMjYuNTQxLTE3Ljc4MmMxLjQ5MS0uOTk5IDIuNzEtLjM0NyAyLjcxIDEuNDQ3djI5LjE1NWMwIDEuODktMS41NDYgMy40MzYtMy40MzYgMy40MzZoLTU3LjA0OGMtMS44OSAwLTMuNDM2LTEuNTQ2LTMuNDM2LTMuNDM2di0yOS4xNTVoLjAwMXptMzQuNjY5IDcuODI0Yy0xLjQ5IDEuMDIyLTMuOTI5IDEuMDIyLTUuNDIgMGwtMjMuNjg0LTE2LjI2MmMtMS41Ny0xLjA3OC0xLjMwOC0xLjk2LjU4Mi0xLjk2aDUxLjYyN2MxLjg5MSAwIDIuMTUxLjg4Mi41ODIgMS45NmwtMjMuNjg3IDE2LjI2MnoiLz48cGF0aCBmaWxsPSIjOTk5IiBkPSJNNDAuMDE4IDU0My4xNDd2LTI0LjcyYzAtMS44NjItMS41MjMtMy4zODgtMy4zODgtMy4zODhsLTMzLjE4NS4xMjNjLTEuODY0IDAtMy4zODggMS41MjYtMy4zODggMy4zODh2NTAuMDYxYzAgMS44NjQgMS41MjMgMy4zODkgMy4zODggMy4zODloNy42MDVjMS41MjEtMTUuMzMgMTMuNjM3LTI3LjMzMyAyOC45NjgtMjguODUzem0zLjY2NyAyMS44NTNoNC4zNzR2NGwuMDE5IDQuOTgxIDE0Ljk0Ny0xNi4xYy4zNDQtLjM0OS4zOTEtLjc1NC4zODctLjk2My0uMDA0LS4yMDktLjA2Mi0uNjExLS40MTctLjk0N2wtMTQuOTM3LTE0Ljk3MXY5bC00LjgxNi4wMTJjLTEzLjAxNSAwLTIzLjUyMSA5LjQyLTI1LjE4NCAyMS45ODhoMTUuNjI5YzEuNDA3LTQuMDc5IDUuNDQ2LTcgOS45OTgtN3oiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTY4LjAxOCA1NDMuMTQ3di0yNC43MmMwLTEuODYyLTEuNTIzLTMuMzg4LTMuMzg4LTMuMzg4bC0zMy4xODUuMTIzYy0xLjg2NCAwLTMuMzg4IDEuNTI2LTMuMzg4IDMuMzg4djUwLjA2MWMwIDEuODY0IDEuNTIzIDMuMzg5IDMuMzg4IDMuMzg5aDcuNjA1YzEuNTIxLTE1LjMzIDEzLjYzNy0yNy4zMzMgMjguOTY4LTI4Ljg1M3ptMy42NjcgMjEuODUzaDQuMzc0djRsLjAxOSA0Ljk4MSAxNC45NDctMTYuMWMuMzQ0LS4zNDkuMzkxLS43NTQuMzg3LS45NjMtLjAwNC0uMjA5LS4wNjItLjYxMS0uNDE3LS45NDdsLTE0LjkzNy0xNC45NzF2OWwtNC44MTYuMDEyYy0xMy4wMTUgMC0yMy41MjEgOS40Mi0yNS4xODQgMjEuOTg4aDE1LjYyOWMxLjQwNy00LjA3OSA1LjQ0Ni03IDkuOTk4LTd6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTU1LjQ0MSA2NDNoLTI2LjI2MmM1LjU2NiA1LjY4IDkuMTk5IDEzLjIxMSA5LjgyIDIxLjYyMSAxLjAzOSAwIDIuMjQyIDAgMy41Mi4wMDQgNC42MTMuMDEyIDYuMjA3IDIuNTc0IDYuNjc2IDMuNjc2LjYxNyAxLjQzNCAxLjEzMyA0LjM3OS0yLjI4NSA3Ljk4bC0xNi4xNzIgMTcuMDEyYy0xLjYyOSAxLjcxNS0zLjkxOCAyLjY5NS02LjI4MSAyLjY5NS0yLjI5MyAwLTQuNDU3LS44ODctNi4wOS0yLjVsLTIuMTI5LTIuMTAydjguOTk2YzAgMS45OTIgMS42MjkgMy42MTcgMy42MTcgMy42MTdoMzUuNTg2YzEuOTg4IDAgMy42MTctMS42MjUgMy42MTctMy42MTd2LTUzLjc2NmMwLTEuOTg3LTEuNjI5LTMuNjE2LTMuNjE3LTMuNjE2em0tNDguMzgzIDI5bDE2LjY4IDE2LjM0Yy4zNjcuMzU5Ljc4OS40MSAxLjAwOC40MS4yMjcgMCAuNjY4LS4wNTUgMS4wMzUtLjQ0NWwxNi4yNzctMTYuMzA1Yy0zLjE5OS0uMDA0LTYuMDY2LjA3LTYuMDcuMDdsLTMuOTQ1LS4wODZ2LTQuNjc2YzAtMTMuOTAyLTEwLjU1NS0yNS41MzEtMjMuOTg0LTI3LjMwOXYxNi42OTljNC4zNTkgMS41MDQgOC4wMzkgNS40MjQgOC4wMzkgMTAuMjgzbC0uMDM5IDUuMDc0LTQtLjA1N2MtLjAwMS4wMDItMi4wMDEuMDAyLTUuMDAxLjAwMnoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTgzLjQ0MSA2NDNoLTI2LjI2MmM1LjU2NiA1LjY4IDkuMTk5IDEzLjIxMSA5LjgyIDIxLjYyMSAxLjAzOSAwIDIuMjQyIDAgMy41Mi4wMDQgNC42MTMuMDEyIDYuMjA3IDIuNTc0IDYuNjc2IDMuNjc2LjYxNyAxLjQzNCAxLjEzMyA0LjM3OS0yLjI4NSA3Ljk4bC0xNi4xNzIgMTcuMDEyYy0xLjYyOSAxLjcxNS0zLjkxOCAyLjY5NS02LjI4MSAyLjY5NS0yLjI5MyAwLTQuNDU3LS44ODctNi4wOS0yLjVsLTIuMTI5LTIuMTAydjguOTk2YzAgMS45OTIgMS42MjkgMy42MTcgMy42MTcgMy42MTdoMzUuNTg2YzEuOTg4IDAgMy42MTctMS42MjUgMy42MTctMy42MTd2LTUzLjc2NmMwLTEuOTg3LTEuNjI5LTMuNjE2LTMuNjE3LTMuNjE2em0tNDguMzgzIDI5bDE2LjY4IDE2LjM0Yy4zNjcuMzU5Ljc4OS40MSAxLjAwOC40MS4yMjcgMCAuNjY4LS4wNTUgMS4wMzUtLjQ0NWwxNi4yNzctMTYuMzA1Yy0zLjE5OS0uMDA0LTYuMDY2LjA3LTYuMDcuMDdsLTMuOTQ1LS4wODZ2LTQuNjc2YzAtMTMuOTAyLTEwLjU1NS0yNS41MzEtMjMuOTg0LTI3LjMwOXYxNi42OTljNC4zNTkgMS41MDQgOC4wMzkgNS40MjQgOC4wMzkgMTAuMjgzbC0uMDM5IDUuMDc0LTQtLjA1N2MtLjAwMS4wMDItMi4wMDEuMDAyLTUuMDAxLjAwMnoiLz48cGF0aCBmaWxsPSIjOTk5IiBkPSJNMTMuMTE3IDM4NGgzNy45NDF2MTloLTM3Ljk0MXYtMTl6bTQ3LjUyNyAyOGgtNTcuMTcyYy0xLjg3OSAwLTMuNDE0IDEuNTM1LTMuNDE0IDMuNDF2MTkuMTc2YzAgMS44NzkgMS41MzUgMy40MTQgMy40MTQgMy40MTRoNC41ODZ2LTExaDQ3LjA4M3YxMWg1LjUwMmMxLjg3OSAwIDMuNDE0LTEuNTM1IDMuNDE0LTMuNDE0di0xOS4xNzZjLjAwMS0xLjg3NS0xLjUzNC0zLjQxLTMuNDEzLTMuNDF6bS00Ny41MjcgMjAuMTY3aDM2Ljg3OXYxNS44MzNoLTM2Ljg3OXYtMTUuODMzeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNDEuMTE3IDM4NGgzNy45NDF2MTloLTM3Ljk0MXYtMTl6bTQ3LjUyNyAyOGgtNTcuMTcyYy0xLjg3OSAwLTMuNDE0IDEuNTM1LTMuNDE0IDMuNDF2MTkuMTc2YzAgMS44NzkgMS41MzUgMy40MTQgMy40MTQgMy40MTRoNC41ODZ2LTExaDQ3LjA4M3YxMWg1LjUwMmMxLjg3OSAwIDMuNDE0LTEuNTM1IDMuNDE0LTMuNDE0di0xOS4xNzZjLjAwMS0xLjg3NS0xLjUzNC0zLjQxLTMuNDEzLTMuNDF6bS00Ny41MjcgMjAuMTY3aDM2Ljg3OXYxNS44MzNoLTM2Ljg3OXYtMTUuODMzeiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik0yMS4wNTggNzg5LjAyNmgtMTcuNjA2Yy0xLjg2NiAwLTMuMzk0IDEuNTI4LTMuMzk0IDMuMzkxdjE1LjE5M2MwIDEuODY3IDEuNTI4IDMuMzkxIDMuMzk0IDMuMzkxaDE3LjYwNnYxNy42MDZjMCAxLjg2NyAxLjUyMyAzLjM5NCAzLjM5MSAzLjM5NGgxNS4yMTVjMS44NjYgMCAzLjM5NC0xLjUyNyAzLjM5NC0zLjM5NHYtMTcuNjA3aDE3LjYwNmMxLjg2NiAwIDMuMzk0LTEuNTIzIDMuMzk0LTMuMzkxdi0xNS4xOTNjMC0xLjg2My0xLjUyOC0zLjM5MS0zLjM5NC0zLjM5MWgtMTcuNjA2di0xNy42MzFjMC0xLjg2Ny0xLjUyOC0zLjM5NS0zLjM5NC0zLjM5NWgtMTUuMjE1Yy0xLjg2NyAwLTMuMzkxIDEuNTI4LTMuMzkxIDMuMzk1djE3LjYzMnoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQ5LjA1OCA3ODkuMDI2aC0xNy42MDZjLTEuODY2IDAtMy4zOTQgMS41MjgtMy4zOTQgMy4zOTF2MTUuMTkzYzAgMS44NjcgMS41MjggMy4zOTEgMy4zOTQgMy4zOTFoMTcuNjA2djE3LjYwNmMwIDEuODY3IDEuNTIzIDMuMzk0IDMuMzkxIDMuMzk0aDE1LjIxNWMxLjg2NiAwIDMuMzk0LTEuNTI3IDMuMzk0LTMuMzk0di0xNy42MDdoMTcuNjA2YzEuODY2IDAgMy4zOTQtMS41MjMgMy4zOTQtMy4zOTF2LTE1LjE5M2MwLTEuODYzLTEuNTI4LTMuMzkxLTMuMzk0LTMuMzkxaC0xNy42MDZ2LTE3LjYzMWMwLTEuODY3LTEuNTI4LTMuMzk1LTMuMzk0LTMuMzk1aC0xNS4yMTVjLTEuODY3IDAtMy4zOTEgMS41MjgtMy4zOTEgMy4zOTV2MTcuNjMyeiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik0zMy4wOTMgOTYwYy0xMC40NTcgMC0xOC45NjktOC41MDgtMTguOTY5LTE4Ljk2OXYtMzEuNTgyYzAtNy40MTggNi4yMDMtMTMuNDQ5IDEzLjgyOC0xMy40NDkgNy42MjEgMCAxNC4xMDUgNi4wMzEgMTQuMTA1IDEzLjQ0OXYzMS40NDFjMCA0LjczOC00LjEzNyA4LjU5NC04Ljg3NSA4LjU5NC00Ljc0MiAwLTguMTI1LTMuODU1LTguMTI1LTguNTk0di0yMy44MDVsNC45MjguMTgydjIzLjgwNWMwIDEuODU5IDEuMzM0IDMuMTkzIDMuMTk3IDMuMTkzIDEuODU5IDAgMy44NzUtMS40MDYgMy44NzUtMy4yNjZ2LTMxLjQ0MWMwLTQuNTM5LTQuMzU5LTguMzM2LTkuMTA1LTguMzM2cy04Ljk3NSAzLjMxOC04Ljk3NSA3Ljg1N3YzMS41ODJjMCA3LjU4MiA2LjUzMyAxNC4xMTkgMTQuMTE1IDE0LjExOSA3LjU3OCAwIDEzLjc0Ni02LjE2OCAxMy43NDYtMTMuNzV2LTIzLjgwNWg1LjIxOXYyMy44MDVjLjAwMSAxMC40NjItOC41MDcgMTguOTctMTguOTY0IDE4Ljk3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNjEuMDkzIDk2MGMtMTAuNDU3IDAtMTguOTY5LTguNTA4LTE4Ljk2OS0xOC45Njl2LTMxLjU4MmMwLTcuNDE4IDYuMjAzLTEzLjQ0OSAxMy44MjgtMTMuNDQ5IDcuNjIxIDAgMTQuMTA1IDYuMDMxIDE0LjEwNSAxMy40NDl2MzEuNDQxYzAgNC43MzgtNC4xMzcgOC41OTQtOC44NzUgOC41OTQtNC43NDIgMC04LjEyNS0zLjg1NS04LjEyNS04LjU5NHYtMjMuODA1bDQuOTI4LjE4MnYyMy44MDVjMCAxLjg1OSAxLjMzNCAzLjE5MyAzLjE5NyAzLjE5MyAxLjg1OSAwIDMuODc1LTEuNDA2IDMuODc1LTMuMjY2di0zMS40NDFjMC00LjUzOS00LjM1OS04LjMzNi05LjEwNS04LjMzNnMtOC45NzUgMy4zMTgtOC45NzUgNy44NTd2MzEuNTgyYzAgNy41ODIgNi41MzMgMTQuMTE5IDE0LjExNSAxNC4xMTkgNy41NzggMCAxMy43NDYtNi4xNjggMTMuNzQ2LTEzLjc1di0yMy44MDVoNS4yMTl2MjMuODA1Yy4wMDEgMTAuNDYyLTguNTA3IDE4Ljk3LTE4Ljk2NCAxOC45N3oiLz48cGF0aCBmaWxsPSIjOTk5IiBkPSJNNi4wNTggMTA4MC4yMDNjMCA0LjI5OCAzLjQ5NiA3Ljc5NyA3Ljc5NiA3Ljc5N2gzNi4xMDJjNC4yOTcgMCA4LjEwMi0zLjQ5OSA4LjEwMi03Ljc5N3YtMjguMjAzaC01MnYyOC4yMDN6bTQzLjg5OC00OC4zNTZoLS44OTh2Mi4wODZjMCAzLjA2My0xLjk3OSA1LjU2LTUuMDQzIDUuNTYtMy4wNjcgMC00Ljk1Ny0yLjQ5Ni00Ljk1Ny01LjU2di0xLjg2MWgtMTV2MS44NjFjMCAzLjA2My0xLjkzMyA1LjU2LTUgNS41Ni0zLjA2MyAwLTUtMi40OTYtNS01LjU2di0yLjA4NmgtLjIwNGMtNC4zMDEgMC03Ljc5NiAzLjQ5OS03Ljc5NiA3Ljc5N3Y3LjM1Nmg1MmwtLjAxOC03LjA2OGMuMDAxLTQuMjk4LTMuNzg3LTguMDg1LTguMDg0LTguMDg1em0tMzAuODAzLTcuODQ3Yy0xLjE1NSAwLTIuMDk1Ljk0LTIuMDk1IDIuMDk1djcuODM4YzAgMS4xNTQuOTQgMi4wOTUgMi4wOTUgMi4wOTUgMS4xNTggMCAxLjkwNS0uOTQgMS45MDUtMi4wOTV2LTcuODM4YzAtMS4xNTUtLjc0Ny0yLjA5NS0xLjkwNS0yLjA5NXptMjQuODEgMGMtMS4xNTggMC0xLjkwNS45NC0xLjkwNSAyLjA5NXY3LjgzOGMwIDEuMTU0Ljc0NyAyLjA5NSAxLjkwNSAyLjA5NSAxLjE1NSAwIDIuMDk1LS45NCAyLjA5NS0yLjA5NXYtNy44MzhjMC0xLjE1NS0uOTQtMi4wOTUtMi4wOTUtMi4wOTV6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEzNC4wNTggMTA4MC4yMDNjMCA0LjI5OCAzLjQ5NiA3Ljc5NyA3Ljc5NiA3Ljc5N2gzNi4xMDJjNC4yOTcgMCA4LjEwMi0zLjQ5OSA4LjEwMi03Ljc5N3YtMjguMjAzaC01MnYyOC4yMDN6bTQzLjg5OC00OC4zNTZoLS44OTh2Mi4wODZjMCAzLjA2My0xLjk3OSA1LjU2LTUuMDQzIDUuNTYtMy4wNjcgMC00Ljk1Ny0yLjQ5Ni00Ljk1Ny01LjU2di0xLjg2MWgtMTV2MS44NjFjMCAzLjA2My0xLjkzMyA1LjU2LTUgNS41Ni0zLjA2MyAwLTUtMi40OTYtNS01LjU2di0yLjA4NmgtLjIwNGMtNC4zMDEgMC03Ljc5NiAzLjQ5OS03Ljc5NiA3Ljc5N3Y3LjM1Nmg1MmwtLjAxOC03LjA2OGMuMDAxLTQuMjk4LTMuNzg3LTguMDg1LTguMDg0LTguMDg1em0tMzAuODAzLTcuODQ3Yy0xLjE1NSAwLTIuMDk1Ljk0LTIuMDk1IDIuMDk1djcuODM4YzAgMS4xNTQuOTQgMi4wOTUgMi4wOTUgMi4wOTUgMS4xNTggMCAxLjkwNS0uOTQgMS45MDUtMi4wOTV2LTcuODM4YzAtMS4xNTUtLjc0Ny0yLjA5NS0xLjkwNS0yLjA5NXptMjQuODEgMGMtMS4xNTggMC0xLjkwNS45NC0xLjkwNSAyLjA5NXY3LjgzOGMwIDEuMTU0Ljc0NyAyLjA5NSAxLjkwNSAyLjA5NSAxLjE1NSAwIDIuMDk1LS45NCAyLjA5NS0yLjA5NXYtNy44MzhjMC0xLjE1NS0uOTQtMi4wOTUtMi4wOTUtMi4wOTV6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTMyLjA1OCAxMTYwLjA3OWM2LjA4MiAwIDEyLjE2NCAyLjMyIDE2LjgwNSA2Ljk2IDkuMjgxIDkuMjgxIDkuMjgxIDI0LjMyNyAwIDMzLjYwNy00LjY0MSA0LjY0MS0xMC43MjMgNi45NTctMTYuODA1IDYuOTU3cy0xMi4xNjQtMi4zMTYtMTYuODA1LTYuOTU3Yy05LjI4MS05LjI4LTkuMjgxLTI0LjMyNiAwLTMzLjYwNyA0LjY0MS00LjY0IDEwLjcyMy02Ljk2IDE2LjgwNS02Ljk2bTAtOC4wM2MtOC40OTIgMC0xNi40NzcgMy4zMDgtMjIuNDggOS4zMTItMTIuMzk4IDEyLjM5Ny0xMi4zOTggMzIuNTY4IDAgNDQuOTYyIDYuMDA0IDYuMDA4IDEzLjk4OCA5LjMxMiAyMi40OCA5LjMxMnMxNi40NzctMy4zMDUgMjIuNDg0LTkuMzEyYzEyLjM5NS0xMi4zOTQgMTIuMzk1LTMyLjU2NCAwLTQ0Ljk2Mi02LjAwNy02LjAwNS0xMy45OTItOS4zMTItMjIuNDg0LTkuMzEyem0yNi4yNzEtLjE1OGw1LjY4IDUuNjc2LTU4LjMwNSA1OC4zNDYtNS42OC01LjY3NiA1OC4zMDUtNTguMzQ2eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNjAuMDU4IDExNjAuMDc5YzYuMDgyIDAgMTIuMTY0IDIuMzIgMTYuODA1IDYuOTYgOS4yODEgOS4yODEgOS4yODEgMjQuMzI3IDAgMzMuNjA3LTQuNjQxIDQuNjQxLTEwLjcyMyA2Ljk1Ny0xNi44MDUgNi45NTdzLTEyLjE2NC0yLjMxNi0xNi44MDUtNi45NTdjLTkuMjgxLTkuMjgtOS4yODEtMjQuMzI2IDAtMzMuNjA3IDQuNjQxLTQuNjQgMTAuNzIzLTYuOTYgMTYuODA1LTYuOTZtMC04LjAzYy04LjQ5MiAwLTE2LjQ3NyAzLjMwOC0yMi40OCA5LjMxMi0xMi4zOTggMTIuMzk3LTEyLjM5OCAzMi41NjggMCA0NC45NjIgNi4wMDQgNi4wMDggMTMuOTg4IDkuMzEyIDIyLjQ4IDkuMzEyczE2LjQ3Ny0zLjMwNSAyMi40ODQtOS4zMTJjMTIuMzk1LTEyLjM5NCAxMi4zOTUtMzIuNTY0IDAtNDQuOTYyLTYuMDA3LTYuMDA1LTEzLjk5Mi05LjMxMi0yMi40ODQtOS4zMTJ6bTI2LjI3Ny0uMTUzbDUuNjggNS42NzYtNTguMzA1IDU4LjM0Ni01LjY4LTUuNjc2IDU4LjMwNS01OC4zNDZ6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTQ4LjYxNSAxMjg0aC0xMS4xMDNjLS42OTctMi4xMzUtMi42NC00LjA2OC01LjAwNy00LjA2OC0yLjM3MiAwLTQuMzE4IDEuOTM0LTUuMDE1IDQuMDY4aC0xMS45ODljLTEuODk1IDAtMy40NDMgMS4xODQtMy40NDMgMy4wNzh2My45MjJoNDB2LTMuOTIyYzAtMS44OTQtMS41NDgtMy4wNzgtMy40NDMtMy4wNzh6bS0zNi41MzcgNTMuOTA4YzAgMy4zMjEgMi43MDMgNi4wMjMgNi4wMjQgNi4wMjNoMjcuOTMzYzMuMzIxIDAgNi4wMjMtMi43MDIgNi4wMjMtNi4wMjNsLS4wMTktNDIuOTA4aC0zOS45OGwuMDE5IDQyLjkwOHptMjMuOTgtMzMuOTA4aDhsLjA2OCAzMi4wNjgtOC4wNjgtLjA2OHYtMzJ6bS0xNiAwaDh2MzJoLTh2LTMyeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNzYuNjE1IDEyODRoLTExLjEwM2MtLjY5Ny0yLjEzNS0yLjY0LTQuMDY4LTUuMDA3LTQuMDY4LTIuMzcyIDAtNC4zMTggMS45MzQtNS4wMTUgNC4wNjhoLTExLjk4OWMtMS44OTUgMC0zLjQ0MyAxLjE4NC0zLjQ0MyAzLjA3OHYzLjkyMmg0MHYtMy45MjJjMC0xLjg5NC0xLjU0OC0zLjA3OC0zLjQ0My0zLjA3OHptLTM2LjUzNyA1My45MDhjMCAzLjMyMSAyLjcwMyA2LjAyMyA2LjAyNCA2LjAyM2gyNy45MzNjMy4zMjEgMCA2LjAyMy0yLjcwMiA2LjAyMy02LjAyM2wtLjAyLTQyLjkwOGgtMzkuOThsLjAyIDQyLjkwOHptMjMuOTgtMzMuOTA4aDhsLjA2OCAzMi4wNjgtOC4wNjgtLjA2OHYtMzJ6bS0xNiAwaDh2MzJoLTh2LTMyeiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik0zOC4xMDkgMTQxOS4xNzlsMTQuMzk1IDE0LjM5OC0zMC42NDEgMzAuODUzLTIxLjgwNSA3LjQwNiA3LjQxLTIxLjgwNiAzMC42NDEtMzAuODUxem0yMi45NyA2LjAzNWMzLjk3My0zLjk3NyAzLjk3My0xMC40MjMgMC0xNC4zOTYtMy45NzctMy45NzctMTAuNDIyLTMuOTc3LTE0LjM5OSAwbC0zLjc2NiAzLjc2NiAxNC4zOTUgMTQuMzk5IDMuNzctMy43Njl6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2Ni4xMDkgMTQxOS4xNzlsMTQuMzk1IDE0LjM5OC0zMC42NDEgMzAuODUzLTIxLjgwNSA3LjQwNiA3LjQxLTIxLjgwNiAzMC42NDEtMzAuODUxem0yMi45NyA2LjAzNWMzLjk3My0zLjk3NyAzLjk3My0xMC40MjMgMC0xNC4zOTYtMy45NzctMy45NzctMTAuNDIyLTMuOTc3LTE0LjM5OSAwbC0zLjc2NiAzLjc2NiAxNC4zOTUgMTQuMzk5IDMuNzctMy43Njl6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTIuOTU3IDE1ODYuNTM2Yy0xLjA3OC0xLjA3Ni0yLjM5OC0yLjcwNy0yLjg5OC00LjQ1M2wxNy0uMDgzYy41NTkgMCAuODcxLjM5OC44NzEuOTU0djE2LjQ5Yy0xLjc0Mi0uNTAyLTMuNTI3LTEuNDM4LTQuNjAyLTIuNTE0bC0xMC4zNzEtMTAuMzk0em02MS4xMDEgOS4xOWMwIDIuMjYyLTEuODQ4IDQuMTA5LTQuMTAyIDQuMTA5aC0zNS44Nzh2LTE2Ljg4MWMwLTMuOTY1LTMuMjE5LTcuMTg5LTcuMTc2LTcuMTg5aC0xNi44NDR2LTIzLjc2NWg2NHY0My43MjZ6bS02NC01OS42ODNoNjR2MTEuODk4aC02NHYtMTEuODk4eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMzAuOTU3IDE1ODYuNTM2Yy0xLjA3OC0xLjA3Ni0yLjM5OC0yLjcwNy0yLjg5OC00LjQ1M2wxNy0uMDgzYy41NTkgMCAuODcxLjM5OC44NzEuOTU0djE2LjQ5Yy0xLjc0Mi0uNTAyLTMuNTI3LTEuNDM4LTQuNjAyLTIuNTE0bC0xMC4zNzEtMTAuMzk0em02MS4xMDEgOS4xOWMwIDIuMjYyLTEuODQ4IDQuMTA5LTQuMTAyIDQuMTA5aC0zNS44Nzl2LTE2Ljg4MWMwLTMuOTY1LTMuMjE5LTcuMTg5LTcuMTc2LTcuMTg5aC0xNi44NDR2LTIzLjc2NWg2NGwuMDAxIDQzLjcyNnptLTY0LTU5LjY4M2g2NHYxMS44OThoLTY0di0xMS44OTh6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTS4wNTggMTY2NGg4djY0aC04di02NHptNTYuMjk3IDBoLTQ0LjI5N3Y2NGg0Ny42MDljMi40MjYgMCA0LjM5MS0xLjk2NSA0LjM5MS00LjM5MXYtNTUuMjE5YzAtMi40MjUtMS45NjUtNC4zOS03LjcwMy00LjM5em0tMjUuMjk3IDE3LjAzNWMwLTMuMjYyIDIuODU1LTUuOTEgNi4xMjEtNS45MXM1Ljg3OSAyLjYxMyA1Ljg3OSA1Ljg3NXY2LjUyN2MwIDMuMjY2LTIuNjEzIDUuOTQ1LTUuODc5IDUuOTQ1cy02LjEyMS0yLjY0NS02LjEyMS01Ljkxdi02LjUyN3ptMTUuOTUzIDM1Ljk2NWgtMTkuOTUzbC0xLTEwLjY2NGMwLTMuNjggMi42OTEtNi45MDIgNS41NzgtOC43MzggMS41OTQgMS4wNDMgMy41IDEuNjUyIDUuNTQzIDEuNjUyczMuOTUzLS42MDkgNS41NDctMS42NTJjMi44OTEgMS44MzYgNS4zMzIgNS4wNTkgNS4zMzIgOC43MzhsLTEuMDQ3IDEwLjY2NHoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTI4LjA1OCAxNjY0aDh2NjRoLTh2LTY0em01Ni4yOTcgMGgtNDQuMjk3djY0aDQ3LjYwOWMyLjQyNiAwIDQuMzkxLTEuOTY1IDQuMzkxLTQuMzkxdi01NS4yMTljMC0yLjQyNS0xLjk2NS00LjM5LTcuNzAzLTQuMzl6bS0yNS4yOTcgMTcuMDM1YzAtMy4yNjIgMi44NTUtNS45MSA2LjEyMS01LjkxczUuODc5IDIuNjEzIDUuODc5IDUuODc1djYuNTI3YzAgMy4yNjYtMi42MTMgNS45NDUtNS44NzkgNS45NDVzLTYuMTIxLTIuNjQ1LTYuMTIxLTUuOTF2LTYuNTI3em0xNS45NTMgMzUuOTY1aC0xOS45NTNsLTEtMTAuNjY0YzAtMy42OCAyLjY5MS02LjkwMiA1LjU3OC04LjczOCAxLjU5NCAxLjA0MyAzLjUgMS42NTIgNS41NDMgMS42NTJzMy45NTMtLjYwOSA1LjU0Ny0xLjY1MmMyLjg5MSAxLjgzNiA1LjMzMiA1LjA1OSA1LjMzMiA4LjczOGwtMS4wNDcgMTAuNjY0eiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik0uMDU4IDE4MzcuNTk4YzAgNC43OCAzLjg5MSAxMC40MDIgOC42NyAxMC40MDJoNDYuNjU5YzQuNzggMCA4LjY3LTMuODg3IDguNjctOC42N3YtMjYuMzNoLTY0djI0LjU5OGguMDAxem01MiAuNDAyaC0xM3YtNGgxM3Y0em0tNDAuMTY0LTE3aDQwLjE2NXY0aC00MC4xNjV2LTR6bTQzLjQ5NC0yMWgtNTUuMzN2OGg2NHYtOGgtOC42N3oiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTI4LjA1OCAxODM3LjU5OGMwIDQuNzggMy44OTEgMTAuNDAyIDguNjcgMTAuNDAyaDQ2LjY1OWM0Ljc4IDAgOC42Ny0zLjg4NyA4LjY3LTguNjd2LTI2LjMzaC02NHYyNC41OThoLjAwMXptNTIgLjQwMmgtMTN2LTRoMTN2NHptLTQwLjE2NC0xN2g0MC4xNjV2NGgtNDAuMTY1di00em00My40OTQtMjFoLTU1LjMzdjhoNjR2LThoLTguNjd6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTM1LjMyNyAyMzA0aC0yNy4xNTFjLTQuNjA2IDAtOC4xMTggMy43NDYtOC4xMTggOC4zNTR2MjYuNjQzYzAgNC42MDcgMy41MTEgOC4wMDQgOC4xMTggOC4wMDRoMjcuMTUxYzQuNjA2IDAgNy43MzEtMy4zOTYgNy43MzEtOC4wMDR2LTI2LjY0M2MwLTQuNjA4LTMuMTI1LTguMzU0LTcuNzMxLTguMzU0em0xNi43MzEgMjloOHY3aC04di03em0tMjUgMjdoN3Y4aC03di04em0yNS0xMi45OTJoOHY2Ljk5MmgtOHYtNi45OTJ6bS0xMC44OTcgMTIuOTkyaDYuODk3djhoLTYuODk3di04em0xMC4wMzMtMzMuMDMzaDguMTI1Yy0xLjMwOS0yLjkwNC00LjIyNS00LjkzNC03LjYxNC00LjkzNGgtLjUxMXY0LjkzNHptMS44NjQgMzIuMDMzdjguNWMyLjUtLjg5NiA1LjIzNS02LjA4OSA2LjI5OC04LjVoLTYuMjk4em0tMzMgNC43MzV2LTUuNTA0aC01djIuMTY1YzAgMy4zNzkgMi4xMDcgNi4yOTEgNSA3LjYwNHYtNC4yNjV6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2My4zMjcgMjMwNGgtMjcuMTUxYy00LjYwNiAwLTguMTE4IDMuNzQ2LTguMTE4IDguMzU0djI2LjY0M2MwIDQuNjA3IDMuNTExIDguMDA0IDguMTE4IDguMDA0aDI3LjE1MWM0LjYwNiAwIDcuNzMxLTMuMzk2IDcuNzMxLTguMDA0di0yNi42NDNjMC00LjYwOC0zLjEyNS04LjM1NC03LjczMS04LjM1NHptMTYuNzMxIDI5aDh2N2gtOHYtN3ptLTI1IDI3aDd2OGgtN3YtOHptMjUtMTIuOTkyaDh2Ni45OTJoLTh2LTYuOTkyem0tMTAuODk3IDEyLjk5Mmg2Ljg5N3Y4aC02Ljg5N3YtOHptMTAuMDMzLTMzLjAzM2g4LjEyNWMtMS4zMDktMi45MDQtNC4yMjUtNC45MzQtNy42MTQtNC45MzRoLS41MTF2NC45MzR6bTEuODY0IDMyLjAzM3Y4LjVjMi41LS44OTYgNS4yMzUtNi4wODkgNi4yOTgtOC41aC02LjI5OHptLTMzIDQuNzM1di01LjUwNGgtNXYyLjE2NWMwIDMuMzc5IDIuMTA3IDYuMjkxIDUgNy42MDR2LTQuMjY1eiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik02MC44NjMgMjA3MS43NDRsLTIxLjE5My0yMC42OGMtNC4xODctNC4wODYtMTEuMDM1LTQuMDg2LTE1LjIyMiAwbC0yMS4xOTcgMjAuNjhjLTQuMTg3IDQuMDg2LTQuMjY3IDEwLjg1NS0uMTg0IDE1LjAzNWwyMS41NjUgMjIuMDgyYzQuMDgyIDQuMTg0IDEwLjc2NiA0LjE4NCAxNC44NTMgMGwyMS41NjEtMjIuMDgyYzQuMDg4LTQuMTc5IDQuMDA0LTEwLjk0OS0uMTgzLTE1LjAzNXptLTIzLjgwNSAyNC4wMzFjMCAuOTY1LS44NTQgMi4yMjUtMS44NDMgMi4yMjVoLTYuMzE1Yy0uOTg1IDAtMS44NDItMS4yNi0xLjg0Mi0yLjIyNXYtNi4xNmMwLS45NjUuODU3LTEuNjE1IDEuODQyLTEuNjE1aDYuMzE1Yy45ODkgMCAxLjg0My42NSAxLjg0MyAxLjYxNXY2LjE2em0wLTE0LjgzMmMwIC45NjEtLjg1NCAyLjA1Ny0xLjg0MyAyLjA1N2gtNi4zMTVjLS45ODUgMC0xLjg0Mi0xLjA5Ni0xLjg0Mi0yLjA1N3YtMTguMzY3YzAtLjk2NS42NTMtMS41NzYgMS42MzgtMS41NzZoNi4zMTVjLjk4OSAwIDIuMDQ2LjYxMSAyLjA0NiAxLjU3NmwuMDAxIDE4LjM2N3oiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTg4Ljg2MyAyMDcxLjc0NGwtMjEuMTkzLTIwLjY4Yy00LjE4Ny00LjA4Ni0xMS4wMzUtNC4wODYtMTUuMjIyIDBsLTIxLjE5NyAyMC42OGMtNC4xODcgNC4wODYtNC4yNjcgMTAuODU1LS4xODQgMTUuMDM1bDIxLjU2NSAyMi4wODJjNC4wODIgNC4xODQgMTAuNzY2IDQuMTg0IDE0Ljg1MyAwbDIxLjU2MS0yMi4wODJjNC4wODgtNC4xNzkgNC4wMDQtMTAuOTQ5LS4xODMtMTUuMDM1em0tMjMuODA1IDI0LjAzMWMwIC45NjUtLjg1NCAyLjIyNS0xLjg0MyAyLjIyNWgtNi4zMTVjLS45ODUgMC0xLjg0Mi0xLjI2LTEuODQyLTIuMjI1di02LjE2YzAtLjk2NS44NTctMS42MTUgMS44NDItMS42MTVoNi4zMTVjLjk4OSAwIDEuODQzLjY1IDEuODQzIDEuNjE1djYuMTZ6bTAtMTQuODMyYzAgLjk2MS0uODU0IDIuMDU3LTEuODQzIDIuMDU3aC02LjMxNWMtLjk4NSAwLTEuODQyLTEuMDk2LTEuODQyLTIuMDU3di0xOC4zNjdjMC0uOTY1LjY1My0xLjU3NiAxLjYzOC0xLjU3Nmg2LjMxNWMuOTg5IDAgMi4wNDYuNjExIDIuMDQ2IDEuNTc2bC4wMDEgMTguMzY3eiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik02Mi40NzUgMTk2OS4wNTdsLTIzLjU1OC00MS45MThjLTMuNzczLTYuNzA3LTkuOTQ1LTYuNzA3LTEzLjcxOSAwbC0yMy41NTggNDEuOTE4Yy0zLjc3MyA2LjcwNi0uODI2IDExLjkzMSA2Ljg2OSAxMS45MzFoNDYuNTYyYzcuNjk5LS4wMDEgMTEuMTc4LTUuMjI1IDcuNDA0LTExLjkzMXptLTI1LjQxNyAxLjg3NWMwIC45NTctLjk2MSAyLjA2OC0xLjkyNiAyLjA2OGgtNi4xNDhjLS45NjUgMC0xLjkyNS0xLjExMS0xLjkyNS0yLjA2OHYtNi4xNjRjMC0uOTYxIDEuMDM1LTEuNzY4IDItMS43NjhoNi4xNDhjLjk2NSAwIDEuODUyLjgwNyAxLjg1MiAxLjc2OHY2LjE2NGgtLjAwMXptMC0xNC44MmMwIC45NjEtLjkyNyAxLjg4OC0xLjg5MiAxLjg4OGgtNi4zNTRjLS45NjUgMC0xLjc1NC0uNzg5LTEuNzU0LTEuNzV2LTE4LjUwNGMwLS45NjEuNzg5LTEuNzQ2IDEuNzU0LTEuNzQ2aDYuMzU0Yy45NjUgMCAxLjg5Mi42NDcgMS44OTIgMS42MDh2MTguNTA0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOTAuNDc1IDE5NjkuMDU3bC0yMy41NTgtNDEuOTE4Yy0zLjc3My02LjcwNy05Ljk0NS02LjcwNy0xMy43MTkgMGwtMjMuNTU5IDQxLjkxOGMtMy43NzMgNi43MDYtLjgyNiAxMS45MzEgNi44NjkgMTEuOTMxaDQ2LjU2MmM3LjctLjAwMSAxMS4xNzktNS4yMjUgNy40MDUtMTEuOTMxem0tMjUuNDE3IDEuODc1YzAgLjk1Ny0uOTYxIDIuMDY4LTEuOTI2IDIuMDY4aC02LjE0OGMtLjk2NSAwLTEuOTI1LTEuMTExLTEuOTI1LTIuMDY4di02LjE2NGMwLS45NjEgMS4wMzUtMS43NjggMi0xLjc2OGg2LjE0OGMuOTY1IDAgMS44NTIuODA3IDEuODUyIDEuNzY4djYuMTY0aC0uMDAxem0wLTE0LjgyYzAgLjk2MS0uOTI3IDEuODg4LTEuODkyIDEuODg4aC02LjM1NGMtLjk2NSAwLTEuNzU0LS43ODktMS43NTQtMS43NXYtMTguNTA0YzAtLjk2MS43ODktMS43NDYgMS43NTQtMS43NDZoNi4zNTRjLjk2NSAwIDEuODkyLjY0NyAxLjg5MiAxLjYwOHYxOC41MDR6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTYwLjQxNiAyMTc4LjE0MWgtNDAuNTI5Yy0xLjkxNiAwLTQuOTg2LjI1LTYuOTQxLjU1OS0xLjMzNC0xLjY0NS0zLjM3NS0yLjY5OS01LjY3LTIuNjk5LTQuMDE4IDAtNy4yNzUgMy4yMzQtNy4yNzUgNy4yMjcgMCAyLjc1OC43ODUgNS4xNTYgMy4wNzQgNi4zNzF2NDYuODI4bC0uMDE2LjE1MmMwIDEuODkxIDIuMzE3IDMuNDIyIDQuMjE3IDMuNDIyIDEuOTA0IDAgNC43MzgtMS41MzEgNC43MzgtMy40MjJsLS4wMTYtLjE0NXYtMTMuNjQxYzEuMjE1LS4zMiAyLjA2MS0uNDYxIDIuMDYxLS40NjEgMS45NDUtLjMyNCAzLjg1OC0uMzMyIDUuODI5LS4zMzJoNDAuNTI5YzEuOTcxIDAgMy41ODQtMS44NTUgMy41ODQtMy44MTJ2LTM2LjQ4OGMtLjAwMS0xLjk1OC0xLjYxNC0zLjU1OS0zLjU4NS0zLjU1OXptLTIxLjM1OCAzNC41NWMwIC45OC0xLjM5NCAyLjMwOS0yLjM4MiAyLjMwOWgtNC4yNDhjLS45ODQgMC0yLjM3LTEuMzI4LTIuMzctMi4zMDl2LTQuNjkxYzAtLjk4IDEuMzg1LTIgMi4zNy0yaDQuMjQ4Yy45ODggMCAyLjM4MiAxLjAyIDIuMzgyIDJ2NC42OTF6bTAtMTEuOTM3YzAgLjk3Ny0xLjM5NCAxLjI0Ni0yLjM4MiAxLjI0NmgtNC4yNDhjLS45ODQgMC0yLjM3LS4yNy0yLjM3LTEuMjQ2di0xNC4wNDNjMC0uOTggMS4zODUtMS43ODEgMi4zNy0xLjc4MWg0LjI0OGMuOTg4IDAgMi4zODIuODAxIDIuMzgyIDEuNzgxdjE0LjA0M3oiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTg4LjQxNiAyMTc4LjE0MWgtNDAuNTI5Yy0xLjkxNiAwLTQuOTg2LjI1LTYuOTQxLjU1OS0xLjMzNC0xLjY0NS0zLjM3NS0yLjY5OS01LjY3LTIuNjk5LTQuMDE4IDAtNy4yNzUgMy4yMzQtNy4yNzUgNy4yMjcgMCAyLjc1OC43ODUgNS4xNTYgMy4wNzQgNi4zNzF2NDYuODI4bC0uMDE2LjE1MmMwIDEuODkxIDIuMzE3IDMuNDIyIDQuMjE3IDMuNDIyIDEuOTA0IDAgNC43MzgtMS41MzEgNC43MzgtMy40MjJsLS4wMTYtLjE0NXYtMTMuNjQxYzEuMjE1LS4zMiAyLjA2MS0uNDYxIDIuMDYxLS40NjEgMS45NDUtLjMyNCAzLjg1OC0uMzMyIDUuODI5LS4zMzJoNDAuNTI5YzEuOTcxIDAgMy41ODQtMS44NTUgMy41ODQtMy44MTJ2LTM2LjQ4OGMtLjAwMS0xLjk1OC0xLjYxNC0zLjU1OS0zLjU4NS0zLjU1OXptLTIxLjM1OCAzNC41NWMwIC45OC0xLjM5NCAyLjMwOS0yLjM4MiAyLjMwOWgtNC4yNDhjLS45ODQgMC0yLjM3LTEuMzI4LTIuMzctMi4zMDl2LTQuNjkxYzAtLjk4IDEuMzg1LTIgMi4zNy0yaDQuMjQ4Yy45ODggMCAyLjM4MiAxLjAyIDIuMzgyIDJ2NC42OTF6bTAtMTEuOTM3YzAgLjk3Ny0xLjM5NCAxLjI0Ni0yLjM4MiAxLjI0NmgtNC4yNDhjLS45ODQgMC0yLjM3LS4yNy0yLjM3LTEuMjQ2di0xNC4wNDNjMC0uOTggMS4zODUtMS43ODEgMi4zNy0xLjc4MWg0LjI0OGMuOTg4IDAgMi4zODIuODAxIDIuMzgyIDEuNzgxdjE0LjA0M3oiLz48cGF0aCBmaWxsPSIjOTk5IiBkPSJNNjAuNDE2IDI4MTguMTQxaC00MC41MjljLTEuOTE2IDAtNC45ODYuMjUtNi45NDEuNTU5LTEuMzM0LTEuNjQ1LTMuMzc1LTIuNjk5LTUuNjctMi42OTktNC4wMTggMC03LjI3NSAzLjIzNC03LjI3NSA3LjIyNyAwIDIuNzU4Ljc4NSA1LjE1NiAzLjA3NCA2LjM3MXY0Ni44MjhsLS4wMTYuMTUyYzAgMS44OTEgMi4zMTcgMy40MjIgNC4yMTcgMy40MjIgMS45MDQgMCA0LjczOC0xLjUzMSA0LjczOC0zLjQyMmwtLjAxNi0uMTQ1di0xMy42NDFjMS4yMTUtLjMyIDIuMDYxLS40NjEgMi4wNjEtLjQ2MSAxLjk0NS0uMzI0IDQuMDI5LS4zMzIgNi0uMzMyaDQwLjM1OGMxLjk3MSAwIDMuNTg0LTEuODU1IDMuNTg0LTMuODEydi0zNi40ODhjLS4wMDEtMS45NTgtMS42MTQtMy41NTktMy41ODUtMy41NTl6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE4OC40NzQgMjgxOC4xNDFoLTQwLjUyOWMtMS45MTYgMC00Ljk4Ni4yNS02Ljk0MS41NTktMS4zMzQtMS42NDUtMy4zNzUtMi42OTktNS42Ny0yLjY5OS00LjAxOCAwLTcuMjc1IDMuMjM0LTcuMjc1IDcuMjI3IDAgMi43NTguNzg1IDUuMTU2IDMuMDc0IDYuMzcxdjQ2LjgyOGwtLjAxNi4xNTJjMCAxLjg5MSAyLjMxNyAzLjQyMiA0LjIxNyAzLjQyMiAxLjkwNCAwIDQuNzM4LTEuNTMxIDQuNzM4LTMuNDIybC0uMDE2LS4xNDV2LTEzLjY0MWMxLjIxNS0uMzIgMi4wNjEtLjQ2MSAyLjA2MS0uNDYxIDEuOTQ1LS4zMjQgNC4wMjktLjMzMiA2LS4zMzJoNDAuMzU4YzEuOTcxIDAgMy41ODQtMS44NTUgMy41ODQtMy44MTJ2LTM2LjQ4OGMtLjAwMS0xLjk1OC0xLjYxNC0zLjU1OS0zLjU4NS0zLjU1OXoiLz48cGF0aCBmaWxsPSIjOTk5IiBkPSJNNy41NTQgMzk4OS4zNTNjLjQ1My0xLjU4NiAxLjY5MS0yLjE2IDIuNzU0LTEuMjc3bDE4LjkxNSAxNS42ODRjMS4wNjIuODgzIDMuMjE1Ljg4MyA0Ljc4MSAwbDI3LjkxMS0xNS42ODRjMS41Ny0uODgzIDIuNDgtLjMwOSAyLjAyNyAxLjI3N2wtNy4zNzUgMjUuNzE5Yy0uNDc3IDEuNjY1LTIuMjM0IDMuOTI5LTMuOTAyIDMuOTI5aC01MC4zMjZjLTEuNjY0IDAtMi42MzctMi4yNjQtMi4xNi0zLjkyOWw3LjM3NS0yNS43MTl6bTI4LjYyMSA2LjgzMmMtMS41NjYuODc5LTMuNzE5Ljg3OS00Ljc4MSAwbC0xNi44NzUtMTRjLTEuMTIxLS45My0uNjcyLTIuMTg1Ljk5Ni0yLjE4NWg0NS41NDNjMS42NjggMCAxLjY4IDEuMjU1LjAyNyAyLjE4NWwtMjQuOTEgMTR6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEzNS41NTQgMzk4OS4zNTNjLjQ1My0xLjU4NiAxLjY5MS0yLjE2IDIuNzU0LTEuMjc3bDE4LjkxNSAxNS42ODRjMS4wNjIuODgzIDMuMjE1Ljg4MyA0Ljc4MSAwbDI3LjkxMS0xNS42ODRjMS41Ny0uODgzIDIuNDgtLjMwOSAyLjAyNyAxLjI3N2wtNy4zNzUgMjUuNzE5Yy0uNDc3IDEuNjY1LTIuMjM0IDMuOTI5LTMuOTAyIDMuOTI5aC01MC4zMjVjLTEuNjY0IDAtMi42MzctMi4yNjQtMi4xNi0zLjkyOWw3LjM3NC0yNS43MTl6bTI4LjYyMiA2LjgzMmMtMS41NjYuODc5LTMuNzE5Ljg3OS00Ljc4MSAwbC0xNi44NzUtMTRjLTEuMTIxLS45My0uNjcyLTIuMTg1Ljk5Ni0yLjE4NWg0NS41NDNjMS42NjggMCAxLjY4IDEuMjU1LjAyNyAyLjE4NWwtMjQuOTEgMTR6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTU1LjU5NyAyNzA2LjE4aC0uNTM5djE4LjgxMmMwIDguNzY2LTcuNDk2IDE2LjAwOC0xNi4yNTggMTYuMDA4aC0yMi4zMTJ2Mi4xNzJjMCA0Ljg2NyAzLjk2MSA4LjgyOCA4LjgyOCA4LjgyOGgyOS45MTRjNC44NjcgMCA4LjgyOC0zLjk2MSA4LjgyOC04LjgyOHYtMjguMTY0YzAtNC44NjctMy41OTQtOC44MjgtOC40NjEtOC44Mjh6bS0xMS41MzkgMTYuOTkydi0yNi4zNDRjMC00Ljg2Ny0zLjk2MS04LjgyOC04LjgyOC04LjgyOGgtMjYuMzQ0Yy00Ljg2NyAwLTguODI4IDMuOTYxLTguODI4IDguODI4djI2LjM0NGMwIDQuODY3IDMuOTYxIDguODI4IDguODI4IDguODI4aDI2LjM0NGM0Ljg2NyAwIDguODI4LTMuOTYxIDguODI4LTguODI4eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xODMuNTk3IDI3MDYuMThoLS41Mzl2MTguODEyYzAgOC43NjYtNy40OTYgMTYuMDA4LTE2LjI1OCAxNi4wMDhoLTIyLjMxMnYyLjE3MmMwIDQuODY3IDMuOTYxIDguODI4IDguODI4IDguODI4aDI5LjkxNGM0Ljg2NyAwIDguODI4LTMuOTYxIDguODI4LTguODI4di0yOC4xNjRjMC00Ljg2Ny0zLjU5NC04LjgyOC04LjQ2MS04LjgyOHptLTExLjUzOSAxNi45OTJ2LTI2LjM0NGMwLTQuODY3LTMuOTYxLTguODI4LTguODI4LTguODI4aC0yNi4zNDRjLTQuODY3IDAtOC44MjggMy45NjEtOC44MjggOC44Mjh2MjYuMzQ0YzAgNC44NjcgMy45NjEgOC44MjggOC44MjggOC44MjhoMjYuMzQ0YzQuODY3IDAgOC44MjgtMy45NjEgOC44MjgtOC44Mjh6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTMyLjA1OCAyOTQ0Yy0xNy42NDUgMC0zMiAxNC4zNTUtMzIgMzJzMTQuMzU1IDMyIDMyIDMyIDMyLTE0LjM1NSAzMi0zMi0xNC4zNTUtMzItMzItMzJ6bTQgNTMuNzAzYzAgLjYwOS0uMDg2IDEuMjk3LS42OCAxLjI5N2gtNi45MjZjLS41OTQgMC0xLjM5NS0uNjg4LTEuMzk1LTEuMjk3di02Ljg2N2MwLS42MDUuODAxLS44MzYgMS4zOTUtLjgzNmg2LjkyNmMuNTk0IDAgLjY4LjIzLjY4LjgzNnY2Ljg2N3ptOS43NS0yOC40OTJjLS40NzcgMS4yMTktMS4wNzQgMi4yNTgtMS43OTcgMy4xMjUtLjcwNy44NjMtMS40OTYgMS42MDItMi4zNjcgMi4yMDMtLjg3MS42MDktMS42ODggMS4yMTktMi40NjkgMS44MjgtLjc3LjYwOS0xLjQ0OSAxLjMwNS0yLjA0NyAyLjA5LS42MDIuNzg5LS45NzcgMS43Ny0xLjEzMyAyLjk0NXYxLjEzN2MwIC42MDUtLjQ4OCAxLjQ2MS0xLjA4NiAxLjQ2MWgtNS42NDVjLS41OTggMC0xLjA4Ni0uODU1LTEuMDg2LTEuNDYxdi0xLjU0N2MuMTE3LTEuNjg4LjQzOC0zLjEwNS45NTMtNC4yNDIuNTIzLTEuMTQxIDEuMTMzLTIuMTA5IDEuODI0LTIuOTE0LjY5NS0uODA5IDEuNDMtMS41IDIuMjAzLTIuMDk0Ljc3LS41ODYgMS40ODQtMS4xNzYgMi4xNDEtMS43NjZzMS4xODgtMS4yMzQgMS41OTgtMS45NDVjLjM5OC0uNzAzLjU4Ni0xLjU4Ni41NDctMi42NDggMC0xLjgwNS0uNDMtMy4xMzctMS4zMDEtNC4wMDQtLjg2Ny0uODYzLTIuMDc0LTEuMjk3LTMuNjI1LTEuMjk3LTEuMDM5IDAtMS45MzguMjA3LTIuNjg4LjYyMS0uNzU0LjQxLTEuMzcxLjk2MS0xLjg1MiAxLjY0OC0uNDg0LjY4OC0uODQ0IDEuNDg4LTEuMDc4IDIuNDE0LS4yMjcuOTIyLS4yNzcgMS44NzUtLjI3NyAxLjg3NS0uMDM1LjYwMi0uNTUxIDEuMzU5LTEuMTQ4IDEuMzU5aC02LjI5N2MtLjU5OCAwLTEuMDgyLS43NTgtMS4wODItMS4zNjcuMTIxLTEuNjk1LjQ2MS0zLjI3IDEuMDItNC43MjcuNjc2LTEuNzY2IDEuNjI1LTMuMjk3IDIuODQtNC41OTQgMS4yMTEtMS4yODkgMi42ODQtMi4zMDUgNC40MDItMy4wMzEgMS43MTEtLjcyMyAzLjYzNy0xLjA4NiA1Ljc1OC0xLjA4NiAyLjc0MiAwIDUuMDI3LjM4MyA2Ljg2MyAxLjE0NSAxLjgzMi43NyAzLjMwOSAxLjcxNSA0LjQzIDIuODU1IDEuMTIxIDEuMTQ1IDEuOTIyIDIuMzY3IDIuMzk4IDMuNjg0LjQ4OCAxLjMxNi43MyAyLjU0My43MyAzLjY4LjAwMiAxLjg4Ny0uMjQxIDMuNDM4LS43MjkgNC42NTN6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2MC4wNTggMjk0NGMtMTcuNjQ1IDAtMzIgMTQuMzU1LTMyIDMyczE0LjM1NSAzMiAzMiAzMiAzMi0xNC4zNTUgMzItMzItMTQuMzU1LTMyLTMyLTMyem00IDUzLjcwM2MwIC42MDktLjA4NiAxLjI5Ny0uNjggMS4yOTdoLTYuOTI2Yy0uNTk0IDAtMS4zOTUtLjY4OC0xLjM5NS0xLjI5N3YtNi44NjdjMC0uNjA1LjgwMS0uODM2IDEuMzk1LS44MzZoNi45MjZjLjU5NCAwIC42OC4yMy42OC44MzZ2Ni44Njd6bTkuNzUtMjguNDkyYy0uNDc3IDEuMjE5LTEuMDc0IDIuMjU4LTEuNzk3IDMuMTI1LS43MDcuODYzLTEuNDk2IDEuNjAyLTIuMzY3IDIuMjAzLS44NzEuNjA5LTEuNjg4IDEuMjE5LTIuNDY5IDEuODI4LS43Ny42MDktMS40NDkgMS4zMDUtMi4wNDcgMi4wOS0uNjAyLjc4OS0uOTc3IDEuNzctMS4xMzMgMi45NDV2MS4xMzdjMCAuNjA1LS40ODggMS40NjEtMS4wODYgMS40NjFoLTUuNjQ1Yy0uNTk4IDAtMS4wODYtLjg1NS0xLjA4Ni0xLjQ2MXYtMS41NDdjLjExNy0xLjY4OC40MzgtMy4xMDUuOTUzLTQuMjQyLjUyMy0xLjE0MSAxLjEzMy0yLjEwOSAxLjgyNC0yLjkxNC42OTUtLjgwOSAxLjQzLTEuNSAyLjIwMy0yLjA5NC43Ny0uNTg2IDEuNDg0LTEuMTc2IDIuMTQxLTEuNzY2czEuMTg4LTEuMjM0IDEuNTk4LTEuOTQ1Yy4zOTgtLjcwMy41ODYtMS41ODYuNTQ3LTIuNjQ4IDAtMS44MDUtLjQzLTMuMTM3LTEuMzAxLTQuMDA0LS44NjctLjg2My0yLjA3NC0xLjI5Ny0zLjYyNS0xLjI5Ny0xLjAzOSAwLTEuOTM4LjIwNy0yLjY4OC42MjEtLjc1NC40MS0xLjM3MS45NjEtMS44NTIgMS42NDgtLjQ4NC42ODgtLjg0NCAxLjQ4OC0xLjA3OCAyLjQxNC0uMjI3LjkyMi0uMjc3IDEuODc1LS4yNzcgMS44NzUtLjAzNS42MDItLjU1MSAxLjM1OS0xLjE0OCAxLjM1OWgtNi4yOTdjLS41OTggMC0xLjA4Mi0uNzU4LTEuMDgyLTEuMzY3LjEyMS0xLjY5NS40NjEtMy4yNyAxLjAyLTQuNzI3LjY3Ni0xLjc2NiAxLjYyNS0zLjI5NyAyLjg0LTQuNTk0IDEuMjExLTEuMjg5IDIuNjg0LTIuMzA1IDQuNDAyLTMuMDMxIDEuNzExLS43MjMgMy42MzctMS4wODYgNS43NTgtMS4wODYgMi43NDIgMCA1LjAyNy4zODMgNi44NjMgMS4xNDUgMS44MzIuNzcgMy4zMDkgMS43MTUgNC40MyAyLjg1NSAxLjEyMSAxLjE0NSAxLjkyMiAyLjM2NyAyLjM5OCAzLjY4NC40ODggMS4zMTYuNzMgMi41NDMuNzMgMy42OC4wMDIgMS44ODctLjI0MSAzLjQzOC0uNzI5IDQuNjUzeiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik0zMi4wNTggMzIwMGMtMTcuNjQ1IDAtMzIgMTQuMzU1LTMyIDMyczE0LjM1NSAzMiAzMiAzMiAzMi0xNC4zNTUgMzItMzItMTQuMzU1LTMyLTMyLTMyem00IDUwLjE3MmgtOHYtMjIuNDE0aDh2MjIuNDE0em0wLTI5LjE3MmgtOHYtOGg4djh6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2MC4wNTggMzIwMGMtMTcuNjQ1IDAtMzIgMTQuMzU1LTMyIDMyczE0LjM1NSAzMiAzMiAzMiAzMi0xNC4zNTUgMzItMzItMTQuMzU1LTMyLTMyLTMyem00IDUwLjE3MmgtOHYtMjIuNDE0aDh2MjIuNDE0em0wLTI5LjE3MmgtOHYtOGg4djh6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTIwLjA1OCAzNTA2LjM5NmwtMTYuNzQyIDUuMTc2Yy0xLjc5My41NzgtMy4yNTgtLjQ4NC0zLjI1OC0yLjM2N3YtMzguOTNjMC0xLjg4MyAxLjQ2NS0zLjg5OCAzLjI1OC00LjQ3N2wxNi43NDItNS4xNzJ2NDUuNzd6bTI0LTM5LjU0MmwxNi43NDItNS4xOGMxLjc5My0uNTc4IDMuMjU4LjQ4OCAzLjI1OCAyLjM3MXYzOC45MjZjMCAxLjg4My0xLjQ2NSAzLjg5OC0zLjI1OCA0LjQ3N2wtMTYuNzQyIDUuMTh2LTQ1Ljc3NHptLTIwIDM5LjU0MmwxNiA2LjIzMXYtNDUuNzczbC0xNi02LjIyN3Y0NS43Njl6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0OC4wNTggMzUwNi4zOTZsLTE2Ljc0MiA1LjE3NmMtMS43OTMuNTc4LTMuMjU4LS40ODQtMy4yNTgtMi4zNjd2LTM4LjkzYzAtMS44ODMgMS40NjUtMy44OTggMy4yNTgtNC40NzdsMTYuNzQyLTUuMTcydjQ1Ljc3em0yNC0zOS41NDJsMTYuNzQyLTUuMThjMS43OTMtLjU3OCAzLjI1OC40ODggMy4yNTggMi4zNzF2MzguOTI2YzAgMS44ODMtMS40NjUgMy44OTgtMy4yNTggNC40NzdsLTE2Ljc0MiA1LjE4di00NS43NzR6bS0yMCAzOS41NDJsMTYgNi4yMzF2LTQ1Ljc3M2wtMTYtNi4yMjd2NDUuNzY5eiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik02My40MDMgMzYzOC4yMDFsLTI2Ljc0Ny00OS4zMTFjLS45MjItMS43MDMtMi42ODQtMi43NjYtNC41OTgtMi43NjZzLTMuNjc2IDEuMDYyLTQuNTk4IDIuNzY2bC0yNi43NSA0OS4zMTFjLS44OTggMS42NTItLjg2NyAzLjY3Mi4wNzggNS4yOTcuOTQxIDEuNjMzIDIuODU1IDIuNDM4IDQuNzE2IDIuNDM4aDUzLjQ5YzEuODYxIDAgMy4zODktLjgwNiA0LjMzNC0yLjQzOC45NDctMS42MjUuOTc0LTMuNjQ0LjA3NS01LjI5N3ptLTI3LjM0NSAxLjc5OWgtOHYtOGg4djh6bTAtMTVoLTh2LTIyaDh2MjJ6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE5MS40MDQgMzYzOC4yMDFsLTI2Ljc0Ny00OS4zMTFjLS45MjItMS43MDMtMi42ODQtMi43NjYtNC41OTgtMi43NjZzLTMuNjc2IDEuMDYyLTQuNTk4IDIuNzY2bC0yNi43NTEgNDkuMzExYy0uODk4IDEuNjUyLS44NjcgMy42NzIuMDc4IDUuMjk3Ljk0MSAxLjYzMyAyLjg1NSAyLjQzOCA0LjcxNiAyLjQzOGg1My40OWMxLjg2MSAwIDMuMzg5LS44MDYgNC4zMzQtMi40MzguOTQ4LTEuNjI1Ljk3NS0zLjY0NC4wNzYtNS4yOTd6bS0yNy4zNDUgMS43OTloLTh2LThoOHY4em0wLTE1aC04di0yMmg4djIyeiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik02MC4xOTkgMzcyMC40NjFsLTcuNTU5LTcuNTYyYy0xLjAzMS0xLjAzMS0yLjcwMy0xLjAzMS0zLjczOCAwbC0xMS40ODggMTEuNDk2Yy0uNDk2LjQ5Mi0uNzczIDEuMTY0LS43NzMgMS44NjdzLjI3NyAxLjM3NS43NzMgMS44NzFsNy40NTcgNy40NTNjLTEuMTYgMi4yMjMtMy44OTEgNi43MDctOS4yNyAxMi4wODYtNS4zMzIgNS4zMzItOS44NTUgOC4wOS0xMi4wOSA5LjI2NmwtNy40NTMtNy40NTNjLS40OTItLjQ5Ni0xLjE2OC0uNzczLTEuODY3LS43NzMtLjcwMyAwLTEuMzc1LjI3Ny0xLjg3MS43NzNsLTExLjQ4OCAxMS40ODhjLS40OTIuNDk2LS43NzMgMS4xNzItLjc3MyAxLjg3MXMuMjgxIDEuMzc1Ljc3MyAxLjg3MWw3LjU1OSA3LjU1OWMyLjU1OSAyLjU1NSA1LjgwOSAzLjg1MiA5LjY2IDMuODUyIDExLjU1NSAwIDI0LjQxLTExLjYxMyAyOS4zOTgtMTYuNjA1IDYuNjUyLTYuNjQ4IDExLjc3My0xMy43MzggMTQuNDIyLTE5Ljk2NSA0LjI5Ni0xMC4xMDMgMS40NjQtMTUuOTYyLTEuNjcyLTE5LjA5NXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTg4LjE5OSAzNzIwLjQ2MWwtNy41NTktNy41NjJjLTEuMDMxLTEuMDMxLTIuNzAzLTEuMDMxLTMuNzM4IDBsLTExLjQ4OCAxMS40OTZjLS40OTYuNDkyLS43NzMgMS4xNjQtLjc3MyAxLjg2N3MuMjc3IDEuMzc1Ljc3MyAxLjg3MWw3LjQ1NyA3LjQ1M2MtMS4xNiAyLjIyMy0zLjg5MSA2LjcwNy05LjI3IDEyLjA4Ni01LjMzMiA1LjMzMi05Ljg1NSA4LjA5LTEyLjA5IDkuMjY2bC03LjQ1My03LjQ1M2MtLjQ5Mi0uNDk2LTEuMTY4LS43NzMtMS44NjctLjc3My0uNzAzIDAtMS4zNzUuMjc3LTEuODcxLjc3M2wtMTEuNDg4IDExLjQ4OGMtLjQ5Mi40OTYtLjc3MyAxLjE3Mi0uNzczIDEuODcxcy4yODEgMS4zNzUuNzczIDEuODcxbDcuNTU5IDcuNTU5YzIuNTU5IDIuNTU1IDUuODA5IDMuODUyIDkuNjYgMy44NTIgMTEuNTU1IDAgMjQuNDEtMTEuNjEzIDI5LjM5OC0xNi42MDUgNi42NTItNi42NDggMTEuNzczLTEzLjczOCAxNC40MjItMTkuOTY1IDQuMjk2LTEwLjEwMyAxLjQ2NC0xNS45NjItMS42NzItMTkuMDk1eiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik02Mi43MSAzODUwLjQ5MWwtNy44NTItOC43MjdjLS45ODgtMS4wOTgtMi4zOTEtMS43MjMtMy44NjMtMS43MjNoLTQ1LjczYy0yLjg3NSAwLTUuMjA3IDIuMzQ0LTUuMjA3IDUuMjM0djUzLjUzMWMwIDIuODkxIDIuMTI1IDUuMTkyIDUgNS4xOTJoNTMuNTg2YzIuODc1IDAgNS40MTQtMi4zMDIgNS40MTQtNS4xOTJ2LTQ0LjgwMWMwLTEuMjk5LS40OC0yLjU1My0xLjM0OC0zLjUxNHptLTE1LjY1MiAxOC41MDloLTMxdi0yNGgzMXYyNHptLTI2LTE4aDh2MTNoLTh2LTEzeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOTAuNzEgMzg1MC40OTFsLTcuODUyLTguNzI3Yy0uOTg4LTEuMDk4LTIuMzkxLTEuNzIzLTMuODYzLTEuNzIzaC00NS43M2MtMi44NzUgMC01LjIwNyAyLjM0NC01LjIwNyA1LjIzNHY1My41MzFjMCAyLjg5MSAyLjEyNSA1LjE5MiA1IDUuMTkyaDUzLjU4NmMyLjg3NSAwIDUuNDE0LTIuMzAyIDUuNDE0LTUuMTkydi00NC44MDFjMC0xLjI5OS0uNDgtMi41NTMtMS4zNDgtMy41MTR6bS0xNS42NTIgMTguNTA5aC0zMXYtMjRoMzF2MjR6bS0yNi0xOGg4djEzaC04di0xM3oiLz48cGF0aCBmaWxsPSIjOTk5IiBkPSJNNjIuMDE5IDQxNDguMDk0bC0xMC45NDUtMTAuOTM4Yy0xLjgyMi0xLjgyLTQuMzkxLTIuMzk4LTYuNzEzLTEuNzg1bC0yLjk5Ni0yLjk5NmMyLjg2OS0zLjg5OCA0LjQ4Mi04LjU0NyA0LjQ4Ni0xMy40OCAwLTYuMTEzLTIuMzg1LTExLjg2My02LjcwOS0xNi4xOTEtNC4zMjYtNC4zMi0xMC4wNzYtNi43MDMtMTYuMTk1LTYuNzAzcy0xMS44NzEgMi4zODMtMTYuMTkxIDYuNzAzYy04LjkyOCA4LjkyNi04LjkzMiAyMy40NTMgMCAzMi4zNzkgNC4zMiA0LjMyOCAxMC4wNzIgNi43MDcgMTYuMTkxIDYuNzA3IDQuOTMzIDAgOS41ODctMS42MTMgMTMuNDg4LTQuNDg0bDIuOTk0IDNjLS42MTEgMi4zMjQtLjAzOSA0Ljg5NSAxLjc3OSA2LjcxMWwxMC45NDUgMTAuOTQxYzEuMzYzIDEuMzYzIDMuMTQ4IDIuMDQzIDQuOTMgMi4wNDMgMS43ODUgMCAzLjU3Mi0uNjggNC45MzYtMi4wNDMgMi43MTgtMi43MjQgMi43MTgtNy4xNDIgMC05Ljg2NHptLTUwLjMzNC0xNy45NDJjLTYuMjE5LTYuMjE5LTYuMjE5LTE2LjMwMSAwLTIyLjUyIDMuMTExLTMuMTA5IDcuMTg2LTQuNjYgMTEuMjYyLTQuNjYgNC4wNzQgMCA4LjE1IDEuNTUxIDExLjI2MyA0LjY2IDYuMjE3IDYuMjE5IDYuMjE3IDE2LjMwNS0uMDA0IDIyLjUyLTMuMTA5IDMuMTA5LTcuMTg2IDQuNjY4LTExLjI1OSA0LjY2OC00LjA3NiAwLTguMTUxLTEuNTU4LTExLjI2Mi00LjY2OHoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTkwLjAxOSA0MTQ4LjA5NGwtMTAuOTQ1LTEwLjkzOGMtMS44MjItMS44Mi00LjM5MS0yLjM5OC02LjcxMy0xLjc4NWwtMi45OTYtMi45OTZjMi44NjktMy44OTggNC40ODItOC41NDcgNC40ODYtMTMuNDggMC02LjExMy0yLjM4NS0xMS44NjMtNi43MDktMTYuMTkxLTQuMzI2LTQuMzItMTAuMDc2LTYuNzAzLTE2LjE5NS02LjcwM3MtMTEuODcxIDIuMzgzLTE2LjE5MSA2LjcwM2MtOC45MjggOC45MjYtOC45MzIgMjMuNDUzIDAgMzIuMzc5IDQuMzIgNC4zMjggMTAuMDcyIDYuNzA3IDE2LjE5MSA2LjcwNyA0LjkzMyAwIDkuNTg3LTEuNjEzIDEzLjQ4OC00LjQ4NGwyLjk5NCAzYy0uNjExIDIuMzI0LS4wMzkgNC44OTUgMS43NzkgNi43MTFsMTAuOTQ1IDEwLjk0MWMxLjM2MyAxLjM2MyAzLjE0OCAyLjA0MyA0LjkzIDIuMDQzIDEuNzg1IDAgMy41NzItLjY4IDQuOTM2LTIuMDQzIDIuNzE4LTIuNzI0IDIuNzE4LTcuMTQyIDAtOS44NjR6bS01MC4zMzQtMTcuOTQyYy02LjIxOS02LjIxOS02LjIxOS0xNi4zMDEgMC0yMi41MiAzLjExMS0zLjEwOSA3LjE4Ni00LjY2IDExLjI2Mi00LjY2IDQuMDc0IDAgOC4xNSAxLjU1MSAxMS4yNjMgNC42NiA2LjIxNyA2LjIxOSA2LjIxNyAxNi4zMDUtLjAwNCAyMi41Mi0zLjEwOSAzLjEwOS03LjE4NiA0LjY2OC0xMS4yNTkgNC42NjgtNC4wNzYgMC04LjE1MS0xLjU1OC0xMS4yNjItNC42Njh6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTIwLjA4MyA0Mjg4Yy0uMjM1IDAtLjU2My0uMTM1LS43MjktLjMwMWwtMTguOTkyLTE4Ljg3MWMtLjE2Ny0uMTY2LS4zMDMtLjQ5Mi0uMzAzLS43Mjh2LTIzLjk1MWMwLS4yMzUuMTM2LS41NjIuMzAyLS43MjlsMTguOTk0LTE4Ljk5NGMuMTY2LS4xNjYuNDk0LS4zMDIuNzI5LS4zMDJoMjMuOTUxYy4yMzUgMCAuNTYyLjEzNi43MjkuMzAybDE4Ljk5NCAxOC45OTRjLjE2Ni4xNjYuMzAyLjQ5My4zMDIuNzI5djIzLjk1MWMwIC4yMzUtLjEzNi41NjItLjMwMy43MjhsLTE4Ljk5MiAxOC44NzFjLS4xNjcuMTY2LS40OTUuMzAxLS43MjkuMzAxaC0yMy45NTN6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0OC4wODMgNDI4OGMtLjIzNSAwLS41NjMtLjEzNS0uNzI5LS4zMDFsLTE4Ljk5Mi0xOC44NzFjLS4xNjctLjE2Ni0uMzAzLS40OTItLjMwMy0uNzI4di0yMy45NTFjMC0uMjM1LjEzNi0uNTYyLjMwMi0uNzI5bDE4Ljk5NC0xOC45OTRjLjE2Ni0uMTY2LjQ5NC0uMzAyLjcyOS0uMzAyaDIzLjk1MWMuMjM1IDAgLjU2Mi4xMzYuNzI5LjMwMmwxOC45OTQgMTguOTk0Yy4xNjYuMTY2LjMwMi40OTMuMzAyLjcyOXYyMy45NTFjMCAuMjM1LS4xMzYuNTYyLS4zMDMuNzI4bC0xOC45OTIgMTguODcxYy0uMTY3LjE2Ni0uNDk1LjMwMS0uNzI5LjMwMWgtMjMuOTUzeiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik0yNC41IDQ0MDZjLTEuMzk2IDAtMi41MzEtMS4wNzgtMi41MzEtMi40NzcgMC0xLjM5NSAxLjEzNS0yLjUyMyAyLjUzMS0yLjUyM2gxNS4xMzljMS40IDAgMi41MzEgMS4xMjkgMi41MzEgMi41MjMgMCAxLjM5OC0xLjEzMSAyLjQ3Ny0yLjUzMSAyLjQ3N2gtMTUuMTM5em0wIDEwYy0xLjM5NiAwLTIuNTMxLTEuMTMzLTIuNTMxLTIuNTI3czEuMTM1LTIuNDczIDIuNTMxLTIuNDczaDE1LjEzOWMxLjQgMCAyLjUzMSAxLjA3OCAyLjUzMSAyLjQ3M3MtMS4xMyAyLjUyNy0yLjUzMSAyLjUyN2gtMTUuMTM5em03LjU1OC02NGMtMTAuNDc2IDAtMTkgOC41MTItMTkgMTguOTczIDAgMy4zMjguODc2IDYuNjAyIDIuNTMxIDkuNDY5bC41MjEuOTAyYy44OTIgMS41MzUgMS42OTQgMi43MzggMi40MDIgMy43OTcgMS42NzggMi41MTYgMi40NTcgMy42ODQgMi43NjYgNi41Ny4xODggMy4yMDcgMi44NjQgNS4yODkgNi4xMjIgNS4yODloOS4zMThjMy4yNTggMCA1LjkzNC0yLjA4MiA2LjEyMi01LjI5My4zMDUtMi44ODMgMS4wODctNC4wNTEgMi43NjItNi41NjIuNzA4LTEuMDYyIDEuNTE0LTIuMjY2IDIuMzktMy43NzdsLjU0LS45MzhjMS42NTQtMi44NTkgMi41MjctNi4xMzMgMi41MjctOS40NTctLjAwMS0xMC40NjEtOC41MjUtMTguOTczLTE5LjAwMS0xOC45NzN6bTEwLjg1OSAxNy4zMDlsLTMuNTkxIDYuNzczYy0uMzYuNjgtMS4wODcgMS4xMDUtMS44ODUgMS4xMDVzLTEuNTI2LS40MjYtMS44OS0xLjEwNWwtMS42OTgtMy4yMTEtMS43MDIgMy4yMTFjLS4zNi42OC0xLjA4NyAxLjEwNS0xLjg4NSAxLjEwNXMtMS41My0uNDI2LTEuODktMS4xMDVsLTEuMjgzLTIuNDMtMS4wNDEuMzk1LTEuMDc2IDIuMDM1Yy0uMzc1LjcwMy0xLjExOSAxLjEwNS0xLjg5MyAxLjEwNS0uMzIxIDAtLjY0Ni0uMDY2LS45NTUtLjIxNS0xLjA0MS0uNTA4LTEuNDU5LTEuNzI3LS45MzEtMi43MjNsMy41OTEtNi43NzNjLjM2LS42OCAxLjA4Ny0xLjEwOSAxLjg4NS0xLjEwOXMxLjUyNi40MyAxLjg5IDEuMTA5bDEuNzAyIDMuMjExIDEuNjk4LTMuMjA3Yy4zNi0uNjg0IDEuMDg3LTEuMTEzIDEuODg1LTEuMTEzczEuNTMuNDMgMS44OSAxLjEwOWwxLjI4NyAyLjQzIDEuMDM3LS4zOTUgMS4wOC0yLjAzMWMuNTI0LS45OTYgMS43OTUtMS4zOTUgMi44NDQtLjg5MSAxLjA0MS41MDUgMS40NTYgMS43MjMuOTMxIDIuNzJ6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1Mi41IDQ0MDZjLTEuMzk2IDAtMi41MzEtMS4wNzgtMi41MzEtMi40NzcgMC0xLjM5NSAxLjEzNS0yLjUyMyAyLjUzMS0yLjUyM2gxNS4xMzljMS40IDAgMi41MzEgMS4xMjkgMi41MzEgMi41MjMgMCAxLjM5OC0xLjEzMSAyLjQ3Ny0yLjUzMSAyLjQ3N2gtMTUuMTM5em0wIDEwYy0xLjM5NiAwLTIuNTMxLTEuMTMzLTIuNTMxLTIuNTI3czEuMTM1LTIuNDczIDIuNTMxLTIuNDczaDE1LjEzOWMxLjQgMCAyLjUzMSAxLjA3OCAyLjUzMSAyLjQ3M3MtMS4xMzEgMi41MjctMi41MzEgMi41MjdoLTE1LjEzOXptNy41NTgtNjRjLTEwLjQ3NiAwLTE5IDguNTEyLTE5IDE4Ljk3MyAwIDMuMzI4Ljg3NiA2LjYwMiAyLjUzMSA5LjQ2OWwuNTIxLjkwMmMuODkyIDEuNTM1IDEuNjk0IDIuNzM4IDIuNDAyIDMuNzk3IDEuNjc4IDIuNTE2IDIuNDU3IDMuNjg0IDIuNzY2IDYuNTcuMTg4IDMuMjA3IDIuODY0IDUuMjg5IDYuMTIyIDUuMjg5aDkuMzE4YzMuMjU4IDAgNS45MzQtMi4wODIgNi4xMjItNS4yOTMuMzA1LTIuODgzIDEuMDg3LTQuMDUxIDIuNzYyLTYuNTYyLjcwOC0xLjA2MiAxLjUxNC0yLjI2NiAyLjM5LTMuNzc3bC41NC0uOTM4YzEuNjU0LTIuODU5IDIuNTI3LTYuMTMzIDIuNTI3LTkuNDU3LS4wMDEtMTAuNDYxLTguNTI1LTE4Ljk3My0xOS4wMDEtMTguOTczem0xMC44NTkgMTcuMzA5bC0zLjU5MSA2Ljc3M2MtLjM2LjY4LTEuMDg3IDEuMTA1LTEuODg1IDEuMTA1cy0xLjUyNi0uNDI2LTEuODktMS4xMDVsLTEuNjk4LTMuMjExLTEuNzAyIDMuMjExYy0uMzYuNjgtMS4wODcgMS4xMDUtMS44ODUgMS4xMDVzLTEuNTMtLjQyNi0xLjg5LTEuMTA1bC0xLjI4My0yLjQzLTEuMDQxLjM5NS0xLjA3NiAyLjAzNWMtLjM3NS43MDMtMS4xMTkgMS4xMDUtMS44OTMgMS4xMDUtLjMyMSAwLS42NDYtLjA2Ni0uOTU1LS4yMTUtMS4wNDEtLjUwOC0xLjQ1OS0xLjcyNy0uOTMxLTIuNzIzbDMuNTkxLTYuNzczYy4zNi0uNjggMS4wODctMS4xMDkgMS44ODUtMS4xMDlzMS41MjYuNDMgMS44OSAxLjEwOWwxLjcwMiAzLjIxMSAxLjY5OC0zLjIwN2MuMzYtLjY4NCAxLjA4Ny0xLjExMyAxLjg4NS0xLjExM3MxLjUzLjQzIDEuODkgMS4xMDlsMS4yODcgMi40MyAxLjAzNy0uMzk1IDEuMDgtMi4wMzFjLjUyNC0uOTk2IDEuNzk1LTEuMzk1IDIuODQ0LS44OTEgMS4wNDEuNTA1IDEuNDU2IDEuNzIzLjkzMSAyLjcyeiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik02My40NzIgNDUxMS4xOTljLTcuMTQ1LTguNjgtMTcuNjg0LTEzLjY1Ni0yOC45MTctMTMuNjU2LTE1LjA3OCAwLTI4LjYyMSA4Ljk3My0zNC40OTYgMjIuODY3bDQuNzExIDEuOTkyYy44NC0xLjk3NyAxLjg1NS0zLjg0IDMuMDIzLTUuNTY2IDcuMDI3IDcuMTkxIDE2LjYxMyAxMS4yNTggMjYuNzYyIDExLjI1OCAxMS4xNjcgMCAyMS42NTYtNC45MjIgMjguNzk2LTEzLjUwOC44ODItLjkyNS45NTctMi4zNzguMTIxLTMuMzg3em0tMjguOTE4IDExLjc1Yy01LjU4NiAwLTEwLjEzMy00LjU0My0xMC4xMzMtMTAuMTMzIDAtNS41ODYgNC41NDctMTAuMTI5IDEwLjEzMy0xMC4xMjkgNS41ODkgMCAxMC4xMzYgNC41NDMgMTAuMTM2IDEwLjEyOSAwIDUuNTktNC41NDYgMTAuMTMzLTEwLjEzNiAxMC4xMzN6bTAtMTMuNTQzYy0xLjg4MyAwLTMuNDEgMS41MjctMy40MSAzLjQxIDAgMS44ODcgMS41MjcgMy40MTQgMy40MSAzLjQxNCAxLjg4NiAwIDMuNDE3LTEuNTI3IDMuNDE3LTMuNDE0LjAwMS0xLjg4Mi0xLjUzMS0zLjQxLTMuNDE3LTMuNDF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE5MS40NzIgNDUxMS4xOTljLTcuMTQ1LTguNjgtMTcuNjg0LTEzLjY1Ni0yOC45MTctMTMuNjU2LTE1LjA3OCAwLTI4LjYyMSA4Ljk3My0zNC40OTYgMjIuODY3bDQuNzExIDEuOTkyYy44NC0xLjk3NyAxLjg1NS0zLjg0IDMuMDIzLTUuNTY2IDcuMDI3IDcuMTkxIDE2LjYxMyAxMS4yNTggMjYuNzYyIDExLjI1OCAxMS4xNjcgMCAyMS42NTYtNC45MjIgMjguNzk2LTEzLjUwOC44ODItLjkyNS45NTctMi4zNzguMTIxLTMuMzg3em0tMjguOTE4IDExLjc1Yy01LjU4NiAwLTEwLjEzMy00LjU0My0xMC4xMzMtMTAuMTMzIDAtNS41ODYgNC41NDctMTAuMTI5IDEwLjEzMy0xMC4xMjkgNS41ODkgMCAxMC4xMzYgNC41NDMgMTAuMTM2IDEwLjEyOSAwIDUuNTktNC41NDYgMTAuMTMzLTEwLjEzNiAxMC4xMzN6bTAtMTMuNTQzYy0xLjg4MyAwLTMuNDEgMS41MjctMy40MSAzLjQxIDAgMS44ODcgMS41MjcgMy40MTQgMy40MSAzLjQxNCAxLjg4NiAwIDMuNDE3LTEuNTI3IDMuNDE3LTMuNDE0LjAwMS0xLjg4Mi0xLjUzMS0zLjQxLTMuNDE3LTMuNDF6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTMyLjg3NSAyNTYwYy0xLjIyNyAwLTIuNDUzLjQyMi0zLjQ0OSAxLjI3M2wtMjIuNTA4IDE5LjIzYy0xLjY5MSAxLjQ0MS0yLjMwMSAzLjc4OS0xLjUzMSA1Ljg3NS43NyAyLjA4MiAzLjQ0OSAzLjYyMSA1LjY3MSAzLjYyMWg3djI4YzAgMi45MzQgMi43NjYgNiA1LjcgNmgxNy4wNTFjMi45MyAwIDYuMjUtMi4zNzUgNi4yNS01LjMwOXYtMjguODQ0aDcuMTQxYzIuMTk5IDAgNC4xNjgtMS4zNTIgNC45NTctMy40MDIuNzg1LTIuMDUxLjIzLTQuMzc1LTEuNDAyLTUuODQ0bC0yMS4zMi0xOS4yMzRjLTEuMDEzLS45MDktMi4yODctMS4zNjYtMy41Ni0xLjM2NnoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTYwLjg3NSAyNTYwYy0xLjIyNyAwLTIuNDUzLjQyMi0zLjQ0OSAxLjI3M2wtMjIuNTA4IDE5LjIzYy0xLjY5MSAxLjQ0MS0yLjMwMSAzLjc4OS0xLjUzMSA1Ljg3NS43NyAyLjA4MiAzLjQ0OSAzLjYyMSA1LjY3MSAzLjYyMWg3djI4YzAgMi45MzQgMi43NjYgNiA1LjcgNmgxNy4wNTFjMi45MyAwIDYuMjUtMi4zNzUgNi4yNS01LjMwOXYtMjguODQ0aDcuMTQxYzIuMTk5IDAgNC4xNjgtMS4zNTIgNC45NTctMy40MDIuNzg1LTIuMDUxLjIzLTQuMzc1LTEuNDAyLTUuODQ0bC0yMS4zMi0xOS4yMzRjLTEuMDEzLS45MDktMi4yODctMS4zNjYtMy41Ni0xLjM2NnoiLz48cGF0aCBmaWxsPSIjOTk5IiBkPSJNMzIuMjQgMjQ5NmMxLjIyNyAwIDIuNDUzLS40MjIgMy40NDktMS4yNzNsMjIuNTA4LTE5LjIzYzEuNjkxLTEuNDQxIDIuMzAxLTMuNzg1IDEuNTM1LTUuODcxLS43NzMtMi4wODYtMi43NTgtMy40NzMtNC45ODQtMy40NzNoLTguNjg5di0yOC44NGMwLTIuOTM4LTEuNzY4LTUuMzEyLTQuNzAxLTUuMzEyaC0xNy4wNTJjLTIuOTM0IDAtNS4yNDggMi4zNzUtNS4yNDggNS4zMTJ2MjguODRoLTguMTQzYy0yLjE5OSAwLTQuMTY4IDEuMzU1LTQuOTU3IDMuNDAyLS43ODkgMi4wNTUtLjIzNCA0LjM3OSAxLjM5OCA1Ljg0OGwyMS4zMjggMTkuMjNjMS4wMTMuOTE0IDIuMjgyIDEuMzY3IDMuNTU2IDEuMzY3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNjAuMjQgMjQ5NmMxLjIyNyAwIDIuNDUzLS40MjIgMy40NDktMS4yNzNsMjIuNTA4LTE5LjIzYzEuNjkxLTEuNDQxIDIuMzAxLTMuNzg1IDEuNTM1LTUuODcxLS43NzMtMi4wODYtMi43NTgtMy40NzMtNC45ODQtMy40NzNoLTguNjg5di0yOC44NGMwLTIuOTM4LTEuNzY4LTUuMzEyLTQuNzAxLTUuMzEyaC0xNy4wNTFjLTIuOTM0IDAtNS4yNDggMi4zNzUtNS4yNDggNS4zMTJ2MjguODRoLTguMTQzYy0yLjE5OSAwLTQuMTY4IDEuMzU1LTQuOTU3IDMuNDAyLS43ODkgMi4wNTUtLjIzNCA0LjM3OSAxLjM5OCA1Ljg0OGwyMS4zMjggMTkuMjNjMS4wMTIuOTE0IDIuMjgxIDEuMzY3IDMuNTU1IDEuMzY3eiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik01Ni4wMjcgMzA5Ni4xMDJsLTE0LjIxMS0xNC4xOTdjLS40OTItLjQ5NC0uODYzLTEuMDgyLTEuMDktMS43MTNoLTE3LjM1NWMtLjIyNy41ODgtLjU2NiAxLjEzNy0xLjAyNyAxLjZsLTE0LjE0OCAxNC4yNjRjLS40NzMuNDc5LS41MjcuODMtMS4xMzcgMS4wNjJ2MTIuNzY4Yy41NTkuMjMxLjU3OC41NzIgMS4wMjMgMS4wMTVsMTQuMjE1IDE0LjIwMWMuNDg4LjQ5NC44NTkgMS4wNzggMS4wODYgMS43MTNoMTcuMzUyYy4yMy0uNTkyLjU3LTEuMTQxIDEuMDM1LTEuNjAzbDE0LjE0OC0xNC4yNjVjLjQ3My0uNDc0LjUzNS0uODMgMS4xNDEtMS4wNjJ2LTEyLjc2OGMtLjU1Ni0uMjMyLS41ODctLjU2OC0xLjAzMi0xLjAxNXptLTM4LjQyMi0yMi4xMDJoLTE1LjcxMWMtLjk1MyAwLTEuNzI3Ljc3Ni0xLjcyNyAxLjczMnYxNS44MzFjMCAuNjk4LjQyMiAxLjMzMyAxLjA3IDEuNTk5LjIxMS4wOTEuNDM4LjEzNC42NTYuMTM0LjQ1MyAwIC44OTUtLjE3NyAxLjIyNy0uNTFsMTUuNzExLTE1LjgzMWMuNDkyLS40OTguNjM3LTEuMjQyLjM2Ny0xLjg4OS0uMjY1LS42NDYtLjg5NC0xLjA2Ni0xLjU5My0xLjA2NnptLTE0LjYwMiA0MC4xNzFjLS4zMjgtLjMyOS0uNzctLjUwNi0xLjIxOS0uNTA2LS4yMjMgMC0uNDQ1LjA0My0uNjYuMTM0LS42NDUuMjY2LTEuMDY2LjktMS4wNjYgMS41OTl2MTUuNzYxYzAgLjk1Ni43NzMgMS43MzIgMS43MjcgMS43MzJoMTUuNzgxYy42OTkgMCAxLjMyOC0uNDI0IDEuNTk4LTEuMDcuMjY2LS42NDYuMTE3LTEuMzk1LS4zNzktMS44OTNsLTE1Ljc4Mi0xNS43NTd6bTU5Ljg3NS0uMzMzYy0uMjExLS4wOS0uNDM4LS4xMzQtLjY1Ni0uMTM0LS40NTMgMC0uODk1LjE3Ny0xLjIyNy41MWwtMTUuNzExIDE1LjgzMWMtLjQ5Mi40OTgtLjYzNyAxLjI0Mi0uMzY3IDEuODkuMjY2LjY0Ni44OTUgMS4wNjUgMS41OTQgMS4wNjVoMTUuNzExYy45NTMgMCAxLjcyNy0uNzc1IDEuNzI3LTEuNzMydi0xNS44MzFjMC0uNjk4LS40MjItMS4zMzMtMS4wNzEtMS41OTl6bS0uNTQ2LTM5LjcyOWgtMTUuNzgyYy0uNjk5IDAtMS4zMjguNDI0LTEuNTk4IDEuMDctLjI2Ni42NDYtLjExNyAxLjM5NS4zNzkgMS44OTNsMTUuNzgxIDE1Ljc1OGMuMzI4LjMyOC43Ny41MDUgMS4yMTkuNTA1LjIyMyAwIC40NDktLjA0My42NjQtLjEzNC42NDEtLjI2NiAxLjA2Mi0uOSAxLjA2Mi0xLjU5OHYtMTUuNzYyYy4wMDEtLjk1NS0uNzcyLTEuNzMyLTEuNzI1LTEuNzMyeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xODQuMDI3IDMwOTYuMTAybC0xNC4yMTEtMTQuMTk3Yy0uNDkyLS40OTQtLjg2My0xLjA4Mi0xLjA5LTEuNzEzaC0xNy4zNTVjLS4yMjcuNTg4LS41NjYgMS4xMzctMS4wMjcgMS42bC0xNC4xNDggMTQuMjY0Yy0uNDczLjQ3OS0uNTI3LjgzLTEuMTM3IDEuMDYydjEyLjc2OGMuNTU5LjIzMS41NzguNTcyIDEuMDIzIDEuMDE1bDE0LjIxNSAxNC4yMDFjLjQ4OC40OTQuODU5IDEuMDc4IDEuMDg2IDEuNzEzaDE3LjM1MmMuMjMtLjU5Mi41Ny0xLjE0MSAxLjAzNS0xLjYwM2wxNC4xNDgtMTQuMjY1Yy40NzMtLjQ3NC41MzUtLjgzIDEuMTQxLTEuMDYydi0xMi43NjhjLS41NTYtLjIzMi0uNTg3LS41NjgtMS4wMzItMS4wMTV6bS0zOC40MjItMjIuMTAyaC0xNS43MTFjLS45NTMgMC0xLjcyNy43NzYtMS43MjcgMS43MzJ2MTUuODMxYzAgLjY5OC40MjIgMS4zMzMgMS4wNyAxLjU5OS4yMTEuMDkxLjQzOC4xMzQuNjU2LjEzNC40NTMgMCAuODk1LS4xNzcgMS4yMjctLjUxbDE1LjcxMS0xNS44MzFjLjQ5Mi0uNDk4LjYzNy0xLjI0Mi4zNjctMS44ODktLjI2NS0uNjQ2LS44OTQtMS4wNjYtMS41OTMtMS4wNjZ6bS0xNC42MDIgNDAuMTcxYy0uMzI4LS4zMjktLjc3LS41MDYtMS4yMTktLjUwNi0uMjIzIDAtLjQ0NS4wNDMtLjY2LjEzNC0uNjQ1LjI2Ni0xLjA2Ni45LTEuMDY2IDEuNTk5djE1Ljc2MWMwIC45NTYuNzczIDEuNzMyIDEuNzI3IDEuNzMyaDE1Ljc4MWMuNjk5IDAgMS4zMjgtLjQyNCAxLjU5OC0xLjA3LjI2Ni0uNjQ2LjExNy0xLjM5NS0uMzc5LTEuODkzbC0xNS43ODItMTUuNzU3em01OS44NzUtLjMzM2MtLjIxMS0uMDktLjQzOC0uMTM0LS42NTYtLjEzNC0uNDUzIDAtLjg5NS4xNzctMS4yMjcuNTFsLTE1LjcxMSAxNS44MzFjLS40OTIuNDk4LS42MzcgMS4yNDItLjM2NyAxLjg5LjI2Ni42NDYuODk1IDEuMDY1IDEuNTk0IDEuMDY1aDE1LjcxMWMuOTUzIDAgMS43MjctLjc3NSAxLjcyNy0xLjczMnYtMTUuODMxYzAtLjY5OC0uNDIyLTEuMzMzLTEuMDcxLTEuNTk5em0tLjU0Ni0zOS43MjloLTE1Ljc4MmMtLjY5OSAwLTEuMzI4LjQyNC0xLjU5OCAxLjA3LS4yNjYuNjQ2LS4xMTcgMS4zOTUuMzc5IDEuODkzbDE1Ljc4MSAxNS43NThjLjMyOC4zMjguNzcuNTA1IDEuMjE5LjUwNS4yMjMgMCAuNDQ5LS4wNDMuNjY0LS4xMzQuNjQxLS4yNjYgMS4wNjItLjkgMS4wNjItMS41OTh2LTE1Ljc2MmMuMDAxLS45NTUtLjc3Mi0xLjczMi0xLjcyNS0xLjczMnoiLz48cGF0aCBmaWxsPSIjOTk5IiBkPSJNNTAuMDU4IDMzNTMuNjA1di03LjM0YzAtMTAuMDctOC4yODktMTguMjY2LTE4LjEyMS0xOC4yNjZzLTE3LjgzMiA4LjE5NS0xNy44MzIgMTguMjY2djcuMzYzYy0zLjM4NS40MDItNi4wNDcgMy4zNC02LjA0NyA2LjkwNnYyNC40NzdjMCAzLjg0IDMuMDcgNi45ODggNi44MiA2Ljk4OGgzNC4zNTljMy43NSAwIDYuODItMy4xNDggNi44Mi02Ljk4OHYtMjQuNDc3Yy4wMDEtMy42NTUtMi40OTktNi42MzktNS45OTktNi45Mjl6bS0xNSAxOC41Njd2OC44MjhoLTZ2LTguODI4Yy0xLjg3MS0uOTM4LTIuNzUtMi44ODctMi43NS01LjE2OCAwLTMuMTg0IDIuNTIxLTUuNzcgNS42MjktNS43NyAzLjExMyAwIDUuNjMzIDIuNTg2IDUuNjMzIDUuNzcgMCAyLjI4MS0uNjQxIDQuMjM0LTIuNTEyIDUuMTY4em02LjE4OC0xOS4xNzJoLTE4LjE4OHYtNi43MzRjMC01LjI1OCAzLjc1LTkuNTM1IDguODc5LTkuNTM1IDUuMTMzIDAgOS4zMDkgNC4yNzcgOS4zMDkgOS41MzV2Ni43MzR6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3OC4wNTggMzM1My42MDV2LTcuMzRjMC0xMC4wNy04LjI4OS0xOC4yNjYtMTguMTIxLTE4LjI2NnMtMTcuODMyIDguMTk1LTE3LjgzMiAxOC4yNjZ2Ny4zNjNjLTMuMzg1LjQwMi02LjA0NyAzLjM0LTYuMDQ3IDYuOTA2djI0LjQ3N2MwIDMuODQgMy4wNyA2Ljk4OCA2LjgyIDYuOTg4aDM0LjM1OWMzLjc1IDAgNi44Mi0zLjE0OCA2LjgyLTYuOTg4di0yNC40NzdjLjAwMS0zLjY1NS0yLjQ5OS02LjYzOS01Ljk5OS02LjkyOXptLTE1IDE4LjU2N3Y4LjgyOGgtNnYtOC44MjhjLTEuODcxLS45MzgtMi43NS0yLjg4Ny0yLjc1LTUuMTY4IDAtMy4xODQgMi41MjEtNS43NyA1LjYyOS01Ljc3IDMuMTEzIDAgNS42MzMgMi41ODYgNS42MzMgNS43NyAwIDIuMjgxLS42NDEgNC4yMzQtMi41MTIgNS4xNjh6bTYuMTg4LTE5LjE3MmgtMTguMTg4di02LjczNGMwLTUuMjU4IDMuNzUtOS41MzUgOC44NzktOS41MzUgNS4xMzMgMCA5LjMwOSA0LjI3NyA5LjMwOSA5LjUzNXY2LjczNHoiLz48cGF0aCBmaWxsPSIjOTk5IiBkPSJNMTguMDU4IDEyOHY4Ljg2NGgzMC4zOTVsLTQ4LjM5NSA0OC42MTIgNi40NyA2LjQ3IDQ4Ljc2NC00OC4zOTR2MzAuNDQ4aDguNzY2di00NmgtNDZ6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0Ni4wNTggMTI4djguODY0aDMwLjM5NWwtNDguMzk1IDQ4LjYxMiA2LjQ3IDYuNDcgNDguNzY0LTQ4LjM5NHYzMC40NDhoOC43NjZ2LTQ2aC00NnoiLz48cGF0aCBmaWxsPSIjOTk5IiBkPSJNNTAuNzQxIDQwLjA2bC00LjczOC02LjU3My0xNC45NDUgMTUuMjk3di00OC43ODRoLTExdjQ4Ljg2MmwtMTUuMTE2LTE1LjQ5Ny00Ljg4NCA2LjcyOSAyNS42ODQgMjMuODAyIDI0Ljk5OS0yMy44MzZ6bS0yOC42ODMtMzAuMDZoMzJ2LTEwaC0zMnYxMHoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTc4Ljc0MSA0MC4wNmwtNC43MzgtNi41NzMtMTQuOTQ1IDE1LjI5N3YtNDguNzg0aC0xMXY0OC44NjJsLTE1LjExNi0xNS40OTctNC44ODQgNi43MjkgMjUuNjg0IDIzLjgwMiAyNC45OTktMjMuODM2em0tMjguNjgzLTMwLjA2aDMydi0xMGgtMzJ2MTB6bS0yMiA0NjUwaDY0djEyaC02NHYtMTJ6bTQ4IDEwOS44ODN2MjIuMTE3aC00MHYtMzdoMjIuMTE4di04aC0zMC4xMTh2NTNoNTd2LTMwLjExN2gtOXptLTE4LTMzLjg4M3YzNGgzNHYtMzRoLTM0em0yNiAyN2gtMTh2LTE5aDE4djE5eiIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik02Mi4yMDggNDkwMi4wOTJsLTYuMzQxLTIuNjI1Yy4zNDEtMi4zMjguMzI4LTQuNjYyLS4wMDItNi45MzNsNi4zNDQtMi42MjZjMS41MjMtLjYzMiAyLjI1NS0yLjM5NSAxLjYyMi0zLjkyMmwtMi4yMjctNS4zNzVjLS42MzItMS41MjUtMi4zOTYtMi4yNTUtMy45MTktMS42MjVsLTYuMzQ2IDIuNjNjLTEuMzY3LTEuODQtMy4wMS0zLjQ5Ny00Ljg5Ni00Ljg5OWwyLjYyNS02LjM0NGMuNjMzLTEuNTI0LS4wOTktMy4yODctMS42MjMtMy45MTZsLTUuMzc3LTIuMjNjLTEuNTIzLS42My0zLjI4Ny4wOTgtMy45MTkgMS42MjVsLTIuNjI1IDYuMzM4Yy0yLjMyOC0uMzM4LTQuNjYyLS4zMjgtNi45My4wMDZsLTIuNjI4LTYuMzQ0Yy0uNjMtMS41MjMtMi4zOTYtMi4yNTUtMy45MTgtMS42MjJsLTUuMzc4IDIuMjI4Yy0xLjUyMy42MjktMi4yNTUgMi4zOTUtMS42MjIgMy45MTZsMi42MjcgNi4zNDRjLTEuODQxIDEuMzY5LTMuNDk3IDMuMDEtNC45MDMgNC44OTdsLTYuMzM4LTIuNjI1Yy0xLjUyMy0uNjMzLTMuMjg3LjA5OS0zLjkxOSAxLjYyMmwtMi4yMjcgNS4zOGMtLjYzMyAxLjUyMi4wOTkgMy4yODggMS42MjMgMy45MTdsNi4zMzggMi42MjZjLS4zNDEgMi4zMjctLjMyOCA0LjY2MS4wMDMgNi45MzNsLTYuMzQxIDIuNjI1Yy0xLjUyNC42MzItMi4yNTUgMi4zOTUtMS42MjMgMy45MjJsMi4yMjcgNS4zNzVjLjYzMyAxLjUyNSAyLjM5NiAyLjI1NCAzLjkxOSAxLjYyNWw2LjM0MS0yLjYyN2MxLjM3IDEuODQgMy4wMTMgMy40OTYgNC45MDEgNC45MDJsLTIuNjI3IDYuMzM4Yy0uNjMxIDEuNTI0LjA5OSAzLjI4NyAxLjYyNSAzLjkxOWw1LjM3NSAyLjIyOWMxLjUyNS42MyAzLjI4OS0uMTAxIDMuOTE4LTEuNjI1bDIuNjI1LTYuMzQxYzIuMzMyLjM0NiA0LjY2Mi4zMzIgNi45MzMtLjAwMmwyLjYyOCA2LjM0M2MuNjMzIDEuNTI0IDIuMzk2IDIuMjU1IDMuOTE5IDEuNjI1bDUuMzc3LTIuMjNjMS41MjQtLjYzIDIuMjU1LTIuMzkzIDEuNjIzLTMuOTE3bC0yLjYyNy02LjM0M2MxLjg0MS0xLjM3IDMuNDk4LTMuMDEgNC45MDQtNC44OTdsNi4zMzggMi42MjVjMS41MjQuNjMxIDMuMjg3LS4xMDEgMy45MTktMS42MjNsMi4yMjctNS4zNzdjLjYzLTEuNTI5LS4xMDItMy4yOTMtMS42MjUtMy45MjJ6bS0xOS41NDQtMS42OTljLTIuNDI3IDUuODU5LTkuMTQzIDguNjQyLTE1IDYuMjE1LTUuODU2LTIuNDI4LTguNjQxLTkuMTQxLTYuMjEzLTE1czkuMTQtOC42MzkgMTUtNi4yMTVjNS44NTYgMi40MjYgOC42MzcgOS4xNDEgNi4yMTMgMTV6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE5MC4yMDggNDkwMi4wOTJsLTYuMzQxLTIuNjI1Yy4zNDEtMi4zMjguMzI4LTQuNjYyLS4wMDItNi45MzNsNi4zNDQtMi42MjZjMS41MjMtLjYzMiAyLjI1NS0yLjM5NSAxLjYyMi0zLjkyMmwtMi4yMjctNS4zNzVjLS42MzItMS41MjUtMi4zOTYtMi4yNTUtMy45MTktMS42MjVsLTYuMzQ2IDIuNjNjLTEuMzY3LTEuODQtMy4wMS0zLjQ5Ny00Ljg5Ni00Ljg5OWwyLjYyNS02LjM0NGMuNjMzLTEuNTI0LS4wOTktMy4yODctMS42MjMtMy45MTZsLTUuMzc3LTIuMjNjLTEuNTIzLS42My0zLjI4Ny4wOTgtMy45MTkgMS42MjVsLTIuNjI1IDYuMzM4Yy0yLjMyOC0uMzM4LTQuNjYyLS4zMjgtNi45My4wMDZsLTIuNjI4LTYuMzQ0Yy0uNjMtMS41MjMtMi4zOTYtMi4yNTUtMy45MTgtMS42MjJsLTUuMzc4IDIuMjI4Yy0xLjUyMy42MjktMi4yNTUgMi4zOTUtMS42MjIgMy45MTZsMi42MjcgNi4zNDRjLTEuODQxIDEuMzY5LTMuNDk3IDMuMDEtNC45MDMgNC44OTdsLTYuMzM4LTIuNjI1Yy0xLjUyMy0uNjMzLTMuMjg3LjA5OS0zLjkxOSAxLjYyMmwtMi4yMjcgNS4zOGMtLjYzMyAxLjUyMi4wOTkgMy4yODggMS42MjMgMy45MTdsNi4zMzggMi42MjZjLS4zNDEgMi4zMjctLjMyOCA0LjY2MS4wMDMgNi45MzNsLTYuMzQxIDIuNjI1Yy0xLjUyNC42MzItMi4yNTUgMi4zOTUtMS42MjMgMy45MjJsMi4yMjcgNS4zNzVjLjYzMyAxLjUyNSAyLjM5NiAyLjI1NCAzLjkxOSAxLjYyNWw2LjM0MS0yLjYyN2MxLjM3IDEuODQgMy4wMTMgMy40OTYgNC45MDEgNC45MDJsLTIuNjI3IDYuMzM4Yy0uNjMxIDEuNTI0LjA5OSAzLjI4NyAxLjYyNSAzLjkxOWw1LjM3NSAyLjIyOWMxLjUyNS42MyAzLjI4OS0uMTAxIDMuOTE4LTEuNjI1bDIuNjI1LTYuMzQxYzIuMzMyLjM0NiA0LjY2Mi4zMzIgNi45MzMtLjAwMmwyLjYyOCA2LjM0M2MuNjMzIDEuNTI0IDIuMzk2IDIuMjU1IDMuOTE5IDEuNjI1bDUuMzc3LTIuMjNjMS41MjQtLjYzIDIuMjU1LTIuMzkzIDEuNjIzLTMuOTE3bC0yLjYyNy02LjM0M2MxLjg0MS0xLjM3IDMuNDk4LTMuMDEgNC45MDQtNC44OTdsNi4zMzggMi42MjVjMS41MjQuNjMxIDMuMjg3LS4xMDEgMy45MTktMS42MjNsMi4yMjctNS4zNzdjLjYzLTEuNTI5LS4xMDItMy4yOTMtMS42MjUtMy45MjJ6bS0xOS41NDQtMS42OTljLTIuNDI3IDUuODU5LTkuMTQzIDguNjQyLTE1IDYuMjE1LTUuODU2LTIuNDI4LTguNjQxLTkuMTQxLTYuMjEzLTE1czkuMTQtOC42MzkgMTUtNi4yMTVjNS44NTYgMi40MjYgOC42MzcgOS4xNDEgNi4yMTMgMTV6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTE0LjA1OCA1MDM4LjA3Mmg0djMuODU0aC00di0zLjg1NHptOCAwaDR2My44NTRoLTR2LTMuODU0em04IDBoNHYzLjg1NGgtNHYtMy44NTR6bTggMGg0djMuODU0aC00di0zLjg1NHptOCAwaDR2My44NTRoLTR2LTMuODU0em0tMjQtOGg0djMuODU0aC00di0zLjg1NHptOCAwaDR2My44NTRoLTR2LTMuODU0em04IDBoNHYzLjg1NGgtNHYtMy44NTR6bTggMGg0djMuODU0aC00di0zLjg1NHptLTE2LThoNHYzLjg1NGgtNHYtMy44NTR6bTggMGg0djMuODU0aC00di0zLjg1NHptOCAwaDR2My44NTRoLTR2LTMuODU0em0tOC04aDR2My44NTRoLTR2LTMuODU0em04IDBoNHYzLjg1NGgtNHYtMy44NTR6bTAtOGg0djMuODU0aC00di0zLjg1NHptLTI0IDE1Mmg0djMuODU0aC00di0zLjg1NHptOCAwaDR2My44NTRoLTR2LTMuODU0em04IDBoNHYzLjg1NGgtNHYtMy44NTR6bS0xNi04aDR2My44NTRoLTR2LTMuODU0em04IDBoNHYzLjg1NGgtNHYtMy44NTR6bTggMGg0djMuODU0aC00di0zLjg1NHptLTE2LThoNHYzLjg1NGgtNHYtMy44NTR6bTggMGg0djMuODU0aC00di0zLjg1NHptOCAwaDR2My44NTRoLTR2LTMuODU0eiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIzMi4wMzciIHkxPSI1NjgxLjg4MyIgeDI9IjMyLjAzNyIgeTI9IjU3MzguMDI3IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMTA5OTEpIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM3RDkzRDciLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1MDZGQzkiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik02MS4xNzQgNTI3OS45OGMwIDE2LjA4OS0xMy4wNDggMjkuMTM3LTI5LjEzOCAyOS4xMzctMTYuMDg5IDAtMjkuMTM2LTEzLjA0OC0yOS4xMzYtMjkuMTM3IDAtMTYuMDk0IDEzLjA0Ni0yOS4xMzcgMjkuMTM2LTI5LjEzNyAxNi4wOS4wMDEgMjkuMTM4IDEzLjA0NCAyOS4xMzggMjkuMTM3eiIvPjxwYXRoIGZpbGw9IiM1MDZGQzkiIGQ9Ik0zMi4wMzcgNTMxMS45NTljLTE3LjYzMiAwLTMxLjk3OS0xNC4zNDYtMzEuOTc5LTMxLjk3OSAwLTE3LjYzNCAxNC4zNDYtMzEuOTggMzEuOTc5LTMxLjk4IDE3LjYzNCAwIDMxLjk3OSAxNC4zNDcgMzEuOTc5IDMxLjk4cy0xNC4zNDYgMzEuOTc5LTMxLjk3OSAzMS45Nzl6bTAtNTguMjczYy0xNC40OTkgMC0yNi4yOTMgMTEuNzk1LTI2LjI5MyAyNi4yOTUgMCAxNC40OTYgMTEuNzk1IDI2LjI5MyAyNi4yOTMgMjYuMjkzIDE0LjQ5NiAwIDI2LjI5NC0xMS43OTcgMjYuMjk0LTI2LjI5MyAwLTE0LjUwMS0xMS43OTgtMjYuMjk1LTI2LjI5NC0yNi4yOTV6Ii8+PHBhdGggZmlsbD0iIzk5QjlFNCIgZD0iTTE4LjA1OCA1NDMwLjYyMWMwIDIuNDgyLTIuNjA1IDUuMzc5LTUuMDg2IDUuMzc5aC04LjQyMmMtMi40NzkgMC00LjQ5Mi0yLjg5Ni00LjQ5Mi01LjM3OXYtMjAuNzcxYzAtMi40ODIgMi4wMTQtNC44NSA0LjQ5Mi00Ljg1aDguNDIyYzIuNDggMCA1LjA4NiAyLjM2NyA1LjA4NiA0Ljg1djIwLjc3MXptLS41OTYtMzguNzgzYzAgNC44MDctMy44OTggOC43MDEtOC43MDEgOC43MDEtNC44MDUgMC04LjcwMS0zLjg5NS04LjcwMS04LjcwMSAwLTQuODA1IDMuODk2LTguNjk5IDguNzAxLTguNjk5IDQuODAzIDAgOC43MDEgMy44OTQgOC43MDEgOC42OTl6Ii8+PHBhdGggZmlsbD0iI0M3QzZCOSIgZD0iTTQxLjA1OCA1NDI0LjA2OGMwIDIuNDgyLTIuMzEyIDQuOTMyLTQuNzkxIDQuOTMyaC04LjQyMmMtMi40OCAwLTQuNzg3LTIuNDQ5LTQuNzg3LTQuOTMydi0yMC43N2MwLTIuNDc5IDIuMzA3LTUuMjk5IDQuNzg3LTUuMjk5aDguNDIyYzIuNDc5IDAgNC43OTEgMi44MiA0Ljc5MSA1LjI5OXYyMC43N3oiLz48Y2lyY2xlIGZpbGw9IiNDN0M2QjkiIGN4PSIzMi4wNTciIGN5PSI1Mzg1LjI5MSIgcj0iOC43MDIiLz48cGF0aCBmaWxsPSIjRDVEMzU0IiBkPSJNNjQuMDU4IDU0MzQuOTE4YzAgMi40ODItMi4wMiA1LjA4Mi00LjQ5MiA1LjA4MmgtOC40MjZjLTIuNDc5IDAtNS4wODItMi42LTUuMDgyLTUuMDgydi0yMC43N2MwLTIuNDc3IDIuNjA0LTUuMTQ4IDUuMDgyLTUuMTQ4aDguNDI2YzIuNDczIDAgNC40OTIgMi42NzIgNC40OTIgNS4xNDh2MjAuNzd6bS0uMDAyLTM4Ljc3N2MwIDQuODA3LTMuOTAyIDguNzAxLTguNzA3IDguNzAxLTQuODAzIDAtOC43MDEtMy44OTUtOC43MDEtOC43MDFzMy44OTgtOC43MDEgOC43MDEtOC43MDFjNC44MDUtLjAwMSA4LjcwNyAzLjg5NCA4LjcwNyA4LjcwMXoiLz48cGF0aCBmaWxsPSIjOTk5IiBkPSJNNjIuNTYgNTUyMS40ODRjLS45MTktLjQ3My0yLjAyNi0uMzg5LTIuODY0LjIxNGwtMTAuODc2IDguNTI0di04LjExMWMwLTMuNjg1LTMuOTc5LTcuMTExLTcuNjYzLTcuMTExaC0zNC40MTljLTMuNjgzIDAtNi42OCAzLjQyNy02LjY4IDcuMTExdjI3LjIwOWMwIDMuNjg0IDIuOTk3IDYuNjggNi42OCA2LjY4aDM0LjQxOWMzLjY4NCAwIDcuNjYzLTIuOTk2IDcuNjYzLTYuNjh2LTYuODc4bDEwLjc5NSA4LjQ2NmMuNDY2LjM2MyAxLjA1Mi41NzggMS42ODguNTc4IDEuNTIxIDAgMi43NTUtMS4yMyAyLjc1NS0yLjc1di0yNC44YzAtMS4wMzQtLjU3Ny0xLjk4Mi0xLjQ5OC0yLjQ1MnoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTkwLjU2IDU1MjEuNDg0Yy0uOTE5LS40NzMtMi4wMjYtLjM4OS0yLjg2NC4yMTRsLTEwLjg3NiA4LjUyNHYtOC4xMTFjMC0zLjY4NS0zLjk3OS03LjExMS03LjY2My03LjExMWgtMzQuNDE5Yy0zLjY4MyAwLTYuNjggMy40MjctNi42OCA3LjExMXYyNy4yMDljMCAzLjY4NCAyLjk5NyA2LjY4IDYuNjggNi42OGgzNC40MTljMy42ODQgMCA3LjY2My0yLjk5NiA3LjY2My02LjY4di02Ljg3OGwxMC43OTUgOC40NjZjLjQ2Ni4zNjMgMS4wNTIuNTc4IDEuNjg4LjU3OCAxLjUyMSAwIDIuNzU1LTEuMjMgMi43NTUtMi43NXYtMjQuOGMwLTEuMDM0LS41NzctMS45ODItMS40OTgtMi40NTJ6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTcuMDUgNTYzMS45NzlsNTYuMDY0IDU2LjA2NC00Ljk5OCA0Ljk5OC01Ni4wNjQtNTYuMDY0IDQuOTk4LTQuOTk4em00My4yOCAzNC40NDdsLTQuOTk5LTUgOS4wMTEtOS4wMWMyLjU2OC0yLjU3IDIuMDY0LTcuMjU2LTEuMTI1LTEwLjQ0Ny0zLjE5LTMuMTg4LTcuODc2LTMuNjkzLTEwLjQ0NS0xLjEyMWwtNy45NzYgNy45NzUtNC45OTktNC45OTkgNy45NzYtNy45NzRjNS4zMjgtNS4zMjggMTQuNDk4LTQuODIyIDIwLjQ0MyAxLjEyMSA1Ljk0NiA1Ljk0NiA2LjQ0OSAxNS4xMTcgMS4xMjUgMjAuNDQzbC05LjAxMSA5LjAxMnptLTMzLjI1MSAyNy43NDdjLTMuOTUyIDAtOC4wNjUtMS42MjMtMTEuMjUzLTQuODEyLTUuOTQ1LTUuOTQzLTYuNDQ5LTE1LjExNi0xLjEyNC0yMC40NDNsOS42MDUtOS42MDIgNC45OTggNC45OTgtOS42MDMgOS42MDJjLTIuNTcgMi41NzItMi4wNjYgNy4yNTggMS4xMjIgMTAuNDQ3IDMuMTkxIDMuMTg4IDcuODc1IDMuNjkyIDEwLjQ0NiAxLjEyMWw4LjI1MS04LjI1IDQuOTk5IDUtOC4yNTEgOC4yNTFjLTIuNDcgMi40Ny01Ljc2OSAzLjY4OC05LjE5IDMuNjg4Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEzNS4wNDkgNTYzMS45NzhsNTYuMDY0IDU2LjA2NC00Ljk5OCA0Ljk5OC01Ni4wNjQtNTYuMDY0IDQuOTk4LTQuOTk4em00My4yODEgMzQuNDQ4bC00Ljk5OS01IDkuMDExLTkuMDFjMi41NjgtMi41NyAyLjA2NC03LjI1Ni0xLjEyNS0xMC40NDctMy4xOS0zLjE4OC03Ljg3Ni0zLjY5My0xMC40NDUtMS4xMjFsLTcuOTc2IDcuOTc1LTQuOTk5LTQuOTk5IDcuOTc2LTcuOTc0YzUuMzI4LTUuMzI4IDE0LjQ5OC00LjgyMiAyMC40NDMgMS4xMjEgNS45NDYgNS45NDYgNi40NDkgMTUuMTE3IDEuMTI1IDIwLjQ0M2wtOS4wMTEgOS4wMTJ6bS0zMy4yNTEgMjcuNzQ3Yy0zLjk1MiAwLTguMDY1LTEuNjIzLTExLjI1My00LjgxMi01Ljk0NS01Ljk0My02LjQ0OS0xNS4xMTYtMS4xMjQtMjAuNDQzbDkuNjA1LTkuNjAyIDQuOTk4IDQuOTk4LTkuNjAzIDkuNjAyYy0yLjU3IDIuNTcyLTIuMDY2IDcuMjU4IDEuMTIyIDEwLjQ0NyAzLjE5MSAzLjE4OCA3Ljg3NSAzLjY5MiAxMC40NDYgMS4xMjFsOC4yNTEtOC4yNSA0Ljk5OSA1LTguMjUxIDguMjUxYy0yLjQ3IDIuNDctNS43NjkgMy42ODgtOS4xOSAzLjY4OCIvPjxwYXRoIGZpbGw9IiM5OTkiIGQ9Ik02Mi40MTMgNTc4OC44OTNjLS4yMTQtLjU4MS0uNDA2LTEuMTczLS42NTEtMS43NDUtLjQwMi0uNzktLjc1NS0xLjYwNy0xLjE5LTIuMzgyLTEuMDUzLTEuNzg4LTIuMzM0LTMuNDM2LTMuNzIxLTQuOTc4LTEuNjk1LTEuNjI3LTMuNjA3LTMuMDIyLTUuNjAzLTQuMjU0LTEuNjQyLS43MzgtMy4yNjktMS41MjQtNS4wMjItMS45NzYtLjcyNy0uMDY4LTEuNDE3LS4zMzQtMi4xNC0uNDI2LTIuOTA4LS4zNTgtNS45NS0uMDE1LTguNTgxIDEuMzMtMS4wMzcuNTMxLTIuMDM3IDEuMTU4LTIuOTA3IDEuOTM1LTEuNzQ2IDEuNzQ2LTMuNDkxIDMuNDk1LTUuMjQgNS4yNC0uNzUzLjY5NS0uOTE3IDEuODA2LS44OTUgMi43OC4xNDYgMi4yODIgMS45NDYgNC4yMzQgNC4xMTYgNC44MTkgMS4xODEuMzE0IDIuNTA0LjExOCAzLjQzOS0uNzEyIDIuMDg3LTIuMDAyIDQuMDY0LTQuMTI2IDYuMTc1LTYuMTA1LjU5MS0uMjE2IDEuMTA1LS42MjIgMS43NC0uNzI3IDMuMDIyLS44NDIgNi4yMDMuMzc2IDguNTc5IDIuMjQ3Ljk4NC45ODUgMi4wODUgMS44OTcgMi43NDIgMy4xNTMgMS41MzUgMi40MTcgMi4yMzEgNS42MTMuOTg5IDguMjk5LS41MTggMS4yOS0xLjY5NCAyLjA5OC0yLjYwNSAzLjA4Ny0zLjIwMyAzLjIwNi02LjM5OSA2LjQyMi05LjYyIDkuNjEyLTEuMjU0Ljk1NS0yLjg3NCAxLjQ1LTQuNDQ4IDEuMjkxLTEuODMxLS4wMjgtMy42MDctLjY3Mi01LjEyMi0xLjY4MS0xLjA1NS0uNDk0LTEuNzI4LTEuNDkyLTIuNjczLTIuMTQyLTEuMjEyLS45NjYtMi44OTUtMS41MjQtNC40MDItLjk1LS45OTguNDUtMS44MzkgMS40MTktMS44NjUgMi41NTUtLjI3MyAxLjg4NC45ODkgMy41NTkgMi4zMyA0LjczNiAxLjM1NCAxLjIzNCAyLjg0NyAyLjMwMSA0LjQwNCAzLjI2NC43MTIuMzk4IDEuNDk0LjY2IDIuMTg4IDEuMDkyIDEuNDEzLjU0NCAyLjg1OCAxLjAyNCA0LjM0NSAxLjMxIDMuNDI0LjY3OSA3LjExOC4yNjQgMTAuMTUxLTEuNTIgMS42MzMtLjkxNyAyLjg0LTIuMzcxIDQuMTY4LTMuNjU1IDIuODg3LTIuODc5IDUuNzYzLTUuNzY4IDguNjQ3LTguNjQ2IDEuOTQ3LTEuOTYzIDMuMTE2LTQuNjE4IDMuNDY1LTcuMzQ1LjMyOS0yLjUyNi0uMDY4LTUuMDgzLS43OTMtNy41MDZ6TTMwLjkwOCA1ODE5Ljg4MWMtLjM1OS4xNzEtLjcyMS4zMzUtMS4wOS40ODMtMi4xNTYgMS45MDMtNC4wNTMgNC4wODUtNi4xNzEgNi4wMjgtMS44ODIgMS41NjEtNC41NDIgMS43NjItNi44MTUgMS4wNTktMi45ODUtLjkxNC01LjU5OC0zLjAzNS03LjA0OC01LjgxMi0uODAyLTEuNDIxLTEuMzIxLTMuMDMzLTEuMjgtNC42NzktLjA0OC0xLjU4My40MTctMy4yMTIgMS41MTMtNC4zODcgMy43MjMtMy43MTQgNy40MzEtNy40NDMgMTEuMTU4LTExLjE1MSAxLjU4MS0xLjQ4NSAzLjkzMy0xLjcxIDUuOTgzLTEuMzYgMS44MjEuMzEgMy40MTkgMS4yOTIgNC45MDYgMi4zMzIuNjY2LjU4NSAxLjIyMSAxLjMxNiAyLjAyMiAxLjczMSAxLjE3NS43NjggMi43MzYgMS4wOTEgNC4wNDQuNDU4IDEuMDY2LS41MjkgMS43NjktMS43MSAxLjY2Mi0yLjkwOS0uMDA3LTEuNzQ5LTEuMTE4LTMuMjY5LTIuNDI2LTQuMzMyLTEuMjMxLTEuMTUxLTIuNjA3LTIuMTIyLTQuMDIyLTMuMDMzLTEuMjg5LS41Ny0yLjUwMS0xLjMyMS0zLjg1LTEuNzQ1LTEuNDg5LS40NjMtMy0uOTA4LTQuNTYxLTEuMDIyLTQuMTkxLS40MjMtOC42NTEuOTM3LTExLjU0OSA0LjA2OC0zLjA5MiAzLjA4OC02LjE3OSA2LjE4Mi05LjI2OCA5LjI3Ni0xLjUxNyAxLjM2Mi0yLjUwOCAzLjE5OC0zLjMwMSA1LjA1Mi0xLjMwMyAzLjY0OS0uOTM0IDcuNjguMzU2IDExLjI3OC40MTMgMS4wNC45MDggMi4wNDQgMS40MDYgMy4wNDYgMi4wMjQgMy41NjYgNC45NDYgNi41OTkgOC4zODkgOC44MTMuNDc4LjI3NS45NzguNTI0IDEuMzg0LjkwNGwuNDE3LjA0OGMyLjYwNyAxLjQ2NSA1LjYxOCAyLjIwMyA4LjYwMSAyLjI3NyAyLjUyOS4wNCA1LjAyMi0uNjIyIDcuMjMyLTEuODQuNzY0LS41NjQgMS41MzctMS4xMjUgMi4yMTYtMS43OTEgMS43NzMtMS43OTEgMy41ODUtMy41NDYgNS4zMy01LjM2MyAxLjAyLTEuMTQ0LjkwOC0yLjg0My4zMS00LjE2LTEuMDI4LTIuMDI5LTMuMjI1LTMuNTExLTUuNTQ4LTMuMjY5eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNjQuNTA1IDU3NzQuNDYyYzIuNjMxLTEuMzQ1IDUuNjczLTEuNjg4IDguNTgxLTEuMzMuNzIzLjA5MiAxLjQxMy4zNTggMi4xNC40MjYgMS43NTMuNDUyIDMuMzggMS4yMzggNS4wMjIgMS45NzYgMS45OTYgMS4yMzIgMy45MDggMi42MjcgNS42MDMgNC4yNTQgMS4zODcgMS41NDIgMi42NjggMy4xOSAzLjcyMSA0Ljk3OC40MzUuNzc1Ljc4OCAxLjU5MiAxLjE5IDIuMzgyLjI0NS41NzIuNDM3IDEuMTY0LjY1MSAxLjc0NS43MjUgMi40MjQgMS4xMjIgNC45OC43OTMgNy41MDUtLjM0OSAyLjcyNy0xLjUxOCA1LjM4Mi0zLjQ2NSA3LjM0NS0yLjg4NCAyLjg3OC01Ljc2IDUuNzY3LTguNjQ3IDguNjQ2LTEuMzI4IDEuMjg0LTIuNTM1IDIuNzM4LTQuMTY4IDMuNjU1LTMuMDMzIDEuNzg0LTYuNzI3IDIuMTk5LTEwLjE1MSAxLjUyLTEuNDg3LS4yODYtMi45MzItLjc2Ni00LjM0NS0xLjMxLS42OTQtLjQzMi0xLjQ3Ni0uNjk0LTIuMTg4LTEuMDkyLTEuNTU3LS45NjMtMy4wNS0yLjAzLTQuNDA0LTMuMjY0LTEuMzQxLTEuMTc3LTIuNjAzLTIuODUyLTIuMzMtNC43MzYuMDI2LTEuMTM2Ljg2Ny0yLjEwNSAxLjg2NS0yLjU1NSAxLjUwNy0uNTc0IDMuMTktLjAxNiA0LjQwMi45NS45NDUuNjUgMS42MTggMS42NDggMi42NzMgMi4xNDIgMS41MTUgMS4wMDkgMy4yOTEgMS42NTMgNS4xMjIgMS42ODEgMS41NzQuMTU5IDMuMTk0LS4zMzYgNC40NDgtMS4yOTEgMy4yMjEtMy4xOSA2LjQxNy02LjQwNiA5LjYyLTkuNjEyLjkxMS0uOTg5IDIuMDg3LTEuNzk3IDIuNjA1LTMuMDg3IDEuMjQyLTIuNjg2LjU0Ni01Ljg4Mi0uOTg5LTguMjk5LS42NTctMS4yNTYtMS43NTgtMi4xNjgtMi43NDItMy4xNTMtMi4zNzYtMS44NzEtNS41NTctMy4wODktOC41NzktMi4yNDctLjYzNS4xMDUtMS4xNDkuNTExLTEuNzQuNzI3LTIuMTExIDEuOTc5LTQuMDg4IDQuMTAzLTYuMTc1IDYuMTA1LS45MzUuODMtMi4yNTggMS4wMjYtMy40MzkuNzEyLTIuMTctLjU4NS0zLjk3LTIuNTM3LTQuMTE2LTQuODE5LS4wMjItLjk3NC4xNDItMi4wODUuODk1LTIuNzggMS43NDktMS43NDUgMy40OTQtMy40OTQgNS4yNC01LjI0Ljg3LS43NzYgMS44Ny0xLjQwMyAyLjkwNy0xLjkzNHpNMTQyLjM4NCA1Nzk1LjYwOWMyLjg5OC0zLjEzMSA3LjM1OC00LjQ5MSAxMS41NDktNC4wNjggMS41NjEuMTE0IDMuMDcyLjU1OSA0LjU2MSAxLjAyMiAxLjM0OS40MjQgMi41NjEgMS4xNzUgMy44NSAxLjc0NSAxLjQxNS45MTEgMi43OTEgMS44ODIgNC4wMjIgMy4wMzMgMS4zMDggMS4wNjMgMi40MTkgMi41ODMgMi40MjYgNC4zMzIuMTA3IDEuMTk5LS41OTYgMi4zOC0xLjY2MiAyLjkwOS0xLjMwOC42MzMtMi44NjkuMzEtNC4wNDQtLjQ1OC0uODAxLS40MTUtMS4zNTYtMS4xNDYtMi4wMjItMS43MzEtMS40ODctMS4wNC0zLjA4NS0yLjAyMi00LjkwNi0yLjMzMi0yLjA1LS4zNS00LjQwMi0uMTI1LTUuOTgzIDEuMzYtMy43MjcgMy43MDgtNy40MzUgNy40MzctMTEuMTU4IDExLjE1MS0xLjA5NiAxLjE3NS0xLjU2MSAyLjgwNC0xLjUxMyA0LjM4Ny0uMDQxIDEuNjQ2LjQ3OCAzLjI1OCAxLjI4IDQuNjc5IDEuNDUgMi43NzcgNC4wNjMgNC44OTggNy4wNDggNS44MTIgMi4yNzMuNzAzIDQuOTMzLjUwMiA2LjgxNS0xLjA1OSAyLjExOC0xLjk0MyA0LjAxNS00LjEyNSA2LjE3MS02LjAyOC4zNjktLjE0OC43MzEtLjMxMiAxLjA5LS40ODMgMi4zMjMtLjI0MiA0LjUyIDEuMjQgNS41NDggMy4yNjcuNTk4IDEuMzE3LjcxIDMuMDE2LS4zMSA0LjE2LTEuNzQ1IDEuODE3LTMuNTU3IDMuNTcyLTUuMzMgNS4zNjMtLjY3OS42NjYtMS40NTIgMS4yMjctMi4yMTYgMS43OTEtMi4yMSAxLjIxOC00LjcwMyAxLjg4LTcuMjMyIDEuODQtMi45ODMtLjA3NC01Ljk5NC0uODEyLTguNjAxLTIuMjc3bC0uNDE3LS4wNDhjLS40MDYtLjM4LS45MDYtLjYyOS0xLjM4NC0uOTA0LTMuNDQzLTIuMjE0LTYuMzY1LTUuMjQ3LTguMzg5LTguODEzLS40OTgtMS4wMDItLjk5My0yLjAwNi0xLjQwNi0zLjA0Ni0xLjI5LTMuNTk4LTEuNjU5LTcuNjI5LS4zNTYtMTEuMjc4Ljc5My0xLjg1NCAxLjc4NC0zLjY5IDMuMzAxLTUuMDUyIDMuMDg5LTMuMDkyIDYuMTc2LTYuMTg2IDkuMjY4LTkuMjc0eiIvPjwvc3ZnPg==') !important;
}

.gridStyle.alternate {
    height: 350px;
}

    .gridStyle.alternate .kgViewport {
        height: 188px !important;
    }

.kgViewport.gridNoData::after {
    content: 'No data to display';
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10%;
    font-size: 15px;
    font-weight: bold;
}

.kgViewport.gridLoadingData::after {
    content: 'Getting Data...';
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10%;
    font-size: 15px;
    font-weight: bold;
}

.chat-body li.message {
    overflow: hidden;
}

    .chat-body li.message .message-text {
        margin-left: 20px;
    }

    .chat-body li.message img {
        float: left;
        position: relative;
    }

.kgHeaderCell select {
    padding-left: 2px;
    padding-right: 2px;
}

.smart-ko-grid-checkbox {
    width: 20px !important;
    height: 20px !important;
}

    .smart-ko-grid-checkbox fieldset {
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
    }

    .smart-ko-grid-checkbox i {
        top: 0 !important;
    }

.kgGroupPanel {
    background-color: rgba(67, 63, 63, 0.43);
}

.kgFooterPanel {
    background-color: rgba(67, 63, 63, 0.43);
}

.kgTopPanel {
    background-color: #f2f2f2;
}

.kgRow.even {
    background-color: #f2f2f2;
}

/*#region datepicker*/
div.datepickero {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 196px;
    height: 147px;
    position: absolute;
    cursor: default;
    top: 0;
    left: 0;
    display: none;
}

.datepickeroContainer {
    background: #121212;
    position: absolute;
    top: 10px;
    left: 10px;
}

.datepickeroBorderT {
    position: absolute;
    left: 10px;
    top: 0;
    right: 10px;
    height: 10px;
    background: url(../images/datepicker_t.png);
}

.datepickeroBorderB {
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 10px;
    height: 10px;
    background: url(../images/datepicker_b.png);
}

.datepickeroBorderL {
    position: absolute;
    left: 0;
    bottom: 10px;
    top: 10px;
    width: 10px;
    background: url(../images/datepicker_l.png);
}

.datepickeroBorderR {
    position: absolute;
    right: 0;
    bottom: 10px;
    top: 10px;
    width: 10px;
    background: url(../images/datepicker_r.png);
}

.datepickeroBorderTL {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../images/datepicker_tl.png);
}

.datepickeroBorderTR {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: url(../images/datepicker_tr.png);
}

.datepickeroBorderBL {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../images/datepicker_bl.png);
}

.datepickeroBorderBR {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: url(../images/datepicker_br.png);
}

.datepickeroHidden {
    display: none;
}

div.datepickero table {
    border-collapse: collapse;
}

div.datepickero a {
    color: #eee;
    text-decoration: none;
    cursor: default;
    outline: none;
}

div.datepickero table td {
    text-align: right;
    padding: 0;
    margin: 0;
}

div.datepickero th {
    text-align: center;
    color: #999;
    font-weight: normal;
}

div.datepickero tbody th {
    text-align: left;
}

div.datepickero tbody a {
    display: block;
}

.datepickeroDays a {
    width: 20px;
    line-height: 16px;
    height: 16px;
    padding-right: 2px;
}

.datepickeroYears a,
.datepickeroMonths a {
    width: 44px;
    line-height: 36px;
    height: 36px;
    text-align: center;
}

td.datepickeroNotInMonth a {
    color: #999 !important;
}

tbody.datepickeroDays td.datepickeroSelected {
    background: #136A9F;
}

tbody.datepickeroDays td.datepickeroNotInMonth.datepickeroSelected {
    background: #17384d;
}

tbody.datepickeroYears td.datepickeroSelected,
tbody.datepickeroMonths td.datepickeroSelected {
    background: #17384d;
}

div.datepickero a:hover,
div.datepickero a:hover {
    color: #88c5eb;
}

div.datepickero td.datepickeroNotInMonth a:hover {
    color: #999;
}

div.datepickero tbody th {
    text-align: left;
}

.datepickeroSpace div {
    width: 20px;
}

.datepickeroGoNext a,
.datepickeroGoPrev a,
.datepickeroMonth a {
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.datepickeroGoNext a {
    float: right;
    width: 20px;
}

.datepickeroGoPrev a {
    float: left;
    width: 20px;
}

table.datepickeroViewDays tbody.datepickeroMonths,
table.datepickeroViewDays tbody.datepickeroYears {
    display: none;
}

table.datepickeroViewMonths tbody.datepickeroDays,
table.datepickeroViewMonths tbody.datepickeroYears,
table.datepickeroViewMonths tr.datepickeroDoW {
    display: none;
}

table.datepickeroViewYears tbody.datepickeroDays,
table.datepickeroViewYears tbody.datepickeroMonths,
table.datepickeroViewYears tr.datepickeroDoW {
    display: none;
}

td.datepickeroDisabled a,
td.datepickeroDisabled.datepickeroNotInMonth a {
    color: #333;
}

    td.datepickeroDisabled a:hover {
        color: #333;
    }

td.datepickeroSpecial a {
    background: #700;
}

td.datepickeroSpecial.datepickeroSelected a {
    background: #a00;
}

div.datepickero {
    width: 197px !important;
    height: 264px !important;
}

.datepickeroContainer {
    padding: 10px;
    background-color: #f2f2f2;
    border: 1px solid darkgray;
    width: 197px !important;
    height: 239px !important;
    z-index: 9999 !important;
    top: 0 !important;
    left: 0 !important;
}

th.datepickeroMonth {
    color: #333;
}

div.datepickero a {
    color: #333;
}

td.datepickeroSelected a {
    color: #FFF;
}

div.datepickero a {
    min-width: 20px;
    height: 30px;
    text-align: center;
    padding: 5px;
}

div.datepickero table td {
    position: relative;
}

table.datepickeroViewMonths {
    width: 100%;
}

.datepickeroContainer table {
    width: 100%;
}

.datepickero .clearpicker {
    height: 25px;
    position: absolute;
    bottom: 0;
    background-color: #FFF;
    border: 1px solid darkgray;
    width: 100%;
    border-top: 0;
    z-index: 99999;
}

    .datepickero .clearpicker button {
        border: 0;
        background-color: #f2f2f2;
        background-color: #f2f2f2;
        height: 24px;
        padding-top: 3px;
    }

tr.datepickeroDoW th span {
    padding-left: 5px;
}
/*#endregion*/

.kgHeaderButton.en {
    left: auto;
    right: 2px;
}

.kgHeaderButton.ar {
    right: auto;
    left: 2px;
}

.kgColMenu.en {
    left: auto;
    right: 2px;
}

.kgColMenu.ar {
    right: auto;
    left: 2px;
}

.modal-sm {
    width: 45% !important;
    height: 45% !important;
}

.la-ball-clip-rotate-pulse,
.la-ball-clip-rotate-pulse > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-clip-rotate-pulse {
    display: block;
    font-size: 0;
    color: #333;
}

    .la-ball-clip-rotate-pulse.la-dark {
        color: #333;
    }

    .la-ball-clip-rotate-pulse > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
    }

.la-ball-clip-rotate-pulse {
    width: 32px;
    height: 32px;
}

    .la-ball-clip-rotate-pulse > div {
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 100%;
    }

        .la-ball-clip-rotate-pulse > div:first-child {
            position: absolute;
            width: 32px;
            height: 32px;
            background: transparent;
            border-style: solid;
            border-width: 2px;
            border-right-color: transparent;
            border-left-color: transparent;
            -webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
            -moz-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
            -o-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
            animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
        }

        .la-ball-clip-rotate-pulse > div:last-child {
            width: 16px;
            height: 16px;
            -webkit-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
            -moz-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
            -o-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
            animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
        }

    .la-ball-clip-rotate-pulse.la-sm {
        width: 16px;
        height: 16px;
    }

        .la-ball-clip-rotate-pulse.la-sm > div:first-child {
            width: 16px;
            height: 16px;
            border-width: 1px;
        }

        .la-ball-clip-rotate-pulse.la-sm > div:last-child {
            width: 8px;
            height: 8px;
        }

    .la-ball-clip-rotate-pulse.la-2x {
        width: 20px;
        height: 20px;
        margin-right: -4px;
    }

        .la-ball-clip-rotate-pulse.la-2x > div:first-child {
            width: 20px;
            height: 20px;
            border-width: 4px;
        }

        .la-ball-clip-rotate-pulse.la-2x > div:last-child {
            width: 6px;
            height: 6px;
        }

    .la-ball-clip-rotate-pulse.la-3x {
        width: 96px;
        height: 96px;
    }

        .la-ball-clip-rotate-pulse.la-3x > div:first-child {
            width: 96px;
            height: 96px;
            border-width: 6px;
        }

        .la-ball-clip-rotate-pulse.la-3x > div:last-child {
            width: 48px;
            height: 48px;
        }

/*
 * Animations
 */
@-webkit-keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-moz-keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        -moz-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-o-keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        -o-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -moz-transform: translate(-50%, -50%) rotate(180deg);
        -o-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes ball-clip-rotate-pulse-scale {
    0%, 100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    30% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(.15);
        transform: translate(-50%, -50%) scale(.15);
    }
}

@-moz-keyframes ball-clip-rotate-pulse-scale {
    0%, 100% {
        opacity: 1;
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    30% {
        opacity: .3;
        -moz-transform: translate(-50%, -50%) scale(.15);
        transform: translate(-50%, -50%) scale(.15);
    }
}

@-o-keyframes ball-clip-rotate-pulse-scale {
    0%, 100% {
        opacity: 1;
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    30% {
        opacity: .3;
        -o-transform: translate(-50%, -50%) scale(.15);
        transform: translate(-50%, -50%) scale(.15);
    }
}

@keyframes ball-clip-rotate-pulse-scale {
    0%, 100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    30% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(.15);
        -moz-transform: translate(-50%, -50%) scale(.15);
        -o-transform: translate(-50%, -50%) scale(.15);
        transform: translate(-50%, -50%) scale(.15);
    }
}

.jarviswidget > header {
    border: 0;
    border-bottom: 1px solid #C2C2C2;
}

    .jarviswidget > header a.button-icon {
        border: 0;
    }

.widget-toolbar.widget-toolbar-custom {
    border: 0;
}

.summary-widget {
    border: 0 !important;
}

.login-left-section {
    height: 100%;
    background-color: #F7F7F7;
    position: relative;
}

    .login-left-section img {
        position: absolute;
        left: 33.096%;
        top: 35.5711%;
    }

.login-right-section {
    height: 100%;
    position: relative;
}

    .login-right-section p {
        text-align: center;
        font-size: 35px;
        color: #3179B7;
        margin-top: 10%;
    }

    .login-right-section .well {
        width: 45%;
        margin: 0 auto;
        margin-top: 2%;
        background-color: #F2F2F2;
    }

        .login-right-section .well h5 {
            text-align: center;
            color: #50A5DF;
        }

        .login-right-section .well input {
            border-radius: 3px !important;
        }

        .login-right-section .well .remember-me {
            text-align: center;
            padding: 20px;
            font-size: 11px;
            font-weight: bold;
        }

            .login-right-section .well .remember-me input {
                margin-top: 2px;
            }

.pager a {
    float: none !important;
    height: 50px;
    color: #3d9ee3 !important;
    background-color: transparent !important;
    border: 0 !important;
    margin-right: 20px;
    margin-left: 60px;
    position: relative;
}

.pager .previous > a:before {
    content: "\f053";
    width: 26px;
    height: 45px;
    position: absolute;
    left: -23px;
    top: -9px;
}

.tabs-pager {
    padding: 0 !important;
    border-top: 0 !important;
    direction: ltr;
    margin-top: 30px;
}

.pager .next > a:before {
    content: "\f054";
    width: 26px;
    height: 45px;
    position: absolute;
    right: -23px;
    top: -9px;
}

.nav-tabs > li.active > a {
    border: 0 !important;
    -webkit-box-shadow: 0 -2px 0 #429FDE;
    -moz-box-shadow: 0 -2px 0 #57889c;
    box-shadow: 0 2px 0 #429FDE;
    z-index: 9;
}

#rootwizard .nav.nav-tabs {
    float: none !important;
}

.tab-pane .nav.nav-tabs {
    float: none !important;
    margin-top: 20px;
    border-bottom: 0;
    text-align: center;
}

.tab-content .nav.nav-tabs li a {
    border: 1px solid #ddd !important;
}

.tab-content .nav.nav-tabs li {
    float: none !important;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: -6px;
}

    .tab-content .nav.nav-tabs li.active a {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        background-color: #429FDE;
        color: #FFF;
        margin-bottom: 5px;
    }

    .tab-content .nav.nav-tabs li:first-child a {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .tab-content .nav.nav-tabs li:last-child a {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.dropzone.dz-clickable {
    min-height: 5.4pc;
    border: 0;
    border-radius: 0;
    background: #F2F2F2;
    color: #D0D0D0;
    font-size: 9px;
}

.dz-default.dz-message .font-lg {
    position: absolute !important;
    left: 15px !important;
    width: 97%;
}

    .dz-default.dz-message .font-lg i.fa.fa-2x.fa-file {
        float: left;
    }

    .dz-default.dz-message .font-lg span {
        position: absolute;
        left: 55px;
        top: 8px;
    }

    .dz-default.dz-message .font-lg i.fa.fa-download.fa-2x {
        float: right;
        color: #3498DC;
        display: none;
    }

.nav-tabs {
    margin-top: 25px;
}

.section-title {
    text-align: center;
    height: 15px;
    width: 25%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    color: #A8A8A8;
}

    .section-title .section-title-text {
        width: 165px;
        display: inline-block;
        background-color: #FFF;
        position: absolute;
        top: 11%;
        left: 17%;
        overflow: visible;
        white-space: nowrap;
    }

.minified #left-panel, .minified nav > ul > li {
    overflow: visible !important;
}

.msg_container_base {
    background: #e5e5e5;
    margin: 0;
    padding: 0 10px 10px;
    max-height: 300px;
    overflow-x: hidden;
}

.top-bar {
    background: #666;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.msg_receive {
    padding-left: 0;
    margin-left: 0;
}

.msg_sent {
    padding-bottom: 20px !important;
    margin-right: 0;
}

.messages {
    background: white;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

    .messages > p {
        font-size: 13px;
        margin: 0 0 0.2rem 0;
    }

    .messages > time {
        font-size: 11px;
        color: #ccc;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

img {
    display: block;
    width: 100%;
}

.avatar {
    position: relative;
}

.base_receive .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
    justify-content: flex-end;
    align-items: flex-end;
}

    .base_sent > .avatar:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 5px solid white;
        border-right-color: transparent;
        border-top-color: transparent;
        box-shadow: 1px 1px 2px rgba(black, 0.2);
    }

.msg_sent > time {
    float: right;
}



.msg_container_base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.emoji {
    zoom: 0.65;
    -moz-transform: scale(0.65);
    -moz-transform-origin: 0 0;
}


@media only screen and (max-width: 767px) {
    #hide-menu > :first-child > a {
        width: 30px !important;
    }

    #hide-menu i::before {
        content: "\e8a1" !important;
    }

    #logo-group {
        width: 220px !important;
    }

    #logo {
        width: 120px !important;
        overflow: hidden;
    }

    #logo-group span#activity {
        margin-left: 10px;
    }

    .modal-sm {
        width: 97% !important;
    }

    .list-group-item h4 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .login-right-section .well {
        width: 88%;
    }

    .smart-style-2 .header-dropdown-list a.dropdown-toggle {
        max-width: 55px;
    }

    #hide-menu > :first-child > a {
        width: 30px !important;
    }

    #hide-menu i::before {
        content: "\e8a1" !important;
    }

    /*#logo-group {
        width: 110px !important;
    }*/

    #logo {
        width: 27px !important;
        overflow: hidden;
    }

    #logo-group span#activity {
        margin-left: 7px;
    }

    .modal-sm {
        width: 94% !important;
    }

    .list-group-item h4 {
        font-size: 12px;
    }

    .taskFloatLeft {
        float: left !important;
        width: 41% !important;
    }

    .ajax-dropdown:after {
        left: 93px;
    }

    .ajax-dropdown:before {
        left: 29%;
    }
}

.player-outer-wrap {
    height: 30px;
    white-space: nowrap;
    width: 102px;
}

    .player-outer-wrap > a {
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #fff;
        display: block;
        position: relative;
        height: 28px;
        z-index: 9999;
    }

        .player-outer-wrap > a .player-playhead {
            background-color: transparent;
            float: left;
            padding: 0 10px;
            z-index: 99;
            position: relative;
        }

    .player-outer-wrap i {
        display: inline-block;
        vertical-align: top;
        margin-top: 7px;
        color: #bbb;
        font-size: 14px;
    }

    .player-outer-wrap > a .player-playduration {
        background-color: transparent;
        color: #bbb;
        display: inline-block;
        float: right;
        font-size: 12px;
        line-height: 28px;
        padding: 0 10px;
    }

    .player-outer-wrap > a .player-play-padder {
        border-bottom: 2px solid #ddd;
        height: 0;
        padding-top: 13px;
        margin-left: 30px;
        margin-right: 40px;
    }

    .player-outer-wrap > a .player-progress {
        height: 27px;
        border-radius: 4px;
        opacity: 0.1;
        width: 0%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: blue;
        z-index: 9;
    }

.record-message {
    width: 30px;
    height: 30px;
    border-radius: 70%;
    position: absolute;
    display: inline-block;
    top: 17px;
    right: 15px;
    color: white;
    font-size: 18px !important;
    padding-top: 4px;
    padding-left: 9px;
    border: 0;
}

    .record-message.btn:active {
        top: 17px !important;
        right: 15px !important;
        position: absolute;
        left: auto;
    }

.report-bug-comment {
    width: 30%;
    height: 40px;
    position: absolute;
    z-index: 99999999;
}

    .report-bug-comment button {
        background-color: #099e6b !important;
        border-color: #099e6b !important;
        border: 0;
    }

    .report-bug-comment:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        bottom: -20px;
        margin-left: 45%;
        border-top-color: #CCC;
        border-bottom-width: 0;
        border-width: 10px;
    }

    .report-bug-comment input {
        height: 100%;
        width: 80%;
        position: relative;
        z-index: 6;
        display: inline-block;
        border-radius: 5px !important;
        background-color: #fff;
        margin-right: 5px;
    }

    .report-bug-comment button {
        display: inline-block;
        width: 15%;
        padding: 5px;
        position: relative;
        margin-left: -7px;
        height: 40px;
        z-index: 5;
        border-radius: 5px !important;
    }

.bug-report {
    width: 219px;
    position: fixed;
    bottom: 0;
    height: 23px;
    left: 0;
    z-index: 9999999999;
}

    .bug-report button {
        width: 100%;
        float: right;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #c4c8d0 !important;
        border: 0;
        color: #FFF;
        text-align: center;
        height: 23px;
        padding: 0;
    }

        .bug-report button i {
            display: inline-block;
            position: absolute;
            top: 8px;
            font-size: 11px;
            right: 3.3px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

        .bug-report button .rotate {
            margin-top: 82px;
            margin-left: -5px;
            font-weight: bold;
            letter-spacing: 2px;
            font-size: 11px;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        }

.create-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

    .create-list > li {
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 5px rgb(51, 51, 51);
        box-shadow: 0 0 5px rgba(51, 51, 51, 0.7);
        padding: 0;
        margin: 0 0 20px;
        position: relative;
    }

        .create-list > li > button {
            padding: 0;
            border: 0;
            margin: 0;
            width: 45px;
            height: 45px;
            float: left;
            border-right: 1px solid rgb(230, 230, 230);
            background: none;
            outline: 0;
        }

            .create-list > li > button:hover, .create-list > li > button:focus, .create-list > li > button:active, .create-list > li > button.active, .create-list > li.open > button.dropdown-toggle {
                border: 0 !important;
                background: none;
                background-color: #FFF !important;
                border-right: 1px solid rgb(230, 230, 230) !Important;
                border-radius: 0;
                outline: 0;
            }

        .create-list > li > .dropdown-menu > li {
            padding: 0 11px;
        }

        .create-list > li > button > .create-list-icon {
            font-size: 20px;
            padding: 11px 0 11px 2px;
        }

        .create-list > li > .create-list-icon {
            width: 45px;
            height: 45px;
            float: left;
            font-size: 25px;
            padding: 11px;
            background-color: #ddd;
        }

        .create-list > li > .info {
            padding-top: 5px;
            text-align: center;
            position: relative;
            height: 45px;
            text-align: left;
            padding-right: 45px;
            margin-left: 60px;
        }

            .create-list > li > .info > .title {
                font-size: 13pt;
                font-weight: 700;
                margin: 0;
                margin-top: 9px;
            }

        .create-list > li > .actions > ul {
            display: table;
            list-style: none;
            margin: 10px 0 0;
            padding: 0;
            width: 100%;
            text-align: center;
            margin: 0;
            border-left: 1px solid rgb(230, 230, 230);
        }

        .create-list > li > .info > .form-control {
            border: 0;
            border-radius: 0;
            box-shadow: none;
            font-weight: 700;
            font-size: 13pt;
            margin-top: 2px;
        }

        .create-list > li > .actions > ul > li {
            display: table-cell;
            cursor: pointer;
            color: rgb(30, 30, 30);
            font-size: 11pt;
            font-weight: 300;
            padding: 3px 0;
            display: block;
            padding: 0;
        }

.add-column {
    width: 40px;
    height: 45px;
}

    .add-column a {
        display: block;
        width: 100%;
        color: rgb(75, 110, 168) !important;
    }

.create-list > li > .actions {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
}

    .create-list > li > .actions > ul > li > a {
        display: block;
        width: 40px;
        padding: 17px 0 9px;
    }

.create-list > li > .info.info-list {
    height: 85px;
}

.create-list > li > button.button-list {
    height: 85px;
}

.login-right-section::before {
    content: '';
    height: 98%;
    width: 1px;
    margin: 0.6%;
    border-left: 1px solid #ddd;
    position: absolute;
    left: 0;
}

.small2 {
    position: absolute;
    height: 75px;
    width: 75px;
    background-color: transparent;
    top: 7.5vh;
    left: 50%;
    transform: translate(-50%, -50%);
}

.small1 {
    position: absolute;
    height: 75px;
    width: 75px;
    top: 7.5vh;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: transparent;
}

.bigcon {
    position: absolute;
    height: 75px;
    width: 75px;
    top: 7.5vh;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: transparent;
    animation: bigcon 2s infinite linear;
    animation-delay: 0.25s;
}

.ball {
    border-radius: 50%;
    position: absolute;
}

.small {
    width: 15px;
    height: 15px;
    animation: small 2s infinite ease;
    background-color: #3C417D;
}

    .small:nth-child(1) {
        top: 0%;
        left: 0%;
    }

    .small:nth-child(2) {
        top: 0%;
        right: 0%;
    }

    .small:nth-child(3) {
        right: 0%;
        bottom: 0%;
    }

    .small:nth-child(4) {
        bottom: 0%;
        left: 0%;
    }

.big {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    z-index: 1;
    background-color: #3D81BD;
    animation: bigball 1s infinite linear;
}

.smallball1 {
    animation-delay: -1.75s;
}

.smallball6 {
    animation-delay: -1.5s;
}

.smallball2 {
    animation-delay: -1.25s;
}

.smallball7 {
    animation-delay: -1s;
}

.smallball3 {
    animation-delay: -0.75s;
}

.smallball8 {
    animation-delay: -0.5s;
}

.smallball4 {
    animation-delay: -0.25s;
}

.smallball5 {
    animation-delay: -0s;
}

@keyframes bigcon {
    0% {
        transform-origin: center;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    100% {
        transform-origin: center;
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes small {
    0% {
        transform: scale(1);
        background-color: #46b9ff;
    }

    10% {
        transform: scale(1.3);
        background-color: #54f7f8;
    }

    15% {
        transform: scale(1);
    }

    25% {
        transform: scale(1);
        background-color: #46b9ff;
    }

    100% {
        transform: scale(1);
        background-color: #46b9ff;
    }
}

.btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
}

.btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}

.btn-sq-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
}

.btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding: 2px;
}

.modal-footer.special {
    padding: 0;
}

    .modal-footer.special .btn-group button {
        height: 40px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: none;
        border-right: 1px solid #ddd;
    }

    .modal-footer.special .btn-group:last-child > button {
        border-right: 0;
    }

.filedrag {
    border: 2px dashed #AAA;
    border-radius: 7px;
    cursor: default;
    padding: 15px;
    margin-bottom: 20px;
}

    .filedrag .drag-label {
        font-weight: bold;
        text-align: center;
        display: block;
        color: #AAA;
        margin-top: 10px;
        margin-bottom: -10px;
    }

    .filedrag.hover {
        border-color: #F00;
        border-style: solid;
        box-shadow: inset 0 3px 4px #888;
    }

        .filedrag.hover .drag-label {
            color: #F00;
        }

.custom-file-input-wrapper {
    position: relative;
}

    .custom-file-input-wrapper .custom-file-input-button {
        position: relative;
        overflow: hidden;
    }

        .custom-file-input-wrapper .custom-file-input-button * {
            cursor: pointer;
        }

        .custom-file-input-wrapper .custom-file-input-button input[type="file"] {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            cursor: pointer;
            opacity: 0;
            background-image: url('../img/prologo.png');
        }

.absolute-content {
    position: absolute !important;
}

.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
    padding: 0;
    list-style-type: none;
}

.fixed-action-btn:hover ul {
    visibility: visible;
}

.modalSlideOut {
    left: 0;
    -webkit-animation-name: slideOutForModal;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-name: slideOutForModal;
    -o-animation-name: slideOutForModal;
    animation-name: slideOutForModal;
    -moz-animation-iteration-count: once;
    -o-animation-iteration-count: once;
    animation-iteration-count: once;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes slideOutForModal {
    0% {
        margin-left: -268px;
    }

    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes slideOutForModal {
    0% {
        left: -268px;
    }

    100% {
        left: 0;
    }
}

.smart-rtl .dropdown-menu {
    right: auto;
    left: 0;
}

.smart-form {
    color: #616774;
}

    .smart-form .input input {
        border-radius: 3px !important;
        border-color: #e9ebf0;
    }

.select2-container .select2-choice {
    border: 0;
}

    .select2-container .select2-choice .select2-arrow {
        background: none;
        border: 0;
    }

        .select2-container .select2-choice .select2-arrow b:before {
            margin-top: 11px;
        }

        .select2-container .select2-choice .select2-arrow b {
            font-weight: bold;
            color: #7b808a;
        }

.select2-container {
    border: 1px solid #e9ebf0;
}

    .select2-container .select2-choice > .select2-chosen {
        margin-top: 0;
    }

.smart-form .checkbox i {
    border-radius: 3px;
}

.smart-form .checkbox, .smart-form .inline-group, .smart-form .col-3 .label, .smart-form .col-3 .control-label {
    margin-top: 2px;
}

.select2-search input {
    border-color: #e9ebf0;
    background: none;
    border-radius: 3px;
}

.select2-drop-active {
    border-color: #e9ebf0;
}

.nav-tabs > li.active > a {
    border: 0 !important;
    -webkit-box-shadow: 0 3px 0 #3d9ee3;
    -moz-box-shadow: 0 3px 0 #3d9ee3;
    box-shadow: 0 3px 0 #3d9ee3;
    z-index: 9;
    font-weight: 900;
}

.nav-tabs > li > a {
    border: 0 !important;
    padding-left: 3.3px;
    padding-right: 3.3px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 !important;
    margin-top: 0 !important;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
    margin: 0 15px 0 -4px;
}

    .nav-tabs > li > a:hover {
        -webkit-box-shadow: 0 3px 0 #3d9ee3;
        -moz-box-shadow: 0 3px 0 #3d9ee3;
        box-shadow: 0 3px 0 #3d9ee3;
        z-index: 9;
        background: none;
    }

.page-header-row .page-header-text {
    font-size: 20px;
    font-family: robotomedium !important;
    line-height: 23px;
    letter-spacing: -0.6px;
}

.nav-tabs {
    border-bottom: 0;
}

select2-container-multi .select2-inputy {
    height: 50px;
}

.select2-container-multi .select2-search-field .select2-input {
    border-radius: 3px;
    border: 1px solid #e9ebf0 !important;
    background-color: #FFF !important;
}

.select2-container-multi {
    border: 0;
}

    .select2-container-multi .select2-choices {
        border: 0;
        background: none;
    }

a.disabled {
    color: #999 !important;
}

.pager .previous > a.disabled:before, .pager .next > a.disabled:before {
    color: #999 !important;
    cursor: not-allowed;
}

.pager .previous > a:before, .pager .next > a:before {
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-size: 50px;
    background: none !important;
}

.pager .previous a {
    margin-left: 20px;
    margin-right: 60px;
}

.pager .next a {
    margin-left: 60px;
    margin-right: 20px;
}

.dash-widget {
    padding-left: 10px !important;
    padding-right: 10px !important;
    background-color: #FFF;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .dash-widget header {
        height: 50px;
        padding: 10px 0;
    }

        .dash-widget header .jarviswidget-ctrls a {
            color: #9da3b1;
        }

        .dash-widget header .widget-toolbar a {
            color: #9da3b1;
        }

    .dash-widget > header > h2 {
        color: #7b808a;
        font-family: robotomedium !important;
    }

    .dash-widget .txt-color-redish-orange label {
        color: #9da3b1 !important;
        font-size: 14px;
    }

    .dash-widget .txt-color-redish-orange span {
        color: #3d9ee3;
        font-family: robotomedium !important;
        font-size: 18px;
    }

        .dash-widget .txt-color-redish-orange span:hover {
            color: #126aa0;
        }

.gridStyle label.checkbox {
    margin-top: 3px;
}

.gridStyle .smart-form {
    margin-top: 3px !important;
}

.ui-sortable .dash-widget.jarviswidget-sortable.jarviswidget-collapsed > header {
    -ms-border-radius: 0;
    border-radius: 0;
    border-bottom: 0;
}

.select2-search-choice-close {
    font: normal normal normal 14px/1 FontAwesome;
    -ms-text-rendering: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    top: 11px !important;
}

.select2-container-multi .select2-search-choice-close {
    top: 0 !important;
}

.select2-search-choice-close:before {
    content: "\f00d";
    color: #777;
    font-size: 12px;
}

.bug-report button img {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 4px;
    position: absolute;
    top: 3px;
    left: 53px;
}

.bug-report button div {
    position: absolute;
    top: 3px;
    left: 72px;
}

div#content-menu {
    display: block !important;
}

.smart-rtl input[type=radio].radiobox {
    z-index: 20;
    width: 18px;
    height: 18px;
    display: block;
    left: 0;
    margin-left: -3px !important;
}

.disabled {
    color: #FFFFFF;
}

select.valid {
    border: solid 2px #0dc083 !important;
}

input.valid {
    border: solid 2px #0dc083 !important;
}

.radiobox.valid ~ span:before, .select2-container.valid {
    border: solid 2px #0dc083 !important;
}

select.error {
    border: solid 2px #e84b37 !important;
}

input.error {
    border: solid 2px #e84b37 !important;
}

.radiobox.error ~ span:before, .select2-container.error {
    border: 2px solid #e84b37 !important;
}

.smart-rtl .fixed-action-btn {
    right: auto;
    left: 15px;
}

.smart-rtl .bug-report {
    left: auto;
    right: 0;
}

.smart-rtl #workspace {
    right: auto !important;
    left: 50px !important;
}

.smart-rtl #ModulesDropDown {
    border-left: none !important;
    padding-left: 0 !important;
    padding-right: 12px;
    border-right: 1px solid #486C8F;
}

.smart-rtl .jarviswidget-ctrls .button-icon {
    float: right;
}

.smart-rtl .login-view .col-lg-6 {
    float: left;
    direction: ltr;
}

.smart-rtl #header {
    padding: 0 13px 0 0;
}

.smart-rtl .page-header-row .btn-trans {
    float: left !important;
}

.smart-rtl .slick-slider .slick-list .slick-slide {
    float: right;
}

.smart-rtl .kgSelectionCell {
    margin-left: 0;
    margin-right: 4px;
}

.smart-rtl .kgTotalSelectContainer {
    float: right;
}

.smart-rtl .kgPagerContainer {
    float: left !important;
    padding-right: 0 !important;
    padding-left: 52px;
}

.smart-rtl .kgRowCountPicker {
    float: right;
    margin-right: 0 !important;
    margin-left: 10px;
}

    .smart-rtl .kgRowCountPicker .kgLabel {
        float: right !important;
        margin-right: 0 !important;
        margin-left: 3px;
    }

.smart-rtl .kgPagerControl {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 10px;
    direction: ltr !important;
}

    .smart-rtl .kgPagerControl .btn-group > .btn {
        float: left !important;
    }

.smart-rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -ms-border-radius: 2px 0 0 2px !important;
    border-radius: 2px 0 0 2px !important;
}

.smart-rtl .tooltip.left {
    left: 79px !important;
}

    .smart-rtl .tooltip.left .tooltip-arrow {
        top: 50% !important;
        right: auto !important;
        left: 0 !important;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #000;
    }

.smart-rtl #logo-group > #logo {
    width: 114px !important;
}

.smart-rtl #logo-group > #activity {
    margin-top: 11px;
}

.smart-rtl #moduleMenu {
    height: 100px;
}

.smart-rtl .pager .previous a {
    margin-right: 20px;
    margin-left: 60px;
}

.smart-rtl .pager .next > a:before {
    content: "\f053" !important;
    left: -19px !important;
    right: auto !important;
}

.smart-rtl .pager .previous > a:before {
    content: "\f054" !important;
    right: -29px !important;
    left: auto !important;
}

.smart-rtl .pager {
    direction: rtl;
}

.smart-rtl fieldset section label.error {
    right: auto;
    left: 0;
}

.smart-rtl .font-lg i.fa.fa-2x.fa-file {
    float: right !important;
}

.smart-rtl .dz-default.dz-message .font-lg span {
    left: auto !important;
    right: 55px !Important;
}

.smart-rtl .slick-slider .slick-prev {
    right: -25px;
    left: auto !important;
}

.smart-rtl .slick-slider .slick-next {
    left: -25px;
    right: auto !important;
}

    .smart-rtl .slick-slider .slick-next:before {
        content: 'â†' !important;
    }

.smart-rtl .slick-slider .slick-prev:before {
    content: 'â†’' !important;
}

.smart-rtl .tertiary-sprite.icon-arrow-left-down {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.smart-rtl .kogrid-actions-bar .actions-batch {
    margin-left: 0 !important;
    margin-right: 12px;
}

.smart-rtl .actions-batch .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.smart-rtl .page-header-row .dropdown-menu.pull-left {
    right: auto !important;
    left: 15px !important;
    float: left !important;
}

.smart-rtl .vertical-bootstrap-tab-menu a.list-group-item {
    padding-left: 0;
}

    .smart-rtl .vertical-bootstrap-tab-menu a.list-group-item:after {
        right: 100.5% !important;
        left: auto !important;
        top: 50%;
        margin-top: -13px;
        border-right: 10px solid #3498DB !important;
        border-left: 0 !important;
    }

.kgAggPanel {
    height: 30px;
    padding: 5px;
    border-top: 1px solid #d4d4d4;
    font-family: robotoregular !important;
    background-color: orangered;
    color: #FFFFFF;
}

.select2-container.select2-container-multi .select2-search-choice-close:before {
    color: #fff;
}

.select2-container.select2-container-multi .select2-search-choice-close {
    padding: 2px 0 4px 6px;
}

.select2-container-multi .select2-search-choice-close:hover {
    background: transparent !important;
}

    .select2-container-multi .select2-search-choice-close:hover:before {
        color: #333 !important;
    }

.parent_li span {
    position: relative;
}

    .parent_li span:hover ol {
        display: inline-block !important;
    }

.parent_li ol {
    display: none !important;
    list-style: none;
    position: absolute;
    top: -3px;
    right: -124px;
}

.familytree .parent_li ol {
    width: 100%;
    height: 50px;
    top: -49px;
    left: 0;
    text-align: center;
}

.parent_li span.is-rtl ol {
    right: auto;
    left: -124px;
}

.parent_li ol li:before {
    display: none;
}

.parent_li ol li:after {
    display: none;
}

.parent_li ol li {
    display: inline-block;
}

    .parent_li ol li a {
        width: 30px;
        height: 30px;
    }

        .parent_li ol li a i {
            font-size: 14px;
            position: relative;
            width: 100%;
            height: 100%;
        }

            .parent_li ol li a i:before {
                left: 9px;
                bottom: -4px;
                position: absolute;
            }

.page-transition-loader {
    position: absolute;
    width: 100%;
    height: calc(100% - 52px);
    background: transparent;
    z-index: 99999;
}

    .page-transition-loader img {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.hemi-intro-backdrop {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 904;
}

.hemi-intro-selected {
    z-index: 905;
}

.hemi-intro-popover {
    z-index: 905;
    position: fixed;
}

.hemi-intro-buttons-holder {
    padding: 10px 0 !important;
}

    .hemi-intro-buttons-holder .btn {
        padding: 6px 12px !important;
    }

.force-drop-open > .dropdown-menu {
    display: block;
}

.hemi-intro-popover .popover-title {
    font-family: Roboto !important;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    padding: 8px 14px !important;
}

.hemi-intro-popover .popover-content {
    padding: 9px 14px;
}

    .hemi-intro-popover .popover-content div {
        font-family: Roboto !important;
        font-weight: 500;
        font-size: 15px;
        color: #333;
    }

.hemi-intro-popover.isFab {
    top: 542.075px !important;
    right: 85px !important;
    left: auto !important;
}

.form-menu.nav-tabs > li.active > a, .form-menu.nav-tabs > li > a:hover {
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.familytree {
    overflow: auto;
}

    .familytree .parent_li > ul {
        visibility: hidden;
    }

    .familytree .parent_li.open > ul {
        visibility: visible;
    }

    .familytree > ul {
        margin-bottom: 20px;
    }

    .familytree ul {
        padding-top: 20px;
        position: relative;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

        .familytree ul ul:before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            border-left: 1px solid #ccc;
            width: 0;
            height: 20px;
        }

        .familytree ul li {
            display: table-cell;
            text-align: center;
            list-style-type: none;
            position: relative;
            padding: 20px 5px 0 5px;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
        }

            .familytree ul li span > a {
                border: 1px solid #ccc;
                padding: 5px 10px;
                text-decoration: none;
                color: #666;
                font-family: arial, verdana, tahoma;
                font-size: 11px;
                display: inline-block;
                padding-bottom: 2px;
                white-space: nowrap;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                /*Connector styles on hover*/
            }

                .familytree ul li span > a:hover, .familytree ul li span > a:hover + ul li a {
                    background: #c8e4f8;
                    color: #000;
                    border: 1px solid #94a0b4;
                }

                    .familytree ul li span > a:hover + ul li:after, .familytree ul li span > a:hover + ul li:before, .familytree ul li span > a:hover + ul:before, .familytree ul li span > a:hover + ul ul:before {
                        border-color: #94a0b4;
                    }

                .familytree ul li span > a > label {
                    overflow: hidden;
                    white-space: nowrap;
                    width: 94px;
                    -ms-text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                }

            .familytree ul li:before, .familytree ul li:after {
                content: '';
                position: absolute;
                top: 0;
                right: 50%;
                border-top: 1px solid #ccc;
                width: 50%;
                height: 20px;
            }

            .familytree ul li:after {
                right: auto;
                left: 50%;
                border-left: 1px solid #ccc;
            }

            .familytree ul li:only-child:after, .familytree ul li:only-child:before {
                display: none;
            }

            .familytree ul li:only-child {
                padding-top: 0;
            }

            .familytree ul li:first-child:before, .familytree ul li:last-child:after {
                border: 0 none;
            }

            .familytree ul li:last-child:before {
                border-right: 1px solid #ccc;
                border-radius: 0 5px 0 0;
                -webkit-border-radius: 0 5px 0 0;
                -moz-border-radius: 0 5px 0 0;
            }

            .familytree ul li:first-child:after {
                border-radius: 5px 0 0 0;
                -webkit-border-radius: 5px 0 0 0;
                -moz-border-radius: 5px 0 0 0;
            }

        .familytree ul ol li {
            padding: 15px 0;
            display: inline-block;
            margin-left: -3px;
        }

.grid-stack > .grid-stack-item > .jarviswidget {
    margin: 0 -5px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: auto;
    z-index: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
}



.dashboard .widget-body.action-by-alerts ul li.stacked {
    width: 35px;
    height: 66px;
}

    .dashboard .widget-body.action-by-alerts ul li.stacked span {
        display: none;
    }

    .dashboard .widget-body.action-by-alerts ul li.stacked p img {
        margin: 0;
    }

.table-item {
    margin-top: 5px;
    margin-left: 5px;
}

    .table-item.is-child-item {
        color: #2876AE;
    }



.tooltip-inner {
    border-radius: 3px !important;
    background-color: #474d5b;
    font-size: 12px;
}

/* .btn.btn-primary {
    width: 230px;
    height: 51px;
    border-radius: 3px;
    background-color: #ff0d45;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    border-width: 0 !important;
} */

    /* .btn.btn-primary:hover, .btn.btn-primary:focus, .smart-style-2 .open .dropdown-toggle.btn-primary {
        background-color: #ff2d67;
    } */
/* 
    .btn.btn-primary.disabled, .btn.btn-primary[disabled] {
        background-color: #a90329;
    } */

.btn.btn-blue {
    width: 230px;
    height: 51px;
    border-radius: 3px;
    background-color: #2c97de;
    color: #FFF;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
}

    .btn.btn-blue:hover, .btn.btn-blue:focus, .smart-style-2 .open .dropdown-toggle.btn-blue {
        background-color: #1878b8;
    }

    .btn.btn-blue.disabled, .btn.btn-blue[disabled] {
        background-color: #1878b8;
    }

.btn-group .btn.btn-primary {
    width: auto;
    height: auto;
}

.kgFooterTotalItems {
    display: none !important;
}

a.load-more-grid {
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: -0.2px;
    color: #878e92;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
    font-style: normal;
}

.btn {
    text-transform: uppercase;
}

header#header {
    padding-right: 0;
    background-color: #2c97de !important;
}

.smart-style-2 div#logo-group {
    background-color: #2280bf !important;
}

ul.header-dropdown-list {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    height: 48px;
}

.smart-style-2 .btn-header {
    display: table-cell;
    vertical-align: middle;
    height: 48px;
}

ul#ModulesDropDown {
    background-color: #2280bf !important;
    width: 71px !important;
    text-align: center !important;
    margin-top: 0 !important;
}

    ul#ModulesDropDown > li > a {
        color: #FFF !important;
        font-family: Roboto;
        line-height: 1.1;
        font-weight: 300;
        font-style: normal;
    }

.smart-style-2 .header-dropdown-list a.dropdown-toggle {
    color: #2f73b2 !important;
}

.smart-style-2 #hide-menu a > i, .smart-style-2 .btn-header > :first-child > a {
    color: #2f73b2 !important;
}

.smart-style-2 .header-dropdown-list .navbar-user a.dropdown-toggle {
    color: #FFF !important;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
}

.smart-style-2 #hide-menu span a i {
    color: #FFF !important;
}

#header > div.pull-right {
    display: table;
}

header#header {
    height: 51px;
}

#left-panel > nav > ul > li.no-hover-menu:hover {
    background-color: transparent;
}

    #left-panel > nav > ul > li.no-hover-menu:hover > ul a {
        color: #333 !important;
    }

.tooltip-arrow {
    display: none;
}

#left-panel > nav > ul > li.open > a {
    background-color: #ff0d45 !important;
    color: #FFF !important;
}

nav ul span.menu-item-parent {
    font-size: 24px !important;
    line-height: 0.9 !important;
    letter-spacing: -0.4px !important;
    color: #bfbfbf !important;
}

.smart-style-2 nav > ul > li > ul a span {
    color: #86939E;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.4px;
}

.smart-style-2 nav > ul > li > ul li.active a span {
    color: #f5f5f5;
    font-weight: 500;
}

nav ul li.open span.menu-item-parent {
    color: #FFF !important;
}

.nav-tabs.form-menu > li.active > a {
    background-color: transparent;
}

.kgColListItem.smart-form .checkbox {
    float: none;
    margin: 0;
}

#left-panel > nav > ul > li:hover > a > span {
    color: #FFF !important;
}

.smart-style-2 nav ul li.open > a b {
    color: #FFF !important;
}

.modal-form .checkbox {
    padding-left: 25px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    font-size: 13px;
    display: block;
    font-weight: 400;
    margin: 38px 5px 0 0;
}

    .modal-form .checkbox input {
        position: absolute;
        left: -9999px;
    }

        .modal-form .checkbox input[type=checkbox] {
            position: absolute;
            margin-left: -20px;
            margin-top: 4px\9;
        }

        .modal-form .checkbox input:checked + i {
            border-color: #3b9ff3;
        }

    .modal-form .checkbox i {
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
        width: 20px;
        height: 18px;
        outline: 0;
        border-style: solid;
        border-radius: 3px;
        border-width: 1px;
        background: #FFF;
        border-color: #BDBDBD;
        -o-transition: border-color .3s;
        -ms-transition: border-color .3s;
        -moz-transition: border-color .3s;
        -webkit-transition: border-color .3s;
        transition: border-color .3s;
    }

    .modal-form .checkbox input:checked + i:after {
        opacity: 1;
    }

    .modal-form .checkbox input + i:after {
        color: #3276B1;
        content: '\f00c';
        top: -1px;
        left: 1px;
        width: 15px;
        height: 15px;
        font: 400 16px/19px FontAwesome;
        text-align: center;
        position: absolute;
        opacity: 0;
        -o-transition: opacity .1s;
        -ms-transition: opacity .1s;
        -moz-transition: opacity .1s;
        -webkit-transition: opacity .1s;
        transition: opacity .1s;
    }

.modal-form div input[type=text] {
    height: 32px;
}

.modal-form label.error {
    color: #d74750;
    padding: 1px;
    border-radius: 3px;
    background: #f9f2f2;
    border: 1px solid #f6e2e3;
    position: absolute;
    top: 5px;
    left: 13px;
}

.approval-shown {
    position: fixed;
    z-index: 99;
    top: 135px;
    right: 14px;
}

.page-header-row article {
    text-align: center;
    position: relative;
    height: 35px;
}

    .page-header-row article > div {
        text-align: initial;
    }

.modal .smart-form fieldset {
    background-color: transparent;
}

#left-panel > nav.pm > ul > li:nth-child(2):hover > a > span {
    color: #575c63 !important;
}

.page-header-row + form fieldset:first-child {
    padding-top: 39px;
}

    .page-header-row + form fieldset:first-child + fieldset {
        padding-top: 40px;
    }

.page-header-row {
    margin-top: 30px;
}

    .page-header-row .page-header-text {
        font-family: Roboto !important;
        font-size: 20px;
        font-weight: 500;
        text-transform: capitalize;
        right: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding-top: 6px;
    }

.grid-stack-item > a {
    color: #9da3b1;
}

.btn-gray {
    width: 95px !important;
    height: 25px !important;
    background-color: #d4d8e2;
    text-align: center !important;
}

.dropdown button.btn-gray:hover, .dropdown button.btn-gray:focus, .dropdown button.btn-gray:active {
    background-color: #b7bcc8 !important;
}

.gridStyle-Widget {
    height: 529px;
}

    .gridStyle-Widget .kgViewport {
        height: 401px !important;
    }

body, html {
    height: 100%;
    /*overflow: hidden;*/
}

#applicationHost {
    height: 100%;
}

    #applicationHost > .durandal-wrapper {
        height: 100%;
    }

#main {
    padding-top: 50px;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 0;
}

.smart-style-2 .durandal-wrapper > nav ul li a.profile-name {
    color: #FFF !important;
}

.smart-style-2 .durandal-wrapper > nav ul ul li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.smart-style-2 .durandal-wrapper > nav .dropdown-menu > li > a:hover, .smart-style-2 .durandal-wrapper > nav .dropdown-menu > li > a:focus, .smart-style-2 .durandal-wrapper > nav .dropdown-menu > li > a:visited {
    text-decoration: none !important;
    color: #262626 !important;
    background-color: #f5f5f5 !important;
}

.smart-style-2 .durandal-wrapper > nav .dropdown-menu > li > a:active {
    background-color: #616161 !important;
    color: #FFF !important;
}

.smart-style-2 .durandal-wrapper > nav .mobile-menu a {
    color: #FFF !important;
}

.smart-style-2 .durandal-wrapper > nav ul li.mobile-menu a.main-action:hover {
    background-color: #2280BF !important;
}

.smart-style-2 nav ul ul.dropdown-menu {
    background-color: #d7cece;
}

.smart-style-2 aside nav ul ul {
    display: none;
}

.smart-style-2 .durandal-wrapper > nav li a {
    padding-left: 15px;
    padding-right: 0px;
}

.custom-file-input-wrapper .custom-file-input-button, .custom-file-input-clear-button {
    position: relative;
    overflow: hidden;
    height: 38px !important;
}

.well.filedrag img {
    width: 140px;
    height: 135px !important;
}

.main-content {
    height: 100%;
}

.add-edit-page {
    height: 100%;
}

    .add-edit-page #content {
        padding: 10px 10px;
    }

    .add-edit-page .well {
        background-color: #FFF;
        height: 100%;
        margin-bottom: 0;
    }

.add-edit-content {
    height: calc(100% - 112px);
    overflow: auto;
    overflow-x: hidden;
}

    .add-edit-content.approval-mode-on {
        height: calc(100% - 245px);
    }

.add-edit-save {
    text-align: center;
    border-top: 1px dashed #ebebeb;
    padding-top: 15px;
}

.add-edit-header-text {
    text-align: center;
}

.edit-page-actions {
    position: absolute;
    top: 13px;
    right: 0;
}

.widget-loader {
    padding: 0 !important;
    border: 0 !important;
    position: absolute !important;
    margin-top: 47px !important;
    left: 0;
    top: 0;
    height: calc(100% - 47px);
    border-color: #FFF;
}

    .widget-loader img {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.smart-rtl .grid-stack-item > a {
    right: auto !important;
    left: 25px;
}

.smart-rtl .jarviswidget > header > h2 {
    float: none;
}

.smart-rtl .durandal-wrapper > nav .navbar-right {
    float: left !important;
}


.smart-rtl .dropdown ul.dropdown-menu li a .radio input[type="radio"], .dropdown ul.dropdown-menu li a .radio-inline input[type="radio"] {
    width: 14px;
    height: 16px;
    float: right;
}

@media only screen and (max-width: 979px) and (min-width: 0px) {
    #hide-menu > :first-child > a, .btn-header a {
        margin-top: 9px !important;
        margin-left: 20px !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 979px) and (min-width: 0px) {
    .smart-rtl #hide-menu > :first-child > a, .btn-header a {
        margin-top: 9px !important;
        margin-right: 20px !important;
        margin-left: 0 !important;
    }
}

.smart-rtl .navbar-toggle {
    margin-left: 29px;
}

aside {
    box-shadow: -3px 0px 5px 2px rgba(0, 0, 0, 0.3);
}

.smart-rtl aside {
    box-shadow: 3px 0px 5px 2px rgba(0, 0, 0, 0.3) !important;
}

@media (max-width: 767px) {
    .smart-rtl .nav.navbar-nav.navbar-right {
        float: unset !important;
    }
}

/* body::-webkit-scrollbar-track {
    background-color: #FFF;
    -webkit-box-shadow: none;
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(157, 163, 177);
    border-radius: 5px;
}

body::-webkit-scrollbar {
    width: 4px;
} */

.jarviswidget > div {
    border-width: 0 !important;
    padding: 0 30px;
}

.jarviswidget .widget-body {
    padding-top: 35px;
}

    .jarviswidget .widget-body .jarviswidget .widget-body {
        padding: 0;
    }

.jarviswidget.well {
    border-width: 0 !important;
    box-shadow: none;
    padding-bottom: 50px !important;
}

#content {
    padding: 0;
}

.navbar-default .navbar-toggle {
    border-width: 0;
}

.navbar-header i.fa.fa-cog {
    color: #FFFFFF;
    font-size: 18px;
}


@media (max-width: 767px) {

    button#exportDropdownMenu, button#fullscreen, button.btn.btn-trans.btn-trans-full.btn-xs.pull-right.pull-right, .btn-group.export-btn {
        margin-top: 40px;
    }
}


.export-btn {
    display: block;
    float: right;
}

.smart-rtl .export-btn {
    display: block;
    float: left;
}

.smart-form fieldset + fieldset {
    border-width: 0;
}


.fix-pm-title .page-header-row section, .fix-pm-title .page-header-row article {
    text-align: center;
}

    .fix-pm-title .page-header-row section .page-header-text, .fix-pm-title .page-header-row article .page-header-text {
        display: inline-block;
        float: none;
        position: relative;
    }

.fix-pm-title .well.jarviswidget.no-padding {
    padding-bottom: 100px !important;
}

[class*="cal-cell"] {
    float: left;
    margin-left: 0;
    min-height: 1px;
}

.cal-row-fluid {
    width: 100%;
    *zoom: 1;
}

    .cal-row-fluid:before,
    .cal-row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .cal-row-fluid:after {
        clear: both;
    }

    .cal-row-fluid [class*="cal-cell"] {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 0%;
        *margin-left: -0.05213764337851929%;
    }

        .cal-row-fluid [class*="cal-cell"]:first-child {
            margin-left: 0;
        }

    .cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
        margin-left: 0%;
    }

    .cal-row-fluid .cal-cell7 {
        width: 100%;
        *width: 99.94669509594883%;
    }

    .cal-row-fluid .cal-cell6 {
        width: 85.71428571428571%;
        *width: 85.66098081023453%;
    }

    .cal-row-fluid .cal-cell5 {
        width: 71.42857142857142%;
        *width: 71.37526652452024%;
    }

    .cal-row-fluid .cal-cell4 {
        width: 57.14285714285714%;
        *width: 57.089552238805965%;
    }

    .cal-row-fluid .cal-cell3 {
        width: 42.857142857142854%;
        *width: 42.80383795309168%;
    }

    .cal-row-fluid .cal-cell2 {
        width: 28.57142857142857%;
        *width: 28.518123667377395%;
    }

    .cal-row-fluid .cal-cell1 {
        width: 14.285714285714285%;
        *width: 14.232409381663112%;
    }

    .cal-week-box .cal-offset7,
    .cal-row-fluid .cal-offset7,
    .cal-row-fluid .cal-offset7:first-child {
        margin-left: 100%;
        *margin-left: 99.89339019189765%;
    }

    .cal-week-box .cal-offset6,
    .cal-row-fluid .cal-offset6,
    .cal-row-fluid .cal-offset6:first-child {
        margin-left: 85.71428571428571%;
        *margin-left: 85.60767590618336%;
    }

    .cal-week-box .cal-offset5,
    .cal-row-fluid .cal-offset5,
    .cal-row-fluid .cal-offset5:first-child {
        margin-left: 71.42857142857142%;
        *margin-left: 71.32196162046907%;
    }

    .cal-week-box .cal-offset4,
    .cal-row-fluid .cal-offset4,
    .cal-row-fluid .cal-offset4:first-child {
        margin-left: 57.14285714285714%;
        *margin-left: 57.03624733475479%;
    }

    .cal-week-box .cal-offset3,
    .cal-row-fluid .cal-offset3,
    .cal-row-fluid .cal-offset3:first-child {
        margin-left: 42.857142857142854%;
        *margin-left: 42.750533049040506%;
    }

    .cal-week-box .cal-offset2,
    .cal-row-fluid .cal-offset2,
    .cal-row-fluid .cal-offset2:first-child {
        margin-left: 28.57142857142857%;
        *margin-left: 28.46481876332622%;
    }

    .cal-week-box .cal-offset1,
    .cal-row-fluid .cal-offset1,
    .cal-row-fluid .cal-offset1:first-child {
        margin-left: 14.285714285714285%;
        *margin-left: 14.17910447761194%;
    }

    .cal-row-fluid .cal-cell1 {
        width: 14.285714285714285%;
        *width: 14.233576642335766%;
    }

    [class*="cal-cell"].hide,
    .cal-row-fluid [class*="cal-cell"].hide {
        display: none;
    }

    [class*="cal-cell"].pull-right,
    .cal-row-fluid [class*="cal-cell"].pull-right {
        float: right;
    }

.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cal-events-num {
    margin-top: 20px;
}

.cal-month-day {
    position: relative;
    display: block;
    width: 100%;
}

#cal-week-box {
    position: absolute;
    width: 70px;
    left: -71px;
    top: -1px;
    padding: 8px 5px;
    cursor: pointer;
}

#cal-day-tick {
    position: absolute;
    right: 50%;
    bottom: -21px;
    padding: 0px 5px;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    width: 26px;
    margin-right: -17px;
}

.cal-year-box #cal-day-tick {
    margin-right: -7px;
}

#cal-slide-box {
    position: relative;
}

#cal-slide-tick {
    position: absolute;
    width: 16px;
    margin-left: -7px;
    height: 9px;
    top: -1px;
    z-index: 1;
}

    #cal-slide-tick.tick-month1 {
        left: 12.5%;
    }

    #cal-slide-tick.tick-month2 {
        left: 37.5%;
    }

    #cal-slide-tick.tick-month3 {
        left: 62.5%;
    }

    #cal-slide-tick.tick-month4 {
        left: 87.5%;
    }

    #cal-slide-tick.tick-day1 {
        left: 7.14285714285715%;
    }

    #cal-slide-tick.tick-day2 {
        left: 21.42857142857143%;
    }

    #cal-slide-tick.tick-day3 {
        left: 35.71428571428572%;
    }

    #cal-slide-tick.tick-day4 {
        left: 50%;
    }

    #cal-slide-tick.tick-day5 {
        left: 64.2857142857143%;
    }

    #cal-slide-tick.tick-day6 {
        left: 78.57142857142859%;
    }

    #cal-slide-tick.tick-day7 {
        left: 92.85714285714285%;
    }

.events-list {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#cal-slide-content ul.unstyled {
    margin-bottom: 0;
}

.cal-week-box {
    position: relative;
}

    .cal-week-box [data-event-class] {
        white-space: nowrap;
        height: 30px;
        margin: 1px 1px;
        line-height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-left: 10px;
    }

    .cal-week-box .cal-column {
        position: absolute;
        height: 100%;
        z-index: -1;
    }

    .cal-week-box .arrow-before,
    .cal-week-box .arrow-after {
        position: relative;
    }

        .cal-week-box .arrow-after:after {
            content: "";
            position: absolute;
            top: 0px;
            width: 0;
            height: 0;
            right: 0;
            border-top: 15px solid #ffffff;
            border-left: 8px solid;
            border-bottom: 15px solid #FFFFFF;
        }

        .cal-week-box .arrow-before:before {
            content: "";
            position: absolute;
            top: 0px;
            width: 0;
            height: 0;
            left: 1px;
            border-top: 15px solid transparent;
            border-left: 8px solid #FFFFFF;
            border-bottom: 15px solid transparent;
        }

#cal-day-box {
    text-wrap: none;
}

    #cal-day-box .cal-day-hour-part {
        height: 30px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-bottom: thin dashed #e1e1e1;
    }

    #cal-day-box .cal-day-hour .day-highlight {
        height: 30px;
    }

    #cal-day-box .cal-hours {
        font-weight: bolder;
    }

    #cal-day-box .cal-day-hour:nth-child(odd) {
        background-color: #fafafa;
    }

    #cal-day-box #cal-day-panel {
        position: relative;
        padding-left: 60px;
    }

    #cal-day-box #cal-day-panel-hour {
        position: absolute;
        width: 100%;
        margin-left: -60px;
        z-index: -1;
    }

    #cal-day-box .day-event {
        max-width: 200px;
        overflow: hidden;
    }

    #cal-day-box .day-highlight {
        line-height: 30px;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #c3c3c3;
        margin: 1px 1px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        #cal-day-box .day-highlight.dh-event-important {
            border: 1px solid #ad2121;
        }

        #cal-day-box .day-highlight.dh-event-warning {
            border: 1px solid #e3bc08;
        }

        #cal-day-box .day-highlight.dh-event-info {
            border: 1px solid #1e90ff;
        }

        #cal-day-box .day-highlight.dh-event-inverse {
            border: 1px solid #1b1b1b;
        }

        #cal-day-box .day-highlight.dh-event-success {
            border: 1px solid #006400;
        }

        #cal-day-box .day-highlight.dh-event-special {
            background-color: #ffe6ff;
            border: 1px solid #800080;
        }

.event {
    display: block;
    background-color: #c3c3c3;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    border: 1px solid #ffffff;
}

.event-block {
    display: block;
    background-color: #c3c3c3;
    width: 20px;
    height: 100%;
}

.cal-event-list .event.pull-left {
    margin-top: 3px;
}

.event-important {
    background-color: #ad2121;
}

.event-info {
    background-color: #1e90ff;
}

.event-warning {
    background-color: #e3bc08;
}

.event-inverse {
    background-color: #1b1b1b;
}

.event-success {
    background-color: #006400;
}

.event-special {
    background-color: #800080;
}

.day-highlight:hover,
.day-highlight {
    background-color: #dddddd;
}

    .day-highlight.dh-event-important:hover,
    .day-highlight.dh-event-important {
        background-color: #fae3e3;
    }

    .day-highlight.dh-event-warning:hover,
    .day-highlight.dh-event-warning {
        background-color: #fdf1ba;
    }

    .day-highlight.dh-event-info:hover,
    .day-highlight.dh-event-info {
        background-color: #d1e8ff;
    }

    .day-highlight.dh-event-inverse:hover,
    .day-highlight.dh-event-inverse {
        background-color: #c1c1c1;
    }

    .day-highlight.dh-event-success:hover,
    .day-highlight.dh-event-success {
        background-color: #caffca;
    }

    .day-highlight.dh-event-special:hover,
    .day-highlight.dh-event-special {
        background-color: #ffe6ff;
    }

.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
    font-weight: bolder;
    text-align: center;
    border: 0px solid;
    padding: 5px 0;
}

    .cal-row-head [class*="cal-cell"] small {
        font-weight: normal;
    }

.cal-year-box .row-fluid:hover,
.cal-row-fluid:hover {
    background-color: #fafafa;
}

.cal-month-day {
    height: 100px;
}

[class*="cal-cell"]:hover {
    background-color: #ededed;
}

.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
    min-height: 100px;
    border-right: 1px solid #e1e1e1;
    position: relative;
}

.cal-year-box [class*="span"] {
    min-height: 60px;
}

.cal-year-box .row-fluid [class*="span"]:last-child,
.cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child {
    border-right: 0px;
}

.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
    border-bottom: 1px solid #e1e1e1;
    margin-left: 0px;
    margin-right: 0px;
}

    .cal-year-box .row-fluid:last-child,
    .cal-month-box .cal-row-fluid:last-child {
        border-bottom: 0px;
    }

.cal-month-box,
.cal-year-box,
.cal-week-box {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-radius: 2px;
}

span[data-cal-date] {
    font-size: 1.2em;
    font-weight: normal;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    margin-top: 15px;
    margin-right: 15px;
}

    span[data-cal-date]:hover {
        opacity: 1;
    }

.cal-day-outmonth span[data-cal-date] {
    opacity: 0.1;
    cursor: default;
}

.cal-day-today {
    background-color: #e8fde7;
}

    .cal-day-today span[data-cal-date] {
        color: darkgreen;
    }

.cal-month-box .cal-day-today span[data-cal-date] {
    font-size: 1.9em;
}

.cal-day-holiday span[data-cal-date] {
    color: #800080;
}

.cal-day-weekend span[data-cal-date] {
    color: darkred;
}

#cal-week-box {
    border: 1px solid #e1e1e1;
    border-right: 0px;
    border-radius: 5px 0 0 5px;
    background-color: #fafafa;
    text-align: right;
}

#cal-day-tick {
    border: 1px solid #e1e1e1;
    border-top: 0px solid;
    border-radius: 0 0 5px 5px;
    background-color: #ededed;
    text-align: center;
}

#cal-slide-box {
    border-top: 0px solid #8c8c8c;
}

#cal-slide-content {
    padding: 20px;
    color: #ffffff;
    background-image: url("../img/dark_wood.png");
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

#cal-slide-tick {
    background-image: url("../img/tick.png?2");
}

#cal-slide-content:hover {
    background-color: transparent;
}

#cal-slide-content a.event-item {
    color: #ffffff;
    font-weight: normal;
    line-height: 22px;
}

.events-list {
    max-height: 47px;
    padding-left: 5px;
}

.cal-column {
    border-left: 1px solid #e1e1e1;
}

a.cal-event-week {
    text-decoration: none;
    color: #151515;
}

.badge-important {
    background-color: #b94a48;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin-top: 25px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('data:application/vnd.ms-fontobject;base64,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') /*../fonts/slick.eot*/;
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('data:font/x-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF') /*../fonts/slick.woff*/ format('woff'), url('data:application/octet-stream;base64,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') /*../fonts/slick.ttf*/ format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #333;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'â†';
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'â†’';
}

[dir='rtl'] .slick-next:before {
    content: 'â†';
}

/* Dots */
.slick-slider {
    /*margin-bottom: 30px;*/
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: 'â€¢';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ccc;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .bootstrap-switch .bootstrap-switch-container {
        display: inline-block;
        top: 0;
        border-radius: 4px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block !important;
        height: 100%;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
        text-align: center;
        z-index: 1;
    }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
            color: #fff;
            background: #337ab7;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
            color: #fff;
            background: #5bc0de;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
            color: #fff;
            background: #5cb85c;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
            background: #f0ad4e;
            color: #fff;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
            color: #fff;
            background: #d9534f;
        }

        .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
            color: #000;
            background: #eee;
        }

    .bootstrap-switch .bootstrap-switch-label {
        text-align: center;
        margin-top: -1px;
        margin-bottom: -1px;
        z-index: 100;
        color: #333;
        background: #fff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .bootstrap-switch .bootstrap-switch-handle-off {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch input[type=radio], .bootstrap-switch input[type=checkbox] {
        position: absolute !important;
        top: 0;
        left: 0;
        margin: 0;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
        padding: 6px 16px;
        font-size: 18px;
        line-height: 1.3333333;
    }

    .bootstrap-switch.bootstrap-switch-disabled, .bootstrap-switch.bootstrap-switch-indeterminate, .bootstrap-switch.bootstrap-switch-readonly {
        cursor: default !important;
    }

        .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
            opacity: .5;
            filter: alpha(opacity=50);
            cursor: default !important;
        }

    .bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
        -webkit-transition: margin-left .5s;
        -o-transition: margin-left .5s;
        transition: margin-left .5s;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
        border-radius: 0 3px 3px 0;
    }

    .bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
        border-radius: 3px 0 0 3px;
    }

    .bootstrap-switch.bootstrap-switch-focused {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

.emoji {
    background-image: url(../img/sprites/emojify-emoticons.png);
    display: inline-block;
}

@media (min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx) {
    .emoji {
        background-image: url(../img/sprites/emojify-emoticons@2x.png);
        background-size: 180px 144px;
    }
}

.emoji-broken_heart {
    background-position: -38px -2px;
    width: 32px;
    height: 32px;
}

.emoji-confounded {
    background-position: -110px -2px;
    width: 32px;
    height: 32px;
}

.emoji-flushed {
    background-position: -2px -38px;
    width: 32px;
    height: 32px;
}

.emoji-frowning {
    background-position: -38px -38px;
    width: 32px;
    height: 32px;
}

.emoji-grinning {
    background-position: -74px -2px;
    width: 32px;
    height: 32px;
}

.emoji-heart {
    background-position: -74px -38px;
    width: 32px;
    height: 32px;
}

.emoji-kissing_heart {
    background-position: -2px -74px;
    width: 32px;
    height: 32px;
}

.emoji-mask {
    background-position: -38px -74px;
    width: 32px;
    height: 32px;
}

.emoji-pensive {
    background-position: -74px -74px;
    width: 32px;
    height: 32px;
}

.emoji-rage {
    background-position: -2px -2px;
    width: 32px;
    height: 32px;
}

.emoji-relaxed {
    background-position: -110px -38px;
    width: 32px;
    height: 32px;
}

.emoji-scream {
    background-position: -110px -74px;
    width: 32px;
    height: 32px;
}

.emoji-smile {
    background-position: -2px -110px;
    width: 32px;
    height: 32px;
}

.emoji-smirk {
    background-position: -38px -110px;
    width: 32px;
    height: 32px;
}

.emoji-sob {
    background-position: -74px -110px;
    width: 32px;
    height: 32px;
}

.emoji-stuck_out_tongue_closed_eyes {
    background-position: -110px -110px;
    width: 32px;
    height: 32px;
}

.emoji-stuck_out_tongue_winking_eye {
    background-position: -146px -2px;
    width: 32px;
    height: 32px;
}

.emoji-wink {
    background-position: -146px -38px;
    width: 32px;
    height: 32px;
}

:root .grid-stack-item > .ui-resizable-handle {
    filter: none;
}

.grid-stack {
    position: relative;
}

    .grid-stack.grid-stack-rtl {
        direction: ltr;
    }

        .grid-stack.grid-stack-rtl > .grid-stack-item {
            direction: rtl;
        }

    .grid-stack .grid-stack-placeholder > .placeholder-content {
        border: 1px dashed #d3d3d3;
        margin: 0;
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        bottom: 0;
        width: auto;
        z-index: 0 !important;
        text-align: center;
    }

    .grid-stack > .grid-stack-item {
        min-width: 8.3333333333%;
        position: absolute;
        padding: 0;
    }

        .grid-stack > .grid-stack-item > .grid-stack-item-content {
            margin: 0;
            position: absolute;
            top: 0;
            left: 10px;
            right: 10px;
            bottom: 0;
            width: auto;
            z-index: 0 !important;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .grid-stack > .grid-stack-item > .ui-resizable-handle {
            position: absolute;
            font-size: .1px;
            display: block;
            -ms-touch-action: none;
            touch-action: none;
        }

        .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle {
            display: none;
        }

        .grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
            z-index: 100;
        }

            .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
                box-shadow: 1px 4px 6px rgba(0,0,0,.2);
                opacity: .8;
            }

        .grid-stack > .grid-stack-item > .ui-resizable-se, .grid-stack > .grid-stack-item > .ui-resizable-sw {
            background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
            background-repeat: no-repeat;
            background-position: center;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .grid-stack > .grid-stack-item > .ui-resizable-nw {
            cursor: nw-resize;
            width: 20px;
            height: 20px;
            left: 10px;
            top: 0;
        }

        .grid-stack > .grid-stack-item > .ui-resizable-n {
            cursor: n-resize;
            height: 10px;
            top: 0;
            left: 25px;
            right: 25px;
        }

        .grid-stack > .grid-stack-item > .ui-resizable-ne {
            cursor: ne-resize;
            width: 20px;
            height: 20px;
            right: 10px;
            top: 0;
        }

        .grid-stack > .grid-stack-item > .ui-resizable-e {
            cursor: e-resize;
            width: 10px;
            right: 10px;
            top: 15px;
            bottom: 15px;
        }

        .grid-stack > .grid-stack-item > .ui-resizable-se {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            cursor: se-resize;
            width: 20px;
            height: 20px;
            right: 10px;
            bottom: 0;
        }

        .grid-stack > .grid-stack-item > .ui-resizable-s {
            cursor: s-resize;
            height: 10px;
            left: 25px;
            bottom: 0;
            right: 25px;
        }

        .grid-stack > .grid-stack-item > .ui-resizable-sw {
            cursor: sw-resize;
            width: 20px;
            height: 20px;
            left: 10px;
            bottom: 0;
        }

        .grid-stack > .grid-stack-item > .ui-resizable-w {
            cursor: w-resize;
            width: 10px;
            left: 10px;
            top: 15px;
            bottom: 15px;
        }

        .grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
            display: none !important;
        }

        .grid-stack > .grid-stack-item[data-gs-width='1'] {
            width: 8.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-x='1'] {
            left: 8.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-min-width='1'] {
            min-width: 8.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-max-width='1'] {
            max-width: 8.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-width='2'] {
            width: 16.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-x='2'] {
            left: 16.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-min-width='2'] {
            min-width: 16.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-max-width='2'] {
            max-width: 16.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-width='3'] {
            width: 25%;
        }

        .grid-stack > .grid-stack-item[data-gs-x='3'] {
            left: 25%;
        }

        .grid-stack > .grid-stack-item[data-gs-min-width='3'] {
            min-width: 25%;
        }

        .grid-stack > .grid-stack-item[data-gs-max-width='3'] {
            max-width: 25%;
        }

        .grid-stack > .grid-stack-item[data-gs-width='4'] {
            width: 33.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-x='4'] {
            left: 33.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-min-width='4'] {
            min-width: 33.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-max-width='4'] {
            max-width: 33.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-width='5'] {
            width: 41.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-x='5'] {
            left: 41.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-min-width='5'] {
            min-width: 41.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-max-width='5'] {
            max-width: 41.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-width='6'] {
            width: 50%;
        }

        .grid-stack > .grid-stack-item[data-gs-x='6'] {
            left: 50%;
        }

        .grid-stack > .grid-stack-item[data-gs-min-width='6'] {
            min-width: 50%;
        }

        .grid-stack > .grid-stack-item[data-gs-max-width='6'] {
            max-width: 50%;
        }

        .grid-stack > .grid-stack-item[data-gs-width='7'] {
            width: 58.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-x='7'] {
            left: 58.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-min-width='7'] {
            min-width: 58.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-max-width='7'] {
            max-width: 58.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-width='8'] {
            width: 66.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-x='8'] {
            left: 66.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-min-width='8'] {
            min-width: 66.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-max-width='8'] {
            max-width: 66.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-width='9'] {
            width: 75%;
        }

        .grid-stack > .grid-stack-item[data-gs-x='9'] {
            left: 75%;
        }

        .grid-stack > .grid-stack-item[data-gs-min-width='9'] {
            min-width: 75%;
        }

        .grid-stack > .grid-stack-item[data-gs-max-width='9'] {
            max-width: 75%;
        }

        .grid-stack > .grid-stack-item[data-gs-width='10'] {
            width: 83.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-x='10'] {
            left: 83.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-min-width='10'] {
            min-width: 83.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-max-width='10'] {
            max-width: 83.3333333333%;
        }

        .grid-stack > .grid-stack-item[data-gs-width='11'] {
            width: 91.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-x='11'] {
            left: 91.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-min-width='11'] {
            min-width: 91.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-max-width='11'] {
            max-width: 91.6666666667%;
        }

        .grid-stack > .grid-stack-item[data-gs-width='12'] {
            width: 100%;
        }

        .grid-stack > .grid-stack-item[data-gs-x='12'] {
            left: 100%;
        }

        .grid-stack > .grid-stack-item[data-gs-min-width='12'] {
            min-width: 100%;
        }

        .grid-stack > .grid-stack-item[data-gs-max-width='12'] {
            max-width: 100%;
        }

    .grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
        -webkit-transition: left .3s,top .3s,height .3s,width .3s;
        -moz-transition: left .3s,top .3s,height .3s,width .3s;
        -ms-transition: left .3s,top .3s,height .3s,width .3s;
        -o-transition: left .3s,top .3s,height .3s,width .3s;
        transition: left .3s,top .3s,height .3s,width .3s;
    }

        .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder, .grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing {
            -webkit-transition: left 0s,top 0s,height 0s,width 0s;
            -moz-transition: left 0s,top 0s,height 0s,width 0s;
            -ms-transition: left 0s,top 0s,height 0s,width 0s;
            -o-transition: left 0s,top 0s,height 0s,width 0s;
            transition: left 0s,top 0s,height 0s,width 0s;
        }

@media (max-width:768px) {
    .grid-stack-item {
        position: relative !important;
        width: auto !important;
        left: 0 !important;
        top: auto !important;
        margin-bottom: 20px;
    }

        .grid-stack-item .ui-resizable-handle {
            display: none;
        }

    .grid-stack {
        height: auto !important;
    }
}

.grid-stack.grid-stack-1 > .grid-stack-item, .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 100%;
}

    .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-width='1'] {
        width: 100%;
    }

    .grid-stack.grid-stack-1 > .grid-stack-item[data-gs-x='1'] {
        left: 100%;
    }

.grid-stack.grid-stack-2 > .grid-stack-item, .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 50%;
}

.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 100%;
}

.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='1'] {
    width: 50%;
}

.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='1'] {
    left: 50%;
}

.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 50%;
}

.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='2'] {
    width: 100%;
}

.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='2'] {
    left: 100%;
}

.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 100%;
}

.grid-stack.grid-stack-3 > .grid-stack-item, .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 33.3333333333%;
}

.grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 100%;
}

.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='1'] {
    width: 33.3333333333%;
}

.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='1'] {
    left: 33.3333333333%;
}

.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 33.3333333333%;
}

.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='2'] {
    width: 66.6666666667%;
}

.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='2'] {
    left: 66.6666666667%;
}

.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 66.6666666667%;
}

.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 66.6666666667%;
}

.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='3'] {
    width: 100%;
}

.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='3'] {
    left: 100%;
}

.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='3'] {
    min-width: 100%;
}

.grid-stack.grid-stack-4 > .grid-stack-item, .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 25%;
}

.grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='3'] {
    max-width: 100%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='1'] {
    width: 25%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='1'] {
    left: 25%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 25%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='2'] {
    width: 50%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='2'] {
    left: 50%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 50%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 50%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='3'] {
    width: 75%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='3'] {
    left: 75%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='3'] {
    min-width: 75%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='3'] {
    max-width: 75%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='4'] {
    width: 100%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='4'] {
    left: 100%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='4'] {
    min-width: 100%;
}

.grid-stack.grid-stack-5 > .grid-stack-item, .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 20%;
}

.grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='4'] {
    max-width: 100%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='1'] {
    width: 20%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='1'] {
    left: 20%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 20%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='2'] {
    width: 40%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='2'] {
    left: 40%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 40%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 40%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='3'] {
    width: 60%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='3'] {
    left: 60%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='3'] {
    min-width: 60%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='3'] {
    max-width: 60%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='4'] {
    width: 80%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='4'] {
    left: 80%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='4'] {
    min-width: 80%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='4'] {
    max-width: 80%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='5'] {
    width: 100%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='5'] {
    left: 100%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='5'] {
    min-width: 100%;
}

.grid-stack.grid-stack-6 > .grid-stack-item, .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 16.6666666667%;
}

.grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='5'] {
    max-width: 100%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='1'] {
    width: 16.6666666667%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='1'] {
    left: 16.6666666667%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 16.6666666667%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='2'] {
    width: 33.3333333333%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='2'] {
    left: 33.3333333333%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 33.3333333333%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 33.3333333333%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='3'] {
    width: 50%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='3'] {
    left: 50%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='3'] {
    min-width: 50%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='3'] {
    max-width: 50%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='4'] {
    width: 66.6666666667%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='4'] {
    left: 66.6666666667%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='4'] {
    min-width: 66.6666666667%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='4'] {
    max-width: 66.6666666667%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='5'] {
    width: 83.3333333333%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='5'] {
    left: 83.3333333333%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='5'] {
    min-width: 83.3333333333%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='5'] {
    max-width: 83.3333333333%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='6'] {
    width: 100%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='6'] {
    left: 100%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='6'] {
    min-width: 100%;
}

.grid-stack.grid-stack-7 > .grid-stack-item, .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 14.2857142857%;
}

.grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='6'] {
    max-width: 100%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='1'] {
    width: 14.2857142857%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='1'] {
    left: 14.2857142857%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 14.2857142857%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='2'] {
    width: 28.5714285714%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='2'] {
    left: 28.5714285714%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 28.5714285714%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 28.5714285714%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='3'] {
    width: 42.8571428571%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='3'] {
    left: 42.8571428571%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='3'] {
    min-width: 42.8571428571%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='3'] {
    max-width: 42.8571428571%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='4'] {
    width: 57.1428571429%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='4'] {
    left: 57.1428571429%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='4'] {
    min-width: 57.1428571429%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='4'] {
    max-width: 57.1428571429%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='5'] {
    width: 71.4285714286%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='5'] {
    left: 71.4285714286%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='5'] {
    min-width: 71.4285714286%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='5'] {
    max-width: 71.4285714286%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='6'] {
    width: 85.7142857143%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='6'] {
    left: 85.7142857143%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='6'] {
    min-width: 85.7142857143%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='6'] {
    max-width: 85.7142857143%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='7'] {
    width: 100%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='7'] {
    left: 100%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='7'] {
    min-width: 100%;
}

.grid-stack.grid-stack-8 > .grid-stack-item, .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 12.5%;
}

.grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='7'] {
    max-width: 100%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='1'] {
    width: 12.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='1'] {
    left: 12.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 12.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='2'] {
    width: 25%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='2'] {
    left: 25%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 25%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 25%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='3'] {
    width: 37.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='3'] {
    left: 37.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='3'] {
    min-width: 37.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='3'] {
    max-width: 37.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='4'] {
    width: 50%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='4'] {
    left: 50%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='4'] {
    min-width: 50%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='4'] {
    max-width: 50%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='5'] {
    width: 62.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='5'] {
    left: 62.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='5'] {
    min-width: 62.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='5'] {
    max-width: 62.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='6'] {
    width: 75%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='6'] {
    left: 75%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='6'] {
    min-width: 75%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='6'] {
    max-width: 75%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='7'] {
    width: 87.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='7'] {
    left: 87.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='7'] {
    min-width: 87.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='7'] {
    max-width: 87.5%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='8'] {
    width: 100%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='8'] {
    left: 100%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='8'] {
    min-width: 100%;
}

.grid-stack.grid-stack-9 > .grid-stack-item, .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 11.1111111111%;
}

.grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='8'] {
    max-width: 100%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='1'] {
    width: 11.1111111111%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='1'] {
    left: 11.1111111111%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 11.1111111111%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='2'] {
    width: 22.2222222222%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='2'] {
    left: 22.2222222222%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 22.2222222222%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 22.2222222222%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='3'] {
    width: 33.3333333333%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='3'] {
    left: 33.3333333333%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='3'] {
    min-width: 33.3333333333%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='3'] {
    max-width: 33.3333333333%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='4'] {
    width: 44.4444444444%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='4'] {
    left: 44.4444444444%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='4'] {
    min-width: 44.4444444444%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='4'] {
    max-width: 44.4444444444%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='5'] {
    width: 55.5555555556%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='5'] {
    left: 55.5555555556%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='5'] {
    min-width: 55.5555555556%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='5'] {
    max-width: 55.5555555556%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='6'] {
    width: 66.6666666667%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='6'] {
    left: 66.6666666667%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='6'] {
    min-width: 66.6666666667%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='6'] {
    max-width: 66.6666666667%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='7'] {
    width: 77.7777777778%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='7'] {
    left: 77.7777777778%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='7'] {
    min-width: 77.7777777778%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='7'] {
    max-width: 77.7777777778%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='8'] {
    width: 88.8888888889%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='8'] {
    left: 88.8888888889%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='8'] {
    min-width: 88.8888888889%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='8'] {
    max-width: 88.8888888889%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='9'] {
    width: 100%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='9'] {
    left: 100%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='9'] {
    min-width: 100%;
}

.grid-stack.grid-stack-10 > .grid-stack-item, .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 10%;
}

.grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='9'] {
    max-width: 100%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='1'] {
    width: 10%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='1'] {
    left: 10%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 10%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='2'] {
    width: 20%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='2'] {
    left: 20%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 20%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 20%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='3'] {
    width: 30%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='3'] {
    left: 30%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='3'] {
    min-width: 30%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='3'] {
    max-width: 30%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='4'] {
    width: 40%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='4'] {
    left: 40%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='4'] {
    min-width: 40%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='4'] {
    max-width: 40%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='5'] {
    width: 50%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='5'] {
    left: 50%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='5'] {
    min-width: 50%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='5'] {
    max-width: 50%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='6'] {
    width: 60%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='6'] {
    left: 60%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='6'] {
    min-width: 60%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='6'] {
    max-width: 60%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='7'] {
    width: 70%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='7'] {
    left: 70%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='7'] {
    min-width: 70%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='7'] {
    max-width: 70%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='8'] {
    width: 80%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='8'] {
    left: 80%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='8'] {
    min-width: 80%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='8'] {
    max-width: 80%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='9'] {
    width: 90%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='9'] {
    left: 90%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='9'] {
    min-width: 90%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='9'] {
    max-width: 90%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='10'] {
    width: 100%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='10'] {
    left: 100%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='10'] {
    min-width: 100%;
}

.grid-stack.grid-stack-11 > .grid-stack-item, .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 9.0909090909%;
}

.grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='10'] {
    max-width: 100%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='1'] {
    width: 9.0909090909%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='1'] {
    left: 9.0909090909%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 9.0909090909%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='2'] {
    width: 18.1818181818%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='2'] {
    left: 18.1818181818%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 18.1818181818%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 18.1818181818%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='3'] {
    width: 27.2727272727%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='3'] {
    left: 27.2727272727%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='3'] {
    min-width: 27.2727272727%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='3'] {
    max-width: 27.2727272727%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='4'] {
    width: 36.3636363636%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='4'] {
    left: 36.3636363636%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='4'] {
    min-width: 36.3636363636%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='4'] {
    max-width: 36.3636363636%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='5'] {
    width: 45.4545454545%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='5'] {
    left: 45.4545454545%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='5'] {
    min-width: 45.4545454545%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='5'] {
    max-width: 45.4545454545%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='6'] {
    width: 54.5454545455%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='6'] {
    left: 54.5454545455%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='6'] {
    min-width: 54.5454545455%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='6'] {
    max-width: 54.5454545455%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='7'] {
    width: 63.6363636364%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='7'] {
    left: 63.6363636364%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='7'] {
    min-width: 63.6363636364%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='7'] {
    max-width: 63.6363636364%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='8'] {
    width: 72.7272727273%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='8'] {
    left: 72.7272727273%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='8'] {
    min-width: 72.7272727273%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='8'] {
    max-width: 72.7272727273%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='9'] {
    width: 81.8181818182%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='9'] {
    left: 81.8181818182%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='9'] {
    min-width: 81.8181818182%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='9'] {
    max-width: 81.8181818182%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='10'] {
    width: 90.9090909091%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='10'] {
    left: 90.9090909091%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='10'] {
    min-width: 90.9090909091%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='10'] {
    max-width: 90.9090909091%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='11'] {
    width: 100%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='11'] {
    left: 100%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='11'] {
    min-width: 100%;
}

.grid-stack.grid-stack-12 > .grid-stack-item, .grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 8.3333333333%;
}

.grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='11'] {
    max-width: 100%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='1'] {
    width: 8.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='1'] {
    left: 8.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 8.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='2'] {
    width: 16.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='2'] {
    left: 16.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 16.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 16.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='3'] {
    width: 25%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='3'] {
    left: 25%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='3'] {
    min-width: 25%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='3'] {
    max-width: 25%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='4'] {
    width: 33.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='4'] {
    left: 33.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='4'] {
    min-width: 33.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='4'] {
    max-width: 33.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='5'] {
    width: 41.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='5'] {
    left: 41.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='5'] {
    min-width: 41.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='5'] {
    max-width: 41.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='6'] {
    width: 50%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='6'] {
    left: 50%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='6'] {
    min-width: 50%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='6'] {
    max-width: 50%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='7'] {
    width: 58.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='7'] {
    left: 58.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='7'] {
    min-width: 58.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='7'] {
    max-width: 58.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='8'] {
    width: 66.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='8'] {
    left: 66.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='8'] {
    min-width: 66.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='8'] {
    max-width: 66.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='9'] {
    width: 75%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='9'] {
    left: 75%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='9'] {
    min-width: 75%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='9'] {
    max-width: 75%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='10'] {
    width: 83.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='10'] {
    left: 83.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='10'] {
    min-width: 83.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='10'] {
    max-width: 83.3333333333%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='11'] {
    width: 91.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='11'] {
    left: 91.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='11'] {
    min-width: 91.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='11'] {
    max-width: 91.6666666667%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-width='12'] {
    width: 100%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-x='12'] {
    left: 100%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-min-width='12'] {
    min-width: 100%;
}

.grid-stack.grid-stack-12 > .grid-stack-item[data-gs-max-width='12'] {
    max-width: 100%;
}
/*#region fonts*/
/* BEGIN Thin */
/* BEGIN Thin */
@font-face {
    font-family: Roboto;
    src: url("../fonts/Thin/Roboto-Thin.woff2?v=1.1.0") format("woff2"), url("../fonts/Thin/Roboto-Thin.woff?v=1.1.0") format("woff"), url("../fonts/Thin/Roboto-Thin.ttf?v=1.1.0") format("truetype");
    font-weight: 100;
    font-style: normal;
}
/* END Thin */
/* BEGIN Thin Italic */
@font-face {
    font-family: Roboto;
    src: url("../fonts/ThinItalic/Roboto-ThinItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/ThinItalic/Roboto-ThinItalic.woff?v=1.1.0") format("woff"), url("../fonts/ThinItalic/Roboto-ThinItalic.ttf?v=1.1.0") format("truetype");
    font-weight: 100;
    font-style: italic;
}
/* END Thin Italic */
/* BEGIN Light */
@font-face {
    font-family: Roboto;
    src: url("../fonts/Light/Roboto-Light.woff2?v=1.1.0") format("woff2"), url("../fonts/Light/Roboto-Light.woff?v=1.1.0") format("woff"), url("../fonts/Light/Roboto-Light.ttf?v=1.1.0") format("truetype");
    font-weight: 300;
    font-style: normal;
}
/* END Light */
/* BEGIN Light Italic */
@font-face {
    font-family: Roboto;
    src: url("../fonts/LightItalic/Roboto-LightItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/LightItalic/Roboto-LightItalic.woff?v=1.1.0") format("woff"), url("../fonts/LightItalic/Roboto-LightItalic.ttf?v=1.1.0") format("truetype");
    font-weight: 300;
    font-style: italic;
}
/* END Light Italic */
/* BEGIN Regular */
@font-face {
    font-family: Roboto;
    src: url("../fonts/Regular/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Regular/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/* END Regular */
/* BEGIN Italic */
@font-face {
    font-family: Roboto;
    src: url("../fonts/Italic/Roboto-Italic.woff2?v=1.1.0") format("woff2"), url("../fonts/Italic/Roboto-Italic.woff?v=1.1.0") format("woff"), url("../fonts/Italic/Roboto-Italic.ttf?v=1.1.0") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Italic/Roboto-Italic.woff2?v=1.1.0") format("woff2"), url("../fonts/Italic/Roboto-Italic.woff?v=1.1.0") format("woff"), url("../fonts/Italic/Roboto-Italic.ttf?v=1.1.0") format("truetype");
    font-weight: normal;
    font-style: italic;
}
/* END Italic */
/* BEGIN Medium */
@font-face {
    font-family: Roboto;
    src: url("../fonts/Medium/Roboto-Medium.woff2?v=1.1.0") format("woff2"), url("../fonts/Medium/Roboto-Medium.woff?v=1.1.0") format("woff"), url("../fonts/Medium/Roboto-Medium.ttf?v=1.1.0") format("truetype");
    font-weight: 500;
    font-style: normal;
}
/* END Medium */
/* BEGIN Medium Italic */
@font-face {
    font-family: Roboto;
    src: url("../fonts/MediumItalic/Roboto-MediumItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/MediumItalic/Roboto-MediumItalic.woff?v=1.1.0") format("woff"), url("../fonts/MediumItalic/Roboto-MediumItalic.ttf?v=1.1.0") format("truetype");
    font-weight: 500;
    font-style: italic;
}
/* END Medium Italic */
/* BEGIN Bold */
@font-face {
    font-family: Roboto;
    src: url("../fonts/Bold/Roboto-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Bold/Roboto-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
    font-weight: bold;
    font-style: normal;
}
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
    font-family: Roboto;
    src: url("../fonts/BoldItalic/Roboto-BoldItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/BoldItalic/Roboto-BoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/BoldItalic/Roboto-BoldItalic.ttf?v=1.1.0") format("truetype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/BoldItalic/Roboto-BoldItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/BoldItalic/Roboto-BoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/BoldItalic/Roboto-BoldItalic.ttf?v=1.1.0") format("truetype");
    font-weight: bold;
    font-style: italic;
}
/* END Bold Italic */
/* BEGIN Black */
@font-face {
    font-family: Roboto;
    src: url("../fonts/Black/Roboto-Black.woff2?v=1.1.0") format("woff2"), url("../fonts/Black/Roboto-Black.woff?v=1.1.0") format("woff"), url("../fonts/Black/Roboto-Black.ttf?v=1.1.0") format("truetype");
    font-weight: 900;
    font-style: normal;
}
/* END Black */
/* BEGIN Black Italic */
@font-face {
    font-family: Roboto;
    src: url("../fonts/BlackItalic/Roboto-BlackItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/BlackItalic/Roboto-BlackItalic.woff?v=1.1.0") format("woff"), url("../fonts/BlackItalic/Roboto-BlackItalic.ttf?v=1.1.0") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: "procoor";
    src: url("../fonts/procoor.eot");
    src: url("../fonts/procoor.eot?#iefix") format("embedded-opentype"), url("../fonts/procoor.woff") format("woff"), url("../fonts/procoor.ttf") format("truetype"), url("../fonts/procoor.svg#procoor") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*#endregion fonts*/

/*#region general styles*/
[data-icon]:before {
    font-family: "procoor" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "procoor" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-delete-eps:before {
    content: "\61";
}

.icon-edit-eps:before {
    content: "\62";
}

.icon-right:before {
    content: "\62";
}

.icon-close:before {
    content: "\61";
}

.icon-pluse:before {
    content: "\66";
}

.icon-sorting:before {
    content: "\65";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.page-title {
    font-family: Roboto,sans-serif !important;
    font-size: 24px;
    font-weight: 500;
    color: #d4d8e2;
    text-align: center;
    margin: 35px 0;
    padding: 0;
    border-width: 0;
}

.open > .dropdown-menu {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}

.dashboard [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

body {
    font-family: Roboto, sans-serif !important;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.clear {
    clear: both;
    display: block;
}

.center-block {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/*#endregion general styles*/

/*#region dashboard*/
.dashboard-widgets-inbut {
    color: #E6E6E6;
    font-family: Roboto, sans-serif !important;
    font-weight: 300;
    font-style: italic;
}

.dashboard .page-header {
    font-family: Roboto, sans-serif !important;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin: 0;
    padding: 0;
    border-width: 0;
    margin-top: 35px;
    margin-bottom: 35px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .dashboard .page-header {
        margin-bottom: 15px;
    }
}

.dashboard .dashboard-box {
    box-shadow: 0 2px 4px 0 #000000;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    margin-bottom: 10px;
    background-color: #FFF;
    border-top: 1px solid #E9EDF0;
}

@media (max-width: 767px) {
    .dashboard .dashboard-box {
        padding-bottom: 25px;
    }
}

.dashboard .dashboard-box-big {
    box-shadow: 0 2px 4px 0 #000000;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    margin-bottom: 10px;
    background-color: #FFF;
    border-top: 1px solid #E9EDF0;
}

@media (max-width: 767px) {
    .dashboard .dashboard-box-big {
        padding-bottom: 25px;
    }
}

.dashboard .widget-title {
    border-bottom: solid 1px #f1f3f6;
    height: 50px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.jarviswidget-ctrls {
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    display: inline-block;
}

    .jarviswidget-ctrls .button-icon {
        float: none;
        display: inline-block;
        height: 23px;
        width: auto;
        min-width: auto;
        margin: 5px;
        color: #7b808a;
    }

        .jarviswidget-ctrls .button-icon:hover {
            background: none !important;
        }

.widgetized.jarviswidget .widget-body {
    padding-left: 8px;
    padding-right: 8px;
}

.dashboard .summary-widget {
    padding-bottom: 12px;
}

.dashboard .widgetized > div {
    border-radius: 4px;
    border: 0;
}


.dashboard header {
    border-bottom: solid 1px #e9ebf0 !important;
    height: 47px;
    line-height: 47px;
    padding: 0;
    cursor: move;
}

    .dashboard header h2 {
        font-family: Roboto, sans-serif !important;
        font-size: 16px;
        letter-spacing: -0.2px;
        color: #7b808a;
        font-weight: 600;
        float: none;
        height: 23px;
        line-height: 23px;
        vertical-align: middle;
    }

.dashboard .widget-title p input[type="text"] {
    border-width: 0;
    background-color: inherit;
    box-shadow: none;
    padding: 0;
}

    .dashboard .widget-title p input[type="text"]::-webkit-input-placeholder {
        color: #E6E6E6;
        font-family: Roboto, sans-serif !important;
        font-weight: 300;
        font-style: italic;
    }

    .dashboard .widget-title p input[type="text"]:-moz-placeholder {
        color: #E6E6E6;
        font-family: Roboto, sans-serif !important;
        font-weight: 300;
        font-style: italic;
    }

    .dashboard .widget-title p input[type="text"]::-moz-placeholder {
        color: #E6E6E6;
        font-family: Roboto, sans-serif !important;
        font-weight: 300;
        font-style: italic;
    }

.dashboard ul.widget-controls {
    padding: 0;
    margin: 0;
    float: right;
    padding-top: 23px;
}

    .dashboard ul.widget-controls li {
        float: right;
        list-style: none;
        color: #9da3b1;
        font-size: 10px;
        margin-left: 10px;
    }

        .dashboard ul.widget-controls li a {
            color: #9da3b1;
        }

.dashboard .widget-body .record {
    height: 43px;
    width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-top: 20px;
}

    .dashboard .widget-body .record .title {
        font-size: 14px;
        font-weight: 500;
        color: #333333;
        font-family: Roboto;
    }

    .dashboard .widget-body .record .value {
        text-align: right;
        font-size: 18px;
        color: #3d9ee3;
        font-weight: 600;
        position: relative;
    }

.smart-rtl .dashboard .widget-body .record .value {
    text-align: left;
}

.smart-rtl .dashboard-box-big header section {
    float: left !important;
    margin-left: 50px;
    margin-right: 0 !important;
}

.dashboard .widget-body .record .value a {
    color: #a90329;
    font-family: Roboto;
}

    .dashboard .widget-body .record .value a:hover {
        text-decoration: none;
    }

.dashboard .widget-body .record .value .numberCircle {
    /*border-radius: 50%;
  text-align: center;
  padding-top: 7px;
    width: 35px;
  height: 35px;
  background-color: #e44f4f;
  color: #FFF;
  position: absolute;
  right: -4px;
  top: 0;*/
}

@media (max-width: 767px) {
    .dashboard .widget-body .record .value .numberCircle {
        top: -5px;
    }
}

.dashboard .widget-body .record .value .numberCircle a {
    color: #3d9ee3;
    font-family: Roboto;
}
/*#endregion dashboard*/

/*#region input*/
input[type=text] {
    height: 40px;
    font-size: 13px;
    letter-spacing: -0.2px;
    color: #7b808a;
    font-weight: 400;
    border: solid 1px #e9ebf0;
    box-shadow: none;
}

    input[type=text]::-webkit-input-placeholder {
        font-family: Roboto, sans-serif;
        color: #9da3b1;
        font-weight: 300;
    }

    input[type=text]:-moz-placeholder {
        font-family: Roboto, sans-serif;
        color: #9da3b1;
        font-weight: 300;
    }

    input[type=text]::-moz-placeholder {
        font-family: Roboto, sans-serif;
        color: #9da3b1;
        font-weight: 300;
    }

    input[type=text]:focus {
        border: solid 2px #3d9ee3;
        box-shadow: none;
    }
/*#endregion input*/

/*#region input label*/
/*label of input  fields */
label.title {
    font-family: Roboto, sans-serif !important;
    font-size: 13px;
    color: #474d5b;
    font-weight: 400;
    margin-top: 11px;
    width: 100%;
}

@media (max-width: 767px) {
    label.title {
        text-align: center;
        width: 100%;
    }
}
/*#endregion input label*/

/*#region dropdown*/
.dropdown button {
    /*width: 100%;*/
    height: 40px;
    font-size: 13px;
    letter-spacing: -0.2px;
    color: #616774;
    font-weight: 500;
    border: solid 1px #e9ebf0;
    box-shadow: none;
    text-align: left;
    position: relative;
}

    .dropdown button:active,
    .dropdown button:focus,
    .dropdown button:hover {
        background-color: #FFF !important;
        border: solid 1px #e9ebf0 !important;
    }

    .dropdown button .glyphicon.glyphicon-menu-down {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #7b808a;
        font-size: 13px;
    }

.dropdown ul.dropdown-menu li a {
    color: #616774;
}
/*#endregion dropdown*/

/*#region radio+checkbox*/
.radio + .radio,
.checkbox + .checkbox {
    margin: 0;
    margin-top: 5px;
    margin-right: 90px;
}

@media (max-width: 767px) {
    .radio + .radio,
    .checkbox + .checkbox {
        margin-right: 25px;
    }
}

.checkbox {
    margin: 0;
    margin-top: 5px;
    margin-right: 90px;
    color: #474d5b;
    font-size: 16px;
    float: left;
}

@media (max-width: 767px) {
    .checkbox {
        margin-right: 25px;
    }
}

.checkbox .radio label,
.checkbox .checkbox label {
    font-family: Roboto, sans-serif !important;
    font-size: 14px;
    color: #7b808a;
    font-weight: 500;
}
/*#endregion radio+checkbox*/

.smart-form footer {
    border: 0;
}

.page-doc-title {
    text-align: center;
}

.page-header-text {
    font-family: Roboto,sans-serif !important;
    font-size: 35px !important;
    font-weight: 600;
    color: #333 !important;
    text-align: center;
    margin: 0;
    padding: 0;
    border-width: 0;
    margin-top: 35px;
    margin-bottom: 35px;
}

/*#region green-btn*/
.green-btn {
    text-align: center;
    background-color: #0dc083;
    padding: 18px 0 !important;
    border-width: 0;
    color: #FFF;
    font-size: 15px !important;
    font-weight: 400 !important;
    float: none !important;
    height: auto !important;
    margin: auto !important;
}

    .green-btn:hover,
    .green-btn:active,
    .green-btn:focus {
        color: #FFF;
        background-color: #099e6b;
    }

    .green-btn:disabled {
        opacity: 0.5;
    }
/*#endregion green-btn*/

/*#region nav-tabs*/
/*!
 * Tab drop for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.nav-tabs,
.nav-pills {
    position: relative;
    text-align: center;
}

    .nav-tabs.form-menu {
        border-bottom: 1px solid #f1f3f6;
    }

        .nav-tabs.form-menu li {
            float: none;
            display: inline-block;
            *display: inline;
            /* ie7 fix */
            zoom: 1;
            /* hasLayout ie7 trigger */
        }

            .nav-tabs.form-menu li:hover,
            .nav-tabs.form-menu li:active,
            .nav-tabs.form-menu li:focus {
                background-color: transparent;
                border-width: 0;
            }

            .nav-tabs.form-menu li a {
                color: #7b808a;
                font-family: Roboto, sans-serif;
                font-size: 14px;
                border-width: 0;
                font-weight: 500;
            }

                .nav-tabs.form-menu li a:hover,
                .nav-tabs.form-menu li a:active,
                .nav-tabs.form-menu li a:focus {
                    background-color: #FFF;
                    border-width: 0;
                    outline: none;
                }

            .nav-tabs.form-menu li.active a {
                border-bottom: 3px solid #0dc083 !important;
                border-top-width: 0;
                border-left-width: 0;
                border-right-width: 0;
                color: #000000;
            }

@media (max-width: 767px) {
    .nav-tabs.form-menu li.active a {
        border-bottom-width: 0;
    }
}

.nav-tabs.form-menu li.active a:hover {
    color: #000000;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom: 3px solid #0dc083 !important;
    cursor: pointer;
}

.nav-tabs.form-menu .dropdown-menu li a {
    border-bottom-width: 0 !important;
}

    .nav-tabs.form-menu .dropdown-menu li a:hover {
        border-bottom-width: 0 !important;
    }
/*#endregion nav-tabs*/

/*#region dropdown-menu*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: inherit;
}
/*#endregion dropdown-menu*/

/*#region nestable*/
/*.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 75px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #FFF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-handle .eps-name {
        padding-top: 22px;
        padding-left: 45px;
        font-size: 15px;
        color: #474d5b;
        font-family: Roboto, sans-serif;
        font-weight: 500;
    }

        .dd-handle .eps-name:hover {
            cursor: move;
        }

    .dd-handle .eps-date {
        text-align: center;
    }

        .dd-handle .eps-date p:first-child {
            color: #969da2;
            font-weight: 300;
            font-size: 14px;
            margin-top: 15px;
        }

        .dd-handle .eps-date p {
            color: #c6ccd0;
            font-weight: 300;
            margin: 0;
            padding: 0;
            line-height: 16px;
        }

    .dd-handle .pojects-counter {
        text-align: center;
    }

        .dd-handle .pojects-counter p:first-child {
            margin-top: 15px;
            font-size: 17px;
            color: #474d5b;
            font-weight: 500;
        }

        .dd-handle .pojects-counter p {
            color: #707578;
            font-weight: 300;
            margin: 0;
            padding: 0;
            font-size: 12px;
            line-height: 16px;
        }

    .dd-handle .pojects-actions {
        padding-top: 20px;
    }

        .dd-handle .pojects-actions span {
            color: #f2f3f5;
            font-size: 22px;
            float: right;
            margin-right: 30px;
        }

            .dd-handle .pojects-actions span:hover {
                color: #bcc1ce;
                cursor: pointer;
            }

    .dd-handle .dd-handle:hover {
        color: #474d5b;
        background: #f9f9fb;
        cursor: pointer;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 61px;
    margin: 0 0 0 16px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 30;
}

    .dd-item > button:before {
        content: url(../img/svg/nestable-pluse.svg);
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: url(../img/svg/nestable-minus.svg);
    }

button:focus {
    outline: 0;
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    }

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media only screen and (min-width: 700px) {
    .dd {
        float: left;
        width: 100%;
    }

        .dd + .dd {
            margin-left: 2%;
        }
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}*/
/*#endregion nestable*/

/*#region form*/
.form {
    margin-top: 29px;
}

    .form .green-btn {
        margin-top: 80px;
        margin-bottom: 30px;
    }

.sub-menu {
    text-align: center;
}

    .sub-menu ul {
        margin-top: 28px;
        margin-bottom: 28px;
        display: table;
        padding: 0;
        border: solid 1px #e0e0e0;
        border-radius: 5px;
        background-color: #f9f9f9;
    }

        .sub-menu ul li {
            display: inline-block;
            list-style: none;
            font-size: 13px;
            color: #aeb1b8;
            margin-left: 0;
            padding: 0;
            margin-right: -3px;
        }

            .sub-menu ul li a {
                border-right: 1px solid #e0e0e0;
                display: inline-block;
                padding: 11px 16px;
                color: #aeb1b8;
            }

                .sub-menu ul li a:hover {
                    text-decoration: none;
                }

                .sub-menu ul li a:active,
                .sub-menu ul li a:focus {
                    text-decoration: none;
                    outline: none;
                }

            .sub-menu ul li:last-child a {
                border-right-width: 0;
            }

            .sub-menu ul li.current {
                background-color: #474d5b;
            }

                .sub-menu ul li.current a {
                    color: #ffffff;
                }

.form-sub-menu-steps {
    margin-top: 36px;
    margin-bottom: 48px;
    position: relative;
}

    .form-sub-menu-steps div.Next {
        position: absolute;
        right: 0;
        top: 5px;
        font-weight: 500;
        line-height: 5px;
    }

        .form-sub-menu-steps div.Next a {
            color: #000000;
        }

            .form-sub-menu-steps div.Next a:hover {
                text-decoration: none;
            }

        .form-sub-menu-steps div.Next span.direction {
            display: inline-block;
            top: -4px;
            position: relative;
        }

        .form-sub-menu-steps div.Next span.glyphicon.glyphicon-menu-right {
            font-size: 22px;
            color: #000000;
            padding-right: 5px;
            padding-top: 5px;
        }

    .form-sub-menu-steps div.Previous {
        position: absolute;
        left: 0;
        top: 5px;
        font-weight: 500;
        line-height: 5px;
    }

        .form-sub-menu-steps div.Previous a {
            color: #000000;
        }

            .form-sub-menu-steps div.Previous a:hover {
                text-decoration: none;
            }

        .form-sub-menu-steps div.Previous span.direction {
            display: inline-block;
            top: -4px;
            position: relative;
        }

        .form-sub-menu-steps div.Previous span.glyphicon.glyphicon-menu-left {
            font-size: 22px;
            color: #000000;
            padding-right: 5px;
            padding-top: 5px;
        }

    .form-sub-menu-steps ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .form-sub-menu-steps ul li {
            display: inline;
            list-style: none;
            font-size: 13px;
            font-weight: 400;
        }

            .form-sub-menu-steps ul li a {
                color: #aeb1b8;
            }
/*#endregion form*/

/*#region login*/
.login .home-logo {
    margin-top: 123px;
    text-align: center;
}

@media (max-width: 767px) {
    .login .home-logo {
        margin-top: 70px;
    }
}

@media (max-width: 477px) {
    .login .home-logo {
        margin-top: 30px;
    }
}

.login .form-container {
    background-color: #f5f5f5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-top: 61px;
    height: 379px;
}

@media (max-width: 767px) {
    .login .form-container {
        margin-top: 40px;
    }
}

@media (max-width: 477px) {
    .login .form-container {
        margin-top: 20px;
    }
}

.login .error-message {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #e31e1e;
    text-align: center;
    margin-top: 36px;
    font-weight: 700;
    height: 20px;
}

    .login .error-message p {
        margin: 0;
        padding: 0;
    }

.login h2 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #7b808a;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-top: 27px;
}

.login input[type=text],
.login input[type=password] {
    font-family: Roboto, sans-serif;
    margin-top: 10px;
    height: 45px;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 500;
    display: inline-block;
    border: solid 1px #cccccc;
}

    .login input[type=text]:focus,
    .login input[type=password]:focus {
        box-shadow: none;
    }

    .login input[type=password]::-webkit-input-placeholder,
    .login input[type=text]::-webkit-input-placeholder {
        font-weight: 400;
    }

.login .remember-me {
    text-align: center;
}

    .login .remember-me .checkbox {
        margin: 0;
        margin-top: 20px;
    }

        .login .remember-me .radio label,
        .login .remember-me .checkbox label {
            font-family: Roboto, sans-serif;
            font-size: 14px;
            color: #7b808a;
            font-weight: 500;
        }

.login .help-text {
    margin-top: 17px;
}

    .login .help-text a {
        font-family: Roboto, sans-serif;
        font-size: 12px;
        color: #c9ced8;
        text-decoration: underline;
        text-decoration-style: solid;
    }

    .login .help-text .right-align {
        text-align: right;
    }

.login .login-button {
    border-radius: 4px;
    background-color: #2b75b5;
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-top: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.form-control {
    border-radius: 4px !important;
}
/*#endregion login*/

.dashboard-box-big .page-header-row {
    margin-left: 0;
    margin-right: 0;
}

    .dashboard-box-big .page-header-row article {
        padding: 0;
    }

.dashboard-box-big div[role="content"] {
    border: 0;
}

.dashboard .widget-body.action-by-alerts {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
}

    .dashboard .widget-body.action-by-alerts ul {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
    }

        .dashboard .widget-body.action-by-alerts ul li {
            position: relative;
            list-style: none;
            margin-top: 5px;
        }

@media (max-width:767px) {
    .dashboard .widget-body.action-by-alerts ul li {
        margin-top: 25px;
    }
}

.dashboard .widget-body.action-by-alerts ul li P {
    margin: 0;
    padding: 0;
}

    .dashboard .widget-body.action-by-alerts ul li P img {
        margin: 0 auto;
        display: block;
        border: 1px solid #a8acb4;
    }

    .dashboard .widget-body.action-by-alerts ul li P.name {
        font-family: Roboto,sans-serif !important;
        font-size: 13px;
        color: #a8acb4;
        text-align: center;
        font-weight: 400;
        padding-top: 6px;
    }

    .dashboard .widget-body.action-by-alerts ul li P.big-number {
        font-family: Roboto,sans-serif !important;
        font-size: 24px;
        font-weight: 500;
        color: #2c97de;
        text-align: center;
    }

.dashboard .widget-body.action-by-alerts ul li .alert-info:hover > p.big-number, .dashboard .widget-body.action-by-alerts ul li .alert-info:hover > p.name {
    color: #1b71aa !important;
    cursor: pointer;
}

.dashboard .widget-body.action-by-alerts ul li ul.alerts {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

    .dashboard .widget-body.action-by-alerts ul li ul.alerts li {
        display: inline-block;
        width: 33px;
        margin: 0 10px 0 0;
        list-style: none;
    }

        .dashboard .widget-body.action-by-alerts ul li ul.alerts li:hover {
            cursor: pointer;
        }

            .dashboard .widget-body.action-by-alerts ul li ul.alerts li:hover p.colors {
                border: 1px solid #2c97de;
            }

            .dashboard .widget-body.action-by-alerts ul li ul.alerts li:hover p.number {
                color: #2c97de;
            }

        .dashboard .widget-body.action-by-alerts ul li ul.alerts li p.colors {
            width: 100%;
            height: 8px;
            border-radius: 5px;
        }

            .dashboard .widget-body.action-by-alerts ul li ul.alerts li p.colors.yellow {
                background-color: #e2d421;
            }

            .dashboard .widget-body.action-by-alerts ul li ul.alerts li p.colors.green {
                background-color: #72b825;
            }

            .dashboard .widget-body.action-by-alerts ul li ul.alerts li p.colors.red {
                background-color: #d0021b;
            }

        .dashboard .widget-body.action-by-alerts ul li ul.alerts li p.number {
            font-size: 18px;
            font-family: Roboto,sans-serif !important;
            font-weight: 500;
            color: #a8acb4;
            text-align: center;
        }

.dashboard .widget-body.action-by-alerts ul a.show-all {
    color: #2c97de;
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    text-decoration: underline;
}

    .dashboard .widget-body.action-by-alerts ul a.show-all:hover {
        color: #2c97de;
    }

.dashboard .widget-body.alerts {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
}

    .dashboard .widget-body.alerts ul {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
    }

        .dashboard .widget-body.alerts ul li {
            position: relative;
            list-style: none;
            margin-top: 5px;
        }

@media (max-width:767px) {
    .dashboard .widget-body.alerts ul li {
        margin-top: 25px;
    }
}

.dashboard .widget-body.alerts ul li P {
    margin: 0;
    padding: 0;
}

    .dashboard .widget-body.alerts ul li P img {
        margin: 0 auto;
        display: block;
        border: 1px solid #a8acb4;
    }

    .dashboard .widget-body.alerts ul li P.name {
        font-family: Roboto,sans-serif !important;
        font-size: 13px;
        color: #a8acb4;
        text-align: center;
        font-weight: 400;
        padding-top: 6px;
    }

    .dashboard .widget-body.alerts ul li P.big-number {
        font-family: Roboto,sans-serif !important;
        font-size: 24px;
        font-weight: 500;
        color: #2c97de;
        text-align: center;
    }

.dashboard .widget-body.alerts ul li .alert-info:hover > p.big-number, .dashboard .widget-body.alerts ul li .alert-info:hover > p.name {
    color: #1b71aa !important;
    cursor: pointer;
}

.dashboard .widget-body.alerts ul li ul.alerts {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

    .dashboard .widget-body.alerts ul li ul.alerts li {
        display: inline-block;
        width: 33px;
        margin: 0 10px 0 0;
        list-style: none;
    }

        .dashboard .widget-body.alerts ul li ul.alerts li:hover {
            cursor: pointer;
        }

            .dashboard .widget-body.alerts ul li ul.alerts li:hover p.colors {
                border: 1px solid #2c97de;
            }

            .dashboard .widget-body.alerts ul li ul.alerts li:hover p.number {
                color: #2c97de;
            }

        .dashboard .widget-body.alerts ul li ul.alerts li p.colors {
            width: 100%;
            height: 8px;
            border-radius: 5px;
        }

            .dashboard .widget-body.alerts ul li ul.alerts li p.colors.yellow {
                background-color: #e2d421;
            }

            .dashboard .widget-body.alerts ul li ul.alerts li p.colors.green {
                background-color: #72b825;
            }

            .dashboard .widget-body.alerts ul li ul.alerts li p.colors.red {
                background-color: #d0021b;
            }

        .dashboard .widget-body.alerts ul li ul.alerts li p.number {
            font-size: 18px;
            font-family: Roboto,sans-serif !important;
            font-weight: 500;
            color: #a8acb4;
            text-align: center;
        }

.dashboard .widget-body.alerts ul a.show-all {
    color: #2c97de;
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    text-decoration: underline;
}

    .dashboard .widget-body.alerts ul a.show-all:hover {
        color: #2c97de;
    }

.dashboard .widget-body.alerts p.big-number {
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 25px;
    margin-top: 45px;
}

.dashboard .widget-body.alerts p.name {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-bottom: 11px;
}

.dashboard .widget-body.progress-report {
    width: 100%;
}

    .dashboard .widget-body.progress-report .record {
        height: 90px;
        font-weight: Roboto, sans-serif !important;
        border-bottom: 1px solid #fbfbfb;
    }

@media (max-width:979px) {
    .dashboard .widget-body.progress-report .record {
        height: auto;
    }
}

.dashboard .widget-body.progress-report .record img.pic {
    margin: 0 auto;
    display: block;
}

.dashboard .widget-body.progress-report .record .details {
    padding-top: 5px;
}

    .dashboard .widget-body.progress-report .record .details span.details {
        float: left;
    }

        .dashboard .widget-body.progress-report .record .details span.details a {
            float: left;
            clear: both;
        }

            .dashboard .widget-body.progress-report .record .details span.details a:hover {
                text-decoration: none;
            }

            .dashboard .widget-body.progress-report .record .details span.details a.name {
                font-size: 13px;
                color: #a8acb4;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                max-width: 100px;
            }

            .dashboard .widget-body.progress-report .record .details span.details a.tasks {
                font-size: 12px;
                color: #2c97de;
                font-weight: 500;
            }

    .dashboard .widget-body.progress-report .record .details span.counters-opend a {
        float: right;
        clear: both;
        text-align: center;
        font-size: 13px;
        width: 100%;
        color: #575c63;
    }

        .dashboard .widget-body.progress-report .record .details span.counters-opend a:hover {
            text-decoration: none;
        }

    .dashboard .widget-body.progress-report .record .details span.counters-closed a {
        float: right;
        clear: both;
        text-align: center;
        width: 100%;
        font-size: 13px;
        color: #a8acb4;
    }

        .dashboard .widget-body.progress-report .record .details span.counters-closed a:hover {
            text-decoration: none;
        }

.dashboard .widget-body.progress-report .record .progress-div {
    padding-top: 10px;
}

    .dashboard .widget-body.progress-report .record .progress-div .number {
        float: left;
        font-size: 11px;
        color: #4a4a4a;
    }

    .dashboard .widget-body.progress-report .record .progress-div .progress {
        float: left;
        margin: 4px 0 0;
        height: 6px;
        border-radius: 4px;
        background-color: #f5f5f5;
        padding: 0;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    }

        .dashboard .widget-body.progress-report .record .progress-div .progress .progress-bar {
            background-color: #337ab7;
        }

        .dashboard .widget-body.progress-report .record .progress-div .progress span {
            float: left;
            display: inline-block;
        }



.grid-stack .grid-stack-item .dashboard-box {
    min-height: 198px;
}

.grid-stack .grid-stack-item .dashboard-box-big {
    min-height: 614px;
}

.discussion-panel .create input {
    border: 1px solid #e2e5ea;
    height: 61px;
    border-radius: 3px;
    color: #4a4a4a;
    font-size: 16px;
    font-family: Roboto,sans-serif !important;
    position: relative;
    padding-left: 70px;
}

    .discussion-panel .create input::-webkit-input-placeholder {
        color: #d9dce3;
    }

    .discussion-panel .create input::-moz-placeholder {
        color: #d9dce3;
    }

.discussion-panel .create img {
    position: absolute;
    left: 24px;
    top: 10px;
}

.discussion-panel .create label {
    position: absolute;
    right: 24px;
    top: 14px;
    font-size: 27px;
    color: #f0f2f6;
    margin-bottom: 0;
    height: 0;
}

.discussion-panel .create i:hover {
    cursor: pointer;
    color: #9da3b1;
}

.discussion-panel .create .green-btn:active, .discussion-panel .create .green-btn:focus {
    outline: 0;
}

@media (max-width:767px) {
    .discussion-panel .create .green-btn {
        margin-top: 10px;
    }
}

.discussion-panel .discussion-panel-container {
    margin-top: 14px;
    height: 450px;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
    background-color: #FFF;
}

@media (max-width:979px) {
    .discussion-panel .discussion-panel-container {
        height: auto;
    }
}

.discussion-panel .discussion-panel-container .topic {
    position: relative;
    height: 100%;
}

    .discussion-panel .discussion-panel-container .topic:before {
        content: "";
        position: absolute;
        top: 5%;
        right: 0;
        height: 90%;
        border-right: 1px solid #d9dce3;
    }

    .discussion-panel .discussion-panel-container .topic .header {
        margin-top: 17px;
        margin-left: 10px;
    }

        .discussion-panel .discussion-panel-container .topic .header .avatar {
            float: left;
            height: 40px;
            widows: 40px;
        }

        .discussion-panel .discussion-panel-container .topic .header p {
            padding: 0;
            margin: 0;
            width: calc(60%);
            float: left;
        }

            .discussion-panel .discussion-panel-container .topic .header p.name {
                font-size: 15px;
                color: #474d5b;
                font-family: Roboto,sans-serif !important;
                font-weight: 500;
                padding-left: 13px;
                margin-top: 2px;
            }

            .discussion-panel .discussion-panel-container .topic .header p.date {
                font-size: 12px;
                color: #d9dce3;
                font-family: Roboto,sans-serif !important;
                font-weight: 300;
                padding-left: 13px;
            }

    .discussion-panel .discussion-panel-container .topic .topic-wrapper {
        padding-left: 15px;
        margin-top: 31px;
        height: 343px;
    }

        .discussion-panel .discussion-panel-container .topic .topic-wrapper .title {
            font-family: Roboto,sans-serif !important;
            font-weight: 400;
            font-size: 15px;
            color: #9da3b1;
        }

        .discussion-panel .discussion-panel-container .topic .topic-wrapper .content {
            font-family: Roboto,sans-serif !important;
            font-weight: 400;
            font-size: 13px;
        }

            .discussion-panel .discussion-panel-container .topic .topic-wrapper .content img {
                border-radius: 5px;
            }

.discussion-panel .discussion-panel-container .comments-area {
    position: relative;
}

    .discussion-panel .discussion-panel-container .comments-area .comments-counter {
        float: left;
        height: 25px;
        margin-top: 20px;
    }

        .discussion-panel .discussion-panel-container .comments-area .comments-counter:before {
            content: "";
            position: absolute;
            bottom: 12px;
            right: 0;
            width: 94%;
            margin: 0 3%;
            border-bottom: 1px solid #d9dce3;
        }

        .discussion-panel .discussion-panel-container .comments-area .comments-counter p {
            position: absolute;
            z-index: 3;
            left: 0;
            right: 0;
            color: #9da3b1;
            font-family: Roboto,sans-serif !important;
            text-align: center;
            width: 100px;
            background-color: #FFF;
            top: 3px;
            margin: 0 auto;
        }

            .discussion-panel .discussion-panel-container .comments-area .comments-counter p span {
                color: #d9dce3;
            }

    .discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper {
        height: 325px;
        float: left;
    }

        .discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper {
            margin-top: 18px;
        }

            .discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper .avatar {
                float: left;
                height: 40px;
                widows: 40px;
            }

            .discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper p {
                padding: 0;
                margin: 0;
                float: left;
                width: auto;
            }

                .discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper p.name {
                    font-size: 15px;
                    color: #474d5b;
                    font-family: Roboto,sans-serif !important;
                    font-weight: 500;
                    padding-left: 13px;
                    margin-top: 10px;
                }

                .discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper p.date {
                    font-size: 12px;
                    color: #d9dce3;
                    font-family: Roboto,sans-serif !important;
                    font-weight: 300;
                    padding-left: 13px;
                    margin-top: 12px;
                }

                .discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper p.comment {
                    width: 100%;
                    font-family: Roboto,sans-serif !important;
                    font-weight: 400;
                    font-size: 14px;
                    color: #9da3b1;
                    padding-left: 13px;
                    padding-right: 50px;
                    padding-top: 5px;
                }

@media (max-width:979px) {
    .discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper p.comment {
        padding-right: 10px;
    }
}

.discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper p.icons {
    opacity: 0;
    color: #e5e7ec;
    width: 100%;
    padding-right: 20px;
}

    .discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper p.icons span {
        float: right;
    }

        .discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper p.icons span.icon-delete-eps {
            margin-left: 20px;
        }

        .discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper p.icons span:hover {
            cursor: pointer;
            color: #0dc083;
        }

.discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper p.sorting {
    font-size: 12px;
    color: #d9dce3;
    font-family: Roboto,sans-serif !important;
    font-weight: 300;
    padding-left: 13px;
    margin-top: 12px;
    float: right;
    padding-right: 20px;
}

@media (max-width:979px) {
    .discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper p.sorting {
        padding-right: 5px;
    }
}

.discussion-panel .discussion-panel-container .comments-area .comments-big-wrapper .comment-wrapper:hover p.icons {
    opacity: 1;
}

.discussion-panel .discussion-panel-container .comments-area .comment-input {
    position: relative;
}

    .discussion-panel .discussion-panel-container .comments-area .comment-input input.comment {
        height: 45px;
        border: 2px solid #d9dce3;
        margin-top: 15px;
        padding-left: 50px;
    }

        .discussion-panel .discussion-panel-container .comments-area .comment-input input.comment::-webkit-input-placeholder {
            color: #d9dce3;
        }

        .discussion-panel .discussion-panel-container .comments-area .comment-input input.comment::-moz-placeholder {
            color: #d9dce3;
        }

    .discussion-panel .discussion-panel-container .comments-area .comment-input .attachment {
        background-color: #f0f2f6;
        position: absolute;
        color: #CCC;
        left: 7px;
        top: 17px;
        height: 41px;
        border-radius: 0;
    }

        .discussion-panel .discussion-panel-container .comments-area .comment-input .attachment i {
            font-size: 18px;
            padding-top: 5px;
        }

        .discussion-panel .discussion-panel-container .comments-area .comment-input .attachment:active, .discussion-panel .discussion-panel-container .comments-area .comment-input .attachment:focus {
            box-shadow: none;
            outline: 0;
        }


.cbp-spmenu {
    background: #FFF;
    position: fixed;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}

    .cbp-spmenu .people {
        height: 100%;
        width: 53px;
        background-color: #e9ebec;
        float: left;
    }

        .cbp-spmenu .people ul {
            padding: 0;
            margin: 0;
        }

            .cbp-spmenu .people ul li {
                font-family: Roboto,sans-serif !important;
                list-style: none;
                width: 100%;
                text-align: center;
                opacity: .5;
                position: relative;
            }

                .cbp-spmenu .people ul li.active {
                    opacity: 1;
                }

                    .cbp-spmenu .people ul li.active:after {
                        left: 72%;
                        top: 67%;
                        border: solid transparent;
                        content: " ";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                        border-color: rgba(136,183,213,0);
                        border-right-color: #FFF;
                        border-width: 8px;
                        margin-top: -8px;
                    }

                .cbp-spmenu .people ul li a {
                    padding: 0;
                    margin: 20px 0 0;
                    display: inline-block;
                    position: relative;
                    cursor: pointer;
                }

                    .cbp-spmenu .people ul li a span.counter {
                        width: 7px;
                        height: 7px;
                        border-radius: 50%;
                        background-color: #e44f4f;
                        color: #FFF;
                        font-weight: 300;
                        font-size: 8px;
                        position: absolute;
                        top: -4px;
                        right: -3px;
                    }

                    .cbp-spmenu .people ul li a img {
                        width: 29px;
                        height: 29px;
                        text-align: center;
                        border-radius: 3px;
                    }

    .cbp-spmenu .conversations {
        height: calc(100% - 100px);
        width: 255px;
        float: left;
        font-family: Roboto,sans-serif !important;
        position: relative;
        overflow: hidden;
        overflow-y: auto;
    }

        .cbp-spmenu .conversations ul {
            padding: 0;
            margin: 0;
        }

            .cbp-spmenu .conversations ul li {
                width: 80%;
                list-style: none;
                padding-left: 15px;
                margin-top: 15px;
            }

                .cbp-spmenu .conversations ul li span.name-time {
                    color: #d4d8e2;
                    font-size: 12px;
                    width: 100%;
                    display: inline-block;
                }

                .cbp-spmenu .conversations ul li p.message {
                    margin: 0;
                    margin-top: 6px;
                    border-radius: 4px;
                    padding: 10px;
                    color: #4a4a4a;
                    font-size: 12px;
                    font-weight: 400;
                    background-color: #f1efef;
                }

                .cbp-spmenu .conversations ul li.sent {
                    margin-left: 20%;
                    padding-right: 15px;
                }

                    .cbp-spmenu .conversations ul li.sent p.message {
                        color: #FFF;
                        background-color: #3d9ee3;
                    }

    .cbp-spmenu textarea.comment {
        border: 1px solid #d9dce3;
        bottom: 10px;
        display: block;
        height: 72px;
        position: absolute;
        resize: none;
        right: 10px;
        width: 208px;
    }

        .cbp-spmenu textarea.comment:active, .cbp-spmenu textarea.comment:focus {
            box-shadow: none;
        }

    .cbp-spmenu.cbp-spmenu-vertical {
        width: 308px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }

    .cbp-spmenu.cbp-spmenu-right {
        right: -308px;
    }

        .cbp-spmenu.cbp-spmenu-right.cbp-spmenu-open {
            right: 0;
        }

.approve-container {
    background-color: #b1bdc7;
    border-radius: 3px;
    height: 120px;
}

    .approve-container p.title {
        font-size: 24px;
        font-family: Roboto, sans-serif !important;
        text-align: center;
        color: #FFF;
        margin-top: 12px;
        font-weight: 300;
    }

    .approve-container ul.icons {
        margin: 10px 0 0;
        padding: 0;
        text-align: center;
    }

        .approve-container ul.icons li {
            list-style: none;
            display: inline-block;
        }

            .approve-container ul.icons li a:focus, .approve-container ul.icons li a:hover {
                outline: 0;
                text-decoration: none;
                color: #B1BDC7 !important;
            }

            .approve-container ul.icons li .icon-close, .approve-container ul.icons li .icon-right {
                font-size: 45px;
                color: #FFF;
                margin-right: 10px;
            }

                .approve-container ul.icons li .icon-right:hover {
                    color: #B5F291;
                }

                .approve-container ul.icons li .icon-close:hover {
                    color: #EB406E;
                }

.approve-modal p.collapse-link {
    padding-top: 5px;
}

    .approve-modal p.collapse-link a {
        color: #6399ff;
        text-decoration: underline;
        font-size: 11px;
        font-family: Roboto, sans-serif !important;
    }

.approve-modal .panel, .approve-modal .panel-default {
    border-width: 0;
    background-color: inherit;
}

    .approve-modal .panel .panel-heading + .panel-collapse > .panel-body, .approve-modal .panel-default .panel-heading + .panel-collapse > .panel-body {
        border-width: 0;
    }

.approve-modal .panel-body {
    border-width: 0;
    padding: 0;
}

.approve-modal .panel-heading {
    background-color: inherit;
    border-width: 0;
}

.approve-modal .green-btn {
    margin-top: 0;
}

.approve-modal .checkbox label {
    color: #86939e;
    font-size: 11px;
}

    .approve-modal .checkbox label .text-label {
        padding-top: 4px;
        display: block;
    }

.new-modale .modal-header {
    padding: 17px 0 22px;
    text-align: center;
    position: relative;
}

    .new-modale .modal-header h4 {
        font-size: 20px;
        color: #474c51;
        font-weight: 500;
    }

    .new-modale .modal-header img {
        color: #474c51;
        position: absolute;
        right: 35px;
        top: 29px;
    }

        .new-modale .modal-header img:hover {
            color: #474c51;
            cursor: pointer;
        }

.new-modale .modal-body {
    background-color: #fcfcfc !important;
    border-radius: 0 0 6px 6px;
    max-height: 100%;
}

.modal-body form label {
    font-family: Roboto;
    font-weight: 400;
    color: #9da3b1;
    font-size: 13px;
}


.kgGroupedByIcon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAElJREFUKFNjoAhISkr+R8LyaHwMDNXGwGBsbPwfhoGAA5mPDUO1oWpE52PDYE0gALTFAYbR+dgwWBMIoPlh1I9ADNU2NPzIwAAAFQYI9E4OLvEAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    right: -18px;
    top: 2px;
}

.kgGroupingNumber {
    position: absolute;
    right: -25px;
    top: 0;
}

.kgColMenu {
    right: 2px;
    padding: 5px;
    top: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #BDD0CB;
    position: absolute;
    border: 2px solid rgb(212, 212, 212);
    z-index: 5;
}

.kgMenuText {
    position: relative;
    top: 2px;
    left: 2px;
}

.kgColList {
    padding-left: 25px;
    padding-right: 15px;
    list-style-type: none;
    font-family: Roboto;
}

.kgColListItem {
    position: relative;
    right: 17px;
    top: 2px;
    white-space: nowrap;
}


.kgColListCheckbox {
    position: relative;
    right: 3px;
    top: 4px;
}

.kgColListItem.smart-form .checkbox {
    float: none;
    margin: 0;
}

.kgColList .smart-form span {
    color: #9aa1a4;
    font-size: 13px;
    margin-right: 30px;
}

    .kgColList .smart-form span:hover {
        color: #575C63;
    }

.kgColList .smart-form .checkbox {
    padding-left: 25px;
    line-height: 25px;
    color: #404040;
    cursor: pointer;
    display: block;
    font-weight: 400;
    font-size: 13px;
}

    .kgColList .smart-form .checkbox input {
        position: absolute;
        left: -9999px;
    }

.kgColList .checkbox input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}

.smart-style-2 .kgColList .smart-form .checkbox input:checked + i {
    border-color: #3b9ff3;
}

.kgColList .smart-form .checkbox i {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    outline: 0;
    border-width: 1px;
    border-radius: 3px;
    border-style: solid;
    background: #FFF;
    border-color: #dbdfe6;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

    .kgColList .smart-form .checkbox i:hover {
        border-color: #86939E;
    }

.kgColList .smart-form .checkbox input:checked + i:after {
    background: #2c97de none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    height: 18px;
    left: 0;
    opacity: 1;
    top: -1px;
    width: 18px;
}

.kgColList .smart-form .checkbox input + i:after {
    color: #dbdfe6;
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: 400 13px/19px FontAwesome;
    text-align: center;
    position: absolute;
    opacity: 0;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
}

    .kgColList .smart-form .checkbox input + i:after:hover {
        border-color: #86939E;
    }

.kgColList .smart-form .checkbox input:hover > .smart-form span {
    color: #86939E;
}

.icon-sorting {
    height: 15px;
    width: 15px;
    position: absolute;
    right: -18px;
    top: 2px;
    font-size: 15px;
    color: #dbdfe6;
}

    .icon-sorting:hover {
        color: #575C63;
    }

.new-widget-modal .modal-body {
    background-color: #FFF !important;
    padding: 0;
}

    .new-widget-modal .modal-body .nav-stacked {
        background-color: #fcfcfc;
        border-right: solid 1px #dfe2e7;
        border-radius: 0 0 0 6px;
    }

        .new-widget-modal .modal-body .nav-stacked li {
            border-bottom: solid 1px #dfe2e7;
            margin-top: 0;
        }

            .new-widget-modal .modal-body .nav-stacked li:last-child {
                border-width: 0;
            }

            .new-widget-modal .modal-body .nav-stacked li a {
                padding-top: 17px !important;
                font-size: 16px;
                color: #5E636A;
                text-align: left;
                padding-left: 24px;
                font-weight: 500;
                padding-bottom: 13px;
            }

                .new-widget-modal .modal-body .nav-stacked li a:hover {
                    background-color: #0dc083 !important;
                    color: #FFF !important;
                    border-radius: 0;
                }

            .new-widget-modal .modal-body .nav-stacked li.active a {
                background-color: #0dc083 !important;
                border-radius: 0;
                padding-top: 17px;
                padding-bottom: 13px;
                color: #FFF;
            }

                .new-widget-modal .modal-body .nav-stacked li.active a:after {
                    z-index: 10;
                    left: 100%;
                    top: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(13,192,131,0);
                    border-left-color: #0dc083;
                    border-width: 12px;
                    margin-top: -12px;
                    transform: none !important;
                }

            .new-widget-modal .modal-body .nav-stacked li.normal a:after, .new-widget-modal .modal-body .nav-stacked li.normal a:before {
                border-right: 2px solid;
                content: '';
                display: block;
                height: 8px;
                margin-top: -6px;
                position: absolute;
                -moz-transform: rotate(135deg);
                -o-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
                right: 10px;
                top: 50%;
                width: 0;
            }

            .new-widget-modal .modal-body .nav-stacked li.normal a:after {
                margin-top: -1px;
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

    .new-widget-modal .modal-body .tab-content {
        background-color: #FFF;
        border-radius: 0 0 6px;
    }

        .new-widget-modal .modal-body .tab-content .tab-pane ul {
            margin: 0;
            padding: 0;
        }

            .new-widget-modal .modal-body .tab-content .tab-pane ul li {
                list-style: none;
            }

                .new-widget-modal .modal-body .tab-content .tab-pane ul li a {
                    position: relative;
                    font-size: 14px;
                    line-height: 1.6;
                    color: #86939e;
                    padding: 15px 15px 16px 20px;
                    display: block;
                    width: 100%;
                }

                    .new-widget-modal .modal-body .tab-content .tab-pane ul li a:active, .new-widget-modal .modal-body .tab-content .tab-pane ul li a:focus, .new-widget-modal .modal-body .tab-content .tab-pane ul li a:hover {
                        cursor: pointer;
                        text-decoration: none;
                        outline: 0;
                        color: #575c63;
                    }

                    .new-widget-modal .modal-body .tab-content .tab-pane ul li a:active {
                        background-color: #FFF;
                    }

                    .new-widget-modal .modal-body .tab-content .tab-pane ul li a:hover {
                        background-color: #f9f9fb;
                    }

                        .new-widget-modal .modal-body .tab-content .tab-pane ul li a:hover i {
                            opacity: 1;
                        }

                    .new-widget-modal .modal-body .tab-content .tab-pane ul li a i {
                        opacity: 0;
                        width: 20px;
                        height: 20px;
                        position: relative;
                        float: right;
                        top: -5px;
                        right: 36px;
                        color: #BCC1CE;
                        font-size: 26px;
                    }

                        .new-widget-modal .modal-body .tab-content .tab-pane ul li a i:hover {
                            color: #0dc083;
                            cursor: pointer;
                        }

                .new-widget-modal .modal-body .tab-content .tab-pane ul li.bg {
                    background-color: #f9f9fb;
                }

.sb-search {
    position: relative;
    width: 0%;
    min-width: 37px;
    height: 48px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 6px;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 36px !important;
    margin: 0;
    z-index: 10;
    padding: 5px 65px 6px 20px;
    font-family: @Roboto;
    font-size: 14px;
    color: #2c3e50;
    border-radius: 0 5px 5px 0;
    border-width: 0 !important;
}

    .sb-search-input::-webkit-input-placeholder {
        color: #45474a;
    }

    .sb-search-input::-moz-placeholder {
        color: #45474a;
    }

    .sb-search-input::-moz-placeholder {
        color: #45474a;
    }

    .sb-search-input:-ms-input-placeholder {
        color: #45474a;
    }

.sb-icon-search,
.sb-search-submit {
    width: 37px;
    height: 36px;
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
    padding: 0;
    margin: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #2C97DE;
    z-index: 90;
    font-size: 17px;
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 0 3px 3px 0;
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

    .sb-search.sb-search-open .sb-icon-search,
    .no-js .sb-search .sb-icon-search {
        background: #0DC083;
        color: #fff;
        z-index: 11;
    }

    .sb-search.sb-search-open .sb-search-submit,
    .no-js .sb-search .sb-search-submit {
        z-index: 90;
    }

.sb-icon-search:before {
    content: "\f002";
}

.big-searsh-wrapper {
    border-radius: 3px;
    background-color: #eceff1;
    height: 68px;
    margin-top: 15px;
}

    .big-searsh-wrapper .search-title {
        font-size: 1.6vw;
        color: #343536;
        font-weight: 500;
        padding-top: 20px;
        padding-left: 10px;
    }

@media (max-width:979px) {
    .big-searsh-wrapper .search-title {
        padding-top: 25px;
    }
}

@media (max-width:767px) {
    .big-searsh-wrapper .search-title {
        padding-top: 15px;
        font-size: 12px;
    }
}

.big-searsh-wrapper .search-button-container {
    position: relative;
    width: 100%;
    left: -30px;
    background-color: red;
    height: 36px;
    margin-top: 15px;
    float: left;
    border-radius: 3px;
}

@media (max-width:1200px) {
    .big-searsh-wrapper .search-button-container {
        left: 0;
    }
}

.big-searsh-wrapper .search-button-container .search-input {
    width: 100%;
    height: 36px;
    border-radius: 0 5px 5px 0;
    border-width: 0;
    float: left;
    padding-left: 12px;
}

.big-searsh-wrapper .search-button-container .search-btn {
    right: 0;
    width: 36px;
    height: 36px;
    box-shadow: none;
    border-width: 0;
    position: absolute;
    border-radius: 0 3px 3px 0;
    background-color: #0DC083;
    color: #FFF;
    padding: 0;
}

.search-Results-sidebar p.search-title {
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 15px;
}

.search-Results-sidebar .panel-default {
    border-width: 0;
    box-shadow: none;
}

    .search-Results-sidebar .panel-default .panel-heading {
        background-color: #FFF;
        border-width: 0;
        padding: 7px 15px;
        padding-left: 0;
    }

        .search-Results-sidebar .panel-default .panel-heading span.glyphicon.glyphicon-chevron-down {
            font-size: 8px;
            margin-left: 5px;
        }

        .search-Results-sidebar .panel-default .panel-heading a {
            font-weight: 400;
            font-size: 14px;
        }

            .search-Results-sidebar .panel-default .panel-heading a:focus, .search-Results-sidebar .panel-default .panel-heading a:hover {
                text-decoration: none;
                outline: 0;
            }

            .search-Results-sidebar .panel-default .panel-heading a.active {
                font-weight: 500;
                color: #2c97de;
            }

    .search-Results-sidebar .panel-default .panel-body {
        border-width: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
    }

        .search-Results-sidebar .panel-default .panel-body ul {
            margin: 0;
            padding: 0;
        }

            .search-Results-sidebar .panel-default .panel-body ul li {
                list-style: none;
                padding-left: 10px;
                margin-bottom: 5px;
                color: #9b9b9b;
            }

                .search-Results-sidebar .panel-default .panel-body ul li a {
                    color: #9b9b9b;
                }

                    .search-Results-sidebar .panel-default .panel-body ul li a:hover {
                        text-decoration: none;
                        color: #2c97de;
                    }

.search-filter-container {
    margin-top: 21px;
}

    .search-filter-container span.result-title {
        color: #9b9b9b;
        font-size: 12px;
        float: left;
        padding-top: 20px;
    }

    .search-filter-container ul.results {
        padding: 0;
        margin: 0;
    }

        .search-filter-container ul.results li {
            list-style: none;
            float: left;
            margin-left: 10px;
        }

            .search-filter-container ul.results li p.title {
                color: #c1c4c6;
                font-size: 10px;
                padding: 0 0 0 6px;
                margin: 0;
            }

            .search-filter-container ul.results li p.name {
                color: #343536;
                font-size: 13px;
                background-color: #eceff1;
                margin: 0;
                padding: 5px 30px 5px 9px;
                border-radius: 10px;
                position: relative;
            }

                .search-filter-container ul.results li p.name button {
                    background-color: inherit;
                    border-width: 0;
                    box-shadow: none;
                    position: absolute;
                    padding: 0;
                    margin: 0;
                    top: 5px;
                    right: 8px;
                }

                    .search-filter-container ul.results li p.name button i {
                        color: #9B9B9B;
                    }

.attachments-container p.header {
    font-size: 13px;
    color: #9da3b1;
}

.attachments-container .scroll-container {
    height: 111px;
}

    .attachments-container .scroll-container ul {
        width: 100%;
        list-style-type: none;
        margin: auto;
        white-space: nowrap;
        margin: 0;
        padding: 0;
    }

    .attachments-container .scroll-container li {
        height: 100px;
        margin-right: 37px;
        width: 77px;
        display: inline-block;
    }

        .attachments-container .scroll-container li .img-wrapper {
            float: left;
            width: 75px;
            height: 51px;
            /*background-color: #d8d8d8;*/
        }

        .attachments-container .scroll-container li .title {
            text-decoration: underline;
            text-decoration-color: #2c97de;
            -moz-text-decoration-color: #2c97de;
            /* Code for Firefox */
            float: left;
            font-size: 12px;
            margin: 0;
            margin-bottom: 8px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: center;
        }

            .attachments-container .scroll-container li .title a {
                color: #2c97de;
            }

        .attachments-container .scroll-container li .details {
            opacity: 0;
            float: left;
            margin: 0;
        }

            .attachments-container .scroll-container li .details:hover,
            .attachments-container .scroll-container li .details:focus,
            .attachments-container .scroll-container li .details:active {
                outline: none;
            }

            .attachments-container .scroll-container li .details span.size {
                float: left;
                font-size: 11px;
                color: #9b9b9b;
                margin-right: 6px;
            }

            .attachments-container .scroll-container li .details a {
                color: #2c97de;
                text-decoration: underline;
                font-size: 11px;
                float: left;
            }

        .attachments-container .scroll-container li:hover {
            cursor: pointer;
        }

            .attachments-container .scroll-container li:hover > p.details {
                opacity: 1;
            }

.attachments-container .img-wrapper i:before {
    margin-left: 17px;
}

.smart-form header {
    font-size: 13px;
    color: #9da3b1;
    font-weight: 400;
}




.navbar-toggle {
    border-color: #fff;
    margin-right: 20px;
}

    .navbar-toggle:focus,
    .navbar-toggle:hover {
        background-color: #2C97DE !important;
    }

    .navbar-toggle span {
        background-color: #fff !important;
    }

.mobile-notifi-icon {
    display: none;
    float: right;
    color: #fff;
    margin-right: 20px;
    margin-top: 15px;
}

    .mobile-notifi-icon i {
        font-size: 24px;
        color: #fff;
    }

@media (max-width:767px) {
    .mobile-notifi-icon {
        display: block;
    }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #131313 !important;
    color: #FFF !important;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #FFF !important;
}

.navbar-default {
    font-family: Roboto, sans-serif !important;
    background-color: #2C97DE;
    border-radius: 0;
    border-width: 0;
    height: 50px;
}

@media (max-width: 767px) {

    .navbar-default {
        height: auto;
    }
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a.active i {
    color: #FFF;
}

    .navbar-default .navbar-nav > li > a.current-system {
        font-weight: 500;
        font-size: 17px !important;
        background-color: #2280BF !important;
        color: #FFF !important;
    }

        .navbar-default .navbar-nav > li > a.current-system:active,
        .navbar-default .navbar-nav > li > a.current-system:focus,
        .navbar-default .navbar-nav > li > a.current-system:hover {
            background-color: #2280BF !important;
            outline: 0;
        }

    .navbar-default .navbar-nav > li > a.icon {
        font-weight: 500;
        font-size: 22px !important;
        padding-bottom: 15px;
    }

    .navbar-default .navbar-nav > li > a.profile-name {
        padding-bottom: 10px;
        padding-top: 12px;
        font-size: 12px !important;
        color: #FFF !important;
        font-weight: normal !important;
    }

    .navbar-default .navbar-nav > li > a i {
        color: #ffffff;
        font-size: 25px;
    }

    .navbar-default .navbar-nav > li > a img {
        margin-right: 3px;
        display: inline-block;
        width: auto;
    }

    .navbar-default .navbar-nav > li > a.main-action {
        background-color: #2280BF;
    }

.navbar-nav.navbar-right {
    width: auto;
}

    .navbar-nav.navbar-right hr {
        margin: 0;
        padding: 0;
    }

@media (max-width:767px) {
    .navbar-nav.navbar-right {
        margin: 0;
    }
}

@media (max-width:767px) {
    .navbar-nav.navbar-right li a {
        padding: 8px;
    }
}

.navbar-nav.navbar-right .hidden-xs-sm {
    display: none;
}

@media (max-width:767px) {
    .navbar-nav.navbar-right .hidden-xs-sm {
        display: block;
    }
}

.dropdown ul.dropdown-menu {
    width: 190px;
    text-align: center;
}

    .dropdown ul.dropdown-menu li a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #9aa1a4;
        font-size: 13px;
        font-weight: 500;
    }

        .dropdown ul.dropdown-menu li a .radio, .dropdown ul.dropdown-menu li a label {
            margin: 0;
        }

            .dropdown ul.dropdown-menu li a .radio input[type="radio"], .dropdown ul.dropdown-menu li a .radio-inline input[type="radio"] {
                width: 14px;
                height: 16px;
                float: left;
            }



.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu .dropdown-header {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.nicescroll-rails {
    padding: 0 !important;
    border-radius: 0 !important;
    zoom: 0 !important;
    background-color: transparent !important;
    float: none !important;
    border: 0 !important;
}

.counter-flex-container {
    display: flex;
    flex-direction: column;
    height: 140px;
    justify-content: center;
}

p.widget-number-counter {
    font-family: Roboto;
    font-size: 92px;
    letter-spacing: -1.1px;
    color: #a90329;
    text-align: center;
}

.label, .dblue {
    /*background: #005683 !important;*/
    background: #ffffff !important;
}

.dblueIcon {
    background: #005683 !important;
}

.label-info, .badge-info, .blue {
    background: #009AD7 !important;
}

.label-warning, .badge-warning, .yellow {
    background: #FFAA31 !important;
}

.label-success, .badge-success, .green {
    background: #68AF27 !important;
}

.label-important, .label-important, .red {
    background: #C22439 !important;
}

.purple {
    background: #673499 !important;
}

.orange {
    background: #D53F26 !important;
}

.cblue {
    color: #009AD7 !important;
}

.cyellow {
    color: #FFAA31 !important;
}

.cgreen {
    color: #68AF27 !important;
}

.cred {
    color: #C22439 !important;
}

.cdblue {
    color: #005683 !important;
}

.cpurple {
    color: #673499 !important;
}

.corange {
    color: #D53F26 !important;
}

.blblue {
    border-left-color: #009AD7 !important;
}

.blyellow {
    border-left-color: #FFAA31 !important;
}

.blgreen {
    border-left-color: #68AF27 !important;
}

.blred {
    border-left-color: #C22439 !important;
}

.bldblue {
    border-left-color: #005683 !important;
}

.blpurple {
    border-left-color: #673499 !important;
}

.blorange {
    border-left-color: #D53F26 !important;
}

/*.block .head.blue h2, .block .head.yellow h2, .block .head.green h2, .block .head.red h2,
.block .head.dblue h2, .block .head.purple h2, .block .head.orange h2{text-shadow: 0px 0px 1px rgba(0,0,0,0.2);}*/
.block .head.blue *, .block .head.yellow *, .block .head.green *, .block .head.red *, .block .head.dblue *, .block .head.purple *, .block .head.orange * {
    color: #FFF !important;
    border-color: #FFF !important;
}

.btn {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    background: #009AD7;
    color: #F9F9F9;
    text-shadow: none;
    margin-bottom: 3px;
}

    .btn:hover, .btn-primary:active, .btn[disabled], .btn.disabled {
        background: #008DC4;
        color: #FFF;
    }

.btn-primary {
    background: #005683;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active {
        background: #00486F;
    }

.btn-info {
    background: #FFAA31;
}

    .btn-info:hover, .btn-info:active, .btn-info.active {
        background: #FF990F;
    }

.btn-success {
    background: #68AF27;
}

    .btn-success:hover, .btn-success:active, .btn-success.active {
        background: #5A9922;
    }

.btn-warning {
    background: #D53F26;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning.active {
        background: #CC3E24;
    }

.btn-danger {
    background: #C22439;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger.active {
        background: #AA2031;
    }

.btn-inverse {
    background: #222;
}

    .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active {
        background: #1A1A1D;
    }

.btn-link {
    background: transparent;
    color: #333;
}

    .btn-link:hover, .btn-link:active, .btn-link.active {
        background: transparent;
        color: #333;
    }

.btn.disabled, .open .btn.dropdown-toggle {
    background-color: #008DC4 !important;
}

.btn.btn-primary.disabled, .open .btn-primary.dropdown-toggle {
    background-color: #00486F !important;
}

.btn.btn-info.disabled, .open .btn-info.dropdown-toggle {
    background-color: #FF990F !important;
}

.btn.btn-success.disabled, .open .btn-success.dropdown-toggle {
    background-color: #5A9922 !important;
}

.btn.btn-warning.disabled, .open .btn-warning.dropdown-toggle {
    background-color: #CC3E24 !important;
}

.btn.btn-danger.disabled, .open .btn-danger.dropdown-toggle {
    background-color: #AA2031 !important;
}

.btn.btn-inverse.disabled, .open .btn-inverse.dropdown-toggle {
    background-color: #1A1A1D !important;
}

.btn.btn-link.disabled, .open .btn-link.dropdown-toggle {
    background-color: transparent !important;
}


@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot');
    src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"]:before {
*/
.ico-cabinet:before, .ico-cabinet-2:before, .ico-file:before, .ico-file-2:before, .ico-file-3:before, .ico-files:before, .ico-phone:before, .ico-tablet:before, .ico-window:before, .ico-monitor:before, .ico-film:before, .ico-inbox:before, .ico-download:before, .ico-upload:before, .ico-inbox-2:before, .ico-cog:before, .ico-cogs:before, .ico-cog-2:before, .ico-warning:before, .ico-picture:before, .ico-pictures:before, .ico-pictures-2:before, .ico-alarm-clock:before, .ico-time:before, .ico-checkmark:before, .ico-cancel:before, .ico-eye:before, .ico-site-map:before, .ico-site-map-2:before, .ico-cloud:before, .ico-upload-2:before, .ico-chart:before, .ico-chart-2:before, .ico-chart-3:before, .ico-chart-4:before, .ico-chart-5:before, .ico-chart-6:before, .ico-location:before, .ico-download-2:before, .ico-folder:before, .ico-alarm:before, .ico-alarm-cancel:before, .ico-phone-2:before, .ico-phone-3:before, .ico-image:before, .ico-open:before, .ico-sale:before, .ico-direction:before, .ico-map:before, .ico-trashcan:before, .ico-vote:before, .ico-lab:before, .ico-locked:before, .ico-unlocked:before, .ico-locked-2:before, .ico-unlocked-2:before, .ico-magnifier:before, .ico-zoom-in:before, .ico-zoom-out:before, .ico-stack:before, .ico-stack-2:before, .ico-stack-3:before, .ico-archive:before, .ico-battery:before, .ico-battery-2:before, .ico-battery-3:before, .ico-battery-4:before, .ico-battery-5:before, .ico-megaphone:before, .ico-megaphone-2:before, .ico-patch:before, .ico-pil:before, .ico-injection:before, .ico-thermometer:before, .ico-lamp:before, .ico-lamp-2:before, .ico-lamp-3:before, .ico-cube:before, .ico-box:before, .ico-box-2:before, .ico-diamond:before, .ico-bag:before, .ico-money-bag:before, .ico-grid:before, .ico-grid-2:before, .ico-list:before, .ico-list-2:before, .ico-ruler:before, .ico-ruler-2:before, .ico-layout:before, .ico-layout-2:before, .ico-layout-3:before, .ico-layout-4:before, .ico-layout-5:before, .ico-layout-6:before, .ico-layout-7:before, .ico-layout-8:before, .ico-layout-9:before, .ico-layout-10:before, .ico-layout-11:before, .ico-layout-12:before, .ico-layout-13:before, .ico-layout-14:before, .ico-tools:before, .ico-screwdriver:before, .ico-paint:before, .ico-hammer:before, .ico-brush:before, .ico-pen:before, .ico-chat:before, .ico-comments:before, .ico-chat-2:before, .ico-chat-3:before, .ico-volume:before, .ico-volume-2:before, .ico-volume-3:before, .ico-equalizer:before, .ico-resize:before, .ico-resize-2:before, .ico-download-3:before, .ico-stats:before, .ico-stats-2:before, .ico-attachment:before, .ico-hourglass:before, .ico-pencil:before, .ico-pen-2:before, .ico-pin:before, .ico-pin-2:before, .ico-discout:before, .ico-edit:before, .ico-scissors:before, .ico-profile:before, .ico-rotate:before, .ico-rotate-2:before, .ico-reply:before, .ico-forward:before, .ico-retweet:before, .ico-shuffle:before, .ico-loop:before, .ico-crop:before, .ico-dollar:before, .ico-dollar-2:before, .ico-coins:before, .ico-pig:before, .ico-bookmark:before, .ico-bookmark-2:before, .ico-address-book:before, .ico-address-book-2:before, .ico-safe:before, .ico-envelope:before, .ico-envelope-2:before, .ico-heart:before, .ico-info:before, .ico-info-2:before, .ico-book:before, .ico-book-2:before, .ico-barcode:before, .ico-barcode-2:before, .ico-expand:before, .ico-collapse:before, .ico-pop-out:before, .ico-pop-in:before, .ico-cone:before, .ico-blocked:before, .ico-stop:before, .ico-keyboard:before, .ico-printer:before, .ico-checked:before, .ico-error:before, .ico-add:before, .ico-minus:before, .ico-alert:before, .ico-pictures-3:before, .ico-atom:before, .ico-eyedropper:before, .ico-globe:before, .ico-globe-2:before, .ico-shipping:before, .ico-ying-yang:before, .ico-compass:before, .ico-zip:before, .ico-zip-2:before, .ico-tags:before, .ico-heart-2:before, .ico-heart-3:before, .ico-usb:before, .ico-clipboard:before, .ico-clipboard-2:before, .ico-clipboard-3:before, .ico-switch:before, .ico-ruler-3:before, .ico-glass:before, .ico-music:before, .ico-search:before, .ico-envelope-3:before, .ico-heart-4:before, .ico-star:before, .ico-star-empty:before, .ico-user:before, .ico-film-2:before, .ico-th-large:before, .ico-ok:before, .ico-remove:before, .ico-zoom-in-2:before, .ico-zoom-out-2:before, .ico-off:before, .ico-signal:before, .ico-cog-3:before, .ico-trash:before, .ico-home:before, .ico-file-4:before, .ico-time-2:before, .ico-road:before, .ico-download-alt:before, .ico-download-4:before, .ico-upload-3:before, .ico-inbox-3:before, .ico-play-circle:before, .ico-repeat:before, .ico-refresh:before, .ico-list-alt:before, .ico-lock:before, .ico-flag:before, .ico-volume-off:before, .ico-volume-down:before, .ico-volume-up:before, .ico-qrcode:before, .ico-barcode-3:before, .ico-tag:before, .ico-tags-2:before, .ico-book-3:before, .ico-bookmark-3:before, .ico-print:before, .ico-align-left:before, .ico-align-center:before, .ico-align-right:before, .ico-align-justify:before, .ico-list-3:before, .ico-indent-left:before, .ico-indent-right:before, .ico-facetime-video:before, .ico-picture-2:before, .ico-pencil-2:before, .ico-map-marker:before, .ico-adjust:before, .ico-tint:before, .ico-edit-2:before, .ico-share:before, .ico-check:before, .ico-move:before, .ico-step-backward:before, .ico-fast-backward:before, .ico-backward:before, .ico-play:before, .ico-pause:before, .ico-stop-2:before, .ico-forward-2:before, .ico-fast-forward:before, .ico-step-forward:before, .ico-eject:before, .ico-chevron-left:before, .ico-chevron-right:before, .ico-plus-sign:before, .ico-minus-sign:before, .ico-remove-sign:before, .ico-ok-sign:before, .ico-question-sign:before, .ico-info-sign:before, .ico-screenshot:before, .ico-remove-circle:before, .ico-ok-circle:before, .ico-ban-circle:before, .ico-arrow-left:before, 
.ico-arrow-right:before, 
.ico-arrow-up:before, .ico-arrow-down:before, .ico-share-alt:before, .ico-resize-full:before, .ico-resize-small:before, .ico-plus:before, .ico-minus-2:before, .ico-asterisk:before, .ico-exclamation-sign:before, .ico-eye-open:before, .ico-eye-close:before, .ico-warning-sign:before, .ico-plane:before, .ico-calendar:before, .ico-random:before, .ico-comment:before, .ico-magnet:before, .ico-chevron-up:before, .ico-chevron-down:before, .ico-retweet-2:before, .ico-shopping-cart:before, .ico-folder-close:before, .ico-folder-open:before, .ico-resize-vertical:before, .ico-resize-horizontal:before, .ico-bar-chart:before, .ico-cogs-2:before, .ico-comments-2:before, .ico-thumbs-up:before, .ico-thumbs-down:before, .ico-heart-empty:before, .ico-signout:before, .ico-pushpin:before, .ico-external-link:before, .ico-signin:before, .ico-trophy:before, .ico-upload-alt:before, .ico-lemon:before, .ico-phone-4:before, .ico-check-empty:before, .ico-bookmark-empty:before, .ico-phone-sign:before, .ico-facebook:before, .ico-github:before, .ico-unlock:before, .ico-credit:before, .ico-rss:before, .ico-hdd:before, .ico-bullhorn:before, .ico-bell:before, .ico-certificate:before, .ico-hand-right:before, .ico-hand-left:before, .ico-hand-up:before, .ico-hand-down:before, .ico-circle-arrow-left:before, .ico-circle-arrow-right:before, .ico-circle-arrow-up:before, .ico-circle-arrow-down:before, .ico-globe-3:before, .ico-wrench:before, .ico-tasks:before, .ico-filter:before, .ico-briefcase:before, .ico-fullscreen:before, .ico-group:before, .ico-link:before, .ico-cloud-2:before, .ico-beaker:before, .ico-copy:before, .ico-paper-clip:before, .ico-table:before, .ico-money:before, .ico-caret-down:before, .ico-caret-up:before, .ico-caret-left:before, .ico-caret-right:before, .ico-columns:before, .ico-sort:before, .ico-sort-down:before, .ico-sort-up:before, .ico-envelope-alt:before, .ico-undo:before, .ico-comment-alt:before, .ico-comments-alt:before, .ico-bolt:before, .ico-exchange:before, .ico-cloud-download:before, .ico-cloud-upload:before, .ico-file-alt:before, .ico-double-angle-left:before, .ico-double-angle-right:before, .ico-double-angle-up:before, .ico-double-angle-down:before, .ico-angle-left:before, .ico-angle-right:before, .ico-angle-up:before, .ico-angle-down:before, .ico-desktop:before, .ico-laptop:before, .ico-tablet-2:before, .ico-mobile:before, .ico-circle:before, .ico-reply-2:before, .ico-folder-close-alt:before, .ico-folder-open-alt:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.ico-cabinet:before {
    content: "\e1dd";
}

.ico-cabinet-2:before {
    content: "\e1de";
}

.ico-file:before {
    content: "\e1e2";
}

.ico-file-2:before {
    content: "\e1e3";
}

.ico-file-3:before {
    content: "\e1e4";
}

.ico-files:before {
    content: "\e1e5";
}

.ico-phone:before {
    content: "\e1e6";
}

.ico-tablet:before {
    content: "\e1e7";
}

.ico-window:before {
    content: "\e1e8";
}

.ico-monitor:before {
    content: "\e1e9";
}

.ico-film:before {
    content: "\e1f0";
}

.ico-inbox:before {
    content: "\e1fd";
}

.ico-download:before {
    content: "\e1fe";
}

.ico-upload:before {
    content: "\e1ff";
}

.ico-inbox-2:before {
    content: "\e200";
}

.ico-cog:before {
    content: "\e20b";
}

.ico-cogs:before {
    content: "\e20c";
}

.ico-cog-2:before {
    content: "\e20d";
}

.ico-warning:before {
    content: "\e20e";
}

.ico-picture:before {
    content: "\e213";
}

.ico-pictures:before {
    content: "\e214";
}

.ico-pictures-2:before {
    content: "\e215";
}

.ico-alarm-clock:before {
    content: "\e21d";
}

.ico-time:before {
    content: "\e21f";
}

.ico-checkmark:before {
    content: "\e222";
}

.ico-cancel:before {
    content: "\e223";
}

.ico-eye:before {
    content: "\e224";
}

.ico-site-map:before {
    content: "\e226";
}

.ico-site-map-2:before {
    content: "\e227";
}

.ico-cloud:before {
    content: "\e228";
}

.ico-upload-2:before {
    content: "\e229";
}

.ico-chart:before {
    content: "\e22a";
}

.ico-chart-2:before {
    content: "\e22b";
}

.ico-chart-3:before {
    content: "\e22c";
}

.ico-chart-4:before {
    content: "\e22d";
}

.ico-chart-5:before {
    content: "\e22e";
}

.ico-chart-6:before {
    content: "\e22f";
}

.ico-location:before {
    content: "\e230";
}

.ico-download-2:before {
    content: "\e231";
}

.ico-folder:before {
    content: "\e233";
}

.ico-alarm:before {
    content: "\e235";
}

.ico-alarm-cancel:before {
    content: "\e236";
}

.ico-phone-2:before {
    content: "\e237";
}

.ico-phone-3:before {
    content: "\e238";
}

.ico-image:before {
    content: "\e239";
}

.ico-open:before {
    content: "\e23a";
}

.ico-sale:before {
    content: "\e23b";
}

.ico-direction:before {
    content: "\e23c";
}

.ico-map:before {
    content: "\e23d";
}

.ico-trashcan:before {
    content: "\e23e";
}

.ico-vote:before {
    content: "\e23f";
}

.ico-lab:before {
    content: "\e241";
}

.ico-locked:before {
    content: "\e25a";
}

.ico-unlocked:before {
    content: "\e25b";
}

.ico-locked-2:before {
    content: "\e25c";
}

.ico-unlocked-2:before {
    content: "\e25d";
}

.ico-magnifier:before {
    content: "\e25e";
}

.ico-zoom-in:before {
    content: "\e25f";
}

.ico-zoom-out:before {
    content: "\e260";
}

.ico-stack:before {
    content: "\e261";
}

.ico-stack-2:before {
    content: "\e262";
}

.ico-stack-3:before {
    content: "\e263";
}

.ico-archive:before {
    content: "\e270";
}

.ico-battery:before {
    content: "\e271";
}

.ico-battery-2:before {
    content: "\e272";
}

.ico-battery-3:before {
    content: "\e273";
}

.ico-battery-4:before {
    content: "\e274";
}

.ico-battery-5:before {
    content: "\e275";
}

.ico-megaphone:before {
    content: "\e276";
}

.ico-megaphone-2:before {
    content: "\e277";
}

.ico-patch:before {
    content: "\e278";
}

.ico-pil:before {
    content: "\e279";
}

.ico-injection:before {
    content: "\e27a";
}

.ico-thermometer:before {
    content: "\e27b";
}

.ico-lamp:before {
    content: "\e27c";
}

.ico-lamp-2:before {
    content: "\e27d";
}

.ico-lamp-3:before {
    content: "\e27e";
}

.ico-cube:before {
    content: "\e27f";
}

.ico-box:before {
    content: "\e280";
}

.ico-box-2:before {
    content: "\e281";
}

.ico-diamond:before {
    content: "\e282";
}

.ico-bag:before {
    content: "\e283";
}

.ico-money-bag:before {
    content: "\e284";
}

.ico-grid:before {
    content: "\e285";
}

.ico-grid-2:before {
    content: "\e286";
}

.ico-list:before {
    content: "\e287";
}

.ico-list-2:before {
    content: "\e288";
}

.ico-ruler:before {
    content: "\e289";
}

.ico-ruler-2:before {
    content: "\e28a";
}

.ico-layout:before {
    content: "\e28b";
}

.ico-layout-2:before {
    content: "\e28c";
}

.ico-layout-3:before {
    content: "\e28d";
}

.ico-layout-4:before {
    content: "\e28e";
}

.ico-layout-5:before {
    content: "\e28f";
}

.ico-layout-6:before {
    content: "\e290";
}

.ico-layout-7:before {
    content: "\e291";
}

.ico-layout-8:before {
    content: "\e292";
}

.ico-layout-9:before {
    content: "\e293";
}

.ico-layout-10:before {
    content: "\e294";
}

.ico-layout-11:before {
    content: "\e295";
}

.ico-layout-12:before {
    content: "\e296";
}

.ico-layout-13:before {
    content: "\e297";
}

.ico-layout-14:before {
    content: "\e298";
}

.ico-tools:before {
    content: "\e299";
}

.ico-screwdriver:before {
    content: "\e29a";
}

.ico-paint:before {
    content: "\e29b";
}

.ico-hammer:before {
    content: "\e29c";
}

.ico-brush:before {
    content: "\e29d";
}

.ico-pen:before {
    content: "\e29e";
}

.ico-chat:before {
    content: "\e29f";
}

.ico-comments:before {
    content: "\e2a0";
}

.ico-chat-2:before {
    content: "\e2a1";
}

.ico-chat-3:before {
    content: "\e2a2";
}

.ico-volume:before {
    content: "\e2a3";
}

.ico-volume-2:before {
    content: "\e2a4";
}

.ico-volume-3:before {
    content: "\e2a5";
}

.ico-equalizer:before {
    content: "\e2a6";
}

.ico-resize:before {
    content: "\e2a7";
}

.ico-resize-2:before {
    content: "\e2a8";
}

.ico-download-3:before {
    content: "\e2ac";
}

.ico-stats:before {
    content: "\e2b1";
}

.ico-stats-2:before {
    content: "\e2b2";
}

.ico-attachment:before {
    content: "\e2b3";
}

.ico-hourglass:before {
    content: "\e2b4";
}

.ico-pencil:before {
    content: "\e2b6";
}

.ico-pen-2:before {
    content: "\e2b7";
}

.ico-pin:before {
    content: "\e2b8";
}

.ico-pin-2:before {
    content: "\e2b9";
}

.ico-discout:before {
    content: "\e2ba";
}

.ico-edit:before {
    content: "\e2bb";
}

.ico-scissors:before {
    content: "\e2bc";
}

.ico-profile:before {
    content: "\e2bf";
}

.ico-rotate:before {
    content: "\e2c0";
}

.ico-rotate-2:before {
    content: "\e2c1";
}

.ico-reply:before {
    content: "\e2c2";
}

.ico-forward:before {
    content: "\e2c3";
}

.ico-retweet:before {
    content: "\e2c4";
}

.ico-shuffle:before {
    content: "\e2c5";
}

.ico-loop:before {
    content: "\e2c6";
}

.ico-crop:before {
    content: "\e2c7";
}

.ico-dollar:before {
    content: "\e2cb";
}

.ico-dollar-2:before {
    content: "\e2cc";
}

.ico-coins:before {
    content: "\e2cd";
}

.ico-pig:before {
    content: "\e2ce";
}

.ico-bookmark:before {
    content: "\e2cf";
}

.ico-bookmark-2:before {
    content: "\e2d0";
}

.ico-address-book:before {
    content: "\e2d1";
}

.ico-address-book-2:before {
    content: "\e2d2";
}

.ico-safe:before {
    content: "\e2d3";
}

.ico-envelope:before {
    content: "\e2d4";
}

.ico-envelope-2:before {
    content: "\e2d5";
}

.ico-heart:before {
    content: "\e2dc";
}

.ico-info:before {
    content: "\e2dd";
}

.ico-info-2:before {
    content: "\e2de";
}

.ico-book:before {
    content: "\e2ef";
}

.ico-book-2:before {
    content: "\e2f0";
}

.ico-barcode:before {
    content: "\e2f1";
}

.ico-barcode-2:before {
    content: "\e2f2";
}

.ico-expand:before {
    content: "\e2f3";
}

.ico-collapse:before {
    content: "\e2f4";
}

.ico-pop-out:before {
    content: "\e2f5";
}

.ico-pop-in:before {
    content: "\e2f6";
}

.ico-cone:before {
    content: "\e2fe";
}

.ico-blocked:before {
    content: "\e2ff";
}

.ico-stop:before {
    content: "\e300";
}

.ico-keyboard:before {
    content: "\e301";
}

.ico-printer:before {
    content: "\e304";
}

.ico-checked:before {
    content: "\e305";
}

.ico-error:before {
    content: "\e306";
}

.ico-add:before {
    content: "\e307";
}

.ico-minus:before {
    content: "\e308";
}

.ico-alert:before {
    content: "\e309";
}

.ico-pictures-3:before {
    content: "\e30a";
}

.ico-atom:before {
    content: "\e30b";
}

.ico-eyedropper:before {
    content: "\e30c";
}

.ico-globe:before {
    content: "\e30d";
}

.ico-globe-2:before {
    content: "\e30e";
}

.ico-shipping:before {
    content: "\e30f";
}

.ico-ying-yang:before {
    content: "\e310";
}

.ico-compass:before {
    content: "\e311";
}

.ico-zip:before {
    content: "\e312";
}

.ico-zip-2:before {
    content: "\e313";
}

.ico-tags:before {
    content: "\e318";
}

.ico-heart-2:before {
    content: "\e319";
}

.ico-heart-3:before {
    content: "\e31a";
}

.ico-usb:before {
    content: "\e31b";
}

.ico-clipboard:before {
    content: "\e31c";
}

.ico-clipboard-2:before {
    content: "\e31d";
}

.ico-clipboard-3:before {
    content: "\e31e";
}

.ico-switch:before {
    content: "\e31f";
}

.ico-ruler-3:before {
    content: "\e320";
}

.ico-glass:before {
    content: "\f000";
}

.ico-music:before {
    content: "\f001";
}

.ico-search:before {
    content: "\f002";
}

.ico-envelope-3:before {
    content: "\f003";
}

.ico-heart-4:before {
    content: "\f004";
}

.ico-star:before {
    content: "\f005";
}

.ico-star-empty:before {
    content: "\f006";
}

.ico-user:before {
    content: "\f007";
}

.ico-film-2:before {
    content: "\f008";
}

.ico-th-large:before {
    content: "\f009";
}

.ico-ok:before {
    content: "\f00c";
}

.ico-remove:before {
    content: "\f00d";
}

.ico-zoom-in-2:before {
    content: "\f00e";
}

.ico-zoom-out-2:before {
    content: "\f010";
}

.ico-off:before {
    content: "\f011";
}

.ico-signal:before {
    content: "\f012";
}

.ico-cog-3:before {
    content: "\f013";
}

.ico-trash:before {
    content: "\f014";
}

.ico-home:before {
    content: "\f015";
}

.ico-file-4:before {
    content: "\f016";
}

.ico-time-2:before {
    content: "\f017";
}

.ico-road:before {
    content: "\f018";
}

.ico-download-alt:before {
    content: "\f019";
}

.ico-download-4:before {
    content: "\f01a";
}

.ico-upload-3:before {
    content: "\f01b";
}

.ico-inbox-3:before {
    content: "\f01c";
}

.ico-play-circle:before {
    content: "\f01d";
}

.ico-repeat:before {
    content: "\f01e";
}

.ico-refresh:before {
    content: "\f021";
}

.ico-list-alt:before {
    content: "\f022";
}

.ico-lock:before {
    content: "\f023";
}

.ico-flag:before {
    content: "\f024";
}

.ico-volume-off:before {
    content: "\f026";
}

.ico-volume-down:before {
    content: "\f027";
}

.ico-volume-up:before {
    content: "\f028";
}

.ico-qrcode:before {
    content: "\f029";
}

.ico-barcode-3:before {
    content: "\f02a";
}

.ico-tag:before {
    content: "\f02b";
}

.ico-tags-2:before {
    content: "\f02c";
}

.ico-book-3:before {
    content: "\f02d";
}

.ico-bookmark-3:before {
    content: "\f02e";
}

.ico-print:before {
    content: "\f02f";
}

.ico-align-left:before {
    content: "\f036";
}

.ico-align-center:before {
    content: "\f037";
}

.ico-align-right:before {
    content: "\f038";
}

.ico-align-justify:before {
    content: "\f039";
}

.ico-list-3:before {
    content: "\f03a";
}

.ico-indent-left:before {
    content: "\f03b";
}

.ico-indent-right:before {
    content: "\f03c";
}

.ico-facetime-video:before {
    content: "\f03d";
}

.ico-picture-2:before {
    content: "\f03e";
}

.ico-pencil-2:before {
    content: "\f040";
}

.ico-map-marker:before {
    content: "\f041";
}

.ico-adjust:before {
    content: "\f042";
}

.ico-tint:before {
    content: "\f043";
}

.ico-edit-2:before {
    content: "\f044";
}

.ico-share:before {
    content: "\f045";
}

.ico-check:before {
    content: "\f046";
}

.ico-move:before {
    content: "\f047";
}

.ico-step-backward:before {
    content: "\f048";
}

.ico-fast-backward:before {
    content: "\f049";
}

.ico-backward:before {
    content: "\f04a";
}

.ico-play:before {
    content: "\f04b";
}

.ico-pause:before {
    content: "\f04c";
}

.ico-stop-2:before {
    content: "\f04d";
}

.ico-forward-2:before {
    content: "\f04e";
}

.ico-fast-forward:before {
    content: "\f050";
}

.ico-step-forward:before {
    content: "\f051";
}

.ico-eject:before {
    content: "\f052";
}

.ico-chevron-left:before {
    content: "\f053";
}

.ico-chevron-right:before {
    content: "\f054";
}

.ico-plus-sign:before {
    content: "\f055";
}

.ico-minus-sign:before {
    content: "\f056";
}

.ico-remove-sign:before {
    content: "\f057";
}

.ico-ok-sign:before {
    content: "\f058";
}

.ico-question-sign:before {
    content: "\f059";
}

.ico-info-sign:before {
    content: "\f05a";
}

.ico-screenshot:before {
    content: "\f05b";
}

.ico-remove-circle:before {
    content: "\f05c";
}

.ico-ok-circle:before {
    content: "\f05d";
}

.ico-ban-circle:before {
    content: "\f05e";
}

.ico-arrow-left:before {
    content: "\f060";
}

.ico-arrow-right:before {
    content: "\f061";
}

.ico-arrow-up:before {
    content: "\f062";
}

.ico-arrow-down:before {
    content: "\f063";
}

.ico-share-alt:before {
    content: "\f064";
}

.ico-resize-full:before {
    content: "\f065";
}

.ico-resize-small:before {
    content: "\f066";
}

.ico-plus:before {
    content: "\f067";
}

.ico-minus-2:before {
    content: "\f068";
}

.ico-asterisk:before {
    content: "\f069";
}

.ico-exclamation-sign:before {
    content: "\f06a";
}

.ico-eye-open:before {
    content: "\f06e";
}

.ico-eye-close:before {
    content: "\f070";
}

.ico-warning-sign:before {
    content: "\f071";
}

.ico-plane:before {
    content: "\f072";
}

.ico-calendar:before {
    content: "\f073";
}

.ico-random:before {
    content: "\f074";
}

.ico-comment:before {
    content: "\f075";
}

.ico-magnet:before {
    content: "\f076";
}

.ico-chevron-up:before {
    content: "\f077";
}

.ico-chevron-down:before {
    content: "\f078";
}

.ico-retweet-2:before {
    content: "\f079";
}

.ico-shopping-cart:before {
    content: "\f07a";
}

.ico-folder-close:before {
    content: "\f07b";
}

.ico-folder-open:before {
    content: "\f07c";
}

.ico-resize-vertical:before {
    content: "\f07d";
}

.ico-resize-horizontal:before {
    content: "\f07e";
}

.ico-bar-chart:before {
    content: "\f080";
}

.ico-cogs-2:before {
    content: "\f085";
}

.ico-comments-2:before {
    content: "\f086";
}

.ico-thumbs-up:before {
    content: "\f087";
}

.ico-thumbs-down:before {
    content: "\f088";
}

.ico-heart-empty:before {
    content: "\f08a";
}

.ico-signout:before {
    content: "\f08b";
}

.ico-pushpin:before {
    content: "\f08d";
}

.ico-external-link:before {
    content: "\f08e";
}

.ico-signin:before {
    content: "\f090";
}

.ico-trophy:before {
    content: "\f091";
}

.ico-upload-alt:before {
    content: "\f093";
}

.ico-lemon:before {
    content: "\f094";
}

.ico-phone-4:before {
    content: "\f095";
}

.ico-check-empty:before {
    content: "\f096";
}

.ico-bookmark-empty:before {
    content: "\f097";
}

.ico-phone-sign:before {
    content: "\f098";
}

.ico-facebook:before {
    content: "\f09a";
}

.ico-github:before {
    content: "\f09b";
}

.ico-unlock:before {
    content: "\f09c";
}

.ico-credit:before {
    content: "\f09d";
}

.ico-rss:before {
    content: "\f09e";
}

.ico-hdd:before {
    content: "\f0a0";
}

.ico-bullhorn:before {
    content: "\f0a1";
}

.ico-bell:before {
    content: "\f0a2";
}

.ico-certificate:before {
    content: "\f0a3";
}

.ico-hand-right:before {
    content: "\f0a4";
}

.ico-hand-left:before {
    content: "\f0a5";
}

.ico-hand-up:before {
    content: "\f0a6";
}

.ico-hand-down:before {
    content: "\f0a7";
}

.ico-circle-arrow-left:before {
    content: "\f0a8";
}

.ico-circle-arrow-right:before {
    content: "\f0a9";
}

.ico-circle-arrow-up:before {
    content: "\f0aa";
}

.ico-circle-arrow-down:before {
    content: "\f0ab";
}

.ico-globe-3:before {
    content: "\f0ac";
}

.ico-wrench:before {
    content: "\f0ad";
}

.ico-tasks:before {
    content: "\f0ae";
}

.ico-filter:before {
    content: "\f0b0";
}

.ico-briefcase:before {
    content: "\f0b1";
}

.ico-fullscreen:before {
    content: "\f0b2";
}

.ico-group:before {
    content: "\f0c0";
}

.ico-link:before {
    content: "\f0c1";
}

.ico-cloud-2:before {
    content: "\f0c2";
}

.ico-beaker:before {
    content: "\f0c3";
}

.ico-copy:before {
    content: "\f0c5";
}

.ico-paper-clip:before {
    content: "\f0c6";
}

.ico-table:before {
    content: "\f0ce";
}

.ico-money:before {
    content: "\f0d6";
}

.ico-caret-down:before {
    content: "\f0d7";
}

.ico-caret-up:before {
    content: "\f0d8";
}

.ico-caret-left:before {
    content: "\f0d9";
}

.ico-caret-right:before {
    content: "\f0da";
}

.ico-columns:before {
    content: "\f0db";
}

.ico-sort:before {
    content: "\f0dc";
}

.ico-sort-down:before {
    content: "\f0dd";
}

.ico-sort-up:before {
    content: "\f0de";
}

.ico-envelope-alt:before {
    content: "\f0e0";
}

.ico-undo:before {
    content: "\f0e2";
}

.ico-comment-alt:before {
    content: "\f0e5";
}

.ico-comments-alt:before {
    content: "\f0e6";
}

.ico-bolt:before {
    content: "\f0e7";
}

.ico-exchange:before {
    content: "\f0ec";
}

.ico-cloud-download:before {
    content: "\f0ed";
}

.ico-cloud-upload:before {
    content: "\f0ee";
}

.ico-file-alt:before {
    content: "\f0f6";
}

.ico-double-angle-left:before {
    content: "\f100";
}

.ico-double-angle-right:before {
    content: "\f101";
}

.ico-double-angle-up:before {
    content: "\f102";
}

.ico-double-angle-down:before {
    content: "\f103";
}

.ico-angle-left:before {
    content: "\f104";
}

.ico-angle-right:before {
    content: "\f105";
}

.ico-angle-up:before {
    content: "\f106";
}

.ico-angle-down:before {
    content: "\f107";
}

.ico-desktop:before {
    content: "\f108";
}

.ico-laptop:before {
    content: "\f109";
}

.ico-tablet-2:before {
    content: "\f10a";
}

.ico-mobile:before {
    content: "\f10b";
}

.ico-circle:before {
    content: "\f111";
}

.ico-reply-2:before {
    content: "\f112";
}

.ico-folder-close-alt:before {
    content: "\f114";
}

.ico-folder-open-alt:before {
    content: "\f115";
}


/* Defaults */
.tal {
    text-align: left !important;
}

.tar {
    text-align: right !important;
}

.tac {
    text-align: center !important;
}

.fl {
    float: left !important;
}

.fl {
    float: right !important;
}

.nm {
    margin: 0px !important;
}

.nmt {
    margin-top: 0px !important;
}

.nmb {
    margin-bottom: 0px !important;
}

.nmr {
    margin-right: 0px !important;
}

.nml {
    margin-left: 0px !important;
}

.np {
    padding: 0px !important;
}

.npt {
    padding-top: 0px !important;
}

.npb {
    padding-bottom: 0px !important;
}

.npr {
    padding-right: 0px !important;
}

.npl {
    padding-left: 0px !important;
}

a {
    outline: none !important;
}

form {
    margin: 0px;
}

.img-polaroid {
    border-color: #E5E5E5;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sourcePosition {
    top: 20px !important;
    position: fixed !important;
    z-index: 999;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: url('../img/wpoint.png') left top repeat;
}

    #loader img {
        position: absolute;
        left: 50%;
        top: 50%;
    }

.wrapper {
    position: relative;
    margin: 0px 20px 0px 0px;
}

    .wrapper.fixed {
        width: 1280px;
        margin: 0px auto;
    }

/* sidebar */
.sidebar {
    min-height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 240px;
    padding: 0px 20px 0px 10px;
    background: url('../img/nav_line.jpg') right top repeat-y #191818;
}

    .sidebar .top {
        float: left;
        width: 220px;
        margin: 30px 0px;
    }

        .sidebar .top .logo {
            width: 220px;
            height: 50px;
            float: left;
            display: block;
            background: url('../img/logo.png') left top no-repeat;
            margin-bottom: 20px;
        }

        .sidebar .top .search {
            width: 220px;
            float: left;
        }

    /* simple navigation */
    .sidebar .nContainer {
        float: left;
        display: block;
    }

    .sidebar .close {
        display: none;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .sidebar .navigation {
        width: 220px;
        margin: 10px 0px 20px;
        padding: 0px;
        list-style: none;
        display: block;
        float: left;
        position: relative;
    }

        .sidebar .navigation > li {
            position: relative;
            width: 220px;
            float: left;
            display: block;
        }

            .sidebar .navigation > li > a {
                font-size: 20px;
                color: #C9C9C9;
                display: block;
                float: left;
                width: 220px;
                line-height: 24px;
                margin-bottom: 5px;
                text-decoration: none;
            }

                .sidebar .navigation > li > a.active, .sidebar .navigation > li > a:hover {
                    color: #FFFFFF;
                }

        .sidebar .navigation li ul {
            width: 200px;
            padding-left: 20px;
            list-style: none;
            float: left;
            margin: 5px 0px 10px;
        }

            .sidebar .navigation li ul > li {
                position: relative;
                width: 200px;
                float: left;
                display: block;
                margin-bottom: 5px;
            }

                .sidebar .navigation li ul > li a {
                    font-size: 14px;
                    color: #C5C5C5;
                    display: block;
                    float: left;
                    width: 200px;
                    line-height: 16px;
                    text-decoration: none;
                }

                    .sidebar .navigation li ul > li a.active, .sidebar .navigation li ul > li a:hover {
                        color: #FFFFFF;
                    }

        /* eof simple navigation */
        /* bordered navigation */
        .sidebar .navigation.bordered {
            width: 218px;
            margin: 10px 0px 20px;
            padding: 0px;
            list-style: none;
            display: block;
            float: left;
            border: 1px solid #1A1A1A;
            border-bottom: 0px;
            border-left: 0px;
        }

            .sidebar .navigation.bordered > li {
                position: relative;
                width: 218px;
                float: left;
                display: block;
            }

                .sidebar .navigation.bordered > li > a {
                    font-size: 16px;
                    color: #C9C9C9;
                    display: block;
                    float: left;
                    width: 212px;
                    line-height: 16px;
                    border-left: 3px solid #111;
                    border-bottom: 1px solid #1A1A1A;
                    padding: 12px 8px 11px 7px;
                    text-decoration: none;
                    background: #222222;
                    margin: 0px;
                }

                    .sidebar .navigation.bordered > li > a:hover {
                        color: #FFF;
                    }

                .sidebar .navigation.bordered > li .open {
                    width: 38px;
                    height: 39px;
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    background: #222222;
                    border: 1px solid #1A1A1A;
                    border-width: 0px 0px 1px 1px;
                    cursor: pointer;
                    background: url('../img/navb_plus.png') center center no-repeat;
                }

                    .sidebar .navigation.bordered > li .open:hover {
                        background: url('../img/navb_plus.png') center center no-repeat #191818;
                    }

                .sidebar .navigation.bordered > li.active .open {
                    border-bottom-color: #191818;
                    background: url('../img/navb_minus.png') center center no-repeat #191818;
                }

            .sidebar .navigation.bordered li ul {
                width: 220px;
                float: left;
                display: none;
                list-style: none;
                padding: 0px;
                margin: 0px;
            }

            .sidebar .navigation.bordered li.active ul {
                display: block;
            }

            .sidebar .navigation.bordered li ul > li {
                position: relative;
                width: 220px;
                float: left;
                display: block;
                margin: 0px;
            }

                .sidebar .navigation.bordered li ul > li a {
                    font-size: 14px;
                    line-height: 16px;
                    padding: 10px 8px 9px 17px;
                    text-decoration: none;
                    display: block;
                    float: left;
                    border-bottom: 1px solid #1A1A1A;
                    width: 190px;
                    color: #C9C9C9;
                    border-left: 3px solid #222;
                }

                    .sidebar .navigation.bordered li ul > li a:hover, .sidebar .navigation.bordered li ul > li.active a {
                        background: transparent;
                        color: #FFF;
                    }

    /* eof bordered navigation */
    .sidebar .widget {
        width: 220px;
        float: left;
    }

/* eof sidebar */
/* Body */
.body {
    position: relative;
    margin-left: 250px;
    padding: 0px 0px 0px 20px;
}

    /* body navigation */
    .body .navigation {
        padding: 10px 0px 25px;
        float: right;
        margin: 0px;
        list-style: none;
        display: block;
        position: relative;
    }

        .body .navigation li {
            margin-left: 3px;
            margin-bottom: 3px;
            display: block;
            float: left;
        }

        .body .navigation .button {
            width: 90px;
            height: 90px;
            display: block;
            padding: 5px;
            background: #009AD7;
            text-decoration: none;
            position: relative;
        }

            .body .navigation .button .icon {
                display: block;
                width: 44px;
                height: 44px;
                border: 3px solid #FFF;
                margin: 15px 20px 12px;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                text-align: center;
            }

                .body .navigation .button .icon [class^="ico-"] {
                    font-size: 27px;
                    color: #FFF;
                    line-height: 45px;
                }

            .body .navigation .button .name {
                font-size: 12px;
                color: #FFF;
                line-height: 13px;
            }

            .body .navigation .button .arrow {
                position: absolute;
                left: 5px;
                top: 5px;
                width: 16px;
                height: 16px;
                background: url('../img/arrow_white.png') left top no-repeat;
            }

            .body .navigation .button:hover {
                -moz-box-shadow: inset 0px 0px 4px rgba(255,255,255,.9);
                -webkit-box-shadow: inset 0px 0px 4px rgba(255,255,255,.9);
                box-shadow: inset 0px 0px 4px rgba(255,255,255,.9);
            }

        .body .navigation .sub {
            display: none;
            position: absolute;
            left: 0px;
            bottom: 0px;
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            .body .navigation .sub li {
                display: block;
                float: left;
                margin-right: 30px;
            }

                .body .navigation .sub li a {
                    font-size: 14px;
                    color: #4C4C4C;
                    text-decoration: none;
                    font-weight: 500;
                }

                    .body .navigation .sub li a:hover {
                        color: #000;
                    }

        .body .navigation li.active .arrow {
            background: url('../img/arrow_white_active.png') left top no-repeat;
        }

        .body .navigation li.active .sub {
            display: block;
        }

        .body .navigation .user {
            margin-left: 0px;
            display: block;
            float: left;
            clear: both;
        }

            .body .navigation .user img {
                margin-right: 10px;
                border-left: 3px solid #009AD7;
                float: left;
            }

            .body .navigation .user a {
                display: block;
                float: left;
                text-decoration: none;
            }

                .body .navigation .user a span {
                    font-size: 14px;
                    color: #333;
                    line-height: 16px;
                    display: block;
                    clear: both;
                }

                .body .navigation .user a .sm {
                    font-size: 11px;
                    color: #666;
                    line-height: 13px;
                    display: block;
                    clear: both;
                }

        .body .navigation .buttons {
            float: left;
            margin: 5px 0px 0px 0px;
            clear: both;
        }

            .body .navigation .buttons .sbutton {
                width: 30px;
                height: 30px;
                background: #009AD7;
                display: inline-block;
                text-align: center;
                position: relative;
            }

                .body .navigation .buttons .sbutton a {
                    /*color: #FFF;*/
                    color: #686868;
                    padding: 7px 0px;
                    width: 30px;
                    display: block;
                    line-height: 16px;
                    text-align: center;
                    text-decoration: none;
                }

                    .body .navigation .buttons .sbutton a [class^="ico-"] {
                        font-size: 16px;
                        color: #FFF;
                        line-height: 16px;
                    }

                .body .navigation .buttons .sbutton.navButton {
                    display: none;
                }

/* eof body navigation */
/* body navigation popup */
.popup {
    width: 300px;
    right: 0px;
    top: 45px;
    background: #FFF;
    position: absolute;
    text-align: left;
    display: none;
    z-index: 100;
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
}

    .popup.active {
        display: block;
    }

    .popup .row-form {
        padding: 5px 10px;
        margin-bottom: 0px;
    }

    .popup .arrow {
        width: 12px;
        height: 12px;
        background: url('../img/popup_arrow.png') left top no-repeat;
        position: absolute;
        right: 10px;
        top: -11px;
    }

/* eof body navigation popup */
/* content */
.body .content {
    width: 100%;
    display: block;
}

/* page header */
.page-header {
    padding: 0px 0px 10px;
    margin: 0px 0px 20px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    float: left;
}

    .page-header .icon {
        float: left;
        display: block;
        margin-right: 10px;
        width: 32px;
        height: 32px;
        border: 3px solid #999;
        padding: 2px;
        margin-top: 7px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
    }

        .page-header .icon span {
            font-size: 24px;
            color: #999;
            line-height: 33px;
        }

    .page-header h1 {
        font-size: 32px;
        color: #4C4C4C;
        font-weight: normal;
        display: block;
        float: left;
        line-height: 35px;
        padding: 0px;
        margin: 0px;
    }

        .page-header h1 small {
            font-size: 11px;
            color: #666;
            display: block;
            line-height: 20px;
        }

/* eof page header */
/* widgets */
.body .content .widgets {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

.body .content .widget {
    padding: 10px;
    height: 110px;
    width: 280px;
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
}

    .body .content .widget .left, .body .content .widget .right {
        height: 90px;
        width: 50%;
        float: left;
        color: #fff;
    }

    .body .content .widget.value .left {
        width: 60%;
        font-size: 80px;
        line-height: 75px;
        text-align: left;
        font-weight: lighter;
    }

    .body .content .widget.value .right {
        width: 40%;
        font-size: 12px;
        text-align: left;
        line-height: 15px;
    }

    .body .content .widget.icon .left {
        width: 35%;
        line-height: 90px;
    }

    .body .content .widget.icon .right {
        width: 65%;
        font-size: 12px;
        color: #FFF;
        color: #fff;
    }

    .body .content .widget.chart .left {
        width: 40%;
        line-height: 90px;
        text-align: left;
    }

    .body .content .widget.chart .right {
        width: 60%;
        font-size: 12px;
        color: #FFF;
        color: #fff;
        text-align: left;
        line-height: 15px;
    }

    .body .content .widget .right table {
        text-align: left;
    }

        .body .content .widget .right table tr td {
            line-height: 12px;
            font-size: 12px;
            padding: 2px 0px 3px;
        }

            .body .content .widget .right table tr td:last-child {
                text-align: right;
            }

    .body .content .widget.icon .left .icon {
        width: 80px;
        height: 80px;
        border: 3px solid #FFF;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

        .body .content .widget.icon .left .icon [class^="ico-"] {
            font-size: 56px;
        }

    .body .content .widget .bottom {
        width: 100%;
        line-height: 16px;
        margin-top: 4px;
        float: left;
        text-align: left;
    }

        .body .content .widget .bottom a {
            display: block;
            float: left;
            width: 100%;
            line-height: 16px;
            font-size: 14px;
            color: #FFF;
            text-decoration: none;
            background: url('../img/arrow_right_white.png') right center no-repeat;
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

            .body .content .widget .bottom a:hover {
                opacity: 1;
                filter: alpha(opacity=100);
            }

.body .content .swidget {
    height: 120px;
    width: 120px;
    min-width: 120px;
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
    color: #FFF;
    position: relative;
    text-decoration: none;
}

    .body .content .swidget .icon {
        width: 75px;
        height: 75px;
        border: 3px solid #FFF;
        line-height: 85px;
        margin: 10px 21px 0px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        float: left;
    }

        .body .content .swidget .icon [class^="ico-"] {
            font-size: 36px;
            color: #FFF;
        }

    .body .content .swidget > .value {
        width: 120px;
        height: 75px;
        text-align: center;
        font-size: 36px;
        color: #FFF;
        margin-top: 10px;
        float: left;
        line-height: 85px;
    }

    .body .content .swidget.clean .icon {
        margin-top: 18px;
    }

    .body .content .swidget.clean .epc.mini {
        margin-top: 18px;
    }

    .body .content .swidget.clean > .value {
        margin-top: 18px;
    }

    .body .content .swidget .bottom {
        display: block;
        float: left;
        margin: 5px 5px 0px;
        width: 110px;
    }

        .body .content .swidget .bottom .text {
            float: left;
        }

        .body .content .swidget .bottom .value {
            float: right;
        }

/* eof widgets */
/* blocks */
.body .content .block {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

    .body .content .block .head {
        padding: 7px 0px;
        -moz-border-radius: 3px 3px 0px 0px;
        -webkit-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
    }

        .body .content .block .head.blue, .body .content .block .head.dblue, .body .content .block .head.yellow, .body .content .block .head.red, .body .content .block .head.purple, .body .content .block .head.green, .body .content .block .head.orange {
            padding: 7px 6px 7px 6px;
        }

        .body .content .block .head .icon {
            height: 20px;
            width: 23px;
            border: 1px solid #444;
            text-align: center;
            display: inline-block;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            padding-top: 3px;
            line-height: 19px;
        }

            .body .content .block .head .icon [class^="ico-"] {
                font-size: 16px;
                color: #444;
            }

        .body .content .block .head > .icon {
            margin-right: 3px;
        }

        .body .content .block .head h2 {
            font-size: 20px;
            color: #4C4C4C;
            line-height: 20px;
            font-weight: normal;
            display: inline-block;
            margin: 0px;
            padding: 0px;
        }

        .body .content .block .head .buttons {
            list-style: none;
            display: block;
            float: right;
            margin: 0px;
            padding: 0px;
        }

            .body .content .block .head .buttons > li {
                display: block;
                float: left;
                margin-left: 5px;
                position: relative;
            }

        .body .content .block .head .items {
            position: relative;
            float: right;
            padding: 1px 5px 5px 5px;
        }

            .body .content .block .head .items .progress.small {
                margin-top: 8px !important;
            }

    .body .content .block.title .head {
        border-bottom: 1px solid #e0e0e0;
    }

    .body .content .block .data {
        padding: 10px;
    }

    .body .content .block .data-fluid {
        padding: 0px;
    }

        .body .content .block .data.dark, .body .content .block .data-fluid.dark, .toolbar.dark, .toolbar-fluid.dark {
            background: #EAEAEA;
        }

* html .block .data, * html .block .data-fluid, * html .toolbar, * html .toolbar-fluid, * html .wrapper > .body {
    height: 1%;
    overflow: visible;
}

/* ie 6 */
* + html .block .data, * + html .block .data-fluid, * + html .toolbar, * + html .toolbar-fluid, * + html .wrapper > .body {
    min-height: 1%;
}

    /* ie 7 */
    .block .data:after, .block .data-fluid:after, .toolbar:after, .toolbar-fluid:after, .wrapper > .body:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

/* eof blocks */
.editor {
    background: #FFF;
}

.loader {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    background: url('../img/wpoint.png') left top repeat;
}

    .loader img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -50px;
    }

.body .content .stat {
    position: relative;
    text-align: left;
    font-size: 11px;
    color: #666;
    line-height: 16px;
    margin: 10px;
}

    .body .content .stat span {
        font-size: 40px;
        display: block;
        float: left;
        margin-right: 5px;
        line-height: 32px;
    }

/* toolbar */
.toolbar, .toolbar-fluid {
    padding: 10px;
    position: relative;
}

.toolbar-fluid {
    padding: 0px;
}

.toolbar .pagination {
    margin: 0px;
    line-height: 15px;
    height: 30px;
}

.toolbar .input-append, .toolbar .input-prepend, .toolbar .input-append button, .toolbar .input-prepend button {
    margin: 0px;
}

.toolbar .left {
    float: left;
    width: 50%;
}

.toolbar .right {
    float: right;
    width: 50%;
}

.toolbar .btn {
    margin: 0px !important;
}

/* eof toolbar */
/* table */
.body .content .table {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: separate;
    border-spacing: 0px 1px;
}

    .body .content .table th {
        line-height: 30px;
        background: #E9E9E9;
        padding: 0px 10px;
        margin: 0px;
        font-size: 11px;
        color: #666;
    }

    .body .content .table td {
        line-height: 23px;
        background: #F9F9F9;
        padding: 6px 10px 8px;
        vertical-align: top;
        font-size: 12px;
        color: #333;
        border-top: 0px;
    }

    .body .content .table tbody tr:nth-child(2n) td {
        background: #F2F2F2;
    }

    .body .content .table .button {
        width: 38px;
        height: 38px;
        display: block;
        float: left;
        margin-left: 1px;
        text-decoration: none;
    }

        .body .content .table .button .icon {
            border: 1px solid #FFF;
            height: 22px;
            width: 22px;
            margin: 7px;
            line-height: 24px;
            text-align: center;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            .body .content .table .button .icon [class^="ico-"] {
                color: #FFF;
                font-size: 16px;
                line-height: 24px;
            }

    .body .content .table.lcnp tr td:last-child, .body .content .table.lcnp tr th:last-child {
        padding: 0px;
    }

    .body .content .table td span.mark {
        color: #999;
        font-size: 11px;
        display: block;
    }

    .body .content .table td.bl_blue {
        border-left: 3px solid #009AD7;
    }

    .body .content .table td.bl_green {
        border-left: 3px solid #68AF27;
    }

    .body .content .table td.bl_red {
        border-left: 3px solid #C22439;
    }

    .body .content .table.tickets td {
        padding: 5px 10px;
    }

    .body .content .table.tickets tr td:first-child {
        padding-top: 7px;
    }

    .body .content .table.table-hover tbody tr:hover td, .body .content .table.table tbody tr.active td {
        background: #ffffcb;
    }

.table.images td.info > * {
    display: block;
    width: auto;
    clear: both;
}

.table.images td.info > span {
    font-size: 11px;
    color: #999;
}

/* eof table */
/* datatables */
.body .content .table thead th.sorting, .body .content .table thead td.sorting {
    background: url('../img/backgrounds/dropdown_arrow.png') right center no-repeat #E9E9E9;
}

.body .content .table thead th.sorting_asc, .body .content .table thead td.sorting_asc {
    background: url('../img/backgrounds/dropdown_arrow_up.png') right center no-repeat #E9E9E9;
}

.body .content .table thead th.sorting_desc, .body .content .table thead td.sorting_desc {
    background: url('../img/backgrounds/dropdown_arrow_down.png') right center no-repeat #E9E9E9;
}

.dataTables_length, .dataTables_info {
    float: left;
}

.dataTables_filter, .dataTables_paginate {
    float: right;
}

.dataTables_length {
    position: relative;
    padding: 5px;
}

    .dataTables_length label {
        font-size: 11px;
        margin-bottom: 0px;
    }

    .dataTables_length select {
        display: inline-block;
        width: auto;
    }

.dataTables_filter {
    position: relative;
    padding: 5px;
}

    .dataTables_filter label {
        font-size: 11px;
        margin-bottom: 0px;
    }

    .dataTables_filter input[type='text'] {
        display: inline-block;
        width: auto;
        height: 26px;
        line-height: 14px;
    }

.dataTables_info {
    font-size: 11px;
    color: #333;
    line-height: 26px;
    padding: 5px;
}

.paginate_button, .paginate_disabled_previous, .paginate_disabled_next, .paginate_enabled_next, .paginate_active, .paginate_enabled_previous {
    float: left;
    border: 2px solid #FFF;
    line-height: 14px;
    font-size: 11px;
    color: #333;
    display: block;
    padding: 4px 5px;
    margin: 5px 5px 5px 0px;
    color: #333;
    text-shadow: 0px 1px 0px #FFF;
    background-color: #E0E0E0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .paginate_enabled_next, .paginate_enabled_previous, .paginate_active, .paginate_active:hover, .paginate_button, .paginate_button:hover, .paginate_enabled_next:hover, .paginate_enabled_previous:hover {
        cursor: pointer;
        text-decoration: none;
    }

        .paginate_enabled_next:hover, .paginate_active, .paginate_active:hover, .paginate_button:hover, .paginate_enabled_previous:hover {
            color: #333;
            -moz-box-shadow: inset 0 1px 3px #AAA;
            -webkit-box-shadow: inset 0 1px 3px #AAA;
            box-shadow: inset 0 1px 3px #AAA;
        }

    .paginate_button_disabled, .paginate_button_disabled:hover, .paginate_disabled_previous, .paginate_disabled_previous:hover, .paginate_disabled_next, .paginate_disabled_next:hover {
        color: #999;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
    }

.dataTables_wrapper table {
    float: left;
}

/* eof datatables */
/* messages */
.body .content .block .messages {
    position: relative;
}

    .body .content .block .messages .item {
        width: 90%;
        padding: 5px;
        position: relative;
        margin: 10px 0px 0px;
        float: left;
    }

        .body .content .block .messages .item.out {
            float: right;
            margin: 10px 0px 10px;
        }

        .body .content .block .messages .item .arrow {
            border-color: transparent transparent #009AD7 #009AD7;
            border-style: solid;
            border-width: 5px;
            width: 0px;
            height: 0px;
            position: absolute;
            left: 10px;
            top: -10px;
        }

        .body .content .block .messages .item.out .arrow {
            left: auto;
            top: auto;
            right: 10px;
            bottom: -10px;
            border-color: #005683 #005683 transparent transparent;
        }

        .body .content .block .messages .item .text {
            font-size: 12px;
            color: #FFF;
            line-height: 13px;
        }

        .body .content .block .messages .item .date {
            font-size: 12px;
            color: #FFF;
            text-align: right;
            opacity: 0.6;
            filter: alpha(opacity=60);
            line-height: 13px;
        }

/* eof messages */
.label {
    font-size: 12px;
    color: #FFF;
    font-weight: normal;
    line-height: 20px;
}

/* select2 */
.select2-container .select2-choice, .select2-container.select2-drop-above .select2-choice, .select2-drop.select2-drop-above, .select2-container-multi .select2-choices, .select2-search input, .select2-container-active .select2-choice, .select2-container-multi.select2-container-active .select2-choices, .select2-container .select2-choice div {
    border-color: #DDD;
    background: #FFF;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.select2-dropdown-open .select2-choice div {
    border-left: 1px solid #CCC;
}

.select2-search {
    margin-top: 3px;
}

.select2-drop.select2-drop-above {
    border-bottom: 1px solid #CCC;
    -moz-box-shadow: 0px -1px 3px rgba(0,0,0, .15);
    -webkit-box-shadow: 0px -1px 3px rgba(0,0,0, .15);
    box-shadow: 0px -1px 3px rgba(0,0,0, .15);
}

.select2-container-active .select2-choice, .select2-container-multi.select2-container-active .select2-choices {
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0, .15);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0, .15);
    box-shadow: 0px 0px 3px rgba(0,0,0, .15);
    border-color: #CCC;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: #009AD7;
    border: 1px solid #009AD7;
    color: #FFF;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.select2-container .select2-choice div {
    background: #EEE;
    width: 26px;
}

    .select2-container .select2-choice div b {
        background-position: 5px 1px;
    }

.select2-dropdown-open .select2-choice div b {
    background-position: -13px 1px;
}

.select2-container .select2-choice span {
    padding-right: 31px;
}

.select2-results .select2-highlighted {
    background: #009AD7;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.select2-search-choice-close {
    top: 3px;
}

/* eof select2*/
/* Tagsinput */
div.tagsinput {
    padding: 0px;
}

    div.tagsinput span.tag {
        margin: 3px;
        padding: 3px 5px;
        font-size: 11px;
        line-height: 14px;
        border: 1px solid #009AD7;
        background: #009AD7;
        color: #FFF;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

        div.tagsinput span.tag a {
            color: #FFF;
        }

            div.tagsinput span.tag a:hover {
                color: #333;
            }

    div.tagsinput div {
        line-height: 28px;
    }

        div.tagsinput div input {
            line-height: 20px;
            height: 20px;
            font-size: 11px;
            margin: -2px 0px 0px;
            padding: 0px;
            border: 0px;
        }

/* eof Tagsinput */
/* spiner */
.ui-spinner {
    padding-right: 20px;
    display: block;
    position: relative;
}

.ui-spinner-up {
    position: absolute;
    right: 0px;
    top: 1px;
    background: #EEE;
    border: 1px solid #DDD;
    height: 13px;
    padding-left: 1px;
    cursor: pointer;
    -moz-box-shadow: inset 0px 1px 2px #FFF;
    -webkit-box-shadow: inset 0px 1px 2px #FFF;
    box-shadow: inset 0px 1px 2px #FFF;
}

.ui-spinner-down {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #EEE;
    border: 1px solid #DDD;
    border-top: 0px;
    height: 14px;
    cursor: pointer;
    -moz-box-shadow: inset 0px 1px 2px #FFF;
    -webkit-box-shadow: inset 0px 1px 2px #FFF;
    box-shadow: inset 0px 1px 2px #FFF;
}

.ui-spinner-up .ui-icon {
    width: 16px;
    height: 13px;
}

.ui-spinner-down .ui-icon {
    width: 16px;
    height: 10px;
    padding-right: 1px;
}

/* eof spinner */
/* Row form - new */
.row-fluid {
    float: left;
}

/* set clear fix to row-form element */
* html .row-form {
    height: 1%;
    overflow: visible;
}

/* ie 6 */
* + html .row-form {
    min-height: 1%;
}

    /* ie 7 */
    .row-form:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

/* eof set */
.row-form {
    padding: 10px 15px;
    vertical-align: baseline;
}

    .row-form > [class^="span"] {
        color: #333;
        line-height: 30px;
    }

input[type="text"], input[type="password"], textarea, select {
    border-color: #CCC;
    width: 100%;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #4C4C4C;
    height: 30px;
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    input:focus, textarea:focus, select:focus {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        outline: 0 !important;
        border-color: #AAA !important;
    }

    select[multiple] {
        min-height: 100px;
    }

textarea {
    min-height: 100px;
}

.row-form .input-prepend, .row-form .input-append {
    margin-bottom: 0px !important;
}

    .row-form .input-prepend .add-on, .row-form .input-append .add-on {
        font-size: 11px;
        line-height: 20px;
    }

.input-append .add-on, .input-prepend .add-on {
    border: 0px !important;
    padding: 4px 7px 6px;
    text-shadow: none;
    background: #009AD7;
    line-height: 25px;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.input-append input[type="text"] {
    border-right: 0px;
}

.input-prepend input[type="text"] {
    border-left: 0px;
}

.add-on[class^='ico-'] {
    color: #FFF;
    text-shadow: none;
}

.input-prepend .btn, .input-append .btn {
    padding: 5px 12px;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.btn-group > .btn {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.row-form .input-prepend input[type="file"], .row-form .input-append input[type="file"] {
    width: 0px;
    left: -9999px;
    position: absolute;
    visibility: hidden;
}

.row-form [class^="span"] > div {
    margin-bottom: 10px;
}

.row-form [class^="span"] > span.bottom, .row-form [class^="span"] > span.top {
    font-size: 11px;
    color: #999;
    line-height: 14px;
    display: block;
    margin-top: 5px;
}

.row-form [class^="span"] > span.top {
    margin-bottom: 5px;
    margin-top: 0px;
}

    .row-form [class^="span"] > span.top.title, .row-form [class^="span"] > span.bottom.title {
        color: #333;
    }

/* highlights */
.row-form.error [class^="span"] {
    color: #C22439;
}

.row-form.error input[type="text"] {
    border-color: #C22439;
}

.row-form.error [class^="span"] > span {
    color: #C22439;
}

.row-form.warning [class^="span"] {
    color: #D53F26;
}

.row-form.warning input[type="text"] {
    border-color: #D53F26;
}

.row-form.warning [class^="span"] > span {
    color: #D53F26;
}

.row-form.success [class^="span"] {
    color: #68AF27;
}

.row-form.success input[type="text"] {
    border-color: #68AF27;
}

.row-form.success [class^="span"] > span {
    color: #68AF27;
}

.row-form.info [class^="span"] {
    color: #009AD7;
}

.row-form.info input[type="text"] {
    border-color: #009AD7;
}

.row-form.info [class^="span"] > span {
    color: #009AD7;
}

/* eof highlights */
.row-form input.input-mini {
    width: 20%;
}

.row-form input.input-small {
    width: 30%;
}

.row-form input.input-medium {
    width: 40%;
}

.row-form input.input-large {
    width: 50%;
}

.row-form input.input-xlarge {
    width: 70%;
}

.row-form input.input-xxlarge {
    width: 80%;
}

.row-form input.input-huge {
    width: 90%;
}

/* eof row form */
/* Buttons */
.btn, .btn-group .btn, .btn-group > .btn:first-child, .btn-group > .btn:last-child {
    font-size: 11px;
}

    .btn.btn-large {
        font-size: 12px;
    }

    .btn [class^='ico'] {
        margin-top: 0px;
    }

.btn-group-vertical .btn {
    margin-bottom: 0px;
}

.btn-group > .btn + .btn {
    margin-left: 0px;
}

.btn.btn-block {
    margin-bottom: 10px;
}

.btn-group > .dropdown-menu {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-color: #DDD;
    font-size: 11px;
    padding: 0px;
}

.dropdown-menu .divider {
    background-color: #F1F1F1;
    margin: 5px 0px;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    background: #008DC4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* eof Buttons */
/* typography */
.typography {
    font-size: 12px;
    color: #333;
}

    .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
        color: #1A1A1D;
    }

    .typography blockquote {
        font-size: 12px;
        border-color: #333;
    }

        .typography blockquote p {
            font-size: 12px;
            line-height: 16px;
        }

    .typography dl dt {
        color: #333;
    }

    .typography img {
        margin: 5px 10px 5px;
    }

/* eof typography */
/* alerts */
.alert {
    margin-bottom: 10px;
    cursor: pointer;
    border: 0;
    text-shadow: none;
    color: #FFF;
    background: #009AD7;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.block .alert, .block-fluid .alert {
    border: 0px;
    margin: 3px 0px;
}

.alert.alert-block {
    padding: 8px 35px 8px 14px;
}

.alert.alert-error {
    background: #C22439;
}

.alert.alert-success {
    background: #68AF27;
}

.alert.alert-info {
    background: #005683;
}

/* eof alerts */
/* sortable blocks */
.sortablePlaceholder {
    border: 1px dashed #333;
    height: 30px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* eof sortable blocks */
/* accordion */
.accordion {
    border: 1px solid #DDD;
}

.ui-accordion .ui-accordion-header {
    background-color: #F2F2F2;
    padding: 8px 10px 8px 30px;
    font-size: 12px;
    color: #333;
    font-weight: normal;
    border: 0px;
    border-bottom: 1px solid #FFF;
    text-shadow: 1px 1px 0px #FFF;
}

.ui-accordion .ui-state-hover {
    background-color: #EEE;
}

.ui-accordion .ui-widget-content {
    padding: 10px 5px;
    background: #FFF;
}

    .ui-accordion .ui-widget-content:last-child {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

.ui-accordion .ui-accordion-header:last-child {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/* eof accordion */
/* tabs */
.tabs {
    border: 1px solid #DDD;
    border-top: 0px;
}

.ui-tabs .ui-tabs-nav .ui-state-default.ui-tabs-active {
    background-color: #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
}

.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-hover {
    background-color: #EEE;
}

.ui-tabs .ui-tabs-nav li a {
    color: #40516b;
    font-weight: bold;
    text-shadow: 1px 1px 0px #FFF;
}

/* eof tabs */
/* simple list */
.sList {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .sList li {
        display: block;
        padding: 8px 10px 6px;
        background-color: #F2F2F2;
        border-bottom: 1px solid #E4E8ED;
        border-top: 1px solid #FFF;
        cursor: pointer;
    }

        .sList li:hover {
            background-color: #F9F9F9;
        }

    .sList .placeholder {
        background-color: #fff8c4;
        height: 20px;
    }

/* eof simple list */
/* Tabbable */
.tabbable {
    border: 0px;
}

.nav-tabs {
    margin-bottom: 5px;
}

    .nav-tabs > li > a {
        font-weight: normal;
        color: #333;
        font-size: 12px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
        background: #F6F6F6;
    }

.tabs-below > .nav-tabs {
    margin-bottom: 0px;
}

    .tabs-below > .nav-tabs > li > a {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

.tabs-left > .nav-tabs {
    margin-right: 0px;
}

    .tabs-left > .nav-tabs > li > a {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

.tabs-right > .nav-tabs {
    margin-left: 0px;
}

    .tabs-right > .nav-tabs > li > a {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

.tab-content {
    padding: 5px 10px;
    font-size: 12px;
}

/* eof tabbable */
/* progress */
.progress {
    margin: 5px 0px !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #EEE;
    border: 1px solid #D9D9D9;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .progress.small {
        height: 5px;
    }

    .progress .bar {
        -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5);
        -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5);
        box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5);
        margin-bottom: 1px;
    }

/* eof progress */
/* popover */
.popover {
    border-color: #CCC;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.popover-title {
    background: #FFF;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

/* popover */
/* Modal */
.modal {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-color: #CCC;
}

.modal-header {
    box-shadow: 0 1px 0 #fff;
    background: #FFF;
    -webkit-box-shadow: inset 0 1px white;
    -moz-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px white;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 10px 10px 7px 10px;
}

    .modal-header h3 {
        color: #333;
        font-size: 14px;
        font-weight: normal;
        text-shadow: 0 1px white;
        line-height: 20px;
    }

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.25;
    filter: alpha(opacity=25);
    background: #333;
}

.modal .block, .modal .block-fluid {
    margin-bottom: 0px;
}

.modal-header .close {
    margin-top: 0px;
}

.modal-footer {
    background: #FFF;
}

    .modal-footer .btn {
        margin-bottom: 0px;
    }

/* eof modal */
/* icons list */
.the-icons {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: block;
    margin: 0px 10px;
}

    .the-icons li {
        padding: 8px 5px;
        width: 150px;
        display: block;
        float: left;
        margin: 1px 0px;
        height: 20px;
    }

/* eof icons list */
.errorContainer {
    color: #333;
    text-align: center;
    width: 300px;
    margin: 50px auto 0px;
}

    .errorContainer h1 {
        font-size: 120px;
        font-weight: normal;
        line-height: 120px;
    }

    .errorContainer h2 {
        font-size: 20px;
        font-weight: normal;
        color: #666;
        text-transform: uppercase;
        border-bottom: 1px solid #CCC;
    }

.head ul.buttons > li.active > .dropdown-menu {
    display: block;
    left: auto;
    right: -1px;
    border-color: #DDD;
    font-size: 11px;
    padding: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    .head ul.buttons > li.active > .dropdown-menu li a {
        color: #333 !important;
    }

        .head ul.buttons > li.active > .dropdown-menu li a:hover {
            color: #FFF !important;
        }

.login {
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -125px;
}

    .login .row-form {
        padding: 5px 0px;
        width: 300px;
    }

.icon-arrow-back {
    background: url('../img/back_dark.png') left top no-repeat !important;
}

    .icon-arrow-back.icon-white {
        background: url('../img/back.png') left top no-repeat !important;
    }

.icon-arrow-next {
    background: url('../img/next_dark.png') left top no-repeat !important;
}

    .icon-arrow-next.icon-white {
        background: url('../img/next.png') left top no-repeat !important;
    }

/* faq */
.faq {
    position: relative;
}

    .faq .item {
        border: 1px solid #DDD;
        border-top: 1px solid #FFF;
        padding: 10px;
        background: #F5F5F5;
    }

        .faq .item:first-child {
            border-top: 1px solid #DDD;
        }

        .faq .item:last-child {
            border-bottom: 1px solid #DDD;
        }

        .faq .item .title {
            font-size: 14px;
            font-weight: normal;
            color: #333;
            display: block;
            cursor: pointer;
            padding-left: 22px;
            background: url('../img/next_dark.png') left center no-repeat;
        }

            .faq .item .title:hover {
                text-decoration: underline;
            }

        .faq .item .text {
            font-size: 12px;
            color: #333;
            padding-left: 25px;
            display: none;
        }

            .faq .item .text p {
                margin: 5px 0px;
            }

/* eof faq */
/* listing */
.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    border: 1px solid #E5E5E5;
}

    .list li {
        display: block;
        padding: 5px;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #E5E5E5;
    }

        .list li:last-child {
            border-bottom: 0px;
        }

        .list li .title {
            float: left;
            padding: 0px 5px 0px 21px;
        }

            .list li .title a {
                font-size: 12px;
                line-height: 14px;
                display: block;
            }

            .list li .title p {
                margin: 0px;
                line-height: 14px;
                display: block;
            }

        .list li .actions {
            float: right;
            margin-top: 2px;
        }

/* eof listing */
/* invoice */
.invoice {
    font-size: 12px;
    color: #333;
}

    .invoice h3, .invoice h4 {
        font-size: 20px;
        line-height: 34px;
        color: #333;
        border-bottom: 1px solid #DDD;
    }

    .invoice p {
        margin: 3px 5px;
    }

    .invoice em {
        font-size: 10px;
        font-style: normal;
        color: #CCC;
    }

    .invoice .total {
        float: right;
        padding-top: 20px;
    }

    .invoice .highlight {
        padding: 5px;
        background: #009AD7;
        border-top: 1px solid #CCC;
        color: #fff;
    }

        .invoice .highlight em {
            color: #F1F1F1;
        }

    .invoice .table th {
        background: #009AD7 !important;
        color: #fff !important;
    }

/* eof invoice */
/* sGallery */
.sGallery {
    position: relative;
    padding-top: 0px !important;
}

    .sGallery .item {
        width: 150px;
        height: 94px;
        border: 3px solid #F1F1F1;
        float: left;
        overflow: hidden;
        margin: 10px 10px 0px 0px;
        position: relative;
    }

        .sGallery .item a {
            display: block;
            width: 150px;
            text-align: center;
            position: relative;
        }

            .sGallery .item a img {
                height: auto;
                max-width: none;
                vertical-align: baseline;
                border: 0;
            }

        .sGallery .item ul.controls {
            position: absolute;
            right: -150px;
            top: 0px;
            margin: 0px;
            padding: 5px;
            list-style: none;
            height: 84px;
            background-color: rgba(255,255,255,.8);
        }

            .sGallery .item ul.controls li {
                color: #333;
                display: block;
                float: left;
                clear: both;
                width: 75px;
            }

                .sGallery .item ul.controls li a {
                    display: block;
                    float: left;
                    text-align: left;
                    padding: 0px;
                    margin: 0px;
                    color: #333;
                    width: auto;
                    text-decoration: none;
                }

                    .sGallery .item ul.controls li a:hover {
                        color: #111;
                    }

                .sGallery .item ul.controls li [class^=icon] {
                    display: block;
                    float: left;
                    margin-top: 3px;
                    margin-right: 5px;
                }

/* eof sGallery */
/* ~GALLERY~ */
.data.gallery a, .data-fluid.gallery a {
    display: inline-block;
}

.data.thumbs .thumbnail, .data-fluid.thumbs .thumbnail {
    width: 200px;
    display: block;
    float: left;
    padding: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .data.thumbs .thumbnail h3, .data-fluid.thumbs .thumbnail h3 {
        line-height: 30px;
        font-size: 20px;
        font-weight: normal;
    }

    .data.thumbs .thumbnail > a, .data-fluid.thumbs .thumbnail > a {
        width: 210px;
        display: block;
        text-align: center;
    }

/* ~GALLERY~ */
/* pluploader */
.plupload .plupload_header {
    display: none;
}

.plupload_container {
    padding: 0px;
}

.plupload_filelist_header, .plupload_filelist_footer {
    background-color: #F5F5F5;
}

.plupload_scroll .plupload_filelist {
    background-color: #FFF;
}

/* eof pluloader */
/* Calendar */
.fc-state-active .fc-button-content {
    text-decoration: underline;
}

.fc-event-skin.red, .fc-event.red .fc-event-skin {
    background-color: #C22439;
    border-color: #C22439;
}

.fc-event-skin.green, .fc-event.green .fc-event-skin {
    background-color: #68AF27;
    border-color: #68AF27;
}

.fc-event-skin.orange, .fc-event.orange .fc-event-skin {
    background-color: #D53F26;
    border-color: #D53F26;
}

.fc-event-skin.purple, .fc-event.purple .fc-event-skin {
    background-color: #673499;
    border-color: #673499;
}

.fc-header {
    border-bottom: 0px;
}

    .fc-header td.fc-header-center, .fc-header td.fc-header-left, .fc-header td.fc-header-right {
        border-right: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.fc-border-separate {
    border-top: 0px;
}

    .fc-border-separate .fc-header tdtable.fc-border-separate {
        border: 0px;
    }

/* eof Calendar */
/* mailbox */
.mailbox td a {
    display: block;
    line-height: 15px;
}

    .mailbox td a.name {
        color: #B94A48;
    }

    .mailbox td a.subject {
        color: #333;
    }

.mailbox tbody tr {
    border-left: 2px solid #AAA;
}

    .mailbox tbody tr.new {
        border-left: 2px solid #54a1e5;
    }

.mailbox tbody .new a.subject {
    font-weight: bold;
    color: #B94A48;
}

.mailbox thead tr, .mailbox tbody tr.heading {
    border-left: 2px solid #DDD;
}

    .mailbox tbody tr.heading td {
        background: #FFF !important;
        font-size: 12px;
        color: #333;
        font-weight: bold;
    }

.mailbox td img {
    margin: 0px 10px 0px 0px;
}

/* eof mailbox */

/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.checker span,
div.radio span {
    background-image: url(../../img/uniform/sprite.png);
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

.radio,
.checker,
.radio *,
.checker * {
    margin: 0;
    padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email,
input.password,
textarea.uniform {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 3px;
    color: #777;
    background: url('../../img/uniform/bg-input-focus.png') repeat-x 0px 0px;
    background: url('../../img/uniform/bg-input.png') repeat-x 0px 0px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
}

    input.text:focus,
    input.email:focus,
    input.password:focus,
    textarea.uniform:focus {
        -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
        border-color: #999;
        background: url('../../img/uniform/bg-input-focus.png') repeat-x 0px 0px;
    }

/* SPRITES */


/* Checkbox */

div.checker {
    width: 19px;
    height: 19px;
}

    div.checker input {
        width: 19px;
        height: 19px;
    }

    div.checker span {
        background-position: 0px -260px;
        height: 19px;
        width: 19px;
    }

    div.checker:active span,
    div.checker.active span {
        background-position: -19px -260px;
    }

    div.checker.focus span,
    div.checker:hover span {
        background-position: -38px -260px;
    }

    div.checker.focus:active span,
    div.checker:active:hover span,
    div.checker.active:hover span,
    div.checker.focus.active span {
        background-position: -57px -260px;
    }

    div.checker span.checked {
        background-position: -76px -260px;
    }

    div.checker:active span.checked,
    div.checker.active span.checked {
        background-position: -95px -260px;
    }

    div.checker.focus span.checked,
    div.checker:hover span.checked {
        background-position: -114px -260px;
    }

    div.checker.focus:active span.checked,
    div.checker:hover:active span.checked,
    div.checker.active:hover span.checked,
    div.checker.active.focus span.checked {
        background-position: -133px -260px;
    }

    div.checker.disabled span,
    div.checker.disabled:active span,
    div.checker.disabled.active span {
        background-position: -152px -260px;
    }

        div.checker.disabled span.checked,
        div.checker.disabled:active span.checked,
        div.checker.disabled.active span.checked {
            background-position: -171px -260px;
        }

/* Radio */

div.radio {
    width: 18px;
    height: 18px;
}

    div.radio input {
        width: 18px;
        height: 18px;
    }

    div.radio span {
        height: 18px;
        width: 18px;
        background-position: 0px -279px;
    }

    div.radio:active span,
    div.radio.active span {
        background-position: -18px -279px;
    }

    div.radio.focus span,
    div.radio:hover span {
        background-position: -36px -279px;
    }

    div.radio.focus:active span,
    div.radio:active:hover span,
    div.radio.active:hover span,
    div.radio.active.focus span {
        background-position: -54px -279px;
    }

    div.radio span.checked {
        background-position: -72px -279px;
    }

    div.radio:active span.checked,
    div.radio.active span.checked {
        background-position: -90px -279px;
    }

    div.radio.focus span.checked, div.radio:hover span.checked {
        background-position: -108px -279px;
    }

    div.radio.focus:active span.checked,
    div.radio:hover:active span.checked,
    div.radio.focus.active span.checked,
    div.radio.active:hover span.checked {
        background-position: -126px -279px;
    }

    div.radio.disabled span,
    div.radio.disabled:active span,
    div.radio.disabled.active span {
        background-position: -144px -279px;
    }

        div.radio.disabled span.checked,
        div.radio.disabled:active span.checked,
        div.radio.disabled.active span.checked {
            background-position: -162px -279px;
        }


/* Checker */
div.checker {
    margin-right: 5px;
    margin-top: -3px;
    margin-bottom: 0px !important;
}

/* Radio */
div.radio {
    margin-right: 3px;
    margin-top: -3px;
    margin-bottom: 0px !important;
}

/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.checker,
.radio {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

    .selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
        outline: 0;
    }

/* Checker */

div.checker {
    position: relative;
}

    div.checker span {
        display: -moz-inline-box;
        display: inline-block;
        text-align: center;
    }

    div.checker input {
        opacity: 0;
        filter: alpha(opacity:0);
        background: none;
        margin: 0px;
        display: block;
    }

/* Radio */

div.radio {
    position: relative;
}

    div.radio span {
        display: -moz-inline-box;
        display: inline-block;
        text-align: center;
    }

    div.radio input {
        opacity: 0;
        filter: alpha(opacity:0);
        text-align: center;
        background: none;
        float: none !important;
        margin: 0px !important;
        display: block;
    }
