/* Minification failed. Returning unminified contents.
(1110,30): run-time error CSS1019: Unexpected token, found ':'
(1110,30): run-time error CSS1042: Expected function, found ':'
(1110,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1115,30): run-time error CSS1019: Unexpected token, found ':'
(1115,30): run-time error CSS1042: Expected function, found ':'
(1115,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1465,28): run-time error CSS1019: Unexpected token, found ':'
(1465,28): run-time error CSS1042: Expected function, found ':'
(1465,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
(1774,26): run-time error CSS1019: Unexpected token, found ':'
(1774,26): run-time error CSS1042: Expected function, found ':'
(1774,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/* Chosen Select */

.chosen-container {
    position: relative;
    display: inline-block;
    zoom: 1;
    width: 100% !important;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    *display: inline;
}
.chosen-container .chosen-drop {
    position: absolute;
    z-index: 1010;
    top: 38px;
    left: -9999px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-top: 0;
    background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
    right: -1px;
    left: -1px;
    width: auto;
    padding: 10px;
}
.chosen-container-single .chosen-single {
    line-height: 31px;
    position: relative;
    display: block;
    overflow: hidden;
    height: 32px;
    margin: 0;
    padding: 0 3px !important;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    font-size: 9px;
    font-weight: bold;
    line-height: 16px;
    position: absolute;
    top: 9px;
    right: 26px;
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0 0 10px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search i,
.chosen-container-single .chosen-single div {
    line-height: 38px;
    position: absolute;
    z-index: 4;
    top: 50%;
    right: 0;
    display: block;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    text-align: center;
    border-left: 1px solid transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-bottom: 1px solid transparent;
    border-bottom-right-radius: 0;
}
.chosen-container-single .chosen-search i {
    margin-top: -19px;
    padding: 0 !important;
}
.chosen-container-single .chosen-search input {
    width: 100%;
    padding: 0 38px 0 5px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    line-height: 20px;
    margin: 5px 0;
    padding: 3px 10px;
    list-style: none;
}
.chosen-container .chosen-results li.group-result {
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    cursor: default;
    color: #ccc;
}
.chosen-container .chosen-results li.no-results {
    display: list-item;
    margin: 0;
    text-align: center;
}
.chosen-container .chosen-results li.no-results span {
    font-weight: bold;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
/* Chosen multi */

.chosen-container-multi {
    height: auto;
    min-height: 38px;
    padding: 0;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    cursor: text;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0 10px;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input {
    width: 100%;
    height: 38px;
    padding: 0;
    border: 0 !important;
    outline: 0;
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 6px 0 6px 6px;
    padding: 3px 25px 3px 5px;
    cursor: default;
    border-width: 1px;
    border-style: solid;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    line-height: 12px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    text-align: center;
    opacity: .5;
}
.chosen-container-multi .chosen-results li.result-selected {
    opacity: .6;
    filter: alpha(opacity=60);
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    opacity: 1;
}

/* Data Tables */

div.dataTables_length label {
    font-weight: normal;
    line-height: 32px;
    text-align: left;
    display: block;
}
div.dataTables_length select {
    float: left;
    width: 75px;
    margin-right: 10px;
}
div.dataTables_filter label {
    font-weight: normal;
    float: right;
}
div.dataTables_filter input {
    display: inline-block;
    width: 200px;
    margin-left: 10px;
    padding: 0 10px;
}
div.dataTables_info {
    padding-top: 8px;
}
div.dataTables_paginate {
    float: right;
    margin: 0;
}
div.dataTables_paginate ul.pagination {
    margin: 0;
    white-space: nowrap;
}
table.dataTable {
    clear: both;
    max-width: none !important;
    margin-top: 10px !important;
    margin-bottom: 10px !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_asc_disabled .glyph-icon,
table.dataTable thead .sorting_desc_disabled .glyph-icon {
    opacity: .7;
}
table.dataTable thead > tr > th {
    padding-right: 18px;
    padding-left: 18px;
}
table.dataTable th:active {
    outline: none;
}
/* Scrolling */

div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-right-radius: 0;
    border-bottom-left-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-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
div.dataTables_scrollBody table {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-top: none;
}
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;
}
/*
 * TableTools styles
 */

.table tbody tr.active td,
.table tbody tr.active th {
    color: white;
    background-color: #08c;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
    background-color: #0075b0 !important;
}
.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 {
    font-size: 12px;
    color: #333 !important;
}
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 {
    color: white !important;
    background-color: #08c;
}
div.DTTT_collection_background {
    z-index: 2002;
}
.DTTT_Print #page-content {
    margin: 0;
}
/* TableTools information display */

div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}
div.DTTT_print_info h6 {
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    margin: 1em;
}
div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    margin-bottom: 0;
    background-color: white;
}
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-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-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    margin-bottom: 0 !important;
    border-top: none;
}
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;
}
/*!
 * DataTables + Font Awesome integration
 * License: MIT - http://datatables.net/license
 */
