/*#region Spinners*/
.spinbox {
    position: relative;
}
.spinbox input {
    float: left;
    padding-left: 35px;
}
.spinbox .btn {
    position: relative;
    width: 20px;
    padding-top: 0;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 19px;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.spinbox .btn:hover {
    /*color: #f5f5f5;*/
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.spinbox .btn:focus,
.spinbox .btn:active {
    /*color: #f5f5f5;*/
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.spinbox .btn.disabled {
    cursor: not-allowed;
}
.spinbox .spinbox-buttons {
    position: absolute;
    left: 0;
    float: left;
    width: 20px;
    height: 38px;
    border-radius: 5px;
    margin: 1px;
    /*border-left: 1px solid #d5d5d5;*/
    border: 1px solid #d5d5d5 !important;
}
.spinbox .spinbox-up {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    top: 0;
    background-color: #fbfbfb;
    border-left: 1px !important;
}
.spinbox .spinbox-up i {
    position: relative;
    top: -6px;
    margin-right: 0;
}
.spinbox .spinbox-down {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    bottom: 0;
    background-color: #fbfbfb;
    border-bottom-left-radius: 0 !important;
    border-left: 1px !important;
    border-top: 1px solid #d5d5d5;
}
.spinbox .spinbox-down i {
    position: relative;
    top: -7px;
    margin-right: 0;
}
.spinbox.spinbox-right .spinbox-buttons {
    left: auto;
    right: 0;
    border-right: 0;
}
.spinbox.spinbox-right input {
    padding-left: 10px;
    padding-right: 35px;
    margin-left: 0;
}
.spinbox.spinbox-horizontal input {
    padding-left: 60px;
}
.spinbox.spinbox-horizontal .spinbox-buttons {
    margin: 0;
    font-size: 0;
    width: 50px;
    left: 0;
    top: 0;
}
.spinbox.spinbox-horizontal .spinbox-buttons > .btn {
    height: 38px;
    line-height: 36px;
    font-size: 18px;
    display: inline-block;
    vertical-align: sub;
    margin: 0;
}
.spinbox.spinbox-horizontal .spinbox-buttons > .btn > i {
    vertical-align: middle;
    display: inline-block;
}
.spinbox.spinbox-horizontal .spinbox-down {
    width: 24px;
    border-left: 0;
}
.spinbox.spinbox-horizontal .spinbox-down i {
    top: -5px;
}
.spinbox.spinbox-horizontal .spinbox-up {
    width: 24px;
}
.spinbox.spinbox-horizontal .spinbox-up i {
    top: -5px;
}
.spinbox.spinbox-horizontal.spinbox-right {
    margin-left: 0;
}
.spinbox.spinbox-horizontal.spinbox-right .spinbox-buttons {
    right: -1px;
    left: auto;
}
.spinbox.spinbox-horizontal.spinbox-right input {
    padding-left: 10px;
}
.spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons {
    width: 25px !important;
}
.spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons.spinbox-buttons-left {
    left: 0;
}
.spinbox.spinbox-horizontal.spinbox-two-sided .spinbox-buttons.spinbox-buttons-right {
    right: 0;
    left: auto;
}
.spinbox.spinbox-horizontal.spinbox-two-sided input {
    padding-left: 35px !important;
}
/*#endregion Spinners*/
/*#region TreeView*/
.tree {
    padding-left: 14px;
    overflow: auto;
    position: relative;
}
.tree:before {
    width: 1px;
    z-index: 1;
    display: block;
    content: "";
    position: absolute;
    top: -21px;
    bottom: 16px;
    left: 0;
    border-left: 1px dotted #666666;
}
.tree.tree-solid-line {
    padding-left: 12px;
}
.tree.tree-solid-line:before {
    border-left: 1px solid #999999;
}
.tree.tree-solid-line .tree-folder .tree-folder-content:before {
    border-left: 1px solid #999;
}
.tree.tree-no-line {
    padding-left: 0;
}
.tree.tree-no-line:before {
    display: none;
}
.tree.tree-no-line .tree-folder .tree-folder-content:before {
    display: none;
}
.tree .tree-folder {
    width: auto;
    min-height: 20px;
    cursor: pointer;
}
.tree .tree-folder .tree-folder-header {
    position: relative;
    min-height: 20px;
    line-height: 20px;
    min-width: 100px;
}
.tree .tree-folder .tree-folder-header:hover {
    background-color: #eeeeee;
}
.tree .tree-folder .tree-folder-header .tree-folder-name {
    margin-left: 2px;
}
.tree .tree-folder img {
    margin-left: 4px;
}
.tree .tree-folder .tree-folder-content {
    margin-left: 23px;
    position: relative;
}
.tree .tree-folder .tree-folder-content:before {
    display: inline-block;
    content: "";
    position: absolute;
    width: 1px;
    z-index: 1;
    top: -9px;
    bottom: 16px;
    left: -12px;
    border-left: 1px dotted #666;
}
.tree .tree-item {
    position: relative;
    min-height: 20px;
    line-height: 20px;
    min-width: 100px;
    cursor: pointer;
}
.tree .tree-item:hover {
    background-color: #eeeeee;
}
.tree .tree-item .tree-item-name {
    margin-left: 2px;
}
.tree .tree-folder,
.tree .tree-item {
    position: relative;
}
.tree .tree-folder:before,
.tree .tree-item:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 14px;
    left: -13px;
    width: 18px;
    height: 0;
    border-top: 1px dotted #666666;
    z-index: 1;
}
.tree .tree-selected {
    background-color: #eeeeee;
    color: #111;
}
.tree .tree-selected:hover {
    background-color: #e5e5e5;
}
.tree .tree-folder .tree-folder-header .tree-folder-name,
.tree .tree-item .tree-item-name {
    display: inline;
    z-index: 2;
}
.tree.tree-solid-line .tree-folder:before,
.tree.tree-solid-line .tree-item:before {
    border-top: 1px solid #999999;
}
.tree.tree-no-line .tree-folder:before,
.tree.tree-no-line .tree-item:before {
    display: none;
}
.tree .tree-item,
.tree .tree-folder {
    border: 1px solid transparent;
}
.tree .tree-item,
.tree .tree-folder .tree-folder-header {
    margin: 0;
    padding: 4px 5px 6px 5px;
    color: #333333;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.tree .tree-item .tree-item-name > i,
.tree .tree-folder .tree-folder-header > i {
    color: #666666;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tree .tree-item.tree-selected i,
.tree .tree-item .tree-item-name i {
    margin-left: 2px;
    width: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 1px;
    color: #111;
}
.tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
    height: 16px;
    width: 16px;
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABWCAYAAADVJVbkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrsmFsKxCAMRRtxSe5/Be4pnYF+lMEppiZUZ44fBQvmaF5eFFXdIkd+f0opZkqtVboBlgXWDaUteCSvnc55ArcsunLLeW5JhK+As5HDuBz/F3FR40RxQb7j8+dc5FFUrSHR3XT9SgYAYJULB9kCIFa2jF6hucfICzqvbEmdRUUWIVsAAADwH83uTkOyCa/eBdYNPR4D3ouajyF6MRcPgHwYF1rFcLVOk0UaCZCfDTIAAMgWZAsAL9kydIVmDyMEGdkSK1t2AQYAa5tGM0Yy5xYAAAAASUVORK5CYII=') no-repeat;
*background: url("img/tree-icons.png") no-repeat;
    /* For IE 6 and 7 */
    background-position: 0 -21px;
    content: "";
}
.tree.tree-plus-minus .tree-folder-header .fa-folder:before {
    height: 16px;
    width: 16px;
    line-height: 16px;
    vertical-align: middle;
    display: inline-block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABWCAYAAADVJVbkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM1JREFUeNrsmFsKxCAMRRtxSe5/Be4pnYF+lMEppiZUZ44fBQvmaF5eFFXdIkd+f0opZkqtVboBlgXWDaUteCSvnc55ArcsunLLeW5JhK+As5HDuBz/F3FR40RxQb7j8+dc5FFUrSHR3XT9SgYAYJULB9kCIFa2jF6hucfICzqvbEmdRUUWIVsAAADwH83uTkOyCa/eBdYNPR4D3ouajyF6MRcPgHwYF1rFcLVOk0UaCZCfDTIAAMgWZAsAL9kydIVmDyMEGdkSK1t2AQYAa5tGM0Yy5xYAAAAASUVORK5CYII=') no-repeat;
*background: url("img/tree-icons.png") no-repeat;
    /* For IE 6 and 7 */
    background-position: 0 2px;
    content: "";
}
.ie .tree.tree-plus-minus .tree-folder-header .fa-folder:before,
.ie .tree.tree-plus-minus .tree-folder-header .fa-folder-open:before {
    margin-top: -5px;
}
.tree.tree-plus-minus .tree-folder-name {
    margin-left: 0 !important;
}
.tree .tree-actions {
    display: none;
    position: absolute;
    margin-top: 1px;
    right: 4px;
}
.tree .tree-item:hover .tree-actions,
.tree .tree-folder-header:hover .tree-actions {
    display: inline-block;
}
.tree .tree-actions > i {
    font-weight: 300;
    padding: 1px 3px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-right: 6px;
    margin-top: 0;
    display: inline-block;
}
.tree .tree-actions > i:hover {
    font-weight: bold;
}
.tree-loading {
    color: #2dc3e8;
    margin-left: 30px;
}
/*#endregion Treeview*/
/*#region Wizards*/
.wizard {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.wizard.wizard-tabbed {
    background: #fbfbfb;
}
.wizard.wizard-tabbed ul li {
    padding: 0 30px;
    background-color: #fbfbfb;
}
.wizard.wizard-tabbed ul li .chevron {
    display: none;
}
.wizard.wizard-tabbed ul li .chevron:before {
    display: none;
}
.wizard.wizard-tabbed ul li.complete {
    background-color: #fbfbfb;
}
.wizard.wizard-tabbed ul li.active {
    background: #ffffff;
}
.wizard.wizard-wired {
    padding-top: 10px;
    display: block;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #eeeeee;
}
.wizard.wizard-wired ul {
    display: table;
    width: 100%;
    position: relative;
}
.wizard.wizard-wired ul li {
    display: table-cell;
    text-align: center;
    background-color: #ffffff;
    width: 20%;
    padding: 0;
    margin: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.wizard.wizard-wired ul li .chevron {
    display: none;
}
.wizard.wizard-wired ul li .chevron:before {
    display: none;
}
.wizard.wizard-wired ul li.complete {
    background-color: #ffffff;
}
.wizard.wizard-wired ul li.complete .step:before {
    font-size: 22px;
    line-height: 36px;
}
.wizard.wizard-wired ul li.complete:hover {
    background-color: #ffffff;
}
.wizard.wizard-wired ul li.active {
    background-color: #ffffff;
}
.wizard.wizard-wired ul li .step {
    border-width: 2px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 15px;
    z-index: 2;
    background-color: #ffffff;
}
.wizard.wizard-wired ul li .title {
    display: block;
    margin-top: 4px;
    margin-bottom: 6px;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    z-index: 104;
    text-align: center;
    table-layout: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.wizard.wizard-wired ul li:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px !important;
    font-size: 0;
    overflow: hidden;
    background-color: #e5e5e5;
    position: relative !important;
    top: 25px;
    z-index: 1 !important;
}
.wizard.wizard-wired ul li:first-child:before {
    max-width: 51%;
    left: 50%;
}
.wizard.wizard-wired ul li:last-child:before {
    max-width: 50%;
    width: 50%;
}
.wizard ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    width: 4000px;
}
.wizard ul.previous-disabled li.complete {
    cursor: default;
}
.wizard ul.previous-disabled li.complete:hover {
    background: #f3f3f3;
    cursor: default;
}
.wizard ul.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f3f3;
}
.wizard ul li {
    float: left;
    margin: 0;
    padding: 0 20px 0 30px;
    line-height: 46px;
    position: relative;
    background: #f5f5f5;
    color: #d0d0d0;
    font-size: 16px;
    cursor: default;
    -webkit-transition: all 0.218s ease;
    -moz-transition: all 0.218s ease;
    -o-transition: all 0.218s ease;
    transition: all 0.218s ease;
}
.wizard ul li .step {
    border: 2px solid #e5e5e5;
    color: #cccccc;
    font-size: 13px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}
.wizard ul li .chevron {
    border: 24px solid transparent;
    border-left: 14px solid #d4d4d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1;
}
.wizard ul li .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #f5f5f5;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
    -webkit-transition: all 0.218s ease;
    -moz-transition: all 0.218s ease;
    -o-transition: all 0.218s ease;
    transition: all 0.218s ease;
}
.wizard ul li.complete {
    background: #f5f5f5;
    color: #444444;
}
.wizard ul li.complete:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    height: 2px;
    max-height: 2px;
    overflow: hidden;
    background-color: #a0d468;
    z-index: 10000;
}
.wizard ul li.complete:hover {
    background: #eeeeee;
    cursor: pointer;
}
.wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #eeeeee;
}
.wizard ul li.complete .chevron:before {
    border-left: 14px solid #f5f5f5;
}
.wizard ul li.complete .step {
    color: #a0d468;
    border-color: #a0d468;
}
.wizard ul li.complete .step:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    content: "\f00c";
    background-color: #ffffff;
    z-index: 3;
    font-family: FontAwesome;
    font-size: 12px;
    color: #a0d468;
}
.wizard ul li.active {
    background: #ffffff;
    color: #111;
}
.wizard ul li.active .step {
    border-color: #2dc3e8;
    color: #2dc3e8;
}
.wizard ul li.active:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
    height: 2px;
    max-height: 2px;
    overflow: hidden;
    background-color: #2dc3e8;
    z-index: 10000;
}
.wizard ul li.active .chevron:before {
    border-left: 14px solid #ffffff;
}
.wizard ul li .badge {
    margin-right: 8px;
}
.wizard ul li:first-child {
    -webkit-border-radius: 2px 0 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 0;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 0;
    background-clip: padding-box;
    padding-left: 20px;
}
.actions {
    z-index: 1000;
    position: absolute;
    right: 0;
    line-height: 42px;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    vertical-align: middle;
    border-left: 1px solid #d4d4d4;
}
.actions a {
    line-height: 45px;
    font-size: 12px;
    margin-right: 8px;
}
.actions .btn-prev i {
    margin-right: 5px;
}
.actions .btn-next i {
    margin-left: 5px;
}
.actions.actions-footer {
    margin-top: -10px;
    position: relative;
    float: none;
    text-align: right;
    border: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.step-content {
    border-top: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
    background-color: #fbfbfb;
}
.step-content .step-pane {
    display: none;
}
.step-content .active {
    display: block;
}
.step-content .active .btn-group .active {
    display: inline-block;
}
/*#endregion Wizards*/