/*
 * Sort styling
 */

table.dataTable thead th {
    position: relative;
    background-image: none !important;
    /* Remove the DataTables bootstrap integration styling */
}
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}
table.dataTable thead th.sorting:after {
    content: "\f0dc";
    font-size: 13px;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}
/* In Bootstrap and Foundation the padding top is a little different from the DataTables stylesheet */

table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
    top: 12px;
}
/*
 * DataTables style pagination controls
 */

div.dataTables_paginate a.paginate_button.first,
div.dataTables_paginate a.paginate_button.previous {
    position: relative;
    padding-left: 24px;
}
div.dataTables_paginate a.paginate_button.next,
div.dataTables_paginate a.paginate_button.last {
    position: relative;
    padding-right: 24px;
}
div.dataTables_paginate a.first:before,
div.dataTables_paginate a.previous:before {
    position: absolute;
    top: 8px;
    left: 10px;
    display: block;
    font-family: FontAwesome;
}
div.dataTables_paginate a.next:after,
div.dataTables_paginate a.last:after {
    position: absolute;
    top: 8px;
    right: 10px;
    display: block;
    font-family: FontAwesome;
}
div.dataTables_paginate a.first:before {
    content: "\f100";
}
div.dataTables_paginate a.previous:before {
    content: "\f104";
}
div.dataTables_paginate a.next:after {
    content: "\f105";
}
div.dataTables_paginate a.last:after {
    content: "\f101";
}
/*
 * Bootstrap and foundation style pagination controls
 */

div.dataTables_paginate li.first > a,
div.dataTables_paginate li.previous > a {
    position: relative;
    padding-left: 24px;
}
div.dataTables_paginate li.next > a,
div.dataTables_paginate li.last > a {
    position: relative;
    padding-right: 24px;
}
div.dataTables_paginate li.first a:before,
div.dataTables_paginate li.previous a:before {
    position: absolute;
    top: 6px;
    left: 10px;
    display: block;
    font-family: FontAwesome;
}
div.dataTables_paginate li.next a:after,
div.dataTables_paginate li.last a:after {
    position: absolute;
    top: 6px;
    right: 10px;
    display: block;
    font-family: FontAwesome;
}
div.dataTables_paginate li.first a:before {
    content: "\f100";
}
div.dataTables_paginate li.previous a:before {
    content: "\f104";
}
div.dataTables_paginate li.next a:after {
    content: "\f105";
}
div.dataTables_paginate li.last a:after {
    content: "\f101";
}
/* In Foundation we don't want the padding like in bootstrap */

div.columns div.dataTables_paginate li.first a:before,
div.columns div.dataTables_paginate li.previous a:before,
div.columns div.dataTables_paginate li.next a:after,
div.columns div.dataTables_paginate li.last a:after {
    top: 0px;
}
.DTTT_container {
    float: right;
    margin-left: 10px;
}
.DTTT_container a div {
    cursor: pointer;
}
.dataTables_scrollBody table.dataTable thead th.sorting:after {
    display: none;
}
.tr-selected td,
.tr-selected {
    background: #eefacd !important;
    color: #393c31 !important;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 16px;
    text-align: center;
    line-height: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    content: '+';
    background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
    display: none;
}
table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
    content: '-';
    background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
    display: none;
}
table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
    position: relative;
    cursor: pointer;
}
table.dataTable.dtr-column tbody td.control:before,
table.dataTable.dtr-column tbody th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 16px;
    text-align: center;
    line-height: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    content: '+';
    background-color: #31b131;
}
table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
    content: '-';
    background-color: #d33333;
}
table.dataTable tr.child {
    padding: 0.5em 1em;
}
table.dataTable tr.child:hover {
    background: transparent !important;
}
table.dataTable tr.child ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.dataTable tr.child ul li {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
}
table.dataTable tr.child ul li:first-child {
    padding-top: 0;
}
table.dataTable tr.child ul li:last-child {
    border-bottom: none;
}
table.dataTable tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold;
}
div.FixedHeader_Cloned th,
div.FixedHeader_Cloned td {
    background-color: white !important;
}
.DTFC_LeftBodyLiner .table,
.DTFC_LeftFootWrapper .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;
}
.DTFC_LeftBodyLiner .table thead th:after {
    display: none !important;
}

    /* Bootstrap datepicker */
    
    .bsdatepicker {
        top: 0;
        left: 0;
        margin-top: 1px;
        padding: 4px !important;
    }
    .bsdatepicker:before {
        position: absolute;
        top: -7px;
        left: 6px;
        display: inline-block;
        content: '';
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-bottom-color: transparent;
        border-left: 7px solid transparent;
    }
    .bsdatepicker:after {
        position: absolute;
        top: -6px;
        left: 7px;
        display: inline-block;
        content: '';
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
    }
    .bsdatepicker > div {
        display: none;
    }
    .bsdatepicker table {
        width: 100%;
        margin: 0;
    }
    .bsdatepicker td,
    .bsdatepicker th {
        width: 20px;
        height: 20px;
        margin: 3px;
        text-align: center;
    }
    .bsdatepicker td.day:hover {
        cursor: pointer;
    }
    .bsdatepicker td.day.disabled {
        color: #eee;
    }
    .bsdatepicker td.old,
    .bsdatepicker td.new {
        color: #999;
    }
    .bsdatepicker td span {
        line-height: 44px;
        display: block;
        float: left;
        width: 54px;
        height: 44px;
        margin: 2px;
        cursor: pointer;
    }
    .bsdatepicker td span.old {
        color: #999;
    }
    .bsdatepicker th.switch {
        width: 145px;
    }
    .bsdatepicker th.next,
    .bsdatepicker th.prev {
        font-size: 21px;
    }
    .bsdatepicker thead tr:first-child th {
        cursor: pointer;
    }
    .input-append.date .add-on i,
    .input-prepend.date .add-on i {
        display: block;
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

/* Datepicker */

.ui-datepicker {
    z-index: 55 !important;
    display: none;
    padding: 0;
}
.ui-datepicker-inline {
    position: static !important;
    width: 100%;
    float: none;
    margin-top: 0;
}
.ui-datepicker-header,
.ui-datepicker .ui-datepicker-header {
    font-size: 13px;
    line-height: 40px;
    position: relative;
    height: 40px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
}
.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    line-height: 28px;
    display: block;
    float: none;
    height: 28px;
    margin: 0 auto;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: bold;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 13px;
    height: 28px;
    margin: 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 {
    font-size: 13px;
    line-height: 1.6em;
    width: 96%;
    margin: 2%;
    border-collapse: collapse;
}
.ui-datepicker th {
    font-weight: bold;
    padding: 0 0 5px;
    text-align: center;
    border: 0;
}
.ui-datepicker td {
    padding: 1px;
    border: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
    font-size: 13px;
    display: block;
    padding: 2px 5px;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    padding: 10px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    line-height: 26px;
    float: right;
    height: 28px;
    padding: 0 15px;
    border-width: 1px;
    border-style: solid;
    background: #fff;
}
.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-middle .ui-datepicker-header {
    border-radius: 0;
}
.ui-datepicker-row-break {
    font-size: 0;
    clear: both;
    width: 100%;
}

/*
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */

.daterangepicker.dropdown-menu {
    z-index: 3000;
    max-width: none;
}
.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
    float: left;
    margin: 4px;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar {
    float: right;
    margin: 4px;
}
.daterangepicker .ranges {
    width: 188px;
    margin: 0 0 0 10px;
    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;
}
.show-calendar.daterangepicker .calendar {
    display: block;
}
.daterangepicker .applyBtn {
    float: right;
    width: 110px;
}
.daterangepicker .cancelBtn {
    float: left;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}
.daterangepicker .ranges label {
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    display: block;
    width: 74px;
    height: 20px;
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #333;
}
.daterangepicker .ranges input {
    font-size: 11px;
}
.daterangepicker .ranges .input-mini {
    font-size: 11px;
    line-height: 30px;
    display: block;
    width: 88px;
    height: 30px;
    margin: 0 0 10px 0;
    padding: 0 6px;
    vertical-align: middle;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #eee;
}
.daterangepicker .ranges ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.daterangepicker .ranges li {
    margin-bottom: 3px;
    padding: 3px 12px;
    cursor: pointer;
}
.daterangepicker .calendar-date {
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    background: #fff;
}
.daterangepicker .calendar-time {
    line-height: 30px;
    margin: 8px auto 0 auto;
    text-align: center;
}
.daterangepicker {
    position: absolute;
    top: 100px;
    left: 20px;
    margin-top: 1px;
    padding: 5px !important;
    background: #fff;
}
.daterangepicker.opensleft:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    content: '';
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    border-left: 7px solid transparent;
}
.daterangepicker.opensleft:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.daterangepicker.opensright:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    content: '';
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    border-left: 7px solid transparent;
}
.daterangepicker.opensright:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.daterangepicker table {
    width: 100%;
    margin: 0;
}
.daterangepicker td,
.daterangepicker th {
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}
.daterangepicker td.off {
    color: #999;
}
.daterangepicker td.in-range {
    border-radius: 0;
}
.daterangepicker td.in-range:hover {
    color: #000;
}
.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 1px;
    cursor: default;
}
.daterangepicker select.monthselect {
    width: 56%;
    margin-right: 2%;
}
.daterangepicker select.yearselect {
    width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}

    /* jQuery UI Dialog */
    
    .ui-dialog {
        z-index: 1100;
        padding: 0;
    }
    .ui-dialog .ui-dialog-titlebar {
        position: relative;
        padding: 10px;
        border-bottom: 1px solid transparent;
    }
    .ui-dialog .ui-dialog-title {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ui-dialog .ui-dialog-titlebar-close {
        line-height: 20px;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 20px;
        height: 20px;
        margin: -10px 0 0 0;
        border: #ccc solid 1px;
        background: #fff;
    }
    .ui-dialog .ui-dialog-titlebar-close:before {
        line-height: 18px;
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        opacity: .60;
        -moz-opacity: .60;
        filter: alpha(opacity: 60);
    }
    .ui-dialog .ui-dialog-titlebar-close:hover:before {
        opacity: .90;
        -moz-opacity: .90;
        filter: alpha(opacity: 90);
    }
    .ui-dialog .ui-dialog-titlebar-close .ui-button-text {
        display: none;
    }
    .ui-dialog .ui-dialog-content {
        position: relative;
        overflow: auto;
        padding: 0;
        border: 0;
        background: none;
    }
    .ui-dialog-buttonset button {
        padding: 8px 15px;
        border-width: 1px;
        border-style: solid;
    }
    .ui-dialog .ui-dialog-buttonpane {
        border-width: 1px 0 0 0 !important;
    }
    .ui-dialog .ui-dialog-buttonpane .ui-button {
        line-height: 28px;
        float: right;
        height: 28px;
        padding: 0 15px;
    }
    .ui-draggable .ui-dialog-titlebar {
        cursor: move;
    }
    .ui-dialog .ui-tabs,
    .ui-dialog .infobox {
        margin-bottom: 0;
    }
    .ui-dialog .ui-tabs .ui-tabs-panel {
        padding: 10px;
    }
    /* Overlays */
    
    .ui-widget-overlay {
        position: fixed;
        z-index: 1049;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .ui-widget-overlay img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -27px 0 0 -27px;
    }
    /* Resizable Core */
    
    .ui-resizable {
        position: relative;
    }
    .ui-resizable-handle {
        font-size: .1px;
        position: absolute;
        display: block;
    }
    .ui-resizable-disabled .ui-resizable-handle,
    .ui-resizable-autohide .ui-resizable-handle {
        display: none;
    }
    .ui-resizable-n {
        top: -5px;
        left: 0;
        width: 100%;
        height: 7px;
        cursor: n-resize;
    }
    .ui-resizable-s {
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 7px;
        cursor: s-resize;
    }
    .ui-resizable-e {
        top: 0;
        right: -5px;
        width: 7px;
        height: 100%;
        cursor: e-resize;
    }
    .ui-resizable-w {
        top: 0;
        left: -5px;
        width: 7px;
        height: 100%;
        cursor: w-resize;
    }
    .ui-resizable-se {
        right: 1px;
        bottom: 1px;
        width: 12px;
        height: 12px;
        cursor: se-resize;
    }
    .ui-resizable-sw {
        bottom: -5px;
        left: -5px;
        width: 9px;
        height: 9px;
        cursor: sw-resize;
    }
    .ui-resizable-nw {
        top: -5px;
        left: -5px;
        width: 9px;
        height: 9px;
        cursor: nw-resize;
    }
    .ui-resizable-ne {
        top: -5px;
        right: -5px;
        width: 9px;
        height: 9px;
        cursor: ne-resize;
    }

  /* Dropdown */
  
  .dropup,
  .dropdown {
      position: relative;
      display: inline-block;
  }
  .ui-dialog,
  .ui-datepicker,
  .dropdown-menu,
  .popover,
  .ui-menu,
  .minicolors-panel {
      position: absolute;
      z-index: 1050 !important;
      top: 105%;
      left: 0;
      display: none;
      float: left;
      min-width: 150px;
      margin: 5px 0 0;
      padding: 5px;
      list-style: none;
      text-align: left;
      border-width: 1px;
      border-style: solid;
      background: #fff;
  }
  .ui-datepicker {
      padding: 0;
  }
  .popover,
  .dropdown-menu,
  .ui-dialog {
      box-shadow: 0 1px 7px 2px rgba(135, 158, 171, 0.2);
  }
  .dropdown-menu {
      font-size: 13px;
      line-height: 1.6em;
      min-width: 100%;
      padding: 5px 0;
      text-transform: none;
      border: 0;
  }
  .dropdown-menu {
      min-width: 150px;
  }
  .dropdown-menu,
  .popover,
  .ui-menu,
  .minicolors-panel {
      top: 100%;
  }
  .dropdown-menu .divider {
      margin: 5px 1px;
  }
  .dropdown-menu.float-right {
      right: 0;
      left: auto;
  }
  .dropdown-menu .header {
      font-size: 11px;
      font-weight: bold;
      line-height: 1.4em;
      margin: 0 0 5px;
      padding: 5px 5px 10px;
      text-transform: uppercase;
      color: #888;
      border-bottom: #dfe8f1 solid 1px;
  }
  .dropdown-menu .dropdown-header {
      font-size: 11px;
      font-weight: 300;
      padding: 5px 15px;
      text-transform: uppercase;
      color: #000;
  }
  .dropdown-menu li {
      position: relative;
  }
  .dropdown-menu li > a,
  .ui-menu li > a {
      font-weight: normal;
      line-height: 20px;
      position: relative;
      display: block;
      clear: both;
      margin: 0;
      padding: 3px 20px 3px 15px;
      padding: 5px 15px;
      cursor: pointer;
      white-space: nowrap;
  }
  .dropdown > .dropdown-menu:before,
  .minicolors-position-bottom .minicolors-panel:before {
      position: absolute;
      top: -7px;
      left: 7px;
      display: inline-block;
      content: '';
      border-right: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-bottom-color: transparent;
      border-left: 7px solid transparent;
  }
  .dropdown > .dropdown-menu:after,
  .minicolors-position-bottom .minicolors-panel:after {
      position: absolute;
      top: -6px;
      left: 8px;
      display: inline-block;
      content: '';
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-left: 6px solid transparent;
  }
  .dropdown > .dropdown-menu.float-right:before,
  .dropup > .dropdown-menu.float-right:before,
  .minicolors-position-right .minicolors-panel:before {
      right: 7px;
      left: auto;
  }
  .dropdown > .dropdown-menu.float-right:after,
  .dropup > .dropdown-menu.float-right:after,
  .minicolors-position-right .minicolors-panel:after {
      right: 8px;
      left: auto;
  }
  .minicolors-inline .minicolors-panel:after,
  .minicolors-inline .minicolors-panel:before {
      display: none;
  }
  .dropdown-dividers {
      padding: 0;
  }
  .dropdown-dividers li {
      padding: 3px;
      border-bottom: #ccc solid 1px;
  }
  .dropdown-dividers li:last-child {
      border-bottom: 0;
  }
  .dropdown-dividers li > a {
      padding: 2px 10px;
  }
  .push-left {
      left: 100% !important;
      margin-left: -30px;
  }
  .open {
      *z-index: 1000;
  }
  .open > .dropdown-menu {
      display: block;
  }
  .dropup .dropdown-menu {
      top: auto;
      bottom: 100%;
      margin-bottom: 8px;
  }
  .dropup > .dropdown-menu:before,
  .minicolors-position-top .minicolors-panel:before {
      position: absolute;
      bottom: -7px;
      left: 7px;
      display: inline-block;
      content: '';
      border-top: 7px solid #ccc;
      border-top-color: rgba(0, 0, 0, .2);
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
  }
  .dropup > .dropdown-menu:after,
  .minicolors-position-top .minicolors-panel:after {
      position: absolute;
      bottom: -6px;
      left: 8px;
      display: inline-block;
      content: '';
      border-top: 6px solid #fff;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
  }
  .minicolors-position-top.minicolors-position-right .minicolors-panel:before {
      right: 6px;
      left: auto;
  }
  .minicolors-position-top.minicolors-position-right .minicolors-panel:after {
      right: 7px;
      left: auto;
  }
  .dropdown-submenu {
      position: relative;
      z-index: 40;
  }
  .dropdown-submenu > .dropdown-menu {
      top: 50%;
      left: 90%;
      margin-top: -6px;
      margin-left: -1px;
      border-radius: 0 4px 4px 4px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
      display: block;
  }
  .dropup .dropdown-submenu > .dropdown-menu {
      top: auto;
      bottom: 0;
      margin-top: 0;
      margin-bottom: -2px;
      border-radius: 4px 4px 4px 0;
  }
  .dropdown-submenu > a:after {
      position: relative;
      display: block;
      float: right;
      width: 0;
      height: 0;
      margin-top: 5px;
      margin-right: -5px;
      content: ' ';
      opacity: .40;
      border-width: 5px 0 5px 5px;
      border-style: solid;
      border-color: transparent;
      border-left-color: #ccc;
      -moz-opacity: .40;
      filter: alpha(opacity: 40);
  }
  .dropdown-submenu.float-left > .dropdown-menu {
      left: -100%;
  }
  .dropdown-submenu:hover > a:after {
      border-left-color: #fff;
  }
  .dropdown-submenu.float-left {
      float: none !important;
  }
  .dropdown-submenu.float-left > .dropdown-menu {
      left: -110%;
      margin-left: 10px;
      border-radius: 4px 0 4px 4px;
  }
  .dropdown-submenu.float-left > .dropdown-menu.dropdown-dividers {
      margin-left: 20px;
  }
  .ui-menu-item {
      padding: 3px 6px;
  }

/* Input switch alternate */

div.switch-toggle {
    display: block;
    height: 24px;
    width: 48px;
    position: relative;
    cursor: pointer;
    background: #fff;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 50px;
}
div.switch-toggle:after {
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
div.switch-toggle:before {
    content: '';
    position: absolute;
    right: 1px;
    top: 12px;
    color: #fff;
}
div.switch-toggle:hover:after {
    left: 5px;
}
div.switch-toggle.switch-on:before {
    content: '';
    right: 40px;
}
.switch-toggle.switch-on {
    background: #0c0;
}
div.switch-toggle.switch-on:after {
    left: 26px;
}
div.switch-toggle.switch-on:hover:after {
    left: 24px;
}

.jGrowl {
    z-index: 9999;
}
.jGrowl {
    position: absolute;
}
body > .jGrowl {
    position: fixed;
}
.jGrowl.top-left {
    top: 0;
    left: 0;
}
.jGrowl.top-right {
    top: 0;
    right: 0;
}
.jGrowl.bottom-left {
    bottom: 0;
    left: 0;
}
.jGrowl.bottom-right {
    right: 0;
    bottom: 0;
}
.jGrowl.center {
    top: 50%;
    left: 50%;
    width: 0;
    margin-left: -170px;
}
.center .jGrowl-notification,
.center .jGrowl-closer {
    margin-right: auto;
    margin-left: auto;
}
.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
    font-size: 12px;
    display: none;
    zoom: 1;
    width: 300px;
    margin: 10px 0;
    padding: 10px 15px;
    white-space: normal;
    opacity: .95;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=95);
}
.jGrowl .jGrowl-notification:hover {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.jGrowl .jGrowl-notification {
    min-height: 20px;
}
.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
    margin: 10px;
}
.jGrowl .jGrowl-notification .jGrowl-header {
    font-size: .85em;
    font-weight: bold;
}
.jGrowl .jGrowl-notification .jGrowl-close {
    font-weight: bold;
    z-index: 99;
    float: right;
    cursor: pointer;
}
.jGrowl .jGrowl-closer {
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.close {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    float: right;
    opacity: .2;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    cursor: pointer;
    text-decoration: none;
    opacity: .5;
    color: #000;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
}
.modal-open {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    border-radius: 6px;
}
.modal-content {
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #dfe8f1;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-dialog {
    border: 0;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .3) !important;
}
.modal.display-block .modal-dialog {
    box-shadow: 0 6px 25px rgba(0, 0, 0, .1) !important;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
}
.modal-title {
    line-height: 1.42857143;
    margin: 0;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #dfe8f1;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.display-block.modal {
    position: static;
    z-index: 5;
    display: block;
    overflow: visible !important;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity: 100);
}
.display-block.modal .modal-dialog {
    margin-bottom: 0;
}
.modal-open #page-content-wrapper {
    z-index: inherit;
}

/* Multiselect inputs */

.ms-container {
    position: relative;
}
.ms-container .glyph-icon {
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    text-align: center;
}
.ms-container:after {
    font-size: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    min-height: 0;
    content: '.';
}
.ms-container .ms-selectable,
.ms-container .ms-selection {
    float: left;
    width: 45%;
    color: #555;
    background: #fff;
}
.ms-container .ms-selection {
    float: right;
}
.ms-container .ms-list {
    position: relative;
    overflow-y: auto;
    height: 200px;
    padding: 5px 10px;
    border-width: 1px;
    border-style: solid;
}
.ms-list li {
    line-height: 20px;
    margin: 5px 0;
    padding: 3px 10px;
}
.ms-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ms-container .ms-optgroup-container {
    width: 100%;
}
.ms-container .ms-optgroup-label {
    line-height: 20px;
    margin: 0;
    padding: 3px 10px;
    cursor: pointer;
}
.ms-container li.ms-hover {
    cursor: pointer;
}
.ms-container li.disabled {
    cursor: text;
}

    /* Progress Bar */
    
    .progress,
    .progress-bar,
    .progressbar,
    .progress-label,
    .progressbar-value,
    .progress-overlay {
        font-weight: bold;
        line-height: 20px;
        height: 20px;
        border-radius: 4px;
    }
    .progress,
    .progressbar {
        position: relative;
        text-align: center;
        background: rgba(0, 0, 0, .05);
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .2);
    }
    .progress-bar,
    .progressbar-value,
    .progress-overlay,
    .progress-label {
        position: absolute;
        z-index: 4;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .progress .progress-bar {
        position: relative !important;
        border-radius: 0;
    }
    .progressbar-value.ui-state-default,
    .progressbar-value.ui-state-default .progress-label {
        line-height: 18px;
        height: 18px;
    }
    .progress-label {
        z-index: 6;
        width: 100%;
    }
    .progress-overlay {
        z-index: 5;
        width: 100%;
        opacity: .15;
        background: url('../../images/animated-overlay.gif');
        filter: alpha(opacity=15);
    }
    .progressbar-small.progressbar,
    .progressbar-small .progress-label,
    .progressbar-small .progressbar-value,
    .progressbar-small .progress-overlay {
        height: 10px;
    }
    .progressbar-small .progressbar-value.ui-state-default {
        height: 8px;
    }
    .progressbar-smaller.progressbar,
    .progressbar-smaller .progress-label,
    .progressbar-smaller .progressbar-value,
    .progressbar-smaller .progress-overlay {
        height: 4px;
    }
    .progressbar-smaller .progressbar-value.ui-state-default {
        height: 2px;
    }
    .bg-black .progress-overlay,
    .bg-black .progress-overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    /* Bootstrap progressbar */
    
    @-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: 20px;
        margin-bottom: 20px;
        border-radius: 4px;
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    }
    .progress-bar {
        font-size: 12px;
        line-height: 20px;
        float: left;
        width: 0;
        height: 100%;
        -webkit-transition: width .6s ease;
        transition: width .6s ease;
        text-align: center;
        color: #fff;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    }
    .progress-striped .progress-bar {
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 40px 40px;
    }
    .progress.active .progress-bar {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }

/* Custom inputs */

div[id^='uniform-'],
div[id^='uniform-'] span,
div[id^='uniform-'] input {
  line-height: 18px;
  display: block;
  float: left;
  width: auto;
  width: 20px;
  height: auto;
  height: 20px;
  margin: 0 3px 0 0;
  padding: 0;
  cursor: pointer;
}
div[id^='uniform-'] {
  margin-right: 10px;
}
div[id^='uniform-'] span {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  margin-top: -1px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  *display: inline;
}
div.radio[id^='uniform-'] > span {
    margin-top: -7px;
}
.input-group-addon div[id^='uniform-'] span i,
div[id^='uniform-'] span i {
  display: none;
}
div[id^='uniform-'] {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: 90;
}
div[id^='uniform-'] span.checked i {
  font-size: 14px;
  line-height: 18px;
  display: block;
  height: 18px;
}
div.radio[id^='uniform-'] span.checked i {
  font-size: 9px;
}
div.radio[id^='uniform-'] span {
  border-radius: 50px;
}
div[id^='uniform-'] input {
  position: absolute;
  top: 0;
  left: 0;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  opacity: 0;
  border: none;
  background: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  *display: inline;
}
div.checker[id^='uniform-'] label {
  line-height: 19px;
}
/* Custom Select */

div.selector {
  line-height: 38px;
  position: relative;
  display: block;
  overflow: hidden;
  width: auto !important;
  height: 38px;
  margin: 0;
  padding: 0 10px !important;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
}
.selector i {
  line-height: 38px;
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-top: -19px;
  padding: 0 !important;
  text-align: center;
  border-left: 1px solid transparent;
}
div.selector select {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  opacity: 0;
  border: none;
  background: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
div.selector span {
  line-height: 38px;
  display: block;
  width: auto !important;
  height: 38px;
  padding: 0 !important;
}

