/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/

.article_list-slickgrid-content
{
    font-size: 11px;
    font-family: Verdana,Arial,sans-serif;
}

.slick-row {
    background: #F5F7D7;
    position: absolute;
    background: white;
    border: 0px;
}

.slick-row.selected {
    color: #330;
    font-weight: normal;
    z-index: 1;
    background-color: #efefef !important;
}

.slick-row:hover {
    background: #ffc !important;
}

.slick-cell a:active {
    outline: 1px dotted #330;
}

.slick-row.loading {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.slick-row.loading.new-row {
    display: none;
    visibility: hidden;
    height: 0px;
}

.grid-canvas .odd {
    background: #f9f9f9;
}

.slickgrid {
    border: 1px solid #999999;
    font-size: 11px;
    font-family: Verdana,Arial,sans-serif;
}

.slick-header, .slick-totals {
    background: transparent;
    border: 0px;
    overflow: hidden;
    width: 100%;
}

.slick-header-columns, .slick-totals-columns {
    background: #eeeeee;
    border: 0px;
    width: 999999px;
    position: relative;
    white-space: nowrap;
    cursor: default;
    overflow: hidden;
}

.slick-header-column, .slick-totals-column {
    background: #edeef0 url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/tablesort_inactive.png) no-repeat scroll right top;
    border-color: #fafafa #aaa #999;
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: #222;
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    padding: 4px 20px 4px 5px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px;
    line-height: 16px;
    margin: 0;
}

.slick-header-column-active {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

.slick-totals-column {
    background: #b3d9f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#bfe2ff), to(#b3d9f8));
    background: -moz-linear-gradient(top, #bfe2ff, #b3d9f8);
    border-color: #186AA2 #91C9DD;
    border-left: 1px solid #91C9DD;
    border-right: 1px solid #91C9DD;
    border-style: solid;
    border-width: 0 1px 1px 0;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 4px 6px 5px;
}

.slick-sort-indicator {
    display: inline-block;
    height: 15px;
    position: absolute;
    right: 0px;
    top: -1px;
    width: 14px;
}

.slick-header-column-sorted {
    background: #156cc5 !important;
    color: #fff;
}

.slick-sort-indicator-desc {
    background-image: url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/tablesort_down_arrow.png);
}

.slick-sort-indicator-asc {
    background-image: url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/tablesort_up_arrow.png);
}

.slick-header-column-active .slick-resizable-handle {
}

.slick-sortable-placeholder {
    background: #999;
}

.grid-canvas {
    position: relative;
    outline: 0;
}

.slick-viewport {
    background: #eeeeee;
}

.slick-cell {
    float: left;
    border: 1px solid transparent;
    border-right: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 1;
    padding: 3px 0px 0px 2px;
    margin: 0;
    white-space: nowrap;
    cursor: default;
}

.slick-cell.highlighted {
}

.slick-cell.flashing {
    border: 1px solid red !important;
}

.slick-cell.editable {
    z-index: 11;
    overflow: visible;
    background: white;
    border-color: black;
    border-style: solid;
}

.slick-cell:focus {
    outline: none;
}

.slick-reorder-proxy {
    display: inline-block;
    background: blue;
    opacity: 0.15;
    filter: alpha(opacity=15);
    cursor: move;
}

.slick-reorder-guide {
    display: inline-block;
    height: 2px;
    background: blue;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

div.slick-resizable-handle {
    cursor: col-resize;
    display: block;
    font-size: 0.1px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    width: 4px;
}

.slick-selection {
    z-index: 10;
    position: absolute;
    background: gray;
    border: 1px solid black;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-box-shadow: 0px 0px 10px black;
    -moz-box-shadow: 0px 0px 10px black;
    box-shadow: 0px 0px 10px black;
}

/********************************************************** Filter First Row */

.slickgrid-controls, .slickgrid-controls-secondary {
    border-bottom: 0;
    margin: 0 -2px 0 0;

}

.slickgrid-controls-secondary {
    padding: 6px 7px 4px;
}

.slickgrid-controls {
    padding: 6px 0 4px;
    min-height: 34px;
}

a.slickgrid-pseudo-button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ddd;
    border: 1px solid #666;
    border-color: #888 #666 #666 #888;
    display: inline-block;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 8px 4px;
    text-decoration: none;
}

a.slickgrid-pseudo-button:hover {
    background-color: #fafafa;
}

a.add-new-filter {
    background: #ddd url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/grid_sprites.png) no-repeat scroll 5px -194px;
    float: left;
    line-height: 13px;
    margin: 0 6px 3px 0;
    padding-left: 18px;
}

a.slickgrid-column-picker {
    background: #ddd url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/grid_sprites.png) no-repeat scroll right -299px;
    margin-bottom: 3px;
    padding-right: 20px;
}

div.active-filter {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.15);
    box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.15);
    background: #555;
    border: 0;
    color: #eee;
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    margin: 3px 3px 2px 0;
    padding: 5px 8px 4px 9px;
    text-decoration: none;

}

div.active-filter a {
    color: #eee;
    float: left;
    font-weight: bold;
    text-decoration: none;
}

div.active-filter a:hover {
    color: #fff;
    text-decoration: underline;
}

div.active-filter a strong {
    color: #fff;
}

div.active-filter span {
    background: #555 url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/grid_sprites.png) no-repeat scroll -1px -1px;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 12px;
    margin: 1px 0 0 7px;
    width: 12px;
}

div.active-filter span:hover {
    background: #555 url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/grid_sprites.png) no-repeat scroll -1px -51px;
}

.total-row-count {
    display: inline-block;
    padding: 6px 6px 6px 0;
    color: #333;
    margin: 0px 3px 0 0px;
    font-size:12px;
}

/****************************************************** Filter Secondary Row */

.form-submit-button-box-center,.form-submit-button-box-center-large {
    width: 100%;
    text-align:center;
    display:inline-block;
    margin-top:5px;
    display: block\9;
    width: auto\9;
}
.form-submit-button-box-center p.button-round-box,.form-submit-button-box-center-large p.button-round-box{
    float:none;
    margin-right:10px;
    display:inline-block;
    zoom: 1;
    display: inline\9;
}
.filter-setting-menu:HOVER,.load-filter-setting-menu:HOVER {
    background-color:#D3DFE9;
}
.filter-setting-menu {
    display:block;
}
.filter-setting-menu A{
    color:#111111;
    display:block;
    padding:4px 12px 4px 12px;
}

.load-filter-setting-menu .menu-arrow-right{
   padding-right:18px;
   background-image:  url('../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/bullet_arrow_right.png');
   background-repeat: no-repeat;
   background-position: right 5px;
}

.main-slickgrid-setting-dialog .button-round-box {
    float:none;
    margin-bottom:5px;
}
.main-slickgrid-setting-dialog A:HOVER {
    text-decoration:none;
}
.load-slickgrid-setting-menu {
    width:150px;
    border:1px solid #bbbbbb;
    padding: 0px 0px 0px 0px;
    margin:0;
    z-index: 20;
    position: absolute;
    background-color:#dddddd;
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.filter-to-load {
    height:25px;
    line-height:20px;
    display:block;
    padding:0px 0px 0px 0px;
    margin:0px;
}
.filter-to-load:HOVER {
   background-color:#D3DFE9;
}
.filter-to-load A{
    width:119px;
    display:inline-block;
    float:left;
    text-decoration:none;
    padding:3px 0px 2px 4px;

}

.filter-to-load-remove{
    display:block;
    float:right;
    width:22px;
    height:25px;
    background-image:  url('../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/delete.png');
    background-repeat: no-repeat;
    background-position: 3px 3px;
    border-left:1px solid #bbbbbb;
}

.save-slickgrid-setting-menu {
    min-width:400px;
    border:1px solid #bbbbbb;
    min-height: 30px;
    padding: 0px 10px 0px 10px;
    margin:7px 0 0 7px;
    z-index: 20;
    position: absolute;
    background-color:#dddddd;
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.save-slickgrid-setting-menu form {
    margin-bottom:0px;
}
.main-slickgrid-setting-dialog {
    border:1px solid #bbbbbb;
    background-color:#dddddd;
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    min-height: 30px;
    padding: 0;
    margin: 38px 0 0 0;
    z-index: 800;
    position: absolute;
    cursor: pointer;
}

.slickgrid-controls-secondary {
    width: 440px;
    border: 1px solid #bbbbbb;
    min-height: 30px;
    padding: 0px 12px 8px 12px;
    margin: 38px 0 0 0;
    z-index: 900;
    position: absolute;
    background-color:#dddddd;
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    right: 0;
}


.slickgrid-controls-container input.datetimepicker {
    padding-right:24px;
}
.slickgrid-controls-container p.monthorday {
    float: left;
}
.slickgrid-controls-secondary select {
    border: 1px solid #999;
    margin-right: 14px;
    padding: 3px;
}
.slider-container {
    display: inline-block;
    margin: 0 12px;
    width: 200px;
}
.slider-input-range-wrap {
    width:215px;
    padding:20px 0 0 5px;
}
input.slider-left,input.slider-right {
    width:40px !important;
}
input.slider-right {
    float:right;
}
input.slider-left {
    float:left;
}

.slickgrid-controls-secondary .ui-slider-handle {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: col-resize;
    background: #eee;
    border: 1px solid #fff;
    border-color: #fff #eee #eee #fff;
    height: 20px;
    top: -7px;
    width: 12px;
}

.slickgrid-controls-secondary .ui-state-focus {
    background: #fff;
}

.slider-numeric-value, .slickgrid-filter-text-value {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border: 0;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    margin: 3px 0 0 0;
    padding: 3px 0 3px 6px;
    width: 48px;
}

.slickgrid-filter-text-value {
    margin-left: 0px;
    margin-right: 5px;
    width: 200px;
}

.slickgrid-filter-prefix, .slickgrid-filter-suffix {
    color: #999;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 20px;
    line-height: 22px;
    margin: 3px 0 0 0;
}

.slickgrid-filter-suffix {
    float: left;
    margin: 3px 0 0 -23px;
    padding: 0 6px 0 0;
    text-align: right;
    width: 18px;
    z-index: 11;
}

.slickgrid-filter-prefix {
    padding: 0 0 0 6px;
    position: absolute;
    z-index: 11;
}

.slickgrid-filter-has-prefix {
    padding-left: 17px;
}

.slickgrid-filter-has-suffix {
    padding-right: 18px;
}

div.ui-slider-horizontal {
    height: 7px !important;
    position: relative;
    top: 10px;
}

div.ui-slider-range {
    float: left;
    height: 7px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

a.apply-filter, a.cancel-filter {
    border: 0 none;
    color: #fff;
    height: 14px;
    left: 4px;
    line-height: 15px;
    margin: 0 0 0 8px;
    padding: 5px 8px 5px 20px;
    position: relative;
    top: 2px;
}

a.apply-filter {
    background: #080 url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/grid_sprites.png) no-repeat scroll 5px -93px;
}

a.cancel-filter {
    background: #655 url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/grid_sprites.png) no-repeat scroll 6px -143px;
    margin: 0 0 0 4px;
}

a.apply-filter:hover {
    background-color: #050;
    color: #fff;
}

a.cancel-filter:hover {
    background-color: #522;
    color: #fff;
}

.slickgrid-controls .edit_culomns {
    float:right;
}
.slickgrid-controls .filter_culomns {
    float:left;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.slickgrid-controls .progressbar {
    width: 120px;
    float: left;
    display: inline-block;
    margin-left: 7px;
    margin-top: 3px;
}
.slickgrid-controls .progressbar-text {
    float:left;
    padding:6px 3px 0 7px;
    font-size: 11px;
}
.slickgrid-controls .ui-progressbar {
    height: 23px;
}

.slickgrid-controls .ui-widget-header {
    background: #D1EED1;
}
.slickgrid-controls .ui-progressbar-value {
    font-size:11px;
    font-weight:normal;
    text-align:center;
}
.slickgrid-controls .progressbar-value-text {
    padding:2px 0 0 4px;
    display:block;

}
.filter-choose {
    margin:0 0 6px 0;
}
/* End hide from IE-mac */
.slickgrid-controls-secondary .form-row label {
    width:120px;
}
.slickgrid-controls-container {
    margin-top:1px;
    max-width:530px;
    float:left;
}
.slickgrid-controls-container p.padding-top{
    padding-top:6px;
}
.slickgrid-controls-container A.button{
    margin:6px 10px 0 0;
}

.slick-columnpicker label{
    width:100px;
}
.slickgrid-controls-secondary select {
    width:auto;
    max-width:150px;
}
.slickgrid-controls-container input{
    width:120px;
}
.select-columns-button {
    width:16px;
    height: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.active-filters-wrapper {
    position: relative;
    width: 58%;
    display: inline-block;
}

.datagrid-actions {
    position: relative;
    width: 100%;
    height: 32px;
    display: inline-block;
    float: right;
    padding: 3px 0;
}

.datagrid-actions .action {
    float: left;
}

.datagrid-actions a.btn {
    font-size: 12px;
}

.datagrid-actions>.datagrid-actions-box {
    position: absolute;
    top: 0;
    right: 0;
}

.slickgrid {
    clear: both;
}

.datagrid-slickgrid {
    position: relative;
    clear: both;
    margin-left: 10px;
}

.slickgrid {
    width: 100%;
    height: 387px;
}

.slickgrid.pagesize-10 {
    height: 387px;
}

.slickgrid.pagesize-20 {
    height: 737px;
}

.slickgrid.pagesize-50 {
    height: 1787px;
}

.slickgrid-pager {
    width: 100%;
    height: 20px;
}

.slick-columnpicker label {
    float: none;
}

.slick-columnpicker hr {
    border: 1px inset #eee;
    margin: 0;
}

.slick-columnpicker li label {
    font-weight: bold !important;
}

.slick-columnpicker li.non-sortable label {
    font-weight: normal !important;
}

.slick-pager {
    border: none;
    background: none;
}

.slick-pager .select2-container {
    width: 60px;
    outline: none;
}

.slick-header-column.ui-state-default {
    border-bottom: 1px solid #999;
}

.datagrid-filter .button-round-box {
    float: left;
    display: inline-block;
}

.progressbar-value-text {
    color: black;
    text-shadow: none;
}

.datagrid-actions .progresstext {
	white-space: nowrap;
}

.datagrid-actions .text {
    font-size: 9px;
}

.datagrid-actions .value {
    font-size: 11px;
}

.datagrid-actions .button-round-box {
    margin-left: 5px;
}

.slick-header-columns .slick-header-column {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.slick-cell input[type='checkbox'] {
	margin-top: 0px;
	vertical-align:baseline;
}

.slick-header-column.non-sortable {
	background-image: none;
        font-weight: normal;
        cursor: default;
}

.slick-row + .odd {
	background: #F9F9F9;
}

.grid-align-right {
	text-align:right;
}

.grid-align-center {
    text-align:center;
}

.datagrid-footer .datagrid-operations {
    width: 49%;
    display: inline-block;
}

.datagrid-footer>.slick-pager {
    width: 50%;
    display: inline-block;
    float: right;
    position: relative;
    margin-top: 3px;
}

.datagrid-footer>.slick-pager>.slick-pager {
    width: auto;
    display: inline-block;
    top: 0;
    right: 0;
    position: absolute;
}

/* fix zmeny velikosti gridu */
.slickgrid .slick-viewport {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

/* tlacitko pro skryti stromu */
.hide-tree-button-wrapper {
    padding: 0;
    margin: 5px !important;
    position: absolute;
    width: 12px;
    display: inline;
    float: left;
}

.hide-tree-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.hide-tree-button.opaque {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/* fast filtry */
.slickgrid-fast-filter .fast-filter-ok-button {
    float: right;
    margin-top: 6px;
}

.slickgrid-fast-filter input[type=text] {
    margin: 4px;
}

.slickgrid-fast-filter input[type=checkbox].boolean-checkbox {
    margin: 10px;
}

.slickgrid-fast-filter select {
    margin: 4px;
    width: 120px;
    height: auto;
}

.slickgrid-fast-filter .slickgrid-controls-container.range {
    width: 280px;
}

.slickgrid-fast-filter .slickgrid-controls-container.range .slider-container-wrapper {
    width: 220px;
    display: inline;
    float: left;
}

.slickgrid-fast-filter .slickgrid-controls-container.range .fast-filter-ok-button {
    width: 50px;
    display: inline;
    float: right;
}

.slick-cell .icon {
    margin-top: -1px;
}

.slick-cell img {
    max-width: 16px;
    max-height: 16px;
}

/* fix zachovani velikosti pisma */
.slickgrid.ui-widget {
    font-size: 11px;
}
.grid-choice-columns {
    float: right;
}
.possible_columns {
    position: absolute;
    z-index: 20;
    width: 160px;
    height: 300px;
    margin-top: -318px;
    border: 1px solid #718BB7;
    background: #f0f0f0;
    padding: 8px 10px 8px 15px;
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.admin .possible_columns input[type="checkbox"] {
    margin: 0 6px 0 0;
}
.possible_columns_content {
    height: 300px;
    overflow-y: scroll;
}

.possible_columns_content .gridchoice-column-item {
    cursor: move;
}

.possible_columns_content .popup-help {
    line-height: 38px;
}

.grid-operations-wrapper {
    margin-top: -10px;
    padding-left: 10px;
}

/*
.slick-columnpicker-content {
    border: 0;
    cursor: default;
    background: #dddddd;
    width: 150px;
    padding: 8px 10px 8px 15px;

    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
     box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.slick-columnpicker {
  padding:30px 20px 20px 20px;
  display:none;
  position:absolute;
  z-index:900;
}

.slick-columnpicker div {
    clear: both;

    zoom: 1;
}

.slick-columnpicker input {
    float: left;
    margin: 8px 4px 3px 0;
}

.slick-columnpicker label {
    color: #555;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    text-align:left;
}

.slick-columnpicker label.active {
    color: #333;
    font-weight: bold;
}

.slick-columnpicker hr {
    border: 0;
    border-top: 1px solid #ddd;
    clear: both;
    height: 1px;
    margin: 7px -9px;
    padding: 0;
}

.remove-slickgrid-setting {
    width:90px;
    display:block;
    margin:0 auto 0 auto;
}
.show-columns-header {

    clear:both;
    font-weight:bold;
    padding:5px 0 0 0;
    margin-bottom:0px;
}
.select-column {
    padding:0 5px 0 5px;
}*/

.remove-slickgrid-setting-wrap {
    clear: both;
    margin: 10px 0 0px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    text-align: center;
}

.remove-slickgrid-setting-wrap .button {
    min-width:100px;
    text-align:center;
}

.slick-columnpicker input[type=checkbox] {
    margin-top: 0;
}

.slick-columnpicker label {
    display: inline;
    padding: 0;
    margin: 0;
}

form.datagrid-filter table thead .select2-container,
form.datagrid-filter table thead input[type=text]{
    max-width: 150px;
}

form.datagrid-filter table thead input[type=number]{
    max-width: 60px;
}

form.datagrid-filter table thead label {
    font-weight: bold;
}

form.datagrid-filter table thead th {
    vertical-align: top !important;
}

form.datagrid-filter .order.filter .select2-container {
    max-width: 150px;
    float: left;
    margin-right: 10px;
}

form.datagrid-filter .pagesize.filter .select2-container {
    max-width: 60px;
}

.grid-choice-init-button-wrapper {
    margin-left: 5px !important;
    margin-top: 0px !important;
    float: left;
}

form.datagrid-filter .select2-chosen {
    font-weight: normal;
}

form.datagrid-filter .order-icon {
    color: #ccc;
    cursor: pointer;
}

form.datagrid-filter .order-icon.active {
    color: #444;
}

form.datagrid-filter table th .filter input, form.datagrid-filter table th .filter select, form.datagrid-filter table th .filter .select2-container, form.datagrid-filter table th .filter textarea {
    width: 100%;
    max-width: none;
}

form.datagrid-filter table th .filter input {
    box-sizing: border-box;
    height: 28px;
}

form.datagrid-filter table th .filter input[type=number] {
    width: 75px;
}

form.datagrid-filter table th .filter label {
    display: none;
}

form.datagrid-filter table th label.filter-label {
    float: left;
    width: auto;
    padding-right: 7px;
}

form.datagrid-filter table th .range-input {
    max-width: 100px !important;
}

form.datagrid-filter .pagination-controls {
    width: 100%;
}

form.datagrid-filter .pagination-controls .pagination-wrapper {
    width: 70%;
    float: left;
}

form.datagrid-filter .pagination-controls .pagesize-wrapper {
    float: left;
    margin: 20px 0;
    position: relative;
    width: 30%;
}

form.datagrid-filter .pagination-controls .pagesize-wrapper label {
    float: left;
    width: auto;
    padding-right: 10px;
    margin-top: 3px;
}

form.datagrid-filter .pagination-controls .pagesize-wrapper .pagesize.filter {
    position: absolute;
    right: 0;
}

form.datagrid-filter .selected-info {
    float: left;
    line-height: 38px;
    margin-right: 7px;
    color: red;
}

form.datagrid-filter .selected-info.notempty {
    color: green;
}

form.datagrid-filter .slickgrid-select-all {
    display: none;
}

/* Windows
----------------------------------------------------------------------------------------------------*/

.jqd-window {
    background: #f6f6f6;
    border: 1px solid #999;
    -webkit-background-clip: padding-box;
    color: #000;
    position: absolute;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
    opacity: 0.97;
}

.jqd-window.active {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.jqd-window-top {
    background: #333 url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/gui/bar_bottom.png) repeat-x;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-background-clip: padding-box;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 18px;
    text-shadow: #000 0 1px 1px;
    height: 30px;
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: move;
    font-family: Verdana,Arial,sans-serif;
}

.jqd-window-top.invisible {
    display: none;
}

.jqd-window-top.invisible>img {
    display: none;
}

.jqd-window-top.invisible>.title {
    display: none;
}

.jqd-window-top.invisible>.jqd-window-icons {
    display: none;
}

.jqd-window-top img {
    float: left;
    margin: 5px 5px 0 0;
}

.jqd-window-bottom {
    background: #fff url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/gui/bar_top.png) repeat-x left bottom;
    border-top: 1px solid #bbb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-background-clip: padding-box;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    padding: 0 10px;
    text-shadow: #fff 0 1px 1px;
    height: 20px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    position: absolute;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.jqd-window-bottom.invisible {
    display: none;
}

.jqd-window-bottom.invisible>.footer {
    display: none;
}

.jqd-window-min,
.jqd-window-max,
.jqd-window-close,
.jqd-window-pin,
.jqd-window-roll,
.jqd-window-adapt {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    float: left;
    font-size: 0;
    margin: 5px 0 0 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.jqd-window-min, .jqd-window-min:hover {
    background-position: -64px -128px !important;
}

.jqd-window-max, .jqd-window-max:hover {
    background-position: -32px -80px !important;
}

.jqd-window-max.active, .jqd-window-max.active:hover {
    background-position: -48px -80px !important;
}

.jqd-window-close, .jqd-window-close:hover {
    background-position: -96px -128px !important;
}

.jqd-window-pin, .jqd-window-pin:hover {
    background-position: -144px -144px !important;
}

.jqd-window-pin.active, .jqd-window-pin.active:hover {
    background-position: -128px -144px !important;
}

.jqd-window-roll, .jqd-window-roll:hover {
    background-position: 0px 0px !important;
}

.jqd-window-roll.active, .jqd-window-roll.active:hover {
    background-position: -64px 0px !important;
}

.jqd-window-adapt, .jqd-window-adapt:hover {
    background-position: 0px -80px !important;
}

.jqd-window-content {
    top: 30px;
    left: 0;
    right: 0;
    bottom: 23px;
    position: absolute;
    overflow: auto;
    padding: 0;
}

.jqd-window-content.header-invisible {
    top: 0px;
}

.jqd-window-content.footer-invisible {
    bottom: 0px;
}

.jqd-window-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    cursor: default;
}

/* IE FIX, jinak se nezobrazuji obrazky tlacitek */
.jqd-window-icons .ui-icon {
    filter: none;
}

/* Dock
----------------------------------------------------------------------------------------------------*/

.jqd-dock {
    font-weight: bold;
    padding: 5px 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #333 url(../images/gui/bar_bottom.png) repeat-x;*/
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    opacity: 0.8;
    overflow: hidden;
    text-shadow: #000 0 1px 1px;
    height: 20px;
}

.jqd-dock>li {
    float: left;
    min-width: 150px;
    position: relative;
    background: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    margin: 0 5px;
    padding: 0 10px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
}

.jqd-dock>li.active {
    background: #c60;
    border: 1px solid #fff;
    padding: 0 9px;
}

.jqd-dock>li.minimized {
    color: #666;
}

.jqd-dock>li:hover {
    background: #222;
}

.jqd-dock>li>.title {
    padding-left: 3px;
}

/* Desktop
----------------------------------------------------------------------------------------------------*/

.jqd-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

.jqd-desktop-space {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 41px;
}

/* JQUERY UI */

.ui-state-disabled {
    opacity: 0.98;
}

.ui-resizable-se {
    background: url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/gui/window_corner.gif) no-repeat right bottom;
    font-size: 0;
    overflow: hidden;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    position: absolute;
}

/**
 * jquery dialog listy oken by mely byt stejne jako u jqd
 */

.ui-dialog {
    background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -webkit-background-clip: padding-box !important;
    color: #000 !important;
    position: absolute !important;
    opacity: 0.97 !important;
    padding: 0 !important;
}

.ui-dialog-titlebar, .dialogelfinder-drag {
    background: #333 url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/images/gui/bar_bottom.png) repeat-x !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -webkit-background-clip: padding-box !important;
    color: #fff !important;
    font-weight: bold !important;
    line-height: 30px !important;
    padding: 0 10px !important;
    text-shadow: #000 0 1px 1px !important;
    height: 30px !important;
    overflow: hidden !important;
    -moz-user-select: none !important;
    -khtml-user-select: none !important;
    user-select: none !important;
    border-radius: 0 !important;
    border: none !important;
}

.ui-dialog-title {
    margin: 0 auto !important;
    font-size: 12px !important;
}

.ui-dialog-titlebar-close {
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -webkit-background-clip: padding-box !important;
    float: left !important;
    font-size: 0 !important;
    margin: -10px 5px 0 5px !important;
    width: 16px !important;
    height: 16px !important;
    background: #dadada url(../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/private/@jquery/jquery-ui/themes/base/images/ui-icons_454545_256x240.png) 50% 50% repeat-x !important;
    border: 1px solid #999999 !important;
    color: #212121 !important;
    font-weight: normal !important;
    padding: 0 !important;
}

.ui-dialog-titlebar-close span {
    margin: 0 !important;
}

/*
    Document   : jquery.notify.default.css
    Created on : Nov 23, 2009, 3:14:10 PM
    Author     : Hunter Perrin
    Version    : 1.0.0
    Description: Default styling for Pines Notify jQuery plugin.
*/

/* Notice
----------------------------------*/
.ui-notify {
    top: 18px;
    right: 18px;
    position: absolute;
    height: auto;
    /* Ensure that the notices are on top of everything else. */
    z-index: 9999;
}

/* This hides position: fixed from IE6, which doesn't understand it. */
html > body .ui-notify {
    position: fixed;
}

.ui-notify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
}

.ui-notify-closer {
    margin-left: .2em;
    position: absolute;
    right: 5px;
    top: 5px;
}

.ui-notify-title {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: .4em;
}

.ui-notify-text {
    display: block;
}

.ui-notify-icon, .ui-notify-icon span {
    display: block;
    float: left;
    margin-right: .2em;
}

/* pozice stacku */
.ui-notify.stack-topright {
    top: 15px;
    right: 15px;
    left: auto;
}

/* alternativni pocatecni pozice stacku */
.ui-notify.stack-topleft {
    top: 15px;
    left: 15px;
    right: auto;
}

 .ui-notify.stack-topcenter {
 	top: 15px;
	left : auto !important;
	right : auto !important;
}

.ui-notify.stack-bottomleft {
    bottom: 15px;
    left: 15px;
    top: auto;
    right: auto;
}

.ui-notify.stack-bottomright {
    bottom: 15px;
    right: 15px;
    top: auto;
    left: auto;
}

#notify-nojs-wrapper {
    width: 300px;
    opacity: 1;
    display: block;
    right: 15px;
    top: 15px;
    position: fixed;
    margin-right: 30px;
    margin-top: -15px;
}

#notify-nojs-wrapper .ui-notify {
    width: 300px;
    position: relative;
}

.ui-notify.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.is-version .disabled-when-version, .is-version.disabled-when-version {
    pointer-events: none;
    // opacity: 0.2;
    // filter:alpha(opacity=20);
    position: relative;
    overflow: hidden;
}

.is-version .disabled-when-version > *, .is-version.disabled-when-version > * {
    display: none !important;
}

.is-version .disabled-when-version > label, .is-version.disabled-when-version > label {
    display: inline !important;
}

/*.is-version .disabled-when-version:after, .is-version.disabled-when-version:after {
    clear: both;
    content: "";
    display: block !important;
}*/

.is-version .disabled-when-version > .message, .is-version.disabled-when-version > .message {
    margin-top: 6px;
    display: inline-block !important;
    font-style: italic;
}

.non-clickable-div {
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-image: url('../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/image/empty.png');
    background-repeat: repeat;
    position: absolute;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700&subset=latin,latin-ext);
/* sestaveni stylu pro administraci */
/**
 * import jednotlivych casti administrace
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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;
  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;
  }
  .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('../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/fonts/glyphicons-halflings-regular.eot');
  src: url('../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/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;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  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: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
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: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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: 20px;
}
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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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: #777777;
}
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: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
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: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.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: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
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: #f5f5f5;
}
.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: #e8e8e8;
}
.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: #d9edf7;
}
.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: #c4e3f3;
}
.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: 15px;
    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: 20px;
  font-size: 21px;
  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"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-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;
}
.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);
  -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);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 {
  position: relative;
  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;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@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: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -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: 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);
  -moz-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;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  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;
  -moz-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: #23527c;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
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 dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-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: 9px 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: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: #777777;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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);
  -moz-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;
  -moz-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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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 .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .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: 3px;
}
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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .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 {
  z-index: 2;
  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: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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: 4px 4px 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: 4px;
}
.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: 4px 4px 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: 4px;
}
.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: #337ab7;
}
.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: 4px;
}
.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: 4px 4px 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;
}
.tab-content > .active {
  display: block;
}
.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: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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;
    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: -15px;
  margin-left: -15px;
}
@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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  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: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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);
  -moz-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: 8px;
  margin-bottom: 8px;
}
@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;
    -moz-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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .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: #888888;
}
.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: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #9d9d9d;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.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: #337ab7;
  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: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  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: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 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: #777777;
  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: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .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: #337ab7;
  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-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-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: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -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);
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-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: #5cb85c;
}
.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: #5bc0de;
}
.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: #f0ad4e;
}
.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: #d9534f;
}
.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,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.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: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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: 3px;
  border-top-left-radius: 3px;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.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: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.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: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.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: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  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: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-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: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  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);
    -moz-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: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  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;
  background-color: #000000;
  border-radius: 4px;
}
.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: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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);
}
.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: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.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;
  transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-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 {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  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);
  background-color: rgba(0, 0, 0, 0);
}
.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;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  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%;
  margin-top: -10px;
  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;
  line-height: 1;
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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-header:before,
.modal-header: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-header: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;
}
.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
.datagrid-slickgrid {
  width: 100%;
  max-width: 100%;
  padding: 25px 25px 0 25px;
  margin: 15px 0 0 0;
  background-color: #fff;
}
.datagrid-slickgrid .slickgrid-controls {
  height: 51px;
  padding: 0 0 15px 0;
  margin: 0;
  background-color: #fff;
}
.datagrid-slickgrid .slickgrid-controls .active-filters-wrapper {
  width: 40%;
  float: left;
}
.datagrid-slickgrid .slickgrid-controls .active-filters-wrapper .active-filter {
  padding: 5px 8px;
  border-radius: 0;
  margin: 0 5px 5px 0;
}
.datagrid-slickgrid .slickgrid-controls .datagrid-actions {
  width: 60%;
  height: 36px;
  float: right;
  padding: 0;
  margin: 0;
}
.datagrid-slickgrid .slickgrid-controls .datagrid-actions .action .button-round-box {
  margin-top: 0;
}
.datagrid-slickgrid .slickgrid-controls .datagrid-actions .action .button-round-box a.export-slickgrid {
  height: 34px !important;
}
.datagrid-slickgrid .slickgrid-controls .datagrid-actions .action .main-slickgrid-setting-dialog {
  padding: 0;
  border-color: #e3e2e2;
  margin: 36px 0 0 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.4);
}
.datagrid-slickgrid .slickgrid-controls .datagrid-actions .action .main-slickgrid-setting-dialog .filter-setting-menu a {
  padding: 10px 25px 10px 15px;
  color: #777;
}
.datagrid-slickgrid .slickgrid-controls .datagrid-actions .action .main-slickgrid-setting-dialog .filter-setting-menu a.menu-arrow-right {
  position: relative;
  background-image: none;
}
.datagrid-slickgrid .slickgrid-controls .datagrid-actions .action .main-slickgrid-setting-dialog .filter-setting-menu a.menu-arrow-right:after {
  position: absolute;
  top: 14px;
  right: 11px;
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: url('../../bundles/zitadatagrid/images/bullet_arrow_right.png') no-repeat center center;
  opacity: .7;
}
.datagrid-slickgrid .slickgrid-controls .datagrid-actions .action .main-slickgrid-setting-dialog .filter-setting-menu a:hover {
  background-color: #eee;
  color: #444;
}
.datagrid-slickgrid .slickgrid-controls .datagrid-actions .action .main-slickgrid-setting-dialog .filter-setting-menu a:hover.menu-arrow-right:after {
  opacity: 1;
}
.datagrid-slickgrid .slickgrid {
  padding: 0;
  border-color: #e3e2e2;
  background-color: #fff;
}
.datagrid-slickgrid .slickgrid .slick-header {
  border: 0;
}
.datagrid-slickgrid .slickgrid .slick-header .slick-header-column .slickgrid-select-all {
  opacity: 1;
  left: 7px;
}
.datagrid-slickgrid .slickgrid .slick-header-column.ui-state-default {
  height: 35px;
  padding: 9px;
  border-color: #e3e2e2;
  font-weight: 600;
  background-color: #f6f6f6;
  background-image: none;
  box-shadow: none;
}
.datagrid-slickgrid .slickgrid .slick-header-column.ui-state-default .slick-column-name {
  display: inline-block;
  vertical-align: top;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #888;
}
.datagrid-slickgrid .slickgrid .slick-header-column.ui-state-default:hover .slick-column-name {
  color: #444;
}
.datagrid-slickgrid .slickgrid .slick-header-column.ui-state-default .slick-sort-indicator {
  vertical-align: top;
  position: static;
  width: 8px;
  height: 12px;
  float: none;
  margin-top: 2px;
  background-image: url('../../bundles/webgetadmin/img/icons.png');
  background-position: -332px 0px;
}
.datagrid-slickgrid .slickgrid .slick-header-column.ui-state-default .slick-sort-indicator.slick-sort-indicator-asc {
  background-position: -332px -24px;
}
.datagrid-slickgrid .slickgrid .slick-header-column.ui-state-default .slick-sort-indicator.slick-sort-indicator-desc {
  background-position: -332px -12px;
}
.datagrid-slickgrid .slickgrid .slick-header-column.ui-state-default.slick-header-column-sorted {
  font-style: normal;
  background: #f0f0f0 !important;
}
.datagrid-slickgrid .slickgrid .slick-header-column.ui-state-default.slick-header-column-sorted .slick-column-name {
  color: #444;
}
.datagrid-slickgrid .slickgrid .slick-header-column.ui-state-default:last-of-type {
  border-right-color: #f6f6f6;
}
.datagrid-slickgrid .slickgrid .slick-row {
  border-bottom: 1px solid #e3e2e2;
}
.datagrid-slickgrid .slickgrid .slick-row:hover {
  background: #ffefe5 !important;
}
.datagrid-slickgrid .slickgrid .slick-row.loading {
  background-color: #eee;
  border-color: #eee;
}
.datagrid-slickgrid .slickgrid .slick-cell {
  padding-top: 7px;
  padding-left: 6px;
  border-right: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #000;
  overflow: hidden;
}
.datagrid-slickgrid .slickgrid .slick-cell:hover {
  color: #222;
}
.datagrid-slickgrid .slickgrid .slick-cell a {
  display: inline-block;
  vertical-align: top;
  transition: opacity .3s ease;
  cursor: default;
  opacity: .6;
}
.datagrid-slickgrid .slickgrid .slick-cell a:hover {
  text-decoration: none;
  opacity: 1;
}
.datagrid-slickgrid .slickgrid .slick-cell a .icon {
  display: block;
  top: 0;
  width: auto;
  margin: 0;
  line-height: .8;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}
.datagrid-slickgrid .slickgrid .slick-cell a .icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.datagrid-slickgrid .slickgrid .slick-cell a .icon.icon-delete:before {
  font-size: 22px;
}
.datagrid-slickgrid .slickgrid .slick-cell a:not(:last-of-type) {
  margin-right: 3px;
}
.datagrid-slickgrid .slickgrid .slick-cell .custom-checkbox {
  top: 1px;
}
.datagrid-slickgrid .slickgrid .slick-cell input[type=checkbox] {
  left: 6px;
}
.datagrid-slickgrid .slickgrid .slick-cell input[type=checkbox]:focus + .custom-checkbox {
  box-shadow: none;
}
.datagrid-slickgrid .slickgrid .slick-cell input[type=text] {
  padding: 1px 3px;
  font-size: 10px;
}
.datagrid-slickgrid .slickgrid .slick-cell .input-append .add-on {
  padding: 1px;
  line-height: 15px;
  font-size: 10px;
}
.datagrid-slickgrid .datagrid-footer {
  padding: 20px 0 0 0;
  margin: 25px -25px 0 -25px;
  background-color: #f6f6f6;
}
.datagrid-slickgrid .datagrid-footer .datagrid-operations {
  width: 100%;
  float: left;
}
.datagrid-slickgrid .datagrid-footer .grid-operations-wrapper {
  padding-left: 0;
  float: left;
}
.datagrid-slickgrid .datagrid-footer .grid-operations-wrapper .selected-info {
  color: #666;
}
.datagrid-slickgrid .datagrid-footer .grid-operations-wrapper form {
  margin-top: 5px;
  background: transparent;
}
.datagrid-slickgrid .datagrid-footer .grid-operations-wrapper form .select2-container {
  width: auto;
}
.datagrid-slickgrid .datagrid-footer .slick-pager {
  float: right;
  width: auto;
  height: 34px;
  margin-top: 15px;
  text-align: right;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager {
  position: static;
  float: none;
  margin-top: 0;
  white-space: nowrap;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-status {
  float: none;
  vertical-align: top;
  padding: 0 12px 0 10px;
  margin: 0;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #888;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .select2-container {
  width: 70px;
  vertical-align: top;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .select2-container .select2-choice .select2-chosen {
  text-align: left;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-nav {
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-nav .ui-icon-container {
  vertical-align: top;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  margin: 0 2px;
  box-shadow: none;
  background: transparent !important;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-nav .ui-icon-container .ui-icon {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 0;
  border: 1px solid #b5b6b7;
  margin: 0;
  background: #fff;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-nav .ui-icon-container .ui-icon:after {
  display: block;
  content: "";
  background-image: url('../../bundles/webgetadmin/img/icons.png');
  transition: all 0.1s ease-in-out;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-nav .ui-icon-container .ui-icon.ui-icon-seek-first:after {
  width: 19px;
  height: 12px;
  margin: 10px 6px 0 7px;
  background-position: -37px -130px;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-nav .ui-icon-container .ui-icon.ui-icon-seek-prev:after {
  width: 14px;
  height: 7px;
  margin: 12px 0 0 8px;
  background-position: -41px -132px;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-nav .ui-icon-container .ui-icon.ui-icon-seek-end:after {
  width: 19px;
  height: 12px;
  margin: 10px 0 0 7px;
  background-position: -57px -130px;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-nav .ui-icon-container .ui-icon.ui-icon-seek-next:after {
  width: 14px;
  height: 7px;
  margin: 12px 0 0 10px;
  background-position: -57px -132px;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-nav .ui-icon-container .ui-icon.ui-state-disabled {
  border-color: #ddd;
  background: #e4e4e4;
  cursor: default;
  opacity: 1;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-nav .ui-icon-container .ui-icon.ui-state-disabled:after {
  opacity: .5;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-nav .ui-icon-container .ui-icon:not(.ui-state-disabled):hover {
  border-color: #7d7f84;
}
.datagrid-slickgrid .datagrid-footer .slick-pager .slick-pager-nav .ui-icon-container .ui-icon:not(.ui-state-disabled):hover:after {
  opacity: 1;
}
.admin .slickgrid-fast-filter-wrapper .slickgrid-fast-filter.slick-columnpicker {
  position: relative;
  padding: 15px;
  border-color: #e3e2e2;
  background-color: #fff;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.8);
}
.admin .slickgrid-fast-filter-wrapper .slickgrid-fast-filter.slick-columnpicker > div:not(:last-of-type) {
  margin-bottom: 15px;
}
.admin .slickgrid-fast-filter-wrapper .slickgrid-fast-filter.slick-columnpicker .form-row {
  display: table;
  width: auto;
  float: none;
}
.admin .slickgrid-fast-filter-wrapper .form-submit-button-box-center-large {
  margin-top: 0;
}
.admin .slickgrid-fast-filter-wrapper .form-submit-button-box-center-large .button-round-box {
  margin: 0 5px;
}
.admin .slickgrid-fast-filter-wrapper .form-submit-button-box-center-large .button-round-box:first-of-type {
  margin-left: 0;
}
.admin .slickgrid-fast-filter-wrapper .form-submit-button-box-center-large .button-round-box:last-of-type {
  margin-right: 0;
}
.slickgrid-controls-container {
  max-width: 100%;
  margin-top: 0;
  float: none;
  font-size: 0;
}
.slickgrid-controls-container.range {
  width: 100%;
}
.slickgrid-controls-container.range .slider-container-wrapper {
  display: block;
  width: 100%;
  text-align: left;
}
.slickgrid-controls-container.range .slider-container-wrapper .slider-container {
  width: 92%;
  border-radius: 0;
  margin-left: 0;
}
.slickgrid-controls-container.range .slider-container-wrapper .slider-container.ui-slider-horizontal {
  top: 5px;
  height: 13px !important;
  border-radius: 0;
  border: 1px dotted #ccc;
}
.slickgrid-controls-container.range .slider-container-wrapper .slider-container .ui-slider-range {
  height: 13px !important;
  top: -1px;
  border-radius: 0;
  margin: 0;
  background: #78c954;
}
.slickgrid-controls-container.range .slider-container-wrapper .slider-container .ui-slider-handle {
  top: -4px;
  width: 19px;
  height: 19px;
  border-radius: 0;
  border-color: #bbb;
  background: #fff;
}
.slickgrid-controls-container.range .slider-container-wrapper .slider-container .ui-slider-handle:first-of-type {
  left: -1px;
}
.slickgrid-controls-container.range .slider-container-wrapper .slider-container .ui-slider-handle:hover {
  border-color: #bbb;
  background: #eee;
}
.slickgrid-controls-container.range .slider-container-wrapper .slider-input-range-wrap {
  width: 100%;
  padding-top: 15px;
}
.slickgrid-controls-container.range .slider-container-wrapper .slider-input-range-wrap .slider-numeric-value {
  width: 50px !important;
  margin: 0;
  text-align: center;
}
.slickgrid-controls-container.range .slider-container-wrapper .slider-input-range-wrap .slider-numeric-value.slider-left {
  margin-left: -5px;
}
.slickgrid-controls-container input[type=text] {
  display: inline-block;
  width: 195px;
  margin: 0 10px 0 0;
  font-size: 13px;
}
.slickgrid-controls-container input[type=text]:hover,
.slickgrid-controls-container input[type=text]:focus {
  box-shadow: none;
  outline: initial;
}
.slickgrid-controls-container.date {
  width: 300px;
}
.slickgrid-controls-container.date label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.2;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #727376;
}
.slickgrid-controls-container.date .date-subform {
  text-align: justify;
  font-size: 13px;
  color: #444;
}
.slickgrid-controls-container.date .date-subform:after {
  display: block;
  content: "";
  clear: both;
}
.slickgrid-controls-container.date .date-subform .datepicker,
.slickgrid-controls-container.date .date-subform select {
  width: 145px;
  margin: 0;
}
.slickgrid-controls-container.date .date-subform .datepicker:first-of-type,
.slickgrid-controls-container.date .date-subform select:first-of-type {
  float: left;
}
.slickgrid-controls-container.date .date-subform .datepicker:last-of-type,
.slickgrid-controls-container.date .date-subform select:last-of-type {
  float: right;
}
.slickgrid-controls-container.date .date-subform p.clean {
  display: none;
}
.slickgrid-controls-container.date .monthorday {
  width: 100%;
}
.slickgrid-controls-container.date .monthorday:after {
  display: block;
  content: "";
  clear: both;
}
.slickgrid-controls-container.date .monthorday span {
  width: 145px;
  text-align: left;
  font-size: 12px;
  color: #999;
}
.slickgrid-controls-container.date .monthorday span:first-of-type {
  float: left;
}
.slickgrid-controls-container.date .monthorday span:last-of-type {
  float: right;
}
.slickgrid-controls-container.date .monthorday span:first-letter {
  text-transform: uppercase;
}
.slickgrid-controls-container.date .monthorday .fast-filter-select {
  width: 145px;
  margin: 0;
}
.slickgrid-controls-container.date .monthorday .fast-filter-select:first-of-type {
  float: left;
}
.slickgrid-controls-container.date .monthorday .fast-filter-select:last-of-type {
  float: right;
}
.slickgrid-controls-container.date .monthorday .fast-filter-ok-button {
  margin-top: 10px;
}
.slickgrid-controls-container.boolean select {
  margin: 0 10px 0 0;
}
.slickgrid-controls-container.boolean .custom-checkbox {
  display: none;
}
.slickgrid-controls-container .fast-filter-select {
  display: inline-block;
  border-radius: 0;
  margin: 0 10px 0 0;
  font-size: 13px;
}
.slickgrid-controls-container .fast-filter-ok-button {
  display: inline-block;
  width: 54px;
  margin-top: 0;
  font-size: 13px;
}
.slickgrid-controls-container .fast-filter-ok-button .btn {
  padding: 7px 17px;
}
.slick-columnpicker:not(.slickgrid-fast-filter) {
  top: 334px !important;
  padding: 10px 15px;
  margin: 0;
  border-color: #e3e2e2;
  background-color: #fff;
  background-image: url('../../bundles/zitadatagrid/images/grid_columns_background.png');
  background-repeat: no-repeat;
  background-position: right 10px;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.4);
}
.slick-columnpicker:not(.slickgrid-fast-filter) li {
  position: relative;
  padding: 5px 0;
}
.slick-columnpicker:not(.slickgrid-fast-filter) li input[type=checkbox] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.slick-columnpicker:not(.slickgrid-fast-filter) li input[type=checkbox]:checked + label:before {
  border-color: #727376;
}
.slick-columnpicker:not(.slickgrid-fast-filter) li input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  background: url('../../bundles/webgetadmin/img/icons.png') no-repeat -104px -162px;
  width: 11px;
  height: 9px;
  display: block;
}
.slick-columnpicker:not(.slickgrid-fast-filter) li label {
  position: relative;
  width: 100%;
  padding-left: 25px;
  font-weight: 300 !important;
}
.slick-columnpicker:not(.slickgrid-fast-filter) li label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c3c4c7;
  width: 16px;
  height: 16px;
  transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
}
.slick-columnpicker:not(.slickgrid-fast-filter) li:hover label:before {
  border-color: #727376;
}
.slickgrid-controls-secondary {
  width: 352px;
  padding: 0 15px 15px 15px;
  border-color: #e3e2e2;
  background-color: #fff;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.4);
}
.slickgrid-controls-secondary-content label {
  width: auto;
}
.slickgrid-controls-secondary-content .slickgrid-controls-container {
  float: left;
}
.slickgrid-controls-secondary-content .slickgrid-controls-container.boolean {
  width: auto;
  text-align: left;
}
.slickgrid-controls-secondary-content .slickgrid-controls-container.boolean input[type=checkbox] {
  width: auto;
  margin-top: 2px;
}
.slickgrid-controls-secondary-content .slickgrid-controls-container.date .date-subform {
  font-size: 12px;
}
.slickgrid-controls-secondary-content .form-submit-button-box-center-large {
  margin-top: 0;
}
.slickgrid-controls-secondary-content .form-submit-button-box-center-large .button-round-box {
  margin: 0 5px;
}
.hide-tree-button-wrapper {
  width: 14px;
  margin: 15px 5px 0 0 !important;
  outline: none;
}
.hide-tree-button-wrapper .hide-tree-button {
  width: 14px;
  border-radius: 0;
  border: 0;
  background-color: #e3e2e2;
  background-image: url('../../bundles/zitadatagrid/images/column-collapse.png');
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  outline: none;
}
.hide-tree-button-wrapper .hide-tree-button.off {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hide-tree-button-wrapper .hide-tree-button.opaque {
  opacity: 1;
}
.hide-tree-button-wrapper .hide-tree-button:hover {
  background-color: #ddd;
}
form.datagrid-filter .table tr th {
  position: relative;
}
form.datagrid-filter .table tr th label.filter-label {
  min-height: 40px;
  padding-right: 20px;
}
form.datagrid-filter .table tr th .icon-up {
  position: absolute;
  top: 7px;
  right: 22px;
  background-color: #fff;
}
form.datagrid-filter .table tr th .icon-down {
  position: absolute;
  top: 7px;
  right: 5px;
  background-color: #fff;
}
form.datagrid-filter .table tr th .js-filter-text {
  width: 100%;
}
form.datagrid-filter .table tr th .js-filter-text input {
  max-width: 100%;
  width: 100%;
}
form.datagrid-filter .table tr th .js-filter-range-fromto {
  width: 100%;
  text-align: center;
  font-size: 0;
}
form.datagrid-filter .table tr th .js-filter-range-fromto input {
  display: inline-block;
  width: 45%;
  font-size: 14px;
}
form.datagrid-filter .table tr th .js-filter-range-fromto .divider {
  display: inline-block;
  width: 10%;
  font-size: 14px;
}
ul.chzn-results > li {
  white-space: nowrap;
}
.btn-choose-form-select {
  margin: 0 0 0 10px;
}
.select2-container {
  width: auto;
}
.form-row .select2-container {
  width: 100%;
}
.select2-container-multi .select2-choices {
  width: 100%;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  border-color: #ddd;
  background-color: #e4e4e4;
}
a.select2-search-choice-close {
  top: 3px;
}
.select2-choices input.select2-input {
  border: none !important;
}
.btn .icon {
  margin: 0;
}
.btn-choose-form-select .icon {
  margin: 0;
  height: 17px;
}
.select2-result-group-label {
  font-weight: bold;
  text-transform: uppercase;
}
.select2-drop-active {
  z-index: 1000;
}
.select2-drop-mask {
  z-index: 49;
}
.select2-chosen,
.select2-results {
  font-size: 13px !important;
}
.select2-chosen .select2-icon,
.select2-results .select2-icon {
  max-width: 50px;
  max-height: 30px;
  margin-right: 5px;
}
.select2-results {
  padding: 0 0 0 4px !important;
  margin: 4px 4px 4px 0 !important;
}
.select2-results li {
  line-height: 125%;
}
.select2-chosen {
  color: #444;
}
.select2-search {
  padding-top: 4px;
}
.select2-search input {
  margin-bottom: 3px !important;
}
.hide-select-arrow .select2-choice span.select2-arrow {
  display: none;
}
.hide-select-arrow.select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
  right: 3px;
}
.hide-select-arrow.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 13px;
}
.select2-container.select2-container-disabled {
  pointer-events: none;
  user-select: none;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #e4e4e4;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  border-color: #e4e4e4;
  background-color: #ccc;
}
.sf-toolbar-block .flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background-image: url("../../bundles/zitalocale/images/flags.png");
  background-repeat: no-repeat;
}
.sf-toolbar-block .flag-ad {
  background-position: 0 0;
}
.sf-toolbar-block .flag-ae {
  background-position: 0 -12px;
}
.sf-toolbar-block .flag-af {
  background-position: 0 -24px;
}
.sf-toolbar-block .flag-ag {
  background-position: 0 -36px;
}
.sf-toolbar-block .flag-ai {
  background-position: 0 -48px;
}
.sf-toolbar-block .flag-al {
  background-position: 0 -60px;
}
.sf-toolbar-block .flag-am {
  background-position: 0 -72px;
}
.sf-toolbar-block .flag-an {
  background-position: 0 -84px;
}
.sf-toolbar-block .flag-ao {
  background-position: 0 -96px;
}
.sf-toolbar-block .flag-ar {
  background-position: 0 -108px;
}
.sf-toolbar-block .flag-as {
  background-position: 0 -120px;
}
.sf-toolbar-block .flag-at {
  background-position: 0 -132px;
}
.sf-toolbar-block .flag-au {
  background-position: 0 -144px;
}
.sf-toolbar-block .flag-aw {
  background-position: 0 -156px;
}
.sf-toolbar-block .flag-ax {
  background-position: 0 -168px;
}
.sf-toolbar-block .flag-az {
  background-position: 0 -180px;
}
.sf-toolbar-block .flag-ba {
  background-position: 0 -192px;
}
.sf-toolbar-block .flag-bb {
  background-position: 0 -204px;
}
.sf-toolbar-block .flag-bd {
  background-position: 0 -216px;
}
.sf-toolbar-block .flag-be {
  background-position: 0 -228px;
}
.sf-toolbar-block .flag-bf {
  background-position: 0 -240px;
}
.sf-toolbar-block .flag-bg {
  background-position: 0 -252px;
}
.sf-toolbar-block .flag-bh {
  background-position: 0 -264px;
}
.sf-toolbar-block .flag-bi {
  background-position: 0 -276px;
}
.sf-toolbar-block .flag-bj {
  background-position: 0 -288px;
}
.sf-toolbar-block .flag-bm {
  background-position: 0 -300px;
}
.sf-toolbar-block .flag-bn {
  background-position: 0 -312px;
}
.sf-toolbar-block .flag-bo {
  background-position: 0 -324px;
}
.sf-toolbar-block .flag-br {
  background-position: 0 -336px;
}
.sf-toolbar-block .flag-bs {
  background-position: 0 -348px;
}
.sf-toolbar-block .flag-bt {
  background-position: 0 -360px;
}
.sf-toolbar-block .flag-bv {
  background-position: 0 -372px;
}
.sf-toolbar-block .flag-bw {
  background-position: 0 -384px;
}
.sf-toolbar-block .flag-by {
  background-position: 0 -396px;
}
.sf-toolbar-block .flag-bz {
  background-position: 0 -408px;
}
.sf-toolbar-block .flag-ca {
  background-position: 0 -420px;
}
.sf-toolbar-block .flag-catalonia {
  background-position: 0 -432px;
}
.sf-toolbar-block .flag-cc {
  background-position: 0 -444px;
}
.sf-toolbar-block .flag-cd {
  background-position: 0 -456px;
}
.sf-toolbar-block .flag-cf {
  background-position: 0 -468px;
}
.sf-toolbar-block .flag-cg {
  background-position: 0 -480px;
}
.sf-toolbar-block .flag-ch {
  background-position: 0 -492px;
  width: 11px;
  height: 11px;
}
.sf-toolbar-block .flag-ci {
  background-position: 0 -504px;
}
.sf-toolbar-block .flag-ck {
  background-position: 0 -516px;
}
.sf-toolbar-block .flag-cl {
  background-position: 0 -528px;
}
.sf-toolbar-block .flag-cm {
  background-position: 0 -540px;
}
.sf-toolbar-block .flag-cn {
  background-position: 0 -552px;
}
.sf-toolbar-block .flag-co {
  background-position: 0 -564px;
}
.sf-toolbar-block .flag-cr {
  background-position: 0 -576px;
}
.sf-toolbar-block .flag-cs {
  background-position: 0 -648px;
}
.sf-toolbar-block .flag-cu {
  background-position: 0 -600px;
}
.sf-toolbar-block .flag-cv {
  background-position: 0 -612px;
}
.sf-toolbar-block .flag-cx {
  background-position: 0 -624px;
}
.sf-toolbar-block .flag-cy {
  background-position: 0 -636px;
}
.sf-toolbar-block .flag-cz {
  background-position: 0 -648px;
}
.sf-toolbar-block .flag-de {
  background-position: 0 -660px;
}
.sf-toolbar-block .flag-dj {
  background-position: 0 -672px;
}
.sf-toolbar-block .flag-dk {
  background-position: 0 -684px;
}
.sf-toolbar-block .flag-dm {
  background-position: 0 -696px;
}
.sf-toolbar-block .flag-do {
  background-position: 0 -708px;
}
.sf-toolbar-block .flag-dz {
  background-position: 0 -720px;
}
.sf-toolbar-block .flag-ec {
  background-position: 0 -732px;
}
.sf-toolbar-block .flag-ee {
  background-position: 0 -744px;
}
.sf-toolbar-block .flag-eg {
  background-position: 0 -756px;
}
.sf-toolbar-block .flag-eh {
  background-position: 0 -768px;
}
.sf-toolbar-block .flag-england {
  background-position: 0 -780px;
}
.sf-toolbar-block .flag-en {
  background-position: 0 -936px;
}
.sf-toolbar-block .flag-er {
  background-position: 0 -792px;
}
.sf-toolbar-block .flag-es {
  background-position: 0 -804px;
}
.sf-toolbar-block .flag-et {
  background-position: 0 -816px;
}
.sf-toolbar-block .flag-europeanunion {
  background-position: 0 -828px;
}
.sf-toolbar-block .flag-fam {
  background-position: 0 -840px;
}
.sf-toolbar-block .flag-fi {
  background-position: 0 -852px;
}
.sf-toolbar-block .flag-fj {
  background-position: 0 -864px;
}
.sf-toolbar-block .flag-fk {
  background-position: 0 -876px;
}
.sf-toolbar-block .flag-fm {
  background-position: 0 -888px;
}
.sf-toolbar-block .flag-fo {
  background-position: 0 -900px;
}
.sf-toolbar-block .flag-fr {
  background-position: 0 -912px;
}
.sf-toolbar-block .flag-ga {
  background-position: 0 -924px;
}
.sf-toolbar-block .flag-gb {
  background-position: 0 -936px;
}
.sf-toolbar-block .flag-gd {
  background-position: 0 -948px;
}
.sf-toolbar-block .flag-ge {
  background-position: 0 -960px;
}
.sf-toolbar-block .flag-gf {
  background-position: 0 -972px;
}
.sf-toolbar-block .flag-gh {
  background-position: 0 -984px;
}
.sf-toolbar-block .flag-gi {
  background-position: 0 -996px;
}
.sf-toolbar-block .flag-gl {
  background-position: 0 -1008px;
}
.sf-toolbar-block .flag-gm {
  background-position: 0 -1020px;
}
.sf-toolbar-block .flag-gn {
  background-position: 0 -1032px;
}
.sf-toolbar-block .flag-gp {
  background-position: 0 -1044px;
}
.sf-toolbar-block .flag-gq {
  background-position: 0 -1056px;
}
.sf-toolbar-block .flag-gr {
  background-position: 0 -1068px;
}
.sf-toolbar-block .flag-gs {
  background-position: 0 -1080px;
}
.sf-toolbar-block .flag-gt {
  background-position: 0 -1092px;
}
.sf-toolbar-block .flag-gu {
  background-position: 0 -1104px;
}
.sf-toolbar-block .flag-gw {
  background-position: 0 -1116px;
}
.sf-toolbar-block .flag-gy {
  background-position: 0 -1128px;
}
.sf-toolbar-block .flag-hk {
  background-position: 0 -1140px;
}
.sf-toolbar-block .flag-hm {
  background-position: 0 -1152px;
}
.sf-toolbar-block .flag-hn {
  background-position: 0 -1164px;
}
.sf-toolbar-block .flag-hr {
  background-position: 0 -1176px;
}
.sf-toolbar-block .flag-ht {
  background-position: 0 -1188px;
}
.sf-toolbar-block .flag-hu {
  background-position: 0 -1200px;
}
.sf-toolbar-block .flag-id {
  background-position: 0 -1212px;
}
.sf-toolbar-block .flag-ie {
  background-position: 0 -1224px;
}
.sf-toolbar-block .flag-il {
  background-position: 0 -1236px;
}
.sf-toolbar-block .flag-in {
  background-position: 0 -1248px;
}
.sf-toolbar-block .flag-io {
  background-position: 0 -1260px;
}
.sf-toolbar-block .flag-iq {
  background-position: 0 -1272px;
}
.sf-toolbar-block .flag-ir {
  background-position: 0 -1284px;
}
.sf-toolbar-block .flag-is {
  background-position: 0 -1296px;
}
.sf-toolbar-block .flag-it {
  background-position: 0 -1308px;
}
.sf-toolbar-block .flag-jm {
  background-position: 0 -1320px;
}
.sf-toolbar-block .flag-jo {
  background-position: 0 -1332px;
}
.sf-toolbar-block .flag-jp {
  background-position: 0 -1344px;
}
.sf-toolbar-block .flag-ke {
  background-position: 0 -1356px;
}
.sf-toolbar-block .flag-kg {
  background-position: 0 -1368px;
}
.sf-toolbar-block .flag-kh {
  background-position: 0 -1380px;
}
.sf-toolbar-block .flag-ki {
  background-position: 0 -1392px;
}
.sf-toolbar-block .flag-km {
  background-position: 0 -1404px;
}
.sf-toolbar-block .flag-kn {
  background-position: 0 -1416px;
}
.sf-toolbar-block .flag-kp {
  background-position: 0 -1428px;
}
.sf-toolbar-block .flag-kr {
  background-position: 0 -1440px;
}
.sf-toolbar-block .flag-kw {
  background-position: 0 -1452px;
}
.sf-toolbar-block .flag-ky {
  background-position: 0 -1464px;
}
.sf-toolbar-block .flag-kz {
  background-position: 0 -1476px;
}
.sf-toolbar-block .flag-la {
  background-position: 0 -1488px;
}
.sf-toolbar-block .flag-lb {
  background-position: 0 -1500px;
}
.sf-toolbar-block .flag-lc {
  background-position: 0 -1512px;
}
.sf-toolbar-block .flag-li {
  background-position: 0 -1524px;
}
.sf-toolbar-block .flag-lk {
  background-position: 0 -1536px;
}
.sf-toolbar-block .flag-lr {
  background-position: 0 -1548px;
}
.sf-toolbar-block .flag-ls {
  background-position: 0 -1560px;
}
.sf-toolbar-block .flag-lt {
  background-position: 0 -1572px;
}
.sf-toolbar-block .flag-lu {
  background-position: 0 -1584px;
}
.sf-toolbar-block .flag-lv {
  background-position: 0 -1596px;
}
.sf-toolbar-block .flag-ly {
  background-position: 0 -1608px;
}
.sf-toolbar-block .flag-ma {
  background-position: 0 -1620px;
}
.sf-toolbar-block .flag-mc {
  background-position: 0 -1632px;
}
.sf-toolbar-block .flag-md {
  background-position: 0 -1644px;
}
.sf-toolbar-block .flag-me {
  background-position: 0 -1656px;
  width: 16px;
  height: 12px;
}
.sf-toolbar-block .flag-mg {
  background-position: 0 -1669px;
}
.sf-toolbar-block .flag-mh {
  background-position: 0 -1681px;
}
.sf-toolbar-block .flag-mk {
  background-position: 0 -1693px;
}
.sf-toolbar-block .flag-ml {
  background-position: 0 -1705px;
}
.sf-toolbar-block .flag-mm {
  background-position: 0 -1717px;
}
.sf-toolbar-block .flag-mn {
  background-position: 0 -1729px;
}
.sf-toolbar-block .flag-mo {
  background-position: 0 -1741px;
}
.sf-toolbar-block .flag-mp {
  background-position: 0 -1753px;
}
.sf-toolbar-block .flag-mq {
  background-position: 0 -1765px;
}
.sf-toolbar-block .flag-mr {
  background-position: 0 -1777px;
}
.sf-toolbar-block .flag-ms {
  background-position: 0 -1789px;
}
.sf-toolbar-block .flag-mt {
  background-position: 0 -1801px;
}
.sf-toolbar-block .flag-mu {
  background-position: 0 -1813px;
}
.sf-toolbar-block .flag-mv {
  background-position: 0 -1825px;
}
.sf-toolbar-block .flag-mw {
  background-position: 0 -1837px;
}
.sf-toolbar-block .flag-mx {
  background-position: 0 -1849px;
}
.sf-toolbar-block .flag-my {
  background-position: 0 -1861px;
}
.sf-toolbar-block .flag-mz {
  background-position: 0 -1873px;
}
.sf-toolbar-block .flag-na {
  background-position: 0 -1885px;
}
.sf-toolbar-block .flag-nc {
  background-position: 0 -1897px;
}
.sf-toolbar-block .flag-ne {
  background-position: 0 -1909px;
}
.sf-toolbar-block .flag-nf {
  background-position: 0 -1921px;
}
.sf-toolbar-block .flag-ng {
  background-position: 0 -1933px;
}
.sf-toolbar-block .flag-ni {
  background-position: 0 -1945px;
}
.sf-toolbar-block .flag-nl {
  background-position: 0 -1957px;
}
.sf-toolbar-block .flag-no {
  background-position: 0 -1969px;
}
.sf-toolbar-block .flag-np {
  background-position: 0 -1981px;
  width: 9px;
  height: 11px;
}
.sf-toolbar-block .flag-nr {
  background-position: 0 -1993px;
}
.sf-toolbar-block .flag-nu {
  background-position: -17px 0;
  width: 16px;
  height: 11px;
}
.sf-toolbar-block .flag-nz {
  background-position: -17px -12px;
}
.sf-toolbar-block .flag-om {
  background-position: -17px -24px;
}
.sf-toolbar-block .flag-pa {
  background-position: -17px -36px;
}
.sf-toolbar-block .flag-pe {
  background-position: -17px -48px;
}
.sf-toolbar-block .flag-pf {
  background-position: -17px -60px;
}
.sf-toolbar-block .flag-pg {
  background-position: -17px -72px;
}
.sf-toolbar-block .flag-ph {
  background-position: -17px -84px;
}
.sf-toolbar-block .flag-pk {
  background-position: -17px -96px;
}
.sf-toolbar-block .flag-pl {
  background-position: -17px -108px;
}
.sf-toolbar-block .flag-pm {
  background-position: -17px -120px;
}
.sf-toolbar-block .flag-pn {
  background-position: -17px -132px;
}
.sf-toolbar-block .flag-pr {
  background-position: -17px -144px;
}
.sf-toolbar-block .flag-ps {
  background-position: -17px -156px;
}
.sf-toolbar-block .flag-pt {
  background-position: -17px -168px;
}
.sf-toolbar-block .flag-pw {
  background-position: -17px -180px;
}
.sf-toolbar-block .flag-py {
  background-position: -17px -192px;
}
.sf-toolbar-block .flag-qa {
  background-position: -17px -204px;
}
.sf-toolbar-block .flag-re {
  background-position: -17px -216px;
}
.sf-toolbar-block .flag-ro {
  background-position: -17px -228px;
}
.sf-toolbar-block .flag-rs {
  background-position: -17px -240px;
}
.sf-toolbar-block .flag-ru {
  background-position: -17px -252px;
}
.sf-toolbar-block .flag-rw {
  background-position: -17px -264px;
}
.sf-toolbar-block .flag-sa {
  background-position: -17px -276px;
}
.sf-toolbar-block .flag-sb {
  background-position: -17px -288px;
}
.sf-toolbar-block .flag-sc {
  background-position: -17px -300px;
}
.sf-toolbar-block .flag-scotland {
  background-position: -17px -312px;
}
.sf-toolbar-block .flag-sd {
  background-position: -17px -324px;
}
.sf-toolbar-block .flag-se {
  background-position: -17px -336px;
}
.sf-toolbar-block .flag-sg {
  background-position: -17px -348px;
}
.sf-toolbar-block .flag-sh {
  background-position: -17px -360px;
}
.sf-toolbar-block .flag-si {
  background-position: -17px -372px;
}
.sf-toolbar-block .flag-sj {
  background-position: -17px -384px;
}
.sf-toolbar-block .flag-sk {
  background-position: -17px -396px;
}
.sf-toolbar-block .flag-sl {
  background-position: -17px -408px;
}
.sf-toolbar-block .flag-sm {
  background-position: -17px -420px;
}
.sf-toolbar-block .flag-sn {
  background-position: -17px -432px;
}
.sf-toolbar-block .flag-so {
  background-position: -17px -444px;
}
.sf-toolbar-block .flag-sr {
  background-position: -17px -456px;
}
.sf-toolbar-block .flag-st {
  background-position: -17px -468px;
}
.sf-toolbar-block .flag-sv {
  background-position: -17px -480px;
}
.sf-toolbar-block .flag-sy {
  background-position: -17px -492px;
}
.sf-toolbar-block .flag-sz {
  background-position: -17px -504px;
}
.sf-toolbar-block .flag-tc {
  background-position: -17px -516px;
}
.sf-toolbar-block .flag-td {
  background-position: -17px -528px;
}
.sf-toolbar-block .flag-tf {
  background-position: -17px -540px;
}
.sf-toolbar-block .flag-tg {
  background-position: -17px -552px;
}
.sf-toolbar-block .flag-th {
  background-position: -17px -564px;
}
.sf-toolbar-block .flag-tj {
  background-position: -17px -576px;
}
.sf-toolbar-block .flag-tk {
  background-position: -17px -588px;
}
.sf-toolbar-block .flag-tl {
  background-position: -17px -600px;
}
.sf-toolbar-block .flag-tm {
  background-position: -17px -612px;
}
.sf-toolbar-block .flag-tn {
  background-position: -17px -624px;
}
.sf-toolbar-block .flag-to {
  background-position: -17px -636px;
}
.sf-toolbar-block .flag-tr {
  background-position: -17px -648px;
}
.sf-toolbar-block .flag-tt {
  background-position: -17px -660px;
}
.sf-toolbar-block .flag-tv {
  background-position: -17px -672px;
}
.sf-toolbar-block .flag-tw {
  background-position: -17px -684px;
}
.sf-toolbar-block .flag-tz {
  background-position: -17px -696px;
}
.sf-toolbar-block .flag-ua {
  background-position: -17px -708px;
}
.sf-toolbar-block .flag-ug {
  background-position: -17px -720px;
}
.sf-toolbar-block .flag-um {
  background-position: -17px -732px;
}
.sf-toolbar-block .flag-us {
  background-position: -17px -744px;
}
.sf-toolbar-block .flag-uy {
  background-position: -17px -756px;
}
.sf-toolbar-block .flag-uz {
  background-position: -17px -768px;
}
.sf-toolbar-block .flag-va {
  background-position: -17px -780px;
}
.sf-toolbar-block .flag-vc {
  background-position: -17px -792px;
}
.sf-toolbar-block .flag-ve {
  background-position: -17px -804px;
}
.sf-toolbar-block .flag-vg {
  background-position: -17px -816px;
}
.sf-toolbar-block .flag-vi {
  background-position: -17px -828px;
}
.sf-toolbar-block .flag-vn {
  background-position: -17px -840px;
}
.sf-toolbar-block .flag-vu {
  background-position: -17px -852px;
}
.sf-toolbar-block .flag-wales {
  background-position: -17px -864px;
}
.sf-toolbar-block .flag-wf {
  background-position: -17px -876px;
}
.sf-toolbar-block .flag-ws {
  background-position: -17px -888px;
}
.sf-toolbar-block .flag-ye {
  background-position: -17px -900px;
}
.sf-toolbar-block .flag-yt {
  background-position: -17px -912px;
}
.sf-toolbar-block .flag-za {
  background-position: -17px -924px;
}
.sf-toolbar-block .flag-zm {
  background-position: -17px -936px;
}
.sf-toolbar-block .flag-zw {
  background-position: -17px -948px;
}
/* sestaveni vychoziho vzhledu administrace*/
/*
    Created on : 22.10.2014, 15:11:35
    Author     : karolyi
    @WebgetAdminBundle/Resources/private/less/layout
*/
html {
  width: 100%;
  height: 100%;
}
div.tree div {
  padding-left: 16px;
}
div.tree div.parent {
  cursor: pointer !important;
  background-color: red;
}
div.tree div.parent div {
  display: none;
  cursor: default;
}
div.tree div.expanded {
  background-color: green;
}
/* 
    Created on : 20.10.2014, 14:14:50
    Author     : karolyi
    @WebgetAdminBundle/Resources/private/less/config
*/
.config-form-tab {
  padding-top: 15px;
}
.config-form-tab .form-row {
  position: relative;
}
.config-form-tab .form-row .post-row-wrapper {
  position: absolute;
  top: -8px;
  right: -5px;
}
.config-form-tab .form-row input[type=checkbox].config-checkbox {
  position: absolute;
}
/*
    Created on : 20.10.2014, 13:33:31
    Author     : karolyi
*/
#content,
#content-wrapper {
  position: relative;
}
#desktop {
  position: relative;
}
#footer {
  z-index: 5000;
}
#footer p {
  text-align: right;
}
.jqd-window-content {
  padding: 7px;
}
#page_create {
  width: 100%;
}
.ui-draggable-helper {
  border: 1px solid black;
}
/* PAGINATOR */
.paginator {
  margin: 15px 10px;
}
.paginator span {
  border: thin solid #888888;
  color: #666666;
  padding: 4px;
  margin: 0 2px;
  font-size: 11px;
  font-weight: 200;
}
.paginator span:first-child {
  margin-left: 0;
}
.paginator span:first-child span {
  margin-left: 0;
}
.paginator span:last-child {
  margin-left: 0;
}
.paginator span:last-child span {
  margin-left: 0;
}
.paginator .separator {
  border: none;
}
.paginator .active {
  background-color: #888888;
  color: white;
}
.paginator .disabled {
  border: thin solid #cccccc;
  color: #bbbbbb;
}
.paginator a:link:visited:hover {
  color: #666666;
  text-decoration: none;
}
/**
 * jQueryUI
 */
.ui-resizable-handle {
  z-index: 200 !important;
}
/**
 * flashes
 */
.notify {
  text-align: center;
}
.flash-message {
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  margin: 10px auto;
}
.jstree-default.jstree-focused {
  background-color: white !important;
}
#notify-nojs-wrapper {
  z-index: 9999999;
}
/**
 * slickgrid
 */
#slickgrid-content {
  display: block;
}
.datagrid-slickgrid .slickgrid .slick-cell a:hover {
  color: #cf5757;
}
.jqd-window.ui-state-disabled {
  opacity: 0.98;
  filter: alpha(opacity=98);
}
.slick-column-name {
  font-size: 11px;
}
/**
 * notify
 */
.ui-notify-text {
  font-size: 1em;
  padding-left: 25px;
  line-height: 1.5em;
}
/**
 * importy
 */
ul.summary {
  margin-left: 150px;
}
ul.summary li {
  color: red;
}
ul.summary li:last-child {
  font-weight: bold;
  color: green;
}
.ui-autocomplete-loading {
  background: #ffffff url('../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/img/ui-anim_basic_16x16.gif') right center no-repeat !important;
}
.spinner-img {
  background: url('../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/img/spinner.gif') right center no-repeat;
}
/**
 * historie
 */
.popup-window {
  position: absolute;
  z-index: 10000;
  background-color: #fdfdfd;
  border: 1px solid #222222;
  padding: 5px;
  right: 0;
}
.popup-window b {
  font-weight: bold;
}
/**
 * form
 */
.choice-widget input {
  float: left;
}
.choice-widget label {
  width: auto !important;
  min-width: auto !important;
  padding: 3px;
}
.choice-widget > div {
  display: block;
}
/**
 * globalni
 */
.line-through {
  text-decoration: line-through;
}
.underlined {
  text-decoration: underline;
}
.reset,
.clear {
  clear: both;
}
/**
 * templates
 */
textarea#template_content {
  width: 750px;
  height: 350px;
}
.form-row {
  clear: both;
}
.form-row .form-side {
  float: left;
  width: 750px;
  margin-top: 5px;
}
/* global */
.inline-block {
  display: inline-block;
}
.hidden {
  display: none;
}
/**
 * konfigurace
 */
form.admin-config-form textarea {
  width: 100%;
  height: 150px;
}
/**
 * upozorneni o pristupu z ip adresy
 */
.access-alert {
  position: fixed;
  left: 50%;
  margin: 10px 0 0 -126px;
  width: 200px;
  padding: 5px 26px 5px 15px !important;
  z-index: 99999;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
.access-alert-left {
  margin-left: 0px;
  left: 0% !important;
}
.access-alert-right {
  margin-left: -247px;
  left: 100% !important;
}
.admin-page-image {
  max-width: 200px;
  max-height: 150px;
}
.image-preview {
  padding: 6px 0 0 0;
}
.image-preview img,
.image-preview object,
.image-preview embed {
  max-width: 300px;
}
form .form-row .image-preview input[type="checkbox"] {
  margin-top: 0px;
}
/* HISTORY CHANGESET */
.history_changeset {
  font-size: 11px;
}
.history_changeset label {
  font-weight: bold;
}
.history_changeset row.create {
  background-color: #f8fff8;
}
.history_changeset row.update {
  background-color: #fffff0;
}
.history_changeset row.delete {
  background-color: #fff8f8;
}
.history_changeset row .null {
  font-style: italic;
}
ul.nav-tabs > li > a.error {
  font-weight: bold;
  color: red;
  padding-right: 9px;
  padding-left: 9px;
}
#tree {
  overflow-x: scroll;
}
.btn.create_tag_link_float,
.btn.create_link_float {
  float: left;
  margin: 0 0 0 5px;
}
.choice-row label {
  width: auto !important;
}
.choice-row input {
  float: left;
}
/* config */
.config-subheader {
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #E5E5E5;
  clear: both;
}
.page-name-suffix {
  float: left;
  margin: 11px 0 0 10px;
}
/* page menus table */
.form-row-table {
  width: 80% !important;
}
.form-row-table.float {
  float: left;
}
/* form row addendum */
.form-row-addendum {
  padding: 0px 10px;
  float: left;
}
.form-row-addendum .text {
  padding: 6px 6px 0 0;
  float: left;
}
/* cursor ikon */
span.icon {
  cursor: pointer;
}
.container-wrapper .jqd-window-content .choice-row input[type=radio] {
  margin-top: 9px;
  margin-right: 3px;
}
.full .container {
  width: 100% !important;
}
/* locale switcher */
.webgetbar .loginbar {
  line-height: 16px;
}
.form_submit {
  text-align: right;
}
.form_submit .button-round-box {
  float: right;
}
.translation-help-note {
  margin-bottom: 10px;
}
/* nastaveni konfigurace */
.admin-config-form .help {
  font-size: 12px;
  font-style: italic;
}
/* superadmin prvky v nastaveni */
.form-row label.superadmin {
  color: red;
}
/* datepicker */
.ui-datepicker {
  z-index: 10000 !important;
}
.ui-datepicker-today a {
  border: 1px solid #BFBFBF !important;
}
/* select */
.select2-container a,
.select2-container a:hover:focus {
  color: black;
  text-decoration: none;
}
.select2-container .select2-choice {
  height: 34px;
  border-radius: 0;
  border: 1px solid #b5b6b7;
  background: #fff;
  transition: all .3s ease;
}
.select2-container .select2-choice .select2-chosen {
  height: 32px;
  margin-right: 38px;
  line-height: 32px;
  font-size: 14px !important;
  color: #999;
}
.select2-container .select2-choice .select2-chosen .select2-icon {
  max-height: 24px;
  margin-top: -2px;
}
.select2-container .select2-choice .select2-arrow {
  width: 30px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 0;
  background: #cf5757;
  transition: all .3s ease;
}
.select2-container .select2-choice .select2-arrow b {
  width: 13px;
  height: 8px;
  margin: 11px 0 0 8px;
  background-image: url('../../bundles/webgetadmin/img/icons.png');
  background-position: -38px 0;
}
.select2-container .select2-choice:hover {
  border-color: #95969a;
  text-decoration: none;
}
.select2-container .select2-choice:hover .select2-arrow {
  background: #bd3636;
}
.select2-container .select2-choice:hover .select2-chosen {
  color: #444;
}
.select2-container .select2-choices {
  width: 100%;
  border-color: #b5b6b7;
  box-shadow: none;
  background: #fff;
}
.select2-container .select2-choices .select2-search-field {
  width: 100%;
}
.select2-container .select2-choices .select2-search-field input {
  padding-left: 8px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.select2-container .select2-choices .select2-search-choice {
  padding: 4px 5px 4px 18px;
  border-radius: 0;
  border-color: #c3c4c7;
  margin: 3px 0 0 3px;
  background: #f0f0f0;
  box-shadow: none;
}
.select2-container .select2-choices .select2-search-choice div {
  font-size: 13px;
  color: #555;
}
.select2-container.select2-dropdown-open .select2-choices {
  border-color: #95969a;
}
.select2-container.select2-dropdown-open .select2-choice {
  border-color: #95969a;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-container.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-container.select2-dropdown-open.select2-drop-above .select2-choices {
  border-radius: 0;
  background: #fff;
}
.select2-container.select2-container-active.select2-container-multi .select2-choices {
  border-color: #7d7f84;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 50px;
}
.select2-container.select2-allowclear .select2-choice abbr {
  top: 9px;
  right: 33px;
}
.select2-drop {
  border-color: #7d7f84 !important;
  border-radius: 0 !important;
}
.select2-drop .select2-results .select2-result-label {
  cursor: default;
}
.select2-drop .select2-results .select2-no-results {
  line-height: 25px;
}
/* popover */
.popover {
  max-width: none;
}
.popover .button-round-box {
  margin: 1px;
}
.popover .popover-content {
  padding: 0px 16px 9px 16px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 15px !important;
}
.popover .popover-content .icon-delete {
  position: absolute;
  top: 3px;
  right: 1px;
}
.popover .order-popover-content {
  padding-right: 5px;
}
.popover .order-popover-content thead th {
  background-color: #eee;
}
/* historie */
.history_changeset .row,
#vat-edit .row {
  padding: 0;
}
/* admin */
.nomenu .webgetbar-wrapper {
  height: 56px;
}
.loginbar .login a,
.loginbar .login a:hover {
  color: #ccc;
}
.slick-columnpicker li.remove-slickgrid-setting-wrap {
  margin: 5px 0 0 0;
  padding: 10px 0 0 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.block-first-step-wrapper {
  padding-top: 13px;
}
.block-first-step-wrapper .button-wrapper {
  width: 100%;
  float: left;
  text-align: right;
}
.block-first-step-wrapper .button-wrapper .button-round-box {
  display: inline-block;
  float: none;
}
.help.info {
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #bce8f1;
  margin-bottom: 10px;
  float: left;
  font-style: normal;
  background-color: #d9edf7;
}
.help.info p {
  font-weight: 600;
  font-size: 16px;
  color: #31708f;
}
.help.info ul {
  margin-bottom: 0;
}
.help.info ul li {
  font-size: 14px;
  color: #31708f;
}
/*!
 * Bootstrap v3.0.3
 *
 * 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 @twitter by @mdo and @fat.
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../bundles/webgetadmin/fonts/glyphicons-halflings-regular.eot');
  src: url('../../bundles/webgetadmin/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('../../bundles/webgetadmin/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../src/Application/WebgetBundle/Resources/private/@ApplicationWebgetBundle/Resources/bundles/webgetadmin/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../bundles/webgetadmin/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;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro: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";
}
.admin {
  height: 100%;
  overflow: visible !important;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #efeff1 !important;
}
.admin .page {
  position: relative;
  min-height: 100%;
  z-index: 1;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.admin.modal-open {
  overflow: auto !important;
}
.admin.modal-open .page {
  position: static;
}
table.customer-club {
  display: table;
  width: 100%;
  border-right: 0;
}
table.customer-club tr td:last-of-type,
table.customer-club tr th:last-of-type {
  text-align: right;
}
table.orders tr td:last-of-type .btn {
  margin-left: 0;
  float: right;
}
.content-body {
  /*padding: 151px 0 20px 0;  TODO: padding-top podle vysky zahlavi */
}
.content-body .tab-content {
  overflow: visible;
  float: left;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-body .tab-content {
  /*padding-top: 51px;*/
}
.content-body .tab-content .tab-pane #section-placement-deprecated {
  /*padding-bottom: 10px;
                border: 1px solid #efefef;
                background: #f6f6f6;
                box-shadow: inset 0 -6px 0 0 #e1e1e3;
                z-index: 3;

                &:not(:last-of-type) {
                    margin-bottom: 50px;
                    position: relative;

                    &:after {
                        top: 100%;
                        left: 50%;
                        border: solid transparent;
                        content: "";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                        border-color: rgba(136, 183, 213, 0);
                        border-top-color: #e1e1e3;
                        border-width: 23px;
                        margin-left: -23px;
                        z-index: 1;
                    }

                    fieldset {
                        position: relative;

                        &:before {
                            bottom: -47px;
                            left: 50%;
                            border: solid transparent;
                            content: "";
                            height: 0;
                            width: 0;
                            position: absolute;
                            pointer-events: none;
                            border-color: rgba(136, 183, 213, 0);
                            border-top-color: #f6f6f6;
                            border-width: 23px;
                            margin-left: -23px;
                            z-index: 2;
                        }

                        &:after {
                            position: absolute;
                            left: 49.55%;
                            bottom: -59px;
                            content: "\2807";
                            text-align: center;
                            font-size: 19px;
                            color: #b6b6b6;
                        }
                    }
                }*/
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset {
  /*box-sizing: border-box !important;
                    padding: 0 48px 32px 48px;
                    z-index: 2;
                    text-align: right;
                    font-size: 0;

                    * { font-size: 14px; }

                    legend {
                        padding-top: 20px;
                        border-bottom: 0;
                        margin-top: 20px;
                        position: relative;
                        text-align: center;

                        a {
                            position: relative;
                            padding-top: 328px;
                            margin-top: -328px;
                            text-transform: uppercase;
                            font-weight: 600;
                            font-size: 18px;
                            color: #727377;
                            z-index: 1;

                            &:after {
                                top: 101.5%;
                                left: 50%;
                                border: solid transparent;
                                content: "";
                                height: 0;
                                width: 0;
                                position: absolute;
                                pointer-events: none;
                                border-color: rgba(136, 183, 213, 0);
                                border-top-color: @admin-main-color;
                                border-width: 5px;
                                margin-left: -5px;
                            }
                        }

                        &:before {
                            position: absolute;
                            bottom: 5px;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            width: 105px;
                            height: 2px;
                            content: "";
                            background: #e2e0e1;
                        }

                        &:after {
                            position: absolute;
                            bottom: 5px;
                            left: 0;
                            right: 0;
                            margin: 0 auto;
                            width: 72px;
                            height: 2px;
                            content: "";
                            background: @admin-main-color;
                        }
                    }*/
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row {
  /*width: 100%;
                        display: inline-block;
                        float: none;
                        margin-top: 6px;
                        margin-bottom: 6px;
                        text-align: left;

                        label {
                            display: inline-block;
                            font-size: 13px;
                            color: #747476;

                            .popup-help {
                                position: relative;
                                display: inline-block;
                                padding: 0 6px;
                                border: 1px solid #a0cc37;
                                border-radius: 2px;
                                line-height: 16px;
                                color: #a0cc37;
                                background: #fff;

                                &:before,
                                &:after {
                                    content: '';
                                    position: absolute;
                                    border-style: solid;
                                    border-width: 5px 5px 0 0;
                                    display: block;
                                    width: 0;
                                    right: 8px;
                                    -webkit-transform: skewX(-20deg);
                                        -ms-transform: skewX(-20deg);
                                            transform: skewX(-20deg);
                                }

                                &:before {
                                    border-color: #a0cc37 transparent;
                                    bottom: -6px;
                                }

                                &:after {
                                    border-color: #fff transparent;
                                    bottom: -3px;
                                    right: 6px;
                                }
                            }
                        }*/
  /*.text-inputs(@input-width: auto, @input-margin: 0) {

                            textarea,
                            input[type=text],
                            input[type=password],
                            input[type=tel],
                            input[type=email],
                            input[type=color],
                            input[type=datetime],
                            input[type=url],
                            input[type=date],
                            input[type=month],
                            input[type=week],
                            input[type=search],
                            input[type=number] {
                                width: @input-width;
                                display: inline-block;
                                padding: 5px 17px;
                                border-radius: 0;
                                border-color: #c8c8c8;
                                margin: @input-margin;
                                background-color: #fff;
                                box-shadow: none;
                                font-style: italic;
                                color: #737277;

                                &::-webkit-inner-spin-button { opacity: 1; }

                                &:invalid:focus {
                                    border-color: #e9322d;
                                    outline: auto 5px #f8b9b7;
                                }
                            }

                            .select2-container {
                                width: @input-width + 36;
                                margin: @input-margin;
                            }
                        }

                        &:not(.button-right) {

                            .text-inputs(612px, 0);
                        }

                        &.button-right {
                            width: auto;

                            .text-inputs(433px, 0 11px 0 0);
                        }*/
  /*input[type=checkbox] {
                            position: relative;
                            display: inline-block;
                            margin: 0 0 0 4px;
                            -webkit-transform: scale(1.6);
                                -ms-transform: scale(1.6);
                                    transform: scale(1.6);
                            opacity: 0;
                            z-index: 2;

                            & + span.custom-checkbox {
                                display: inline-block;
                                box-sizing: border-box;
                                width: 19px;
                                height: 19px;
                                position: relative;
                                top: 6px;
                                right: 17px;
                                border: 2px solid #d2d3d5;
                                z-index: 1;

                                &:after {
                                    display: none;
                                    position: absolute;
                                    top: -7px;
                                    left: 2px;
                                    content: "";
                                    width: 22px;
                                    height: 20px;
                                    background-image: url('../public/images/design/check-mark.png');
                                    background-repeat: no-repeat;
                                }
                            }

                            &:checked + span.custom-checkbox {
                                border-color: #94c722;

                                &:after { display: block; }
                            }
                        }*/
  /*input[type=radio] {
                            position: relative;
                            display: inline-block;
                            margin: 4px 0 0 4px;
                            -webkit-transform: scale(1.6);
                                -ms-transform: scale(1.6);
                                    transform: scale(1.6);
                            opacity: 0;
                            z-index: 2;

                            & + span.custom-radio {
                                display: inline-block;
                                box-sizing: border-box;
                                width: 19px;
                                height: 19px;
                                position: relative;
                                top: 6px;
                                right: 17px;
                                border: 2px solid #d2d3d5;
                                border-radius: 50%;
                                z-index: 1;

                                &:after {
                                    display: none;
                                    position: absolute;
                                    top: 3px;
                                    left: 3px;
                                    content: "";
                                    width: 9px;
                                    height: 9px;
                                    border-radius: 50%;
                                    background-color: #94c722;
                                }
                            }

                            &:checked + span.custom-radio {
                                border-color: #94c722;

                                &:after { display: block; }
                            }
                        }*/
  /*.choice-widget {

                            .choice-row {
                                position: relative;
                                padding-top: 6px;
                                margin-right: 26px;

                                input[type=checkbox] { margin-top: 5px; }

                                .custom-checkbox,
                                .custom-radio {
                                    position: absolute;
                                    right: 0;
                                    left: 0;
                                }

                                label {
                                    padding: 0 0 0 10px;
                                    font-style: italic;
                                    color: #737375;
                                }
                            }
                        }*/
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row span.btn-small {
  display: none;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .pagination {
  display: inline-block;
  margin: 0;
  float: none;
  width: 648px;
  text-align: left;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .pagination ul {
  display: inline-block;
  margin-top: 0;
  line-height: 31px;
  box-shadow: none;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .pagination ul li {
  box-sizing: border-box;
  display: inline-block;
  line-height: 31px;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .pagination ul li span,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .pagination ul li a {
  float: none;
  box-sizing: border-box;
  border-color: #e3e3e3;
  border-left-width: 1px;
  border-radius: 0;
  font-weight: 600;
  background: #f9f9f9;
  color: #737277;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .pagination ul li span.active,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .pagination ul li a.active {
  border: 2px solid #737375;
  color: #cf5757;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .pagination ul li span:not(.active):hover,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .pagination ul li a:not(.active):hover {
  border-color: #aaa;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .form-row:not(:last-of-type) {
  width: 648px;
  margin: 0;
  /*label { display: none; }*/
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .form-row:not(:last-of-type) .input-append {
  margin-bottom: 5px;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .form-row:not(:last-of-type) .input-append:nth-of-type(2n+1) {
  margin-right: 16px;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .form-row:not(:last-of-type) .input-append:nth-of-type(1n+3) {
  margin-top: 5px;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .form-row:not(:last-of-type) .input-append input[type=text] {
  width: 249px;
  padding-right: 0;
  border-right: 0;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .form-row:not(:last-of-type) .input-append input[type=text].price-value {
  font-weight: 600;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .form-row:not(:last-of-type) .input-append .add-on {
  box-sizing: border-box;
  width: 50px;
  height: 32px;
  padding: 0;
  border-radius: 0;
  border-color: #c8c8c8;
  line-height: 29px;
  text-align: center;
  font-weight: 600;
  background: #fff;
  color: #717276;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .form-row:last-of-type {
  margin-bottom: 0;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .datetimepicker,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .datepicker {
  text-align: left;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .datetimepicker input[type=text],
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .datepicker input[type=text] {
  width: 263px;
  padding-right: 34px;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .datetimepicker input[type=text]:first-of-type,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .form-row .datepicker input[type=text]:first-of-type {
  margin-right: 16px;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .button-round-box,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .grid-choice-init-button-wrapper {
  display: inline-block;
  float: none;
  margin: 6px 0;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .button-round-box button,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .grid-choice-init-button-wrapper button,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .button-round-box a,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .grid-choice-init-button-wrapper a {
  width: 168px;
  padding: 6px 0;
  border-radius: 0;
  border: 0;
  margin: 0 !important;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  background: #79ca54;
  color: #fff;
  box-shadow: none;
  vertical-align: middle;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .button-round-box button:hover,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .grid-choice-init-button-wrapper button:hover,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .button-round-box a:hover,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .grid-choice-init-button-wrapper a:hover {
  background: #5eb338;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .button-round-box button span,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .grid-choice-init-button-wrapper button span,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .button-round-box a span,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .grid-choice-init-button-wrapper a span {
  float: none;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .button-round-box button span.icon,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .grid-choice-init-button-wrapper button span.icon,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .button-round-box a span.icon,
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .grid-choice-init-button-wrapper a span.icon {
  margin-top: -4px;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews {
  width: 100%;
  float: right;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews .galleries-previews {
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews .galleries-previews td {
  font-size: 13px;
  color: #747476;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews .galleries-previews td:first-of-type {
  width: 146px;
  padding-right: 23px;
  float: none;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews .galleries-previews td:first-of-type span {
  font-size: 13px;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews .galleries-previews td:nth-of-type(2) {
  min-width: 474px;
  padding: 18px 0 3px 18px;
  border-top: 1px solid #c3c4c8;
  border-bottom: 1px solid #c3c4c8;
  border-left: 1px solid #c3c4c8;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews .galleries-previews td:nth-of-type(2) ul {
  text-align: left;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews .galleries-previews td:nth-of-type(2) ul li {
  float: none;
  display: inline-block;
  margin-bottom: 11px;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews .galleries-previews td:nth-of-type(2) ul li a {
  padding: 0;
  border-radius: 0;
  border-color: #e2e2e2;
  box-shadow: none;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews .galleries-previews td:nth-of-type(2) ul li:not(:last-of-type) {
  margin-right: 10px;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews .galleries-previews td:nth-of-type(3) {
  min-width: 21px;
  padding: 9px 4px 7px 0;
  border-top: 1px solid #c3c4c8;
  border-bottom: 1px solid #c3c4c8;
  border-right: 1px solid #c3c4c8;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews .galleries-previews td:nth-of-type(3) span {
  color: #8f9092;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset #ajax-block-galleries_previews .galleries-previews td:nth-of-type(3) span:hover {
  color: #cf5757;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .grid-choice {
  text-align: left;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .grid-choice .select2-container {
  float: none;
  width: 469px !important;
  margin-right: 11px !important;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .grid-choice .grid-choice-init-button-wrapper {
  margin: 0 !important;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .jscollection-list-wrap {
  float: none;
  display: inline-block;
  width: 100%;
  margin-top: 0;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .jscollection-list-wrap .option-values {
  width: 100%;
  border-radius: 0;
  border-color: #e7e7e7;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .jscollection-list-wrap .option-values thead tr th {
  border-radius: 0;
  border-color: #e7e7e7;
  font-weight: 600;
  font-style: italic;
  color: #727376;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .jscollection-list-wrap .option-values tbody tr td {
  border-radius: 0;
  border-color: #e7e7e7;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .jscollection-list-wrap .option-values tbody tr td.jscollection-add-wrap .jscollection-add {
  width: 168px;
  padding: 6px 0;
  border-radius: 0;
  border: 0;
  margin: 0 !important;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  background: #79ca54;
  color: #fff;
  box-shadow: none;
  vertical-align: middle;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .jscollection-list-wrap .option-values tbody tr td.jscollection-add-wrap .jscollection-add:hover {
  background: #5eb338;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .jscollection-list-wrap .option-values tbody tr td.jscollection-add-wrap .jscollection-add i {
  float: none;
  display: inline-block;
  margin-top: -4px;
  margin-right: 10px;
  line-height: 13px;
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
  background: none;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .jscollection-list-wrap .option-values tbody tr.jscollection-item td {
  text-align: center;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .jscollection-list-wrap .option-values tbody tr.jscollection-item td div.control-group {
  margin: 0;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .jscollection-list-wrap .option-values tbody tr.jscollection-item td div.control-group input {
  box-sizing: border-box;
  width: 100%;
  height: 32px;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .jscollection-list-wrap .option-values tbody tr.jscollection-item td a {
  float: none;
  margin: 7px 5px 0 5px;
  color: #8f9091;
  opacity: 1;
}
.content-body .tab-content .tab-pane #section-placement-deprecated fieldset .jscollection-list-wrap .option-values tbody tr.jscollection-item td a:hover {
  color: #cf5757;
}
form {
  box-sizing: border-box !important;
  padding: 0;
}
/* prvky, ktere musi fungovat vsude */
#ui-datepicker-div {
  width: 302px;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #7d7f84;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#ui-datepicker-div .ui-datepicker-header {
  height: 34px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header a {
  top: 0;
  width: 32px;
  height: 34px;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header a:hover {
  opacity: .5;
}
#ui-datepicker-div .ui-datepicker-header a span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url('../../bundles/webgetadmin/img/admin_form_sprite.png') right -64px no-repeat;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url('../../bundles/webgetadmin/img/admin_form_sprite.png') right -98px no-repeat;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  margin: 0 32px;
  line-height: 34px;
  height: 34px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  display: inline-block;
  line-height: 34px;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  display: inline-block;
  width: 70px;
  padding: 4px;
  border-radius: 0;
  border-color: #c3c4c7;
  font-weight: normal;
  font-size: 14px;
  color: #737375;
  transition: all 0.2s ease-in-out;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year:hover {
  border-color: #7d7f84;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year:focus {
  outline: none;
  border-color: #7d7f84;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 5px 0 0 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  border-bottom: 1px solid #ccc;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th:not(:first-of-type):not(:last-of-type) {
  padding: 3px;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th:first-of-type {
  padding: 3px 3px 3px 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th:last-of-type {
  padding: 3px 0 3px 3px;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th span {
  box-sizing: border-box;
  display: block;
  width: 32px;
  padding: 6px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #cf5757;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:not(:first-of-type):not(:last-of-type) {
  padding: 3px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:first-of-type {
  padding: 3px 3px 3px 0;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-of-type {
  padding: 3px 0 3px 3px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  box-sizing: border-box;
  display: block;
  width: 32px;
  padding: 3px 6px;
  border: 2px solid transparent;
  border-radius: 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #555;
  box-shadow: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active {
  border-color: #cf5757;
  color: #cf5757;
  background: #f7f6f4;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active:hover {
  border-color: #bd3636;
  color: #bd3636;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:not(.ui-datepicker-other-month) a {
  font-weight: 600;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  border: 0 !important;
  color: #cf5757;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:hover a {
  text-decoration: none;
  background: #f6f6f6;
  color: #333;
}
#ui-datepicker-div .ui-timepicker-div .ui-widget-header {
  width: 100%;
  height: 30px;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 10px;
  background: transparent;
}
#ui-datepicker-div .ui-timepicker-div .ui-widget-header .ui-datepicker-title {
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}
#ui-datepicker-div .ui-timepicker-div dl dt {
  font-family: 'Open Sans', sans-serif;
  color: #555;
}
#ui-datepicker-div .ui-timepicker-div dl dd {
  margin: 0 0 10px 72px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}
#ui-datepicker-div .ui-timepicker-div dl dd .ui-slider {
  position: relative;
  top: 4px;
  border-radius: 2px;
  border: 0;
  margin-bottom: 23px;
  background: #e8e8e8;
  cursor: pointer;
}
#ui-datepicker-div .ui-timepicker-div dl dd .ui-slider .ui-slider-handle {
  width: 20px;
  height: 15px;
  top: -5px;
  border: 0;
  border-radius: 2px;
  background: #666;
  cursor: e-resize;
  transition: all 0.1s ease-in-out;
}
#ui-datepicker-div .ui-timepicker-div dl dd .ui-slider .ui-slider-handle:hover {
  background: #cf5757;
}
#ui-datepicker-div .ui-timepicker-div dl dd .ui-slider .ui-slider-handle:focus {
  outline: none;
  background: #cf5757;
}
#ui-datepicker-div .ui-timepicker-div dl dd.ui_tpicker_hour,
#ui-datepicker-div .ui-timepicker-div dl dd.ui_tpicker_minute {
  margin-top: 4px;
}
#ui-datepicker-div .ui-timepicker-div dl dd:not(:first-of-type) {
  margin-left: 80px;
}
#ui-datepicker-div .ui-datepicker-buttonpane {
  padding: 0;
  border: 0;
}
#ui-datepicker-div .ui-datepicker-buttonpane button {
  padding: 7px 10px;
  border: 0;
  border-radius: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  opacity: 1;
}
#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-current {
  background: #7ba913;
}
#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-current:hover,
#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-current:focus {
  background: #6a9210;
}
#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-close {
  background: #cf5757;
}
#ui-datepicker-div .ui-datepicker-buttonpane button.ui-datepicker-close:hover {
  background: #bd3636;
}
.pagination {
  display: inline-block;
  margin: 0;
  float: none;
  text-align: left;
}
.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 31px;
  font-size: 0;
  box-shadow: none;
}
.pagination ul li {
  box-sizing: border-box;
  display: inline-block;
  line-height: 31px;
  font-size: 14px;
}
.pagination ul li:not(.active) span:hover,
.pagination ul li:not(.active) span:focus {
  color: #555 !important;
}
.pagination ul li span,
.pagination ul li a {
  display: block;
  min-width: 40px;
  float: none;
  box-sizing: border-box;
  padding: 9px 12px;
  border: 0;
  border-radius: 0;
  margin-left: 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  background: #e8e8e8;
  color: #555;
  transition: all 0.1s ease-in-out;
}
.pagination ul li a span {
  min-width: 0;
  padding: 0;
  background: transparent;
}
.pagination ul li a.active {
  background-color: transparent;
  color: #cf5757;
}
.pagination ul li a:not(.active):hover,
.pagination ul li a:not(.active):focus {
  background-color: #cf5757 !important;
  color: #fff !important;
}
.pagination ul li a:not(.active):hover span,
.pagination ul li a:not(.active):focus span {
  color: #fff !important;
}
.pagination ul li.active span {
  background-color: transparent !important;
  color: #cf5757 !important;
}
.pagination ul li.active span span:hover {
  color: #cf5757 !important;
}
.content-block {
  padding: 20px;
}
.jqd-window-content .page-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.jqd-window-content .page-header .page_main_action .btn[name=stay] {
  display: none;
}
.ui-notify {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.ui-notify .ui-notify-text-change {
  padding-right: 20px;
}
.popover {
  max-width: 600px !important;
}
.container-wrapper {
  position: relative !important;
}
.page-wrapper {
  /* SEO toggle */
  /* formularovy prvek filemanager, filemanager_image a filemanager_images (ZitaFrameworkBundle) */
  /* form. prvky vedle sebe */
  /* multilang */
}
.page-wrapper .popover {
  z-index: 100;
}
.page-wrapper .popover a,
.page-wrapper .popover a:hover {
  text-decoration: none;
}
.page-wrapper .popover label {
  font-weight: normal;
  margin-right: 1ex;
  width: 100px;
  text-align: right;
  float: left;
}
.page-wrapper .popover input[type=text] {
  width: 150px;
}
.page-wrapper .popover .popover-content {
  max-height: none;
}
.page-wrapper .popover ul {
  padding-left: 0;
  list-style-type: none;
}
.page-wrapper .popover ul li {
  line-height: 1.2;
}
.page-wrapper .icon {
  width: 16px;
  height: 16px;
  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;
  color: #777;
  text-align: center;
}
.page-wrapper .icon:hover {
  color: #cf5757;
}
.page-wrapper .icon-edit:before,
.page-wrapper .icon-pencil:before {
  content: "\f040" !important;
}
.page-wrapper .icon-delete:before,
.page-wrapper .icon-remove:before {
  content: "\f00d" !important;
}
.page-wrapper .icon.icon-warning:before {
  content: "\f071" !important;
}
.page-wrapper .icon.icon-warning {
  color: #d61313;
  margin-left: 7px;
  margin-top: -3px;
  font-size: 16px;
}
.page-wrapper .icon-information:before {
  content: "\f05a" !important;
}
.page-wrapper .icon-home:before {
  content: "\f015" !important;
}
.page-wrapper .icon-user:before {
  content: "\f007" !important;
}
.page-wrapper .icon-refresh:before {
  content: "\f021" !important;
}
.page-wrapper .icon-search:before {
  content: "\f002" !important;
}
.page-wrapper .icon-list:before {
  content: "\f03a" !important;
}
.page-wrapper .icon-mail:before {
  content: "\f0e0" !important;
}
.page-wrapper .icon-plus:before {
  content: "\f067" !important;
}
.page-wrapper .icon-minus:before {
  content: "\f068" !important;
}
.page-wrapper .icon-left:before {
  content: "\f053" !important;
}
.page-wrapper .icon-right:before {
  content: "\f054" !important;
}
.page-wrapper .icon-up:before {
  content: "\f077" !important;
}
.page-wrapper .icon-down:before {
  content: "\f078" !important;
}
.page-wrapper .icon-left-tiny:before {
  content: "\f104" !important;
}
.page-wrapper .icon-right-tiny:before {
  content: "\f105" !important;
}
.page-wrapper .icon-up-tiny:before {
  content: "\f106" !important;
}
.page-wrapper .icon-down-tiny:before {
  content: "\f107" !important;
}
.page-wrapper .icon-valid:before {
  content: "\f14a" !important;
}
.page-wrapper .icon-invalid:before {
  content: "\f146" !important;
}
.page-wrapper .icon-add:before {
  content: "\f196" !important;
}
.page-wrapper .icon-detail:before {
  content: "\f0f6" !important;
}
.page-wrapper .icon-arrow-left:before {
  content: "\f060" !important;
}
.page-wrapper .icon-arrow-right:before {
  content: "\f061" !important;
}
.page-wrapper .icon-arrow-up:before {
  content: "\f062" !important;
}
.page-wrapper .icon-arrow-down:before {
  content: "\f063" !important;
}
.page-wrapper .icon-fullscreen:before {
  content: "\f065" !important;
}
.page-wrapper .icon-file:before {
  content: "\f15b" !important;
}
.page-wrapper .icon-disk:before {
  content: "\f0c7" !important;
}
.page-wrapper .icon-ok:before {
  content: "\f00c" !important;
}
.page-wrapper .icon-login:before {
  content: "\f090" !important;
}
.page-wrapper .icon-duplicate:before {
  content: "\f24d" !important;
}
.page-wrapper .icon-play:before {
  content: "\f04b" !important;
}
.page-wrapper .icon-pause:before {
  content: "\f04c" !important;
}
.page-wrapper .icon-stats:before {
  content: "\f080" !important;
}
.page-wrapper .icon-undelivered:before {
  content: "\f05e" !important;
}
.page-wrapper .icon-book:before,
.page-wrapper .icon-archive:before {
  content: "\f187" !important;
}
.page-wrapper .icon-empty:before {
  content: "\f057" !important;
}
.page-wrapper .icon-cog:before {
  content: "\f013" !important;
}
.page-wrapper .icon-wrench:before {
  content: "\f0ad" !important;
}
.page-wrapper .icon-cart:before {
  content: "\f07a" !important;
}
.page-wrapper .icon-visible:before {
  content: "\f06e" !important;
}
.page-wrapper .icon-invisible:before {
  content: "\f070" !important;
}
.page-wrapper .icon-bell:before {
  content: "\f0f3" !important;
}
.page-wrapper .icon-comment:before {
  content: "\f075" !important;
}
.page-wrapper .icon-alternative-edit:before {
  content: "\f044" !important;
}
.page-wrapper .icon-alternative-delete:before {
  content: "\f2d4" !important;
}
.page-wrapper .icon-folder-open:before {
  content: "\f07c" !important;
}
.page-wrapper .icon-lock:before {
  content: "\f023" !important;
}
.page-wrapper .icon-time:before {
  content: "\f017" !important;
}
.page-wrapper .icon-download:before {
  content: "\f019" !important;
}
.page-wrapper .icon-upload:before {
  content: "\f093" !important;
}
.page-wrapper .icon-folder-close:before {
  content: "\f115" !important;
}
.page-wrapper .icon-help:before {
  content: "\f128" !important;
}
.page-wrapper input.hasDatepicker,
.page-wrapper input.datepicker {
  background: url('../../bundles/webgetadmin/img/calendar.png') #ffffff;
  background-repeat: no-repeat;
  background-position: 98% 5px;
  cursor: pointer;
}
.page-wrapper .datetimepicker input.datepicker {
  width: 12ex;
  margin-right: 1em;
  cursor: pointer;
}
.page-wrapper .datetimepicker input.timepicker {
  background: url('../../bundles/webgetadmin/img/time.png') #ffffff;
  background-repeat: no-repeat;
  background-position: 98% 5px;
  width: 10ex;
  cursor: pointer;
}
.page-wrapper .list-arrow-right {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: url('../../bundles/webgetadmin/img/bullet_arrow_right.png') no-repeat -5px 0px;
}
.page-wrapper .list-arrow-down {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: url('../../bundles/webgetadmin/img/bullet_arrow_down.png') no-repeat -4px 0px;
}
.page-wrapper .toggle-user-defined-seo .button-round-box {
  margin-left: 170px;
  margin-bottom: 16px;
}
.page-wrapper .seo-subform .button-row {
  margin-bottom: 10px;
  text-align: right;
}
.page-wrapper .js-file-preview.empty[data-type=image] .file-preview {
  background-image: url('../../bundles/webgetadmin/img/admin-select-image.png');
}
.page-wrapper .js-file-preview.empty[data-type=file] .file-preview {
  background-image: url('../../bundles/webgetadmin/img/admin-select-file.png');
}
.page-wrapper .file-preview {
  float: left;
  background-color: white;
  background-size: cover;
  width: 200px;
  height: 200px;
  padding: 5px;
  line-height: 190px;
  border: 1px solid #c4c3c8;
  clear: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: border-color 0.1s ease-in-out;
}
.page-wrapper .file-preview:hover {
  border-color: #999 !important;
}
.page-wrapper .file-preview-wrapper.small .file-preview {
  width: 100px;
  height: 100px;
  line-height: 96px;
}
.page-wrapper .file-preview > .icons {
  text-align: right;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 100%;
  background-color: white;
  line-height: normal;
  height: 30px;
}
.page-wrapper .file-preview > .icons .icon {
  font-size: 16px;
  vertical-align: text-top;
  color: black;
  top: 0;
  right: 0;
  position: relative;
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: opacity 0.1s ease-in-out;
}
.page-wrapper .file-preview > .icons .icon:hover {
  opacity: .7;
}
.page-wrapper .file-preview > .icons .icon.hidden {
  display: none;
}
.page-wrapper .file-preview > img,
.page-wrapper .file-preview embed {
  margin: 0 auto;
  vertical-align: middle;
  line-height: normal;
}
.page-wrapper .file-preview > img {
  max-width: 188px;
  max-height: 188px;
}
.page-wrapper .file-preview-wrapper.small .file-preview > img {
  max-width: 100px;
  max-height: 100px;
}
.page-wrapper .file-preview .form-row {
  display: none;
}
.page-wrapper .file-preview-wrapper.empty .file-preview {
  cursor: pointer;
}
.page-wrapper .file-preview-wrapper.empty .file-preview .plus {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  font-size: 200px;
  color: #ddd;
  width: 100%;
  height: 100%;
  line-height: 200px;
  text-align: center;
  display: none;
  cursor: pointer;
}
.page-wrapper .file-preview-wrapper.empty.small .file-preview .plus {
  font-size: 100px;
  line-height: 100px;
}
.page-wrapper .file-preview .type-icon {
  font-size: 128px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.page-wrapper .file-preview-wrapper.small .file-preview .type-icon {
  font-size: 64px;
  margin-top: 7px;
}
.page-wrapper .file-preview .type-icon img {
  width: 128px;
}
.page-wrapper .file-preview-wrapper.small .file-preview .type-icon img {
  width: 64px;
}
.page-wrapper .file-preview-wrapper {
  display: inline-block;
}
.page-wrapper .file-preview-wrapper .btn {
  margin-left: 0 !important;
}
.page-wrapper .images-list-wrap {
  min-width: 500px;
  display: block !important;
}
.page-wrapper .images-list-wrap > .help {
  display: table;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  border-radius: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  border-color: #e4c384;
  background-color: #fcf8e3;
  color: #9e7836;
  margin-bottom: 10px;
}
.page-wrapper .images-list-wrap > .help h4 {
  margin-top: 0;
  color: inherit;
}
.page-wrapper .images-list-wrap > .help .alert-link {
  font-weight: bold;
}
.page-wrapper .images-list-wrap > .help > p,
.page-wrapper .images-list-wrap > .help > ul {
  margin-bottom: 0;
}
.page-wrapper .images-list-wrap > .help > p + p {
  margin-top: 5px;
}
.page-wrapper .images-list-wrap > .help .ui-widget {
  position: relative;
  padding-left: 25px;
  font-family: 'Open Sans', sans-serif;
}
.page-wrapper .images-list-wrap > .help .ui-widget:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-image: url('../../bundles/webgetadmin/img/icons.png');
  background-repeat: no-repeat;
}
.page-wrapper .images-list-wrap > .help.alert-info i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.page-wrapper .images-list-wrap > .help.alert-info span {
  display: inline-block;
  vertical-align: middle;
}
.page-wrapper .images-list-wrap > .help.alert-info.forbidden {
  margin-bottom: 0;
}
.page-wrapper .images-list-wrap > .help.alert-danger {
  border-color: #f8a8ab;
  background-color: #ffd9da;
  color: #d30218;
}
.page-wrapper .images-list-wrap > .help.alert-danger .ui-widget:before {
  top: 5px;
  width: 13px;
  height: 12px;
  background-position: -86px -162px;
}
.page-wrapper .images-list-wrap > .help.alert-warning {
  border-color: #e4c384;
  background-color: #fcf8e3;
  color: #9e7836;
}
.page-wrapper .images-list-wrap > .help.alert-warning .ui-widget:before {
  top: 5px;
  width: 15px;
  height: 13px;
  background-position: -85px -146px;
}
.page-wrapper .images-list-wrap > .help.alert-success {
  border-color: #94d07a;
  background-color: #eff9e1;
  color: #109400;
}
.page-wrapper .images-list-wrap > .help.alert-success .ui-widget:before {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 15px;
  background-position: -89px -130px;
}
.page-wrapper .images-list-wrap > .help .ui-widget:before {
  top: 5px;
  width: 15px;
  height: 13px;
  background-position: -85px -146px;
}
.page-wrapper .images-list-wrap .images-bar {
  height: 18px;
  background: green;
}
.page-wrapper .form-row .images-list {
  margin: 0px;
  list-style-type: none;
}
.page-wrapper .form-row .images-list .js-file-preview {
  margin-right: 5px;
}
.page-wrapper .inline-form-elements {
  margin-top: 5px;
}
.page-wrapper .inline-form-elements > .element {
  display: inline-block;
  float: left;
}
.page-wrapper .inline-form-elements > .element > .info {
  margin-top: 5px;
}
.page-wrapper .inline-form-elements > .element .form-row {
  display: inline-block;
  float: left;
  margin-top: 0px;
  margin-right: 10px;
}
.page-wrapper .inline-form-elements > .element .inline-block {
  display: inline-block;
}
.page-wrapper .multilang {
  display: inline-block;
  margin-top: 6px;
}
.page-wrapper .multilang .nav.nav-tabs {
  margin-bottom: 0;
}
.page-wrapper .multilang .nav.nav-tabs li {
  padding: 0 0 2px 0;
  margin-bottom: 0;
}
.page-wrapper .multilang .nav.nav-tabs li a {
  padding: 5px 12px;
}
.page-wrapper .multilang .nav.nav-tabs li.active a {
  top: 0;
}
.page-wrapper .multilang .nav.nav-tabs li:not(.active) a {
  background: #e8e8e8;
}
.page-wrapper .multilang .tab-content {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fff;
}
.page-wrapper .multilang .tab-content .tab-pane {
  position: relative;
  width: 100%;
}
.page-wrapper .multilang .tab-content .tab-pane input[type=checkbox],
.page-wrapper .multilang .tab-content .tab-pane input[type=radio],
.page-wrapper .multilang .tab-content .tab-pane .custom-checkbox {
  top: 0;
  left: 0;
}
.page-wrapper .multilang .tab-content .cke {
  margin-left: 0;
}
.page-wrapper .multilang .tab-content .active {
  display: inline-block;
}
.page-wrapper .multilang:only-of-type {
  width: 100%;
}
.page-wrapper .file-preview {
  width: 150px;
  height: 150px;
}
.page-wrapper .file-preview.empty .plus {
  font-size: 150px;
  line-height: 150px;
}
.page-wrapper .file-preview > img {
  max-width: 150px;
  max-height: 100px;
}
.control-group.error input[type="radio"],
.control-group.error input[type="checkbox"] {
  outline: 1px solid;
}
.hide {
  display: none !important;
}
.soft-hide {
  display: none;
}
.admin-hide {
  display: none;
}
#ajax-block-subform_parameters {
  width: 100%;
}
.js-sources {
  margin: 0 !important;
}
.jqd-window .content-body {
  padding: 60px 0px 0px 0px;
}
.jqd-window form {
  margin: 0;
}
.jqd-window .text-form .form-row .cke {
  margin-left: 0;
  /* pokud neni vedle editoru label, chci uplne roztahnout */
}
.modal#hotline-modal {
  padding: 0 !important;
}
.modal#hotline-modal .content-panel {
  padding: 15px;
}
.modal#hotline-modal .content-panel .modal-header {
  padding: 0 0 15px 0;
}
.modal#hotline-modal .content-panel .modal-header h3 {
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
  color: #444;
}
.modal#hotline-modal .content-panel .modal-header .close {
  line-height: .8;
  font-size: 40px;
}
.modal#hotline-modal .content-panel .modal-header .close:focus {
  border: 0;
  outline: none;
}
.modal#hotline-modal .content-panel .modal-body {
  padding: 0;
  margin-top: 15px;
}
.modal#hotline-modal .content-panel .modal-body form {
  background: transparent;
}
.modal#hotline-modal .content-panel .modal-body form label {
  display: block;
  width: 100%;
  font-weight: 400;
}
.modal#hotline-modal .content-panel .modal-body form label:not(:first-of-type) {
  margin-top: 10px;
}
.modal#hotline-modal .content-panel .modal-body form .errors {
  width: 100%;
  padding: 0;
  margin: 5px 0 0 0;
  list-style-type: none;
}
.modal#hotline-modal .content-panel .modal-body form .errors li {
  text-align: right;
  font-weight: 400;
  color: #f36666;
}
.modal#hotline-modal .content-panel .modal-body form .jscollection-list-wrap {
  font-size: 0;
  float: none;
}
.modal#hotline-modal .content-panel .modal-body form .jscollection-list-wrap .jscollection-list {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0;
  margin: 0;
  min-width: 0px;
  font-size: 16px;
  list-style: none;
}
.modal#hotline-modal .content-panel .modal-body form .jscollection-list-wrap .jscollection-list .jscollection-item {
  width: 356px;
  padding: 5px 10px 5px 0;
  background-color: transparent;
}
.modal#hotline-modal .content-panel .modal-body form .jscollection-list-wrap .jscollection-list .jscollection-item input[type=file] {
  width: 324px;
}
.modal#hotline-modal .content-panel .modal-body form .jscollection-list-wrap .jscollection-add-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
  font-size: 16px;
}
.modal#hotline-modal .content-panel .modal-body form p.clear {
  display: none;
}
.modal#hotline-modal .content-panel .modal-body form p:last-of-type {
  margin: 15px 0 0 0;
  text-align: center;
  color: #999;
}
.modal#hotline-modal .content-panel .modal-footer {
  padding: 15px 0 0 0;
  margin-top: 15px;
}
#helpbox {
  position: fixed;
  top: 75px;
  right: 15px;
  z-index: 90;
  width: 500px;
  padding: 15px;
  border: 1px solid #bce8f1;
  background-color: #d9edf7;
  color: #31708f;
}
#helpbox h2 {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
}
#helpbox .close {
  line-height: .6;
  text-shadow: none;
  font-size: 30px;
  color: #31708f;
}
#helpbox #helpbox-inner {
  margin-top: 15px;
}
#helpbox #helpbox-inner .helpbox-topic-header a {
  color: #579dbf;
}
#helpbox #helpbox-inner .helpbox-topic-header a h4 {
  margin: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
}
#helpbox #helpbox-inner .helpbox-topic-header a[aria-expanded=true] {
  text-decoration: underline;
}
#helpbox #helpbox-inner .helpbox-topic-header a:hover {
  text-decoration: none;
  color: #31708f;
}
#helpbox #helpbox-inner .helpbox-topic-header + div {
  padding: 15px;
  margin-top: 10px;
  background-color: #cce7f5;
}
#helpbox #helpbox-inner .helpbox-topic-header + div h4,
#helpbox #helpbox-inner .helpbox-topic-header + div h5,
#helpbox #helpbox-inner .helpbox-topic-header + div h6 {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
}
#helpbox #helpbox-inner .helpbox-topic-header + div h4:first-child,
#helpbox #helpbox-inner .helpbox-topic-header + div h5:first-child,
#helpbox #helpbox-inner .helpbox-topic-header + div h6:first-child {
  margin-top: 0;
}
#helpbox #helpbox-inner .helpbox-topic-header + div p,
#helpbox #helpbox-inner .helpbox-topic-header + div ul,
#helpbox #helpbox-inner .helpbox-topic-header + div li {
  font-size: 13px;
}
#helpbox #helpbox-inner .helpbox-topic-header + div * > :last-child {
  margin-bottom: 0;
}
#helpbox #helpbox-inner > p {
  margin-bottom: 0;
}
#helpbox #helpbox-inner > p::first-letter {
  text-transform: capitalize;
}
.configuration-sections .section .heading {
  padding-left: 3px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #444;
}
.configuration-sections .section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.configuration-sections .section ul li {
  display: inline-block;
  width: 20%;
  height: 200px;
  padding: 5px;
}
.configuration-sections .section ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.1s 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;
}
.configuration-sections .section ul li a .direction {
  width: 100%;
  height: 100%;
  padding: 15px;
}
.configuration-sections .section ul li a .direction .section-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: .5;
  background-image: url('../../bundles/webgetadmin/img/configuration_ico_sprite.svg');
  background-size: 80px 2720px;
  background-position: 0 0;
  transition: all 0.1s 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;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_order {
  background-position-y: -80px;
}
.configuration-sections .section ul li a .direction .section-icon.price {
  background-position-y: -160px;
}
.configuration-sections .section ul li a .direction .section-icon.payment_shipping {
  background-position-y: -240px;
}
.configuration-sections .section ul li a .direction .section-icon.shopping {
  background-position-y: -320px;
}
.configuration-sections .section ul li a .direction .section-icon.text {
  background-position-y: -400px;
}
.configuration-sections .section ul li a .direction .section-icon.catalog {
  background-position-y: -480px;
}
.configuration-sections .section ul li a .direction .section-icon.webget_user {
  background-position-y: -560px;
}
.configuration-sections .section ul li a .direction .section-icon.stock {
  background-position-y: -640px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_eet {
  background-position-y: -720px;
}
.configuration-sections .section ul li a .direction .section-icon.webget_consultation {
  background-position-y: -800px;
}
.configuration-sections .section ul li a .direction .section-icon.calendar {
  background-position-y: -880px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_customerclub {
  background-position-y: -960px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_voucher {
  background-position-y: -1040px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_watchdog {
  background-position-y: -1120px;
}
.configuration-sections .section ul li a .direction .section-icon.gallery {
  background-position-y: -1200px;
}
.configuration-sections .section ul li a .direction .section-icon.contact_form {
  background-position-y: -1280px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_opinion {
  background-position-y: -1360px;
}
.configuration-sections .section ul li a .direction .section-icon.seo_title {
  background-position-y: -1440px;
}
.configuration-sections .section ul li a .direction .section-icon.catalog_seo_title {
  background-position-y: -1440px;
}
.configuration-sections .section ul li a .direction .section-icon.xmlfeed {
  background-position-y: -1520px;
}
.configuration-sections .section ul li a .direction .section-icon.google {
  background-position-y: -1600px;
}
.configuration-sections .section ul li a .direction .section-icon.social {
  background-position-y: -1680px;
}
.configuration-sections .section ul li a .direction .section-icon.popupwindow {
  background-position-y: -1760px;
}
.configuration-sections .section ul li a .direction .section-icon.centralnews {
  background-position-y: -1840px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_price_tariff {
  background-position-y: -2160px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_price_currency {
  background-position-y: -2240px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_paymentshipping_payment_status {
  background-position-y: -2320px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_paymentshipping_shipping_status {
  background-position-y: -2400px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_eet_superadmin {
  background-position-y: -720px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_paymentshipping {
  background-position-y: -240px;
}
.configuration-sections .section ul li a .direction .section-icon.zita_redirect {
  background-position-y: -2000px;
}
.configuration-sections .section ul li a .direction .section-icon.super_admin_code {
  background-position-y: -2080px;
}
.configuration-sections .section ul li a .direction .section-icon.code {
  background-position-y: -2080px;
}
.configuration-sections .section ul li a .direction .section-icon.super_admin_setting {
  background-position-y: -1920px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_price_vat {
  background-position-y: -2480px;
}
.configuration-sections .section ul li a .direction .section-icon.easyshop_order_status {
  background-position-y: -2640px;
}
.configuration-sections .section ul li a .direction .section-icon.webget_admin_translation {
  background-position-y: -2560px;
}
.configuration-sections .section ul li a .direction span {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  transition: all 0.1s 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;
}
.configuration-sections .section ul li a:hover {
  border-color: #bbb;
  text-decoration: none;
}
.configuration-sections .section ul li a:hover .direction .section-icon {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.configuration-sections .section ul li a:hover .direction span {
  color: #cf5757;
}
.configuration-sections .section ul li.superadmin a {
  position: relative;
  border-color: #f5c7ac;
  background-color: #fffaf7;
}
.configuration-sections .section ul li.superadmin a:before {
  position: absolute;
  top: -1px;
  right: 15px;
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  text-align: center;
  font-weight: 600;
  background-color: #cf5757;
  content: "SA";
  color: #fff;
}
.configuration-sections .section ul li.superadmin a:after {
  position: absolute;
  top: 19px;
  right: 15px;
  display: block;
  content: "";
  width: 40px;
  height: 20px;
  border-width: 10px 20px;
  border-style: solid;
  border-color: transparent transparent #fffaf7 transparent;
}
.configuration-sections .section:last-of-type:after {
  display: none;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .configuration-sections .section ul li {
    width: 33.3333%;
  }
  .configuration-sections .section ul li a .direction .section-icon {
    width: 75px;
    height: 75px;
    background-size: 75px 2550px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_order {
    background-position-y: -75px;
  }
  .configuration-sections .section ul li a .direction .section-icon.price {
    background-position-y: -150px;
  }
  .configuration-sections .section ul li a .direction .section-icon.payment_shipping {
    background-position-y: -225px;
  }
  .configuration-sections .section ul li a .direction .section-icon.shopping {
    background-position-y: -300px;
  }
  .configuration-sections .section ul li a .direction .section-icon.text {
    background-position-y: -375px;
  }
  .configuration-sections .section ul li a .direction .section-icon.catalog {
    background-position-y: -450px;
  }
  .configuration-sections .section ul li a .direction .section-icon.webget_user {
    background-position-y: -525px;
  }
  .configuration-sections .section ul li a .direction .section-icon.stock {
    background-position-y: -600px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_eet {
    background-position-y: -675px;
  }
  .configuration-sections .section ul li a .direction .section-icon.webget_consultation {
    background-position-y: -750px;
  }
  .configuration-sections .section ul li a .direction .section-icon.calendar {
    background-position-y: -825px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_customerclub {
    background-position-y: -900px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_voucher {
    background-position-y: -975px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_watchdog {
    background-position-y: -1050px;
  }
  .configuration-sections .section ul li a .direction .section-icon.gallery {
    background-position-y: -1125px;
  }
  .configuration-sections .section ul li a .direction .section-icon.contact_form {
    background-position-y: -1200px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_opinion {
    background-position-y: -1275px;
  }
  .configuration-sections .section ul li a .direction .section-icon.seo_title {
    background-position-y: -1350px;
  }
  .configuration-sections .section ul li a .direction .section-icon.catalog_seo_title {
    background-position-y: -1350px;
  }
  .configuration-sections .section ul li a .direction .section-icon.xmlfeed {
    background-position-y: -1425px;
  }
  .configuration-sections .section ul li a .direction .section-icon.google {
    background-position-y: -1500px;
  }
  .configuration-sections .section ul li a .direction .section-icon.social {
    background-position-y: -1575px;
  }
  .configuration-sections .section ul li a .direction .section-icon.popupwindow {
    background-position-y: -1650px;
  }
  .configuration-sections .section ul li a .direction .section-icon.centralnews {
    background-position-y: -1725px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_price_tariff {
    background-position-y: -2025px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_price_currency {
    background-position-y: -2100px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_paymentshipping_payment_status {
    background-position-y: -2175px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_paymentshipping_shipping_status {
    background-position-y: -2250px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_eet_superadmin {
    background-position-y: -675px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_paymentshipping {
    background-position-y: -225px;
  }
  .configuration-sections .section ul li a .direction .section-icon.zita_redirect {
    background-position-y: -1875px;
  }
  .configuration-sections .section ul li a .direction .section-icon.super_admin_code {
    background-position-y: -1950px;
  }
  .configuration-sections .section ul li a .direction .section-icon.code {
    background-position-y: -1950px;
  }
  .configuration-sections .section ul li a .direction .section-icon.super_admin_setting {
    background-position-y: -1800px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_price_vat {
    background-position-y: -2325px;
  }
  .configuration-sections .section ul li a .direction .section-icon.easyshop_order_status {
    background-position-y: -2475px;
  }
  .configuration-sections .section ul li a .direction .section-icon.webget_admin_translation {
    background-position-y: -2400px;
  }
}
.login-form {
  padding: 10px 0 0 0;
}
.login-form form {
  margin: auto;
  width: 500px;
}
.login-form form .form-row {
  padding: 5px 0 5px 0;
}
.login-form form .form-row.submit {
  text-align: center;
}
.required,
.required_value {
  font-weight: bold;
}
.form_submit_button {
  margin: 15px 0 0 170px;
  text-align: left;
  clear: both;
}
.validation_errors {
  margin: 0 0 0 15px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover .inner {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 3px;
  overflow: hidden;
  width: 280px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -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);
}
.popover .title {
  background-color: #f5f5f5;
  padding: 9px 15px;
  line-height: 1;
  -webkit-border-top-right-radius: 3px 3px 0 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px 3px 0 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px 3px 0 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 1px solid #eee;
}
.popover .content {
  background-color: #ffffff;
  padding: 14px;
  -webkit-border-top-right-radius: 0 0 3px 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0 0 3px 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0 0 3px 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover .content p,
.popover .content ul,
.popover .content ol,
.popover .content li {
  padding-left: 0 !important;
  margin-bottom: 0;
  line-height: 1.3;
}
.popover .content ul {
  list-style-type: none !important;
}
/*
.ui-tooltip-tip {
    top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
}*/
.ui-tooltip-content {
  border-width: 3px;
}
.ui-tooltip .ui-tooltip-titlebar {
  border-width: 3px;
  border-bottom: 0px solid #ffffff;
  border-style: solid;
  word-wrap: break-word;
  overflow: hidden;
  border-color: #010101;
  background-color: #f5f5f5;
  color: #404040;
}
.ui-tooltip .ui-tooltip-content {
  border-width: 3px;
  border-style: solid;
  border-color: #010101;
  background-color: #ffffff;
  color: #404040;
}
.form-row {
  /* slider ve form radku */
}
.form-row ul {
  padding: 0;
}
.form-row .input .el-rte {
  float: left;
}
.form-row .errors {
  display: none;
}
.form-row .text-as-form-input {
  padding: 6px 0 0 0;
}
.form-row .form-block {
  display: inline-block;
  margin-top: 8px;
  width: 75%;
  padding-left: 13px;
  text-align: left;
}
.form-row .filter-range {
  margin-left: 175px;
}
.form-row-content {
  margin: 5px 0 5px 170px;
  display: inline-block;
}
ul.errors.list {
  display: inline-block;
}
ul.errors li {
  font-weight: bold;
  color: red;
}
.control-group {
  position: relative;
}
.control-group.error .select2-choice,
.control-group.error .select2-choices,
.control-group.error .file-preview,
.control-group.error .cke {
  border-color: #b94a48;
  -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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.help.alert-message.block-message {
  width: 375px;
  margin-bottom: 5px;
  padding: 7px;
}
.container-wrapper {
  margin-top: 0px;
  padding-top: 0px;
  position: relative !important;
}
.container-wrapper .container .footer {
  margin-top: 5px;
  padding: 5px 5px 5px 5px;
  border-top: 0px solid #eee;
  text-align: left;
}
.container-wrapper .container .footer p {
  text-align: left;
  font-size: 11px;
}
.container-wrapper .container .footer a {
  color: #0069D6;
  text-decoration: none;
}
.container-wrapper .container .footer a:hover {
  text-decoration: underline;
}
.container-wrapper .container .choice-row {
  padding: 5px 0 0 0;
}
.container-wrapper .container .choice-row label {
  width: 100px;
  padding: 0 15px 0 5px;
}
.container-wrapper .container .choice-row input[type="checkbox"] {
  margin-top: 3px;
}
.container-wrapper .container .card-list {
  float: left;
  padding-top: 8px;
}
.container-wrapper .container table.zebra-striped tr th {
  background-color: #FFF6D9;
}
.container-wrapper .container table.width-auto {
  width: auto;
}
.container-wrapper .container .one-role-name {
  padding-left: 20px;
}
.container-wrapper .container .float-box-large {
  float: left;
  width: 430px;
  margin: 0 40px 0 0;
}
.container-wrapper .container .admin-login-form {
  margin: 30px 0 20px 0;
}
.container-wrapper .ui-notify {
  position: fixed;
  border-radius: 0 !important;
}
.container-wrapper .ui-notify .ui-widget .ui-notify-closer .ui-icon-circle-close {
  text-indent: 0;
  background: none;
}
.container-wrapper .ui-notify .ui-widget .ui-notify-closer .ui-icon-circle-close:after {
  display: block;
  content: "\00d7";
  line-height: .8;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.container-wrapper .ui-notify.alert-danger .ui-widget .ui-notify-closer .ui-icon-circle-close:after {
  color: #d30218;
}
.container-wrapper .ui-notify.alert-warning .ui-widget .ui-notify-closer .ui-icon-circle-close:after {
  color: #9e7836;
}
.container-wrapper .ui-notify.alert-success .ui-widget .ui-notify-closer .ui-icon-circle-close:after {
  color: #109400;
}
.logo a:HOVER {
  text-decoration: none;
}
.clean {
  clear: both;
}
.float-left {
  float: left;
}
.auto-width {
  width: auto;
}
.text-left {
  text-align: left;
}
.row-float-left {
  float: left;
}
.help-paragraph {
  font-style: italic;
  margin-top: 20px !important;
}
.order-popover-content td {
  white-space: nowrap;
  padding-right: 5px;
}
.order-popover-content .actual {
  font-weight: bold;
}
.popover-link {
  cursor: pointer;
}
/*
@icon_size_list: small, large;
@icon_type_list: address, administrative-docs, advertising, archives, attibutes, bank, basket, bestseller, billing, bookmark, brainstorming, business-contact, busy, calendar, category, collaboration, comment, communication,
config, consulting, contact, cost, credit, credit-card, current-work, customers, database, date, delicious, document-library, donate, drawings, edit, email, facebook, featured, feed, finished-work, flag, folder,
free-for-job, freelance, full-time, future-projects, graphic-design, heart, hire-me, home, check, illustration, invoice, issue, library, lightbulb, limited-edition, link, lock, login, logout, milestone, my-account,
networking, old-versions, order, order-192, payment-card, paypal, pcde, pen, pencil, phone, photography, plus, premium, print, process, product, product-193, product-design, project, publish, refresh, search, settings,
shipping, showreel, sign-in, sign-out, sign-up, sitemap, special-offer, star, statistics, suppliers, tag, Thumbs, ticket, twitter, upcoming-work, user, world, zoom;
*/
.btn {
  /* icons */
}
.btn.only_text,
.btn.only_text:hover,
.btn.only_text:active {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border: 0;
  background: none;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}
.btn.no_padding {
  padding: 0px;
}
.btn .icon {
  float: left;
  margin: 1px 4px 0 0;
}
.btn .icon.icon-pos-top {
  float: none;
  margin: 0 auto 4px auto;
}
.btn .icon.icon-pos-left {
  float: left;
}
.btn .icon.icon-pos-right {
  float: right;
  margin: 0 0 0 8px;
}
.btn.to_center {
  margin: 0 auto 0 auto;
}
.btn.quick-link {
  filter: none;
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  color: #000000;
  display: block;
  float: left;
  height: 89px;
  margin: 0 10px 0 0;
  padding: 5px 4px 0px 4px;
  text-align: center;
  text-decoration: none;
  width: 111px;
  -webkit-box-shadow: 0 0px 0px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0 0px 0px rgba(255, 255, 255, 0);
}
.btn.quick-link .icon32 {
  display: block;
  margin: 0 auto 6px auto;
}
.btn.quick-link:hover {
  background-color: #EAFFD5;
  border: 1px solid #BADF96;
  color: #587838;
}
.btn.indented {
  margin-right: 5px;
}
.btn.btn-success .icon {
  color: white;
  margin: 2px 6px 0 0;
}
.button-round-box {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0px;
  float: left;
  margin-top: 5px;
}
.form-row-left-button {
  margin-left: 5px;
}
.btn-group-xs > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dock-wrapper {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 36px;
  z-index: 800;
}
.dock-wrapper .jqd-dock {
  position: static;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0 0 0 25px;
  opacity: 1;
  list-style-type: none;
}
.dock-wrapper .jqd-dock li {
  height: 100%;
  padding: 0 9px;
  border: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 0;
  margin: 0 5px 0 0;
  text-align: center;
  background: #ddd;
  transition: all .3s ease;
  opacity: .6;
  color: #444;
}
.dock-wrapper .jqd-dock li .title {
  width: 100%;
  padding: 0 10px;
  line-height: 35px;
  text-align: center;
  text-shadow: none;
  font-size: 14px;
  color: #666;
  transition: all .3s ease;
}
.dock-wrapper .jqd-dock li.active,
.dock-wrapper .jqd-dock li:hover {
  border-color: #cf5757;
  background: #cf5757;
  opacity: 1;
}
.dock-wrapper .jqd-dock li.active .title,
.dock-wrapper .jqd-dock li:hover .title {
  color: #fff;
}
.dock-wrapper .jqd-dock li.active:hover {
  border-color: #da7f7f;
  background: #da7f7f;
}
.jqd-window {
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  background: #fff !important;
}
.jqd-window .jqd-window-top {
  position: relative;
  z-index: 1;
  height: 47px;
  padding: 0 18px;
  border-radius: 0;
  background: #727377;
  text-shadow: none;
}
.jqd-window .jqd-window-top span {
  line-height: 47px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.jqd-window .jqd-window-top span.title {
  letter-spacing: 1px;
}
.jqd-window .jqd-window-top span.jqd-window-icons {
  padding: 0;
  margin-top: 12px;
  right: 18px;
  background: #727377;
}
.jqd-window .jqd-window-top span.jqd-window-icons span.ui-icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 0;
  border-radius: 0;
  margin-top: 0;
  background-image: url('../../bundles/webgetadmin/img/admin_form_sprite.png');
  background-color: transparent;
  box-shadow: none;
}
.jqd-window .jqd-window-top span.jqd-window-icons span.ui-icon.jqd-window-adapt {
  background-position: right -196px !important;
}
.jqd-window .jqd-window-top span.jqd-window-icons span.ui-icon.jqd-window-pin {
  background-position: right -219px !important;
}
.jqd-window .jqd-window-top span.jqd-window-icons span.ui-icon.jqd-window-min {
  background-position: right -243px !important;
}
.jqd-window .jqd-window-top span.jqd-window-icons span.ui-icon.jqd-window-max {
  background-position: right -265px !important;
}
.jqd-window .jqd-window-top span.jqd-window-icons span.ui-icon.jqd-window-close {
  background-position: right -288px !important;
}
.jqd-window .jqd-window-top span.jqd-window-icons span.ui-icon:hover {
  background-color: #595a5d;
}
.jqd-window .jqd-window-top span.jqd-window-icons span.ui-icon.active {
  background-color: #595a5d;
}
.jqd-window .jqd-window-content {
  position: absolute !important;
  z-index: 2;
  top: 47px;
  bottom: 18px;
  min-height: 210px;
  padding: 0 18px;
  overflow-y: auto;
}
.jqd-window .jqd-window-content form {
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
}
.jqd-window .jqd-window-content form .content-header {
  padding-top: 18px !important;
  z-index: 1;
  top: 0px;
  position: relative;
  background: #fff;
}
.jqd-window .jqd-window-content form .content-header .page_main_action {
  padding-bottom: 13px;
  margin-top: 0;
  text-align: right;
  font-size: 0;
}
.jqd-window .jqd-window-content form .content-header .page_main_action > a,
.jqd-window .jqd-window-content form .content-header .page_main_action > button {
  margin-left: 4px;
}
.jqd-window .jqd-window-content form .content-header .page_main_action .button-round-box {
  display: inline-block;
  float: none;
  margin: 0;
}
.jqd-window .jqd-window-content form .content-header .page_main_action .button-round-box button,
.jqd-window .jqd-window-content form .content-header .page_main_action .button-round-box a {
  width: auto;
  padding: 6px 17px;
  border-radius: 0;
  border: 0;
  margin: 0 0 0 6px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  background: #cf5757;
  color: #fff;
  box-shadow: none;
  vertical-align: middle;
}
.jqd-window .jqd-window-content form .content-header .page_main_action .button-round-box button:hover,
.jqd-window .jqd-window-content form .content-header .page_main_action .button-round-box a:hover {
  background: #bd3636;
}
.jqd-window .jqd-window-content form .content-header .page_main_action .button-round-box button span,
.jqd-window .jqd-window-content form .content-header .page_main_action .button-round-box a span {
  float: none;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.jqd-window .jqd-window-content form .content-header .page_main_action .button-round-box button span.icon,
.jqd-window .jqd-window-content form .content-header .page_main_action .button-round-box a span.icon {
  margin-top: -4px;
}
.jqd-window .jqd-window-content form .content-header h1 {
  display: none;
}
.jqd-window .jqd-window-content form .content-body {
  padding: 0;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin {
  width: 100%;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row {
  width: 100%;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row p.clear {
  margin: 0;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row:last-of-type {
  margin-bottom: 0;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row label {
  display: inline-block;
  box-sizing: border-box;
  color: #727376;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap {
  display: inline-block;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .help {
  margin: 1px 0 15px 0;
  color: #727376;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list {
  width: 100%;
  font-size: 0;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview {
  margin: 0 5px 5px 0;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview .icons {
  box-sizing: border-box;
  height: 34px;
  padding-right: 6px;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview .icons .icon {
  margin-top: 8px;
  width: 18px;
  height: 16px;
  background-image: url('../../bundles/webgetadmin/img/admin_form_sprite.png');
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview .icons .icon:before {
  display: none;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview .icons .icon.icon-left {
  background-position: -448px -32px;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview .icons .icon.icon-left:hover {
  background-position: -448px -96px;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview .icons .icon.icon-right {
  background-position: -448px -48px;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview .icons .icon.icon-right:hover {
  background-position: -448px -112px;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview .icons .icon.icon-edit {
  background-position: -448px 0;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview .icons .icon.icon-edit:hover {
  background-position: -448px -64px;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview .icons .icon.icon-delete {
  background-position: -448px -16px;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview .icons .icon.icon-delete:hover {
  background-position: -448px -80px;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview .file-preview .icons:hover {
  opacity: 1;
}
.jqd-window .jqd-window-content form .content-body .gallery-admin .form-row .images-list-wrap .images-list .js-file-preview.empty .file-preview {
  background: url('../../bundles/webgetadmin/img/admin-select-image.png');
}
.jqd-window .jqd-window-content form .content-body .form-row {
  margin-bottom: 0;
}
.jqd-window .jqd-window-content form .content-body .form-row .content {
  min-width: 300px;
}
.jqd-window .jqd-window-content form .content-body .form-row .content .select2-container {
  width: 100%;
  margin-bottom: 0;
}
.jqd-window .jqd-window-content .possible_columns {
  width: 200px;
  height: 160px;
  padding: 10px 10px 10px 8px;
  border-color: #999;
  margin-top: -168px;
}
.jqd-window .jqd-window-content .possible_columns .possible_columns_content {
  position: relative;
  height: auto;
  overflow-y: hidden;
}
.jqd-window .jqd-window-content .possible_columns .possible_columns_content .js-gridchoice-columns {
  max-height: 84px;
  overflow-y: auto;
  overflow-x: visible;
}
.jqd-window .jqd-window-content .possible_columns .possible_columns_content .js-gridchoice-columns .gridchoice-column-item {
  position: relative;
  padding-left: 22px;
  text-align: left;
  font-style: normal;
}
.jqd-window .jqd-window-content .possible_columns .possible_columns_content .js-gridchoice-columns .gridchoice-column-item input[type=checkbox] {
  top: 2px;
  left: 2px;
  z-index: 2;
}
.jqd-window .jqd-window-content .possible_columns .possible_columns_content .js-gridchoice-columns .gridchoice-column-item .custom-checkbox {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
}
.jqd-window .jqd-window-content .possible_columns .possible_columns_content .js-gridchoice-columns .gridchoice-column-item:nth-of-type(2) {
  height: auto;
  padding: 0 0 0 22px;
  border: 0;
  margin: 0;
}
.jqd-window .jqd-window-content .possible_columns .possible_columns_content .js-gridchoice-columns .gridchoice-column-item:not(:last-of-type) {
  margin-bottom: 4px;
}
.jqd-window .jqd-window-content .possible_columns .possible_columns_content div:nth-of-type(2) {
  height: 45px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
.jqd-window .jqd-window-content .possible_columns .possible_columns_content div:nth-of-type(2) .popup-help {
  margin-top: 8px;
  line-height: 16px;
}
.jqd-window .jqd-window-content .possible_columns .possible_columns_content div:nth-of-type(2) .popup-help .question-mark {
  font-style: normal;
}
.jqd-window .jqd-window-content .table {
  width: auto;
}
.jqd-window .jqd-window-content .table td,
.jqd-window .jqd-window-content .table th {
  position: relative;
  vertical-align: top;
}
.jqd-window .jqd-window-content .table td .custom-checkbox,
.jqd-window .jqd-window-content .table th .custom-checkbox {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #c3c4c7;
  background: #fff;
  cursor: pointer;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jqd-window .jqd-window-content .table td input[type=checkbox],
.jqd-window .jqd-window-content .table th input[type=checkbox] {
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 2;
  width: 17px;
  height: 17px;
  margin: 0;
  opacity: 0;
}
.jqd-window .jqd-window-content .table td input[type=checkbox]:hover + .custom-checkbox,
.jqd-window .jqd-window-content .table th input[type=checkbox]:hover + .custom-checkbox {
  border-color: #7d7f84;
}
.jqd-window .jqd-window-content .table td input[type=checkbox]:focus + .custom-checkbox,
.jqd-window .jqd-window-content .table th input[type=checkbox]:focus + .custom-checkbox {
  border-color: #cf5757;
  box-shadow: 0 0 2px 1px #cf5757;
}
.jqd-window .jqd-window-content .table td input[type=checkbox]:checked + .custom-checkbox:after,
.jqd-window .jqd-window-content .table th input[type=checkbox]:checked + .custom-checkbox:after {
  display: block;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  background: url('../../bundles/webgetadmin/img/icons.png') no-repeat -104px -162px;
  width: 11px;
  height: 9px;
}
.jqd-window .jqd-window-content .table th {
  line-height: 16px;
}
.jqd-window .jqd-window-content .table th .order-icon.icon-up:before {
  content: "\e113";
}
.jqd-window .jqd-window-content .table th .order-icon.icon-down:before {
  content: "\e114";
}
.jqd-window .jqd-window-content .table th .order-icon:hover {
  color: #888;
}
.jqd-window .jqd-window-content .table th .order-icon.active {
  color: #cf5757;
}
.jqd-window .jqd-window-content .table tfoot td {
  border-top: 1px solid #c3c4c7;
}
.jqd-window .jqd-window-content .table tfoot td .button-round-box {
  margin-top: 0;
}
.jqd-window .jqd-window-content .table-full {
  width: 100%;
}
.jqd-window .jqd-window-content .row {
  position: relative;
  z-index: 2;
  margin: 0;
}
.jqd-window .jqd-window-content .markers .marker {
  color: #cf5757;
}
.jqd-window .jqd-window-content .pagination-controls {
  margin-top: 15px;
}
.jqd-window .jqd-window-content .pagination-controls .pagination-wrapper .pagination {
  width: 100%;
}
.jqd-window .jqd-window-content .pagination-controls .pagination-wrapper .pagination ul li {
  line-height: 16px;
}
.jqd-window .jqd-window-content .pagination-controls .pagination-wrapper .pagination ul li span,
.jqd-window .jqd-window-content .pagination-controls .pagination-wrapper .pagination ul li a {
  min-width: 30px;
  padding: 9px 8px;
}
.jqd-window .jqd-window-content .pagination-controls .pagesize-wrapper {
  margin: 0;
}
.jqd-window .jqd-window-content .pagination-controls .pagesize-wrapper:before,
.jqd-window .jqd-window-content .pagination-controls .pagesize-wrapper:after {
  content: " ";
  display: table;
}
.jqd-window .jqd-window-content .pagination-controls .pagesize-wrapper:after {
  clear: both;
}
.jqd-window .jqd-window-content .pagination-controls .pagesize-wrapper:before,
.jqd-window .jqd-window-content .pagination-controls .pagesize-wrapper:after {
  content: " ";
  display: table;
}
.jqd-window .jqd-window-content .pagination-controls .pagesize-wrapper:after {
  clear: both;
}
.jqd-window .jqd-window-content .pagination-controls .pagesize-wrapper .pagesize {
  position: static !important;
  float: right;
}
.jqd-window .jqd-window-bottom {
  height: 18px;
  border: 0;
  background: transparent;
}
.jqd-window .ui-resizable-se {
  background-image: url('../../bundles/webgetadmin/img/admin_form_sprite.png') !important;
  background-position: right -311px !important;
}
.jqd-window .span12 {
  width: auto;
}
.icon {
  width: 16px;
  height: 16px;
  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;
  color: #777;
  text-align: center;
}
.icon:hover {
  color: #cf5757;
}
.icon-edit:before,
.icon-pencil:before {
  content: "\f040" !important;
}
.icon-delete:before,
.icon-remove:before {
  content: "\f00d" !important;
}
.icon.icon-warning:before {
  content: "\f071" !important;
}
.icon.icon-warning {
  color: #d61313;
  margin-left: 7px;
  margin-top: -3px;
  font-size: 16px;
}
.icon-information:before {
  content: "\f05a" !important;
}
.icon-home:before {
  content: "\f015" !important;
}
.icon-user:before {
  content: "\f007" !important;
}
.icon-refresh:before {
  content: "\f021" !important;
}
.icon-search:before {
  content: "\f002" !important;
}
.icon-list:before {
  content: "\f03a" !important;
}
.icon-mail:before {
  content: "\f0e0" !important;
}
.icon-plus:before {
  content: "\f067" !important;
}
.icon-minus:before {
  content: "\f068" !important;
}
.icon-left:before {
  content: "\f053" !important;
}
.icon-right:before {
  content: "\f054" !important;
}
.icon-up:before {
  content: "\f077" !important;
}
.icon-down:before {
  content: "\f078" !important;
}
.icon-left-tiny:before {
  content: "\f104" !important;
}
.icon-right-tiny:before {
  content: "\f105" !important;
}
.icon-up-tiny:before {
  content: "\f106" !important;
}
.icon-down-tiny:before {
  content: "\f107" !important;
}
.icon-valid:before {
  content: "\f14a" !important;
}
.icon-invalid:before {
  content: "\f146" !important;
}
.icon-add:before {
  content: "\f196" !important;
}
.icon-detail:before {
  content: "\f0f6" !important;
}
.icon-arrow-left:before {
  content: "\f060" !important;
}
.icon-arrow-right:before {
  content: "\f061" !important;
}
.icon-arrow-up:before {
  content: "\f062" !important;
}
.icon-arrow-down:before {
  content: "\f063" !important;
}
.icon-fullscreen:before {
  content: "\f065" !important;
}
.icon-file:before {
  content: "\f15b" !important;
}
.icon-disk:before {
  content: "\f0c7" !important;
}
.icon-ok:before {
  content: "\f00c" !important;
}
.icon-login:before {
  content: "\f090" !important;
}
.icon-duplicate:before {
  content: "\f24d" !important;
}
.icon-play:before {
  content: "\f04b" !important;
}
.icon-pause:before {
  content: "\f04c" !important;
}
.icon-stats:before {
  content: "\f080" !important;
}
.icon-undelivered:before {
  content: "\f05e" !important;
}
.icon-book:before,
.icon-archive:before {
  content: "\f187" !important;
}
.icon-empty:before {
  content: "\f057" !important;
}
.icon-cog:before {
  content: "\f013" !important;
}
.icon-wrench:before {
  content: "\f0ad" !important;
}
.icon-cart:before {
  content: "\f07a" !important;
}
.icon-visible:before {
  content: "\f06e" !important;
}
.icon-invisible:before {
  content: "\f070" !important;
}
.icon-bell:before {
  content: "\f0f3" !important;
}
.icon-comment:before {
  content: "\f075" !important;
}
.icon-alternative-edit:before {
  content: "\f044" !important;
}
.icon-alternative-delete:before {
  content: "\f2d4" !important;
}
.icon-folder-open:before {
  content: "\f07c" !important;
}
.icon-lock:before {
  content: "\f023" !important;
}
.icon-time:before {
  content: "\f017" !important;
}
.icon-download:before {
  content: "\f019" !important;
}
.icon-upload:before {
  content: "\f093" !important;
}
.icon-folder-close:before {
  content: "\f115" !important;
}
.icon-help:before {
  content: "\f128" !important;
}
input.hasDatepicker,
input.datepicker {
  background: url('../../bundles/webgetadmin/img/calendar.png') #ffffff;
  background-repeat: no-repeat;
  background-position: 98% 5px;
  cursor: pointer;
}
.datetimepicker input.datepicker {
  width: 12ex;
  margin-right: 1em;
  cursor: pointer;
}
.datetimepicker input.timepicker {
  background: url('../../bundles/webgetadmin/img/time.png') #ffffff;
  background-repeat: no-repeat;
  background-position: 98% 5px;
  width: 10ex;
  cursor: pointer;
}
.list-arrow-right {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: url('../../bundles/webgetadmin/img/bullet_arrow_right.png') no-repeat -5px 0px;
}
.list-arrow-down {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: url('../../bundles/webgetadmin/img/bullet_arrow_down.png') no-repeat -4px 0px;
}
.elfinder-toolbar .elfinder-buttonset,
.elfinder-button,
.elfinder-button-icon {
  box-sizing: content-box;
}
.elfinder-toolbar .elfinder-button {
  border: none !important;
  height: 16px !important;
  cursor: pointer;
}
.elfinder-toolbar .elfinder-toolbar-button-separator {
  border: none;
  border-left: 1px solid #aaa;
}
.elfinder-toolbar .elfinder-button-search input {
  padding-left: 25px;
  width: 147px;
}
.elfinder-toolbar .elfinder-buttonset .button-type-button {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  height: auto !important;
  cursor: pointer !important;
  overflow: hidden;
}
.elfinder-toolbar .elfinder-buttonset .button-type-button.ui-state-disabled button {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none;
  cursor: default;
}
.elfinder-toolbar .elfinder-buttonset .button-type-button form {
  cursor: pointer;
}
.elfinder-toolbar .elfinder-buttonset .button-type-button input[type=file] {
  cursor: pointer;
}
.elfinder-toolbar .elfinder-buttonset .button-type-button .button-round-box {
  margin: 0;
}
.elfinder-toolbar .elfinder-buttonset:first-child {
  border: none;
  background: none;
  float: right;
}
.elfinder-toolbar .elfinder-buttonset:first-child .button-type-button:nth-child(2) {
  z-index: 5;
}
.elfinder-toolbar .elfinder-buttonset:first-child .elfinder-toolbar-button-separator {
  border: none;
  margin: 0 3px;
  background-color: transparent;
}
/* tabs */
.elfinder-nav-tabs-wrapper.nav-tabs-wrapper {
  margin-top: 0 !important;
}
.elfinder-tab-content.tab-content {
  padding-top: 0 !important;
}
.elfinder-tab-content.tab-content .form-row {
  margin-top: 15px;
}
/* dalsi drobne fixy */
.elfinder-dialog .ui-dialog-titlebar-close {
  opacity: 1;
  background-image: none !important;
}
.elfinder-dialog .elfinder-dialog-icon-confirm {
  left: auto !important;
  right: 12px !important;
}
.elfinder-dialog .ui-dialog-buttonset .ui-button {
  padding: 0 !important;
  font-size: 11px !important;
}
.dialogelfinder-drag-close .ui-icon-closethick {
  background-color: #e6e6e6;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: visible;
}
.dialogelfinder {
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  background: #f6f6f6;
}
.dialogelfinder .dialogelfinder-drag {
  height: 47px !important;
  padding: 0 27px !important;
  border-radius: 0 !important;
  background: #727377 !important;
  line-height: 47px !important;
  text-shadow: none !important;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.dialogelfinder .dialogelfinder-drag .dialogelfinder-drag-close {
  position: absolute;
  top: 20px;
  right: 27px;
  width: 23px;
  height: 23px;
}
.dialogelfinder .dialogelfinder-drag .dialogelfinder-drag-close span {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  margin-top: 0;
  background-image: url('../../bundles/webgetadmin/img/admin_form_sprite.png');
  background-position: right -288px !important;
  background-color: transparent;
  box-shadow: none;
}
.dialogelfinder .dialogelfinder-drag .dialogelfinder-drag-close span:hover {
  background-color: #595a5d;
}
.dialogelfinder .elfinder-toolbar {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 22px;
  border: 0;
  background: #f6f6f6;
}
.dialogelfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button {
  height: 34px;
}
.dialogelfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button .button-round-box {
  height: 34px;
  margin: 0 4px;
}
.dialogelfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button .button-round-box button {
  height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  line-height: 34px;
  text-transform: uppercase;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background: #cf5757;
  color: #fff;
}
.dialogelfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button .button-round-box button:hover {
  background: #bd3636;
}
.dialogelfinder .elfinder-toolbar .elfinder-buttonset .elfinder-toolbar-button-separator {
  display: none;
}
.dialogelfinder .elfinder-toolbar .elfinder-buttonset:not(:first-of-type) {
  margin: 5px 4px;
}
.dialogelfinder .elfinder-toolbar .elfinder-button-search {
  width: 142px;
  height: 34px !important;
  margin: 0;
  top: 1px;
}
.dialogelfinder .elfinder-toolbar .elfinder-button-search input[type="text"] {
  box-sizing: border-box;
  width: 121px;
  height: 34px;
  padding: 5px 17px;
  border-radius: 0;
  border-color: #c8c8c8;
  background-color: #fff;
  box-shadow: none;
  font-style: italic;
  color: #737277;
}
.dialogelfinder .elfinder-toolbar .elfinder-button-search .ui-icon {
  width: 18px;
  height: 16px;
}
.dialogelfinder .elfinder-workzone .elfinder-navbar {
  box-sizing: border-box;
  padding: 3px 14px 3px 26px;
  border: 0;
  background: #f6f6f6;
  box-shadow: none;
}
.dialogelfinder .elfinder-workzone .elfinder-navbar .elfinder-tree .elfinder-navbar-wrapper .elfinder-navbar-dir {
  height: 32px;
  box-sizing: border-box;
  padding: 3px 12px 3px 30px;
  border-radius: 0;
  border: 1px dotted #bbb;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  background: #fff;
  color: #727376;
}
.dialogelfinder .elfinder-workzone .elfinder-navbar .elfinder-tree .elfinder-navbar-wrapper .elfinder-navbar-dir .elfinder-navbar-arrow {
  top: 17px;
  left: 11px;
  width: 11px;
  height: 11px;
  background-image: url('../../bundles/webgetadmin/img/admin_form_sprite.png');
  background-position: -455px -139px;
}
.dialogelfinder .elfinder-workzone .elfinder-navbar .elfinder-tree .elfinder-navbar-wrapper .elfinder-navbar-dir .elfinder-navbar-icon {
  display: none;
}
.dialogelfinder .elfinder-workzone .elfinder-navbar .elfinder-tree .elfinder-navbar-wrapper .elfinder-navbar-dir.ui-state-active {
  color: #cf5757;
}
.dialogelfinder .elfinder-workzone .elfinder-navbar .elfinder-tree .elfinder-navbar-wrapper .elfinder-navbar-dir.elfinder-navbar-expanded .elfinder-navbar-arrow {
  background-position: -455px -128px;
}
.dialogelfinder .elfinder-workzone .elfinder-navbar .elfinder-tree .elfinder-navbar-wrapper .elfinder-navbar-dir.elfinder-navbar-root {
  padding: 3px 12px;
  border: 0;
  margin-bottom: 2px;
  background: #727376;
  color: #fff;
}
.dialogelfinder .elfinder-workzone .elfinder-navbar .elfinder-tree .elfinder-navbar-wrapper .elfinder-navbar-dir.elfinder-navbar-root .elfinder-navbar-arrow {
  left: auto;
  right: 11px;
  top: 17px;
  background-position: -455px -150px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dialogelfinder .elfinder-workzone .elfinder-navbar .elfinder-tree .elfinder-navbar-wrapper .elfinder-navbar-dir.elfinder-navbar-root.elfinder-navbar-expanded .elfinder-navbar-arrow {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.dialogelfinder .elfinder-workzone .elfinder-navbar .elfinder-tree .elfinder-navbar-wrapper .elfinder-navbar-subtree {
  padding-left: 5px;
  margin: 0;
}
.dialogelfinder .elfinder-workzone .elfinder-cwd-wrapper {
  background: #fff;
}
.dialogelfinder .elfinder-statusbar {
  display: none !important;
}
.dialogelfinder .ui-resizable-se {
  background-image: url('../../bundles/webgetadmin/img/admin_form_sprite.png') !important;
  background-position: right -311px !important;
}
.ui-dialog-title {
  color: #ffffff !important;
  font-size: 1.1em !important;
  padding: 0px !important;
}
.el-dialogform {
  min-height: 0px !important;
}
.el-dialogform label {
  width: auto;
}
.el-dialogform input[type='checkbox'] {
  margin: 5px;
}
.el-dialogform td {
  font-size: 1.1em !important;
}
.el-dialogform select {
  font-size: 1.1em !important;
}
.el-dialogform fieldset legend {
  font-size: 1.1em !important;
  width: auto;
}
.el-dialogform-content td {
  vertical-align: middle;
}
.el-dialogform-content td input {
  width: 87% !important;
  outline: none;
}
.el-dialogform-content td input[type="checkbox"] {
  width: 30px !important;
  border: none !important;
}
.el-dialogform-content td input[size] {
  width: auto !important;
  margin-bottom: 8px;
}
.el-dialogform-content td select {
  padding: 4px 2px 4px 0px !important;
  outline: none;
}
.el-dialogform-content td label.rounded-left-3 {
  width: 90px;
}
.el-dialogform-content td .el-borderselect td {
  border-width: 0px !important;
}
.el-dialogform-content td .el-select {
  border-width: 0px !important;
}
.el-dialogform-content td .el-select label.rounded-left-3 {
  border: 1px solid #cccccc;
}
.el-dialogform-content td .el-select.hover {
  background-color: white;
}
.el-dialogform-content form,
.el-dialogform-content table {
  margin-bottom: 0px;
}
.el-dialogform-content .elrte-image-preview {
  font-size: 1.1em !important;
}
.el-dialogform-content td:first-child {
  width: 33%;
  white-space: nowrap;
}
.el-dialogform-content td > div > label {
  float: none;
  text-align: left;
}
.el-dialogform-content .el-fm-field > input {
  float: left;
}
.el-dialogform-content .el-fm-field > span {
  margin: 3px;
  float: left;
}
.el-dialogform-content select.el-unit,
.el-dialogform-content .el-paddinginput select {
  width: 50px !important;
  margin-left: 2px;
}
.el-image-dialog {
  width: 620px !important;
}
.el-flash-dialog {
  width: 610px !important;
}
.el-link-dialog {
  width: 460px !important;
}
.el-hr-dialog {
  width: 320px !important;
}
.el-table-dialog {
  width: 615px !important;
}
.el-cellprops-dialog {
  width: 615px !important;
}
.el-finder-dialog input[type="file"] {
  width: auto !important;
}
.ui-dialog .ui-widget-content {
  background: none;
}
.ui-dialog .ui-dialog-content {
  overflow: visible !important;
}
.ui-dialog-buttonpane {
  padding: 4px 3px !important;
}
.el-finder-cwd label {
  width: auto;
  float: none;
  text-align: center;
}
.elrte-button-wrapper {
  float: left;
}
.elrte-button-wrapper .button.small {
  padding: 7px 9px 7px;
}
.el-palette input.rounded-3 {
  width: 70%;
}
form textarea.basehtmltextarea {
  border: 0px !important;
}
.ui-widget.ui-widget-content.elfinder {
  border: 1px solid #999;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.ui-widget.ui-widget-content.elfinder .dialogelfinder-drag {
  padding: 0 18px !important;
}
.ui-widget.ui-widget-content.elfinder .dialogelfinder-drag .dialogelfinder-drag-close {
  top: 19px;
  right: 18px;
}
.ui-widget.ui-widget-content.elfinder .elfinder-toolbar {
  padding: 12px 18px !important;
}
.ui-widget.ui-widget-content.elfinder .elfinder-toolbar .elfinder-buttonset {
  border-radius: 0;
  margin: 5px 0;
}
.ui-widget.ui-widget-content.elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button {
  border-radius: 0;
  background: #ddd;
}
.ui-widget.ui-widget-content.elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button:hover {
  background: #ccc;
}
.ui-widget.ui-widget-content.elfinder .elfinder-toolbar .elfinder-buttonset:not(:first-of-type) {
  margin: 5px 0 5px 10px;
}
.ui-widget.ui-widget-content.elfinder .elfinder-toolbar .elfinder-buttonset:nth-of-type(2) {
  margin-left: 0;
}
.ui-widget.ui-widget-content.elfinder .elfinder-toolbar .elfinder-buttonset:first-of-type {
  margin: 0;
}
.ui-widget.ui-widget-content.elfinder .elfinder-toolbar .elfinder-buttonset:first-of-type .elfinder-button {
  background: transparent;
}
.ui-widget.ui-widget-content.elfinder .elfinder-toolbar .elfinder-buttonset:first-of-type .elfinder-button .button-round-box {
  margin: 0 0 0 5px;
}
.ui-widget.ui-widget-content.elfinder .elfinder-toolbar .elfinder-buttonset:first-of-type .elfinder-button .button-round-box .btn {
  font-size: 12px;
}
.ui-widget.ui-widget-content.elfinder .elfinder-toolbar .elfinder-button-search input {
  padding: 6px 8px;
  border: 1px solid #b5b6b7;
  line-height: 20px;
  font-size: 14px;
}
.ui-widget.ui-widget-content.elfinder .elfinder-toolbar .elfinder-button-search input:hover {
  border-color: #7b7b7e;
}
.ui-widget.ui-widget-content.elfinder .elfinder-workzone .elfinder-navbar {
  padding-top: 0;
  padding-left: 18px;
}
/* SEO toggle */
.toggle-user-defined-seo .button-round-box {
  margin-left: 170px;
  margin-bottom: 16px;
}
.seo-subform .button-row {
  margin-bottom: 10px;
  text-align: right;
}
.js-file-preview.empty[data-type=image] .file-preview {
  background-image: url('../../bundles/webgetadmin/img/admin-select-image.png');
}
.js-file-preview.empty[data-type=file] .file-preview {
  background-image: url('../../bundles/webgetadmin/img/admin-select-file.png');
}
/* formularovy prvek filemanager, filemanager_image a filemanager_images (ZitaFrameworkBundle) */
.file-preview {
  float: left;
  background-color: white;
  background-size: cover;
  width: 200px;
  height: 200px;
  padding: 5px;
  line-height: 190px;
  border: 1px solid #c4c3c8;
  clear: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: border-color 0.1s ease-in-out;
}
.file-preview:hover {
  border-color: #999 !important;
}
.file-preview-wrapper.small .file-preview {
  width: 100px;
  height: 100px;
  line-height: 96px;
}
.file-preview > .icons {
  text-align: right;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 100%;
  background-color: white;
  line-height: normal;
  height: 30px;
}
.file-preview > .icons .icon {
  font-size: 16px;
  vertical-align: text-top;
  color: black;
  top: 0;
  right: 0;
  position: relative;
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: opacity 0.1s ease-in-out;
}
.file-preview > .icons .icon:hover {
  opacity: .7;
}
.file-preview > .icons .icon.hidden {
  display: none;
}
.file-preview > img,
.file-preview embed {
  margin: 0 auto;
  vertical-align: middle;
  line-height: normal;
}
.file-preview > img {
  max-width: 188px;
  max-height: 188px;
}
.file-preview-wrapper.small .file-preview > img {
  max-width: 100px;
  max-height: 100px;
}
.file-preview .form-row {
  display: none;
}
.file-preview-wrapper.empty .file-preview {
  cursor: pointer;
}
.file-preview-wrapper.empty .file-preview .plus {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  font-size: 200px;
  color: #ddd;
  width: 100%;
  height: 100%;
  line-height: 200px;
  text-align: center;
  display: none;
  cursor: pointer;
}
.file-preview-wrapper.empty.small .file-preview .plus {
  font-size: 100px;
  line-height: 100px;
}
.file-preview .type-icon {
  font-size: 128px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.file-preview-wrapper.small .file-preview .type-icon {
  font-size: 64px;
  margin-top: 7px;
}
.file-preview .type-icon img {
  width: 128px;
}
.file-preview-wrapper.small .file-preview .type-icon img {
  width: 64px;
}
.file-preview-wrapper {
  display: inline-block;
}
.file-preview-wrapper .btn {
  margin-left: 0 !important;
}
.images-list-wrap {
  min-width: 500px;
  display: block !important;
}
.images-list-wrap > .help {
  display: table;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  border-radius: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
  border-color: #e4c384;
  background-color: #fcf8e3;
  color: #9e7836;
  margin-bottom: 10px;
}
.images-list-wrap > .help h4 {
  margin-top: 0;
  color: inherit;
}
.images-list-wrap > .help .alert-link {
  font-weight: bold;
}
.images-list-wrap > .help > p,
.images-list-wrap > .help > ul {
  margin-bottom: 0;
}
.images-list-wrap > .help > p + p {
  margin-top: 5px;
}
.images-list-wrap > .help .ui-widget {
  position: relative;
  padding-left: 25px;
  font-family: 'Open Sans', sans-serif;
}
.images-list-wrap > .help .ui-widget:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-image: url('../../bundles/webgetadmin/img/icons.png');
  background-repeat: no-repeat;
}
.images-list-wrap > .help.alert-info i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.images-list-wrap > .help.alert-info span {
  display: inline-block;
  vertical-align: middle;
}
.images-list-wrap > .help.alert-info.forbidden {
  margin-bottom: 0;
}
.images-list-wrap > .help.alert-danger {
  border-color: #f8a8ab;
  background-color: #ffd9da;
  color: #d30218;
}
.images-list-wrap > .help.alert-danger .ui-widget:before {
  top: 5px;
  width: 13px;
  height: 12px;
  background-position: -86px -162px;
}
.images-list-wrap > .help.alert-warning {
  border-color: #e4c384;
  background-color: #fcf8e3;
  color: #9e7836;
}
.images-list-wrap > .help.alert-warning .ui-widget:before {
  top: 5px;
  width: 15px;
  height: 13px;
  background-position: -85px -146px;
}
.images-list-wrap > .help.alert-success {
  border-color: #94d07a;
  background-color: #eff9e1;
  color: #109400;
}
.images-list-wrap > .help.alert-success .ui-widget:before {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 15px;
  background-position: -89px -130px;
}
.images-list-wrap > .help .ui-widget:before {
  top: 5px;
  width: 15px;
  height: 13px;
  background-position: -85px -146px;
}
.images-list-wrap .images-bar {
  height: 18px;
  background: green;
}
.form-row .images-list {
  margin: 0px;
  list-style-type: none;
}
.form-row .images-list .js-file-preview {
  margin-right: 5px;
}
/* form. prvky vedle sebe */
.inline-form-elements {
  margin-top: 5px;
}
.inline-form-elements > .element {
  display: inline-block;
  float: left;
}
.inline-form-elements > .element > .info {
  margin-top: 5px;
}
.inline-form-elements > .element .form-row {
  display: inline-block;
  float: left;
  margin-top: 0px;
  margin-right: 10px;
}
.inline-form-elements > .element .inline-block {
  display: inline-block;
}
/* multilang */
.multilang {
  display: inline-block;
  margin-top: 6px;
}
.multilang .nav.nav-tabs {
  margin-bottom: 0;
}
.multilang .nav.nav-tabs li {
  padding: 0 0 2px 0;
  margin-bottom: 0;
}
.multilang .nav.nav-tabs li a {
  padding: 5px 12px;
}
.multilang .nav.nav-tabs li.active a {
  top: 0;
}
.multilang .nav.nav-tabs li:not(.active) a {
  background: #e8e8e8;
}
.multilang .tab-content {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fff;
}
.multilang .tab-content .tab-pane {
  position: relative;
  width: 100%;
}
.multilang .tab-content .tab-pane input[type=checkbox],
.multilang .tab-content .tab-pane input[type=radio],
.multilang .tab-content .tab-pane .custom-checkbox {
  top: 0;
  left: 0;
}
.multilang .tab-content .cke {
  margin-left: 0;
}
.multilang .tab-content .active {
  display: inline-block;
}
.multilang:only-of-type {
  width: 100%;
}
.webgetbar-menu li .icon {
  float: left;
  margin: 4px 6px 0 18px;
  color: green;
}
.webgetbar-menu li a {
  clear: none;
}
.webgetbar-menu li:hover > .icon {
  color: white;
}
.webgetbar-menu .admin-home-link {
  float: left;
  color: #ddd;
  margin: 8px 5px 0 7px;
}
.webgetbar-menu .admin-home-link .icon {
  color: #ddd;
  font-size: 18px;
}
.webgetbar-menu .admin-home-link:hover .icon {
  color: #eee;
}
.admin-config-form.superadmin .tab-content {
  padding-top: 0px;
}
.admin-config-form.superadmin .config-form-tab {
  padding-top: 0px;
}
.footer .helpbar {
  float: right;
}
.footer .helpbar a {
  text-decoration: none;
  border-bottom: 1px dotted #444;
  font-weight: 600;
  color: #555;
}
.footer .helpbar a:hover {
  border-bottom-style: solid;
}
.footer .copyrights {
  display: inline-block;
}
.footer .copyrights img {
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
.footer .copyrights p {
  margin: 0;
  font-size: 12px;
  color: #777;
}
.footer .copyrights p a {
  border-bottom: 1px dotted #444;
  text-decoration: none;
  font-weight: 600;
  color: #555;
}
.footer .copyrights p a:hover {
  border-bottom-style: solid;
}
#helpbox {
  display: none;
}
.nav-tabs-wrapper {
  width: 100%;
  float: left;
  position: relative;
}
.nav-tabs-wrapper .nav.nav-tabs {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
}
.nav-tabs-wrapper .nav.nav-tabs li {
  position: static;
}
.nav-tabs-wrapper .nav.nav-tabs li .anchor-toolbar {
  display: none;
}
.nav-tabs-wrapper .nav.nav-tabs li.active .anchor-toolbar {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
}
.nav-tabs-wrapper .nav.nav-tabs li.active .anchor-toolbar .anchor-link {
  position: relative;
  padding-left: 34px;
}
.nav-tabs-wrapper .nav.nav-tabs li.active .anchor-toolbar .anchor-link a {
  font-weight: 300;
  color: #666;
}
.nav-tabs-wrapper .nav.nav-tabs li.active .anchor-toolbar .anchor-link:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 8px;
  height: 4px;
  width: 4px;
  background: #cf5757;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.popup-help {
  display: inline;
  margin-left: 5px;
  cursor: help;
}
.popup-help .question-mark {
  font-weight: bold;
}
.popup-help.no-float {
  float: none;
}
.progress {
  margin-bottom: 0px;
  position: relative;
}
.progress .progress-label {
  text-align: center;
  color: white;
  margin-top: 1px;
  position: absolute;
  width: 100%;
  text-shadow: 1px 1px 3px #000000;
  font-weight: bold;
  font-size: 13px;
  top: 0;
}
.progress .bar {
  height: 100%;
  background-color: #78c954;
}
.customlinks-subform-wrap {
  float: left;
}
.ui-dialog.ui-colorpicker {
  padding: 10px !important;
  border-radius: 0 !important;
  border: 1px solid #7d7f84 !important;
  background: #fff !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-map-container .ui-colorpicker-map,
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-bar-container .ui-colorpicker-map,
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-map-container .ui-colorpicker-bar,
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-bar-container .ui-colorpicker-bar {
  border: 1px solid #c3c4c7;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-map-container .ui-colorpicker-map .ui-colorpicker-bar-layer-pointer,
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-bar-container .ui-colorpicker-map .ui-colorpicker-bar-layer-pointer,
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-map-container .ui-colorpicker-bar .ui-colorpicker-bar-layer-pointer,
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-bar-container .ui-colorpicker-bar .ui-colorpicker-bar-layer-pointer {
  overflow: visible;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-map-container .ui-colorpicker-map {
  width: 258px;
  height: 258px;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-bar-container {
  height: 258px;
  padding: 0 10px;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-bar-container .ui-colorpicker-bar {
  width: 22px;
  height: 258px;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-preview-container .ui-colorpicker-preview {
  height: 32px;
  border: 1px solid #c3c4c7;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-preview-container .ui-colorpicker-preview div {
  width: 75px;
  height: 30px;
}
.ui-dialog.ui-colorpicker table tr td .ui-colorpicker-mode {
  position: relative;
  left: 4px;
  opacity: 0;
  -webkit-transform: scale(1.6);
  /* Safari */
  -ms-transform: scale(1.6);
  /* IE 9 */
  transform: scale(1.6);
}
.ui-dialog.ui-colorpicker table tr td .ui-colorpicker-mode:checked + label:after {
  display: block;
}
.ui-dialog.ui-colorpicker table tr td .ui-colorpicker-mode:focus + label:before {
  border-color: #cf5757;
  box-shadow: 0 0 2px 1px #cf5757;
}
.ui-dialog.ui-colorpicker table tr td .ui-colorpicker-mode + label {
  position: relative;
  left: -20px;
  padding-left: 21px;
  padding-right: 0;
  margin-left: 7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #666;
  pointer-events: none;
}
.ui-dialog.ui-colorpicker table tr td .ui-colorpicker-mode + label:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #b5b6b7;
  border-radius: 50%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  background: #fff;
  cursor: pointer;
  z-index: 1;
  content: "";
}
.ui-dialog.ui-colorpicker table tr td .ui-colorpicker-mode + label:after {
  display: none;
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cf5757;
  z-index: 1;
}
.ui-dialog.ui-colorpicker table tr td .ui-colorpicker-mode ~ input {
  display: inline-block;
  width: 93px;
  padding: 0 0 0 4px;
  border-radius: 0;
  border-color: #c3c4c7;
  background-color: #fff;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ui-dialog.ui-colorpicker table tr td .ui-colorpicker-mode ~ input:hover {
  border-color: #7d7f84;
}
.ui-dialog.ui-colorpicker table tr td .ui-colorpicker-mode ~ input:focus {
  border-color: #7d7f84;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.ui-dialog.ui-colorpicker table tr td .ui-colorpicker-mode ~ input::-webkit-inner-spin-button {
  opacity: 1;
}
.ui-dialog.ui-colorpicker table tr td .ui-colorpicker-mode ~ .ui-colorpicker-unit {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #777;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-hex-container {
  padding-bottom: 0;
  vertical-align: bottom;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-hex-container .ui-colorpicker-hex {
  text-align: left;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-hex-container .ui-colorpicker-hex label {
  display: inline-block;
  width: auto;
  padding-left: 21px;
  padding-right: 11px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-hex-container .ui-colorpicker-hex input {
  display: inline-block;
  width: 111px;
  height: 30px;
  padding: 0 0 0 7px;
  border-radius: 0;
  border-color: #c3c4c7;
  background-color: #fff;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-hex-container .ui-colorpicker-hex input:hover {
  border-color: #7d7f84;
}
.ui-dialog.ui-colorpicker table tr td.ui-colorpicker-hex-container .ui-colorpicker-hex input:focus {
  border-color: #7d7f84;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.ui-dialog.ui-colorpicker .ui-dialog-buttonpane {
  padding: 0 !important;
  border: 0;
  margin-top: 21px;
  text-align: right;
}
.ui-dialog.ui-colorpicker .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: inline-block;
  float: none;
}
.ui-dialog.ui-colorpicker .ui-dialog-buttonpane .ui-dialog-buttonset button {
  border: 0;
  border-radius: 0;
  margin: 0 0 0 8px;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fff;
}
.ui-dialog.ui-colorpicker .ui-dialog-buttonpane .ui-dialog-buttonset button.ui-colorpicker-cancel {
  background: #cf5757;
}
.ui-dialog.ui-colorpicker .ui-dialog-buttonpane .ui-dialog-buttonset button.ui-colorpicker-cancel:hover {
  background: #bd3636;
}
.ui-dialog.ui-colorpicker .ui-dialog-buttonpane .ui-dialog-buttonset button.ui-colorpicker-ok {
  background: #79ca54;
}
.ui-dialog.ui-colorpicker .ui-dialog-buttonpane .ui-dialog-buttonset button.ui-colorpicker-ok:hover {
  background: #5eb338;
}
.ui-dialog.ui-colorpicker label {
  display: inline-block;
  width: 1.5em;
}
/* filtr polozek v administraci - neviditelne prvky pro pagesize */
#filter_product_list .filter-pagesize-row {
  display: none;
}
#filter_product_list .js-filter-element-sorting-asc {
  margin-left: 10px;
}
.panel.search-panel {
  min-height: auto !important;
  padding: 0 0 20px 0;
}
.panel.search-panel:after {
  display: none;
}
.panel.search-panel .header {
  padding: 30px 20px 30px 95px;
  font-size: 20px;
  font-weight: 600;
  color: #666;
  background: url("../../bundles/webgetadmin/img/search.png") no-repeat 15px center;
}
.panel.search-panel #ajax-block-hits .hits-wrapper .message {
  margin: 20px 0 0 0;
}
.panel.search-panel #ajax-block-hits .hits-wrapper .column {
  width: 33.3333%;
  float: left;
  padding: 0 20px;
  margin-top: 20px;
}
.panel.search-panel #ajax-block-hits .hits-wrapper .column .column-header {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
.panel.search-panel #ajax-block-hits .hits-wrapper .column .hits .item .image {
  width: 50px;
  float: left;
}
.panel.search-panel #ajax-block-hits .hits-wrapper .column .hits .item .link {
  padding-left: 10px;
  float: left;
}
.panel.search-panel #ajax-block-hits .hits-wrapper .column .hits .item a .number {
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
  text-decoration: inherit;
  color: #999;
}
.panel.search-panel #ajax-block-hits .hits-wrapper .column .hits .item a .customer {
  display: inline-block;
  vertical-align: top;
  text-decoration: inherit;
}
.panel.search-panel #ajax-block-hits .hits-wrapper .column .hits .item:not(:last-of-type) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.panel.search-panel #ajax-block-hits .hits-wrapper .column:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.search-block form {
  margin-bottom: 0;
  background: transparent;
}
.search-block form .form-row {
  margin-bottom: 0;
}
.search-block form .form-row .content input[type=text] {
  margin-bottom: 0;
}
.slickgrid.mark-invalid .slick-row.invalid {
  background-color: #fee;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.top-margin {
  margin-top: 13px;
}
.bottom-margin {
  margin-top: 13px;
}
.left-margin {
  margin-left: 13px;
}
.right-margin {
  margin-right: 13px;
}
form .form-row {
  margin-bottom: 5px;
  margin-top: 5px;
}
form .form-row input[type="checkbox"] {
  margin-top: 9px;
}
.container > footer p {
  text-align: center;
  /* center align it with the container */
}
.container {
  width: 1000px !important;
  /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */
}
.navbar .container {
  width: 1000px;
  /* downsize our container to make the content feel a bit tighter and more cohesive. NOTE: this removes two full columns from the grid, meaning you only go to 14 columns and not 16. */
}
/* The white background content wrapper */
.content {
  background-color: #fff;
  /*margin: 0 -20px;*/
  /* negative indent the amount of the padding to maintain the grid system */
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.topbar .btn {
  border: 0;
}
.topbar {
  /*position: relative;
  margin:0 0 10px 0;*/
  top: 40px;
  z-index: 800;
}
.row {
  margin-left: 0;
}
.alert-message div {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 18px;
}
.alert-message.ui-widget {
  font-weight: normal;
}
.alert-warning {
  width: auto;
  float: left;
}
label {
  width: 150px;
  padding-right: 20px;
}
.popover {
  border-radius: 3px;
  border: 1px solid #95c620;
  box-shadow: none;
}
.popover .popover-title {
  padding: 8px;
  border: 0;
  margin-bottom: 5px;
  font-weight: 600;
  background-color: transparent;
  color: #739f0b;
}
.popover .popover-title .close {
  margin-left: 10px;
  line-height: .8;
}
.popover .popover-title .close:hover {
  color: #777;
}
.popover .popover-content {
  padding: 0 8px 8px 8px;
  margin-top: 0 !important;
  color: #739f0b;
}
.popover.top {
  margin-bottom: 15px;
}
.popover.top > .arrow {
  border-top-color: #95c620;
}
.popover.right {
  margin-left: 15px;
}
.popover.right > .arrow {
  border-right-color: #95c620;
}
.popover.bottom {
  margin-top: 15px;
}
.popover.left {
  margin-right: 15px;
}
.popover label {
  width: auto;
}
.popover input[type=text] {
  width: 120px;
}
.table {
  width: 100%;
  border-radius: 0;
}
.table.table-bordered {
  border: 1px solid #c3c4c7;
}
.table.table-bordered tr {
  background-color: transparent;
}
.table.table-bordered tr th {
  border: 0;
  border-bottom: 1px solid #c3c4c7;
  border-right: 1px solid #c3c4c7;
  font-weight: 600;
  background-color: transparent;
  color: #727376;
  vertical-align: top;
}
.table.table-bordered tr th .content {
  margin-bottom: 0;
}
.table.table-bordered tr td {
  border: 0;
  border-bottom: 1px solid #c3c4c7;
  border-right: 1px solid #c3c4c7;
  vertical-align: middle;
  background-color: transparent;
}
.table.table-bordered tr td .control-group {
  margin-bottom: 0;
}
.table.table-bordered tr td .control-group input {
  margin-bottom: 0;
}
.table.table-bordered tr td .choice-row label {
  text-align: left;
}
.table.table-bordered tr td:only-child {
  text-align: right;
  font-style: italic;
  color: #555;
}
.table.table-bordered tr:last-of-type td {
  border-bottom: 0;
}
.form-row .subform div {
  margin-left: 170px;
}
.form-row .subform label {
  width: 80px;
}
form .input {
  margin-left: 170px;
}
input[type="file"] {
  width: 400px;
}
.input-money input {
  width: 68px;
}
.fileinput-button input[type="file"] {
  width: auto;
}
select {
  width: 220px;
}
.slickgrid [class^="icon-"],
.slickgrid [class*=" icon-"] {
  vertical-align: baseline;
}
h4,
h5,
h6 {
  line-height: 36px;
}
h4 {
  font-size: 16px;
}
.navbar {
  margin-bottom: 0px;
}
.navbar.navbar-inverse .navbar-inner {
  background: #252525;
}
/* styl pro stary bootstrap, aby se spravne zobrazovaly formulare */
.form-row label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 150px;
  text-align: right;
  color: #404040;
}
.popover .form-row label {
  width: auto;
}
a {
  text-decoration: none;
}
.nav-tabs {
  margin-top: 10px;
}
input.select2-input {
  width: inherit !important;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../bundles/webgetadmin/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../bundles/webgetadmin/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'), url('../../bundles/webgetadmin/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../bundles/webgetadmin/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../bundles/webgetadmin/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../bundles/webgetadmin/fonts/fontawesome-webfont.svg?v=4.7.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-feed:before,
.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-pp: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.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-genderless:before {
  content: "\f22d";
}
.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";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html {
  overflow-x: hidden;
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.dropdown-toggle,
a.js-search-tab-link,
a.close,
a.btn,
button,
.select2-container {
  cursor: pointer !important;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex--justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex--justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex--justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex--align-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex--align-center {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex--align-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}
/**
 * mixin z bootstrapu 2.3 kvuli BC
 */
.btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  padding: 7px 17px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #cf5757;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  text-shadow: none;
  border-radius: 0;
  border: 0;
  text-align: center;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer !important;
}
.btn > i.fa {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: 0;
  vertical-align: middle;
  font-size: 150%;
  position: relative;
  top: -2px;
  /*&:last-child {
			margin-right: 0;
		}*/
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
  box-shadow: none;
  background-color: #bd3636;
  color: #fff;
  cursor: default;
}
.btn.btn-icon {
  padding: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.btn.btn-icon:hover,
.btn.btn-icon:focus {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: none;
}
.btn[disabled] {
  pointer-events: none;
  user-select: none;
}
.btn.btn-secondary {
  padding: 0;
  border: 0;
  margin-left: 10px;
  background: transparent;
  color: #cf5757;
}
.btn.btn-secondary i {
  margin-right: 5px;
}
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
  background: transparent;
  color: #cf5757;
}
.btn.btn-secondary .icon {
  width: 15px;
  height: 15px;
  font-size: 150%;
  color: #cf5757;
}
.btn .popup-help {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.btn .popup-help:before,
.btn .popup-help:after {
  display: none;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 9px 15px;
  font-size: 18px;
  line-height: 1.25;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group .btn {
  border-radius: 0 !important;
  font-size: 12px;
}
.btn-group .btn.dropdown-toggle {
  box-shadow: none;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.btn-group .btn.dropdown-toggle .caret {
  margin-top: -1px;
}
.btn-group.open .btn-success.dropdown-toggle {
  box-shadow: none;
  background-color: #c30303;
}
.btn-group .dropdown-menu {
  left: auto;
  right: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.4);
}
.btn-group .dropdown-menu li a {
  padding: 7px 10px;
  color: #777;
  transition: all .3s ease;
}
.btn-group .dropdown-menu li a:hover {
  background: #eee;
  color: #444;
}
.demo-button .btn {
  min-width: 120px;
  margin-bottom: 5px;
  margin-right: 5px;
}
textarea,
textarea.form-control {
  display: block;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  min-height: 110px;
  background: #fff;
  border: 1px solid #b5b6b7;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
}
textarea:hover,
textarea.form-control:hover,
textarea:focus,
textarea.form-control:focus {
  border-color: #7d7f84;
}
textarea:focus,
textarea.form-control:focus {
  outline: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
textarea[disabled],
textarea.form-control[disabled] {
  border-color: #ddd;
  pointer-events: none;
  user-select: none;
  background-color: #e4e4e4;
}
textarea[readonly="readonly"],
textarea.form-control[readonly="readonly"] {
  border-color: #c3c3c3;
  cursor: default;
}
textarea[readonly="readonly"]:focus,
textarea.form-control[readonly="readonly"]:focus {
  box-shadow: none;
}
input[type="text"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="color"] {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 8px;
  margin-bottom: 0;
  display: block;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #b5b6b7;
  box-shadow: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
input[type="text"]:hover,
input[type="date"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="text"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="color"]:focus {
  border-color: #7d7f84;
  outline: none;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="color"]:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
input[type="text"].datepicker,
input[type="date"].datepicker,
input[type="search"].datepicker,
input[type="password"].datepicker,
input[type="email"].datepicker,
input[type="number"].datepicker,
input[type="tel"].datepicker,
input[type="url"].datepicker,
input[type="color"].datepicker {
  width: 47%;
  background-image: url('../../bundles/webgetadmin/img/calendar.png');
  background-repeat: no-repeat;
  background-position: right 0;
}
input[type="text"].timepicker,
input[type="date"].timepicker,
input[type="search"].timepicker,
input[type="password"].timepicker,
input[type="email"].timepicker,
input[type="number"].timepicker,
input[type="tel"].timepicker,
input[type="url"].timepicker,
input[type="color"].timepicker {
  width: 47%;
  background-image: url('../../bundles/webgetadmin/img/time.png');
  background-repeat: no-repeat;
  background-position: right 0;
}
input[type="text"].colorpicker,
input[type="date"].colorpicker,
input[type="search"].colorpicker,
input[type="password"].colorpicker,
input[type="email"].colorpicker,
input[type="number"].colorpicker,
input[type="tel"].colorpicker,
input[type="url"].colorpicker,
input[type="color"].colorpicker {
  background-image: url('../../bundles/webgetadmin/img/color.png');
  background-repeat: no-repeat;
  background-position: right 0;
}
input[type="text"][disabled],
input[type="date"][disabled],
input[type="search"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="tel"][disabled],
input[type="url"][disabled],
input[type="color"][disabled] {
  border-color: #ddd;
  pointer-events: none;
  user-select: none;
  background-color: #e4e4e4;
}
input[type="text"][readonly="readonly"],
input[type="date"][readonly="readonly"],
input[type="search"][readonly="readonly"],
input[type="password"][readonly="readonly"],
input[type="email"][readonly="readonly"],
input[type="number"][readonly="readonly"],
input[type="tel"][readonly="readonly"],
input[type="url"][readonly="readonly"],
input[type="color"][readonly="readonly"] {
  border-color: #c3c3c3;
  cursor: default;
}
input[type="text"][readonly="readonly"]:focus,
input[type="date"][readonly="readonly"]:focus,
input[type="search"][readonly="readonly"]:focus,
input[type="password"][readonly="readonly"]:focus,
input[type="email"][readonly="readonly"]:focus,
input[type="number"][readonly="readonly"]:focus,
input[type="tel"][readonly="readonly"]:focus,
input[type="url"][readonly="readonly"]:focus,
input[type="color"][readonly="readonly"]:focus {
  box-shadow: none;
}
label:hover + input[disabled],
label:hover + textarea[disabled],
label:hover + .content input[disabled],
label:hover + .content textarea[disabled] {
  border-color: #ddd;
}
.popup-help {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  border: 1px solid #a0cc37;
  border-radius: 2px;
  line-height: 16px;
  color: #a0cc37;
  background: #fff;
}
.popup-help:before,
.popup-help:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 5px 5px 0 0;
  display: block;
  width: 0;
  right: 8px;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.popup-help:before {
  border-color: #a0cc37 transparent;
  bottom: -6px;
}
.popup-help:after {
  border-color: #fff transparent;
  bottom: -3px;
  right: 6px;
}
form.voucher-query {
  width: 100%;
  background-color: transparent;
}
form.voucher-query .form-row {
  margin-bottom: 0;
}
.form-row {
  width: 100%;
  float: left;
  margin: 0 0 15px;
  text-align: left;
}
.form-row .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.form-row .content .table-wrapper {
  width: 100%;
}
.form-row .content.datetime-subform .datetimepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.form-row .content.datetime-subform .datetimepicker input {
  width: 49%;
}
.form-row .content.date-subform .datepicker {
  width: 100%;
}
.form-row .content .btn {
  margin-left: 10px;
}
.form-row .content .add-to-menu-subform {
  width: 100%;
}
.form-row .content > *:not(:first-of-type) {
  margin-left: 10px;
}
.form-row .content .custom-checkbox,
.form-row .content .custom-radio {
  margin-right: auto;
}
.form-row > label {
  color: #727376;
  line-height: 20px;
  padding: 7px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  width: auto;
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-row > label.required {
  position: relative;
}
.form-row > label.required:after {
  position: absolute;
  top: 3px;
  right: -10px;
  display: block;
  content: "*";
  font-size: 14px;
  color: #cf5757;
}
.form-row > label.required:empty:after {
  display: none;
}
.form-row > label.has-tooltip {
  position: relative;
  padding-right: 42px !important;
}
.form-row > label.has-tooltip .popup-help {
  position: absolute;
  top: 9px;
  right: 14px;
}
.form-row > .content {
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-row > .content input[type="checkbox"],
.form-row > .content input[type="radio"] {
  display: block;
  position: absolute;
  top: 9px;
  left: 13px;
  width: 16px;
  height: 16px;
  margin-top: 0 !important;
  opacity: 0;
  z-index: 2;
}
.form-row > .content input[type="checkbox"]:hover + .custom-checkbox,
.form-row > .content input[type="radio"]:hover + .custom-checkbox,
.form-row > .content input[type="checkbox"]:hover + .custom-radio,
.form-row > .content input[type="radio"]:hover + .custom-radio {
  border-color: #7d7f84;
}
.form-row > .content input[type="checkbox"]:focus + .custom-checkbox,
.form-row > .content input[type="radio"]:focus + .custom-checkbox,
.form-row > .content input[type="checkbox"]:focus + .custom-radio,
.form-row > .content input[type="radio"]:focus + .custom-radio {
  border-color: #cf5757;
  box-shadow: 0 0 2px 1px #cf5757;
}
.form-row > .content input[type="checkbox"]:checked + .custom-checkbox:after,
.form-row > .content input[type="radio"]:checked + .custom-checkbox:after,
.form-row > .content input[type="checkbox"]:checked + .custom-radio:after,
.form-row > .content input[type="radio"]:checked + .custom-radio:after {
  display: block;
}
.form-row > .content input[type="radio"] {
  top: 8px;
  left: 0;
}
.form-row .cke {
  margin: 0;
  width: 100%;
}
.form-row .choice-row {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.form-row .choice-row input[type=checkbox],
.form-row .choice-row input[type=radio] {
  left: 0;
}
.form-row .choice-row .custom-checkbox {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #b5b6b7;
  margin-right: 5px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  background: #fff;
  cursor: pointer;
  z-index: 0;
}
.form-row .choice-row .custom-checkbox:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  background: url('../../bundles/webgetadmin/img/icons.png') no-repeat -104px -162px;
  width: 11px;
  height: 9px;
  display: none;
}
.form-row .choice-row label {
  cursor: pointer;
  position: relative;
  float: none;
  padding-left: 10px;
  display: inline-block;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  font-size: 14px;
  color: #727376;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.form-row .choice-row label:hover {
  color: #515255;
}
.form-row .choice-row label:hover:before {
  border-color: #727376;
}
.input-append {
  white-space: nowrap;
  width: 49%;
  margin-bottom: 0;
  font-size: 0;
}
.input-append input {
  width: 90%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.input-append .add-on {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  min-width: 25px;
  height: 34px;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 0;
  border: 1px solid #b5b6b7;
  border-radius: 0 !important;
  border-left: 0;
  margin-left: 0;
  box-shadow: none;
  background-color: #f0f0f0;
  color: #555;
  box-sizing: border-box;
}
.input-append:only-of-type {
  width: 100%;
}
.input-append--buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.input-append--buttons .input-append {
  width: 100%;
}
.form-block {
  margin-top: 0;
}
.form-block > * {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.form-block .inline {
  display: inline;
}
.form-block .btn {
  width: auto;
}
.form-block :last-child {
  margin-bottom: 0;
}
input[type="checkbox"] {
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: 0 !important;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
input[type="checkbox"]:hover + .custom-checkbox {
  border-color: #7d7f84;
}
input[type="checkbox"]:focus + .custom-checkbox {
  border-color: #cf5757;
  box-shadow: 0 0 2px 1px #cf5757;
}
input[type="checkbox"]:checked + .custom-checkbox:after {
  display: block;
}
input[type="radio"] {
  cursor: pointer;
}
input[type="radio"]:hover + .custom-radio {
  border-color: #7d7f84;
}
input[type="radio"]:focus + .custom-radio {
  border-color: #cf5757;
  box-shadow: 0 0 2px 1px #cf5757;
}
input[type="radio"]:checked + .custom-radio:after {
  display: block;
}
.custom-checkbox {
  position: relative;
  top: 9px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #b5b6b7;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  background: #fff;
  cursor: pointer;
  z-index: 0;
}
.custom-checkbox:after {
  display: none;
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  background: url('../../bundles/webgetadmin/img/icons.png') no-repeat -104px -162px;
  width: 11px;
  height: 9px;
}
.custom-checkbox + .alert {
  display: inline-block;
  width: 96%;
  padding: 6px 8px;
  margin-bottom: 0;
}
input[type=checkbox]:indeterminate + .custom-checkbox:after {
  display: block;
  background: url('../../bundles/webgetadmin/img/icons.png') no-repeat -119px -162px;
}
.custom-radio {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #b5b6b7;
  border-radius: 50%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  background: #fff;
  cursor: pointer;
  z-index: 0;
}
.custom-radio:after {
  display: none;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cf5757;
}
.checkbox-inline {
  display: inline-block;
}
label {
  color: #727376;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px;
}
.file-preview-wrapper {
  display: inline-block;
}
.file-preview-wrapper.empty .file-preview .plus {
  display: inline-block;
}
.file-preview-wrapper:hover .file-preview .plus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.file-preview-wrapper .file-preview {
  width: 200px;
  height: 200px;
  border: 1px solid #b5b6b7;
}
.file-preview-wrapper .file-preview .plus {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
  height: 100%;
  width: 100%;
  background: #ffffff url('../../bundles/webgetadmin/img/add-img.png') no-repeat center;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
fieldset {
  padding: 22px 22px 22px 7px;
  margin-bottom: 7px;
  background: #eee;
  box-shadow: 0 0 0 1px #e3e3e3;
}
fieldset legend {
  position: relative;
  top: 15px;
  left: -7px;
  width: auto;
  padding: 5px 16px;
  border-bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  background: #e3e3e3;
  color: #555;
  text-align: left;
}
fieldset .form-row:first-of-type {
  margin-top: 0;
}
fieldset .form-row:last-of-type {
  margin-bottom: 0;
}
.rating-input {
  display: none !important;
}
.form-row.has-error label,
.control-group.has-error label {
  font-weight: 600;
  color: #b94a48;
}
.form-row.has-error label.required:after,
.control-group.has-error label.required:after {
  color: #b94a48;
}
.form-row.has-error input,
.control-group.has-error input,
.form-row.has-error textarea,
.control-group.has-error textarea,
.form-row.has-error select,
.control-group.has-error select {
  border-color: #b94a48;
}
@media screen and (max-width: 1200px) {
  .form-row > .content input[type=checkbox],
  .form-row > .content input[type=radion] {
    top: 0;
    left: 0;
  }
  .form-row > .content .custom-checkbox,
  .form-row > .content .custom-radio {
    top: 0;
  }
}
.content {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content .content-body .left-col {
  float: left;
  width: 15%;
  padding-right: 5px;
  margin: 0;
}
.content .content-body .left-col h4 {
  padding: 10px 12px;
  margin: 15px 0 6px 0;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  background-color: #e3e2e2;
  color: #727376;
  cursor: default;
  user-select: none;
}
.content .content-body .left-col .jstree.btn {
  margin: 0;
}
.content .content-body .left-col .jstree.btn a {
  cursor: default;
  color: #fff;
}
.content .content-body .left-col #tree {
  min-height: 0;
  height: 437px;
  overflow-x: auto;
}
.content .content-body .left-col #tree ul li {
  position: relative;
}
.content .content-body .left-col #tree ul li .jstree-icon {
  position: absolute;
  top: 12px;
  left: 10px;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 7px;
  background-image: url('../../bundles/webgetadmin/img/icons.png');
  background-position: -23px -94px;
  cursor: pointer;
}
.content .content-body .left-col #tree ul li a {
  display: block;
}
.content .content-body .left-col #tree ul li a > .jstree-icon {
  display: none;
}
.content .content-body .left-col #tree ul li a span {
  display: inline-block;
  line-height: 13px;
  font-size: 14px;
  color: #777;
}
.content .content-body .left-col #tree ul li a.current {
  border: 1px dotted #aaa;
  background-color: #fff;
}
.content .content-body .left-col #tree ul li a.current span {
  font-weight: 600;
}
.content .content-body .left-col #tree ul li ul {
  padding: 0;
}
.content .content-body .left-col #tree ul li ul .item {
  margin: 0;
  background-image: none;
}
.content .content-body .left-col #tree ul li ul .item:not(.jstree-last) {
  border-bottom: 2px solid #f6f6f6;
}
.content .content-body .left-col #tree ul li ul .item .jstree-icon {
  left: 15px;
  cursor: pointer;
}
.content .content-body .left-col #tree ul li ul .item a {
  display: block;
  height: 35px;
  padding: 9px 0 9px 40px;
  border: 1px solid transparent;
  text-decoration: none;
}
.content .content-body .left-col #tree ul li ul .item a.current {
  border: 1px dotted #aaa;
  background-color: #fff;
}
.content .content-body .left-col #tree ul li ul .item a.current span {
  font-weight: 600;
}
.content .content-body .left-col #tree ul li ul .item a:hover {
  background-color: transparent;
}
.content .content-body .left-col #tree ul li ul .item a:hover span {
  color: #222;
}
.content .content-body .left-col #tree ul li ul .item a.jstree-clicked {
  background: #ffe5d5;
}
.content .content-body .left-col #tree ul li ul .item a.jstree-clicked span {
  color: #333;
}
.content .content-body .left-col #tree ul li ul .item.jstree-open ul li {
  padding-left: 10px;
}
.content .content-body .left-col #tree ul li ul .item.jstree-open ul li .jstree-icon {
  margin-left: 10px;
}
.content .content-body .left-col #tree ul li ul .item.jstree-open > .jstree-icon {
  background-position: -23px -116px;
}
.content .content-body .left-col #tree ul li ul .item.jstree-open:hover > .jstree-icon {
  background-position: -23px -105px;
}
.content .content-body .left-col #tree ul li ul .item.jstree-closed .jstree-icon {
  background-position: -23px -72px;
}
.content .content-body .left-col #tree ul li ul .item.jstree-closed:hover .jstree-icon {
  background-position: -23px -61px;
}
.content .content-body .left-col #tree ul li:hover > .jstree-icon {
  background-position: -23px -83px;
}
.content .content-body .left-col #tree > ul > li {
  border-bottom: 2px solid #f6f6f6;
}
.content .content-body .left-col #tree > ul > li.jstree-open > .jstree-icon {
  background-position: -23px -116px;
}
.content .content-body .left-col #tree > ul > li.jstree-open:hover > .jstree-icon {
  background-position: -23px -105px;
}
.content .content-body .left-col #tree > ul > li.jstree-closed > .jstree-icon {
  background-position: -23px -72px;
}
.content .content-body .left-col #tree > ul > li.jstree-closed:hover > .jstree-icon {
  background-position: -23px -61px;
}
.content .content-body .left-col #tree > ul > li > a {
  display: block;
  width: 100%;
  height: 35px;
  padding: 9px 0 9px 30px;
  border: 1px solid transparent;
}
.content .content-body .left-col .jstree.btn + #tree {
  height: 574px;
}
.content .content-body .right-col {
  position: relative;
  max-width: 100%;
  float: right;
  padding-left: 20px;
  margin-left: 0;
}
.content .content-body .right-col .hide-tree-button-wrapper {
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  margin: 0 !important;
  background-color: #fff;
}
.content .content-body .right-col .hide-tree-button-wrapper .hide-tree-button {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
}
.content .content-body .right-col > div:nth-of-type(2) {
  width: 100%;
  float: right;
}
.content .content-body .right-col.span9 {
  width: 85%;
}
.content .content-body .right-col.span12 {
  width: 100%;
}
.content .content-body .right-col.span12 .datagrid-slickgrid .datagrid-footer .grid-operations-wrapper {
  margin-left: -20px;
}
select {
  line-height: 20px;
  padding: 6px 10px;
  border: 1px solid #c3c4c7;
  font-size: 14px;
}
.ui-notify.alert,
.alert {
  border-radius: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none;
}
.ui-notify.alert .ui-widget,
.alert .ui-widget {
  position: relative;
  padding-left: 25px;
  font-family: 'Open Sans', sans-serif;
}
.ui-notify.alert .ui-widget:before,
.alert .ui-widget:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-image: url('../../bundles/webgetadmin/img/icons.png');
  background-repeat: no-repeat;
}
.ui-notify.alert.alert-info i,
.alert.alert-info i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.ui-notify.alert.alert-info span,
.alert.alert-info span {
  display: inline-block;
  vertical-align: middle;
}
.ui-notify.alert.alert-info.forbidden,
.alert.alert-info.forbidden {
  margin-bottom: 0;
}
.ui-notify.alert.alert-danger,
.alert.alert-danger {
  border-color: #f8a8ab;
  background-color: #ffd9da;
  color: #d30218;
}
.ui-notify.alert.alert-danger .ui-widget:before,
.alert.alert-danger .ui-widget:before {
  top: 5px;
  width: 13px;
  height: 12px;
  background-position: -86px -162px;
}
.ui-notify.alert.alert-warning,
.alert.alert-warning {
  border-color: #e4c384;
  background-color: #fcf8e3;
  color: #9e7836;
}
.ui-notify.alert.alert-warning .ui-widget:before,
.alert.alert-warning .ui-widget:before {
  top: 5px;
  width: 15px;
  height: 13px;
  background-position: -85px -146px;
}
.ui-notify.alert.alert-success,
.alert.alert-success {
  border-color: #94d07a;
  background-color: #eff9e1;
  color: #109400;
}
.ui-notify.alert.alert-success .ui-widget:before,
.alert.alert-success .ui-widget:before {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 15px;
  background-position: -89px -130px;
}
.ui-notify-text-change .progress {
  height: 23px;
  border: 1px solid #94d07a;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
}
.ui-notify-text-change .progress .bar {
  background-color: #94d07a;
}
body.admin.login-page {
  width: 100%;
  height: 100%;
}
body.admin.login-page .container {
  width: 100% !important;
  height: 100%;
  padding: 0;
  margin: 0;
  background-image: url('../../bundles/webgetadmin/img/loginbg/bg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
body.admin.login-page .container .panel-login {
  position: relative;
  width: 500px;
  height: 100%;
  padding: 50px;
  background-color: #f8f8f8;
}
body.admin.login-page .container .panel-login .panel-content .panel-heading {
  padding: 0;
}
body.admin.login-page .container .panel-login .panel-content .panel-heading img {
  display: block;
  width: 20em;
  margin: 0 auto;
}
body.admin.login-page .container .panel-login .panel-content .panel-heading h1 {
  position: relative;
  display: table;
  width: auto;
  margin: 75px auto 0 auto;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  box-shadow: 0 4px 0 -1px #d0d0d0;
  color: #737476;
}
body.admin.login-page .container .panel-login .panel-content .panel-heading h1:before {
  position: absolute;
  bottom: -3px;
  display: block;
  width: 70%;
  height: 3px;
  margin-left: 15%;
  background-color: #cf5757;
  content: "";
}
body.admin.login-page .container .panel-login .panel-content .panel-heading h1:after {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  display: block;
  width: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #cf5757 transparent transparent transparent;
  margin: 0 auto;
  content: "";
}
body.admin.login-page .container .panel-login .panel-content .panel-body {
  padding: 0;
  margin-top: 40px;
}
body.admin.login-page .container .panel-login .panel-content .panel-body form {
  margin: 0;
  background: transparent;
}
body.admin.login-page .container .panel-login .panel-content .panel-body form .form-group {
  position: relative;
  margin-bottom: 20px;
}
body.admin.login-page .container .panel-login .panel-content .panel-body form .form-group label {
  width: 100%;
  padding: 0;
  font-size: 15px;
  color: #8f8f8f;
}
body.admin.login-page .container .panel-login .panel-content .panel-body form .form-group input[type=text],
body.admin.login-page .container .panel-login .panel-content .panel-body form .form-group input[type=password] {
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  font-size: 16px;
  color: #5e5e5e;
}
body.admin.login-page .container .panel-login .panel-content .panel-body form .form-group #toggle-password {
  position: absolute;
  top: 35px;
  right: 10px;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
  background-image: url('../../bundles/webgetadmin/img/pass-on.png');
  opacity: .5;
  transition: all 0.1s 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;
}
body.admin.login-page .container .panel-login .panel-content .panel-body form .form-group #toggle-password.on {
  background-image: url('../../bundles/webgetadmin/img/pass-off.png');
  opacity: 1;
}
body.admin.login-page .container .panel-login .panel-content .panel-body form .form-group #toggle-password:hover {
  opacity: 1;
}
body.admin.login-page .container .panel-login .panel-content .panel-body form .form-group #toggle-password:focus {
  border: 0;
  outline: 0;
  opacity: 1;
}
body.admin.login-page .container .panel-login .panel-content .panel-body form .button-round-box {
  width: 100%;
  margin: 0;
  text-align: right;
}
body.admin.login-page .container .panel-login .panel-content .panel-body form .button-round-box button {
  display: inline-block;
  padding: 10px 25px;
  font-size: 15px;
}
body.admin.login-page .container .panel-login .panel-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 50px 50px;
  border-top: 0;
}
body.admin.login-page .container .panel-login .panel-footer .login-page-languages {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
body.admin.login-page .container .panel-login .panel-footer .login-page-languages .choose-lang-label {
  display: block;
  width: 100%;
  text-align: center;
  color: #aaa;
}
body.admin.login-page .container .panel-login .panel-footer .login-page-languages .lang-list-flag {
  padding: 0;
  margin: 5px 0 0 0;
  list-style-type: none;
  text-align: center;
}
body.admin.login-page .container .panel-login .panel-footer .login-page-languages .lang-list-flag li {
  display: inline-block;
}
body.admin.login-page .container .panel-login .panel-footer .login-page-languages .lang-list-flag li a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #666;
}
body.admin.login-page .container .panel-login .panel-footer .login-page-languages .lang-list-flag li a .wrapper {
  width: 100%;
  display: inline-block;
}
body.admin.login-page .container .panel-login .panel-footer .login-page-languages .lang-list-flag li a .wrapper .flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
body.admin.login-page .container .panel-login .panel-footer .login-page-languages .lang-list-flag li a .wrapper .lang-name {
  display: inline-block;
  vertical-align: middle;
}
body.admin.login-page .container .panel-login .panel-footer .login-page-languages .lang-list-flag li a .wrapper .lang-name::first-letter {
  text-transform: uppercase;
}
body.admin.login-page .container .panel-login .panel-footer .login-page-languages .lang-list-flag li a:hover {
  border-color: #999;
  color: #444;
}
body.admin.login-page .container .panel-login .panel-footer .login-page-languages .lang-list-flag li a.lang-active {
  border-color: #cf5757;
  background-color: #fff;
}
body.admin.login-page .container .panel-login .panel-footer .login-page-languages .lang-list-flag li a.lang-active .wrapper .lang-name {
  font-weight: 600;
  color: #cf5757;
}
body.admin.login-page .container .panel-login .panel-footer .copyrights p {
  text-align: center;
  line-height: 22px;
  font-size: 13px;
  color: #b3b3b3;
}
body.admin.login-page .container .panel-login .panel-footer .copyrights p a {
  border-bottom: 1px dotted #888;
  text-decoration: none;
  font-weight: bold;
  color: #5e5e5e;
}
body.admin.login-page .container .panel-login .panel-footer .copyrights p a:nth-of-type(2) {
  color: #cf5757;
}
body.admin.login-page .container .panel-login .panel-footer .copyrights p:nth-of-type(2) {
  margin: 0;
  color: #5e5e5e;
}
body.admin.login-page ::selection {
  background-color: #52a0a0 !important;
  color: #fff !important;
}
@media screen and (max-height: 800px) {
  body.admin.login-page {
    min-height: 100%;
  }
  body.admin.login-page .container {
    min-height: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.admin.login-page .container .panel-login {
    min-height: 100%;
    height: auto;
    padding: 20px 50px;
  }
  body.admin.login-page .container .panel-login .panel-content .panel-heading img {
    width: 100px;
  }
  body.admin.login-page .container .panel-login .panel-content .panel-heading h1 {
    margin-top: 45px;
  }
  body.admin.login-page .container .panel-login .panel-footer {
    position: static;
    padding: 20px 0;
  }
}
.nav-pills.anchor-toolbar {
  float: left;
  width: 100%;
  background: none;
  padding: 0 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 5px;
}
.nav-pills.anchor-toolbar > .anchor-link {
  float: left;
  margin-right: 15px;
}
.nav-pills.anchor-toolbar > .anchor-link a {
  display: inline-block;
  padding: 5px 0 5px 25px;
  margin: 0;
  color: #727376;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  border-radius: 0;
}
.nav-pills.anchor-toolbar > .anchor-link a:hover {
  color: #cf5757;
  background: none;
}
.nav-pills.anchor-toolbar > .anchor-link a:before {
  left: 6px;
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  top: 12px;
  background: #cf5757;
}
.Information-left {
  border: 1px solid #efeff0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  float: left;
  padding-bottom: 20px;
  margin: 20px 20px 0 20px;
}
.Information-left > .title {
  font-family: 'Open Sans Condensed', sans-serif;
  background: #f6f6f6;
  border-bottom: 7px solid #e1e1e2;
  padding: 17px 10px 30px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #727376;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Information-left > .content {
  background: #fff;
  border-top: 1px solid #efeff0;
  padding: 0;
  float: left;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Information-left .articles-list {
  list-style: none;
  padding: 20px 15px 0;
  margin: 0;
  border-bottom: 7px solid #e1e1e2;
}
.Information-left .articles-list .item-article {
  display: block;
  margin: 0 0 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Information-left .articles-list .item-article > a {
  text-decoration: none;
  line-height: 1.4;
  text-align: left;
  display: inline-block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.Information-left .articles-list .item-article > a span {
  display: block;
}
.Information-left .articles-list .item-article > a:hover,
.Information-left .articles-list .item-article > a:focus {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.Information-left .articles-list .item-article > a:hover .date,
.Information-left .articles-list .item-article > a:focus .date,
.Information-left .articles-list .item-article > a:hover .anotation,
.Information-left .articles-list .item-article > a:focus .anotation {
  color: #333;
}
.Information-left .articles-list .item-article .date {
  color: #727376;
  font-weight: 700;
  font-style: italic;
  font-size: 11px;
  margin: 0 0 2px;
}
.Information-left .articles-list .item-article .title {
  color: #c41a1a;
  font-size: 13px;
  margin: 0 0 2px;
  font-weight: 700;
}
.Information-left .articles-list .item-article .anotation {
  color: #727376;
  font-size: 11px;
}
.Information-left .contact-list {
  list-style: none;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #efeff0;
  text-align: center;
}
.Information-left .contact-list > li {
  display: block;
  margin: 0 0 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Information-left .contact-list > li a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.Information-left .contact-list > li a:hover,
.Information-left .contact-list > li a:focus {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.Information-left .contact-list > li .icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 auto 5px;
  background: url('../../bundles/webgetadmin/img/icons.png') no-repeat 100px 100px;
}
.Information-left .contact-list > li .text {
  font-weight: 700;
  color: #727376;
  font-size: 13px;
  display: block;
  text-align: center;
}
.Information-left .contact-list > li.item-phone .icon {
  background-position: -38px -63px;
}
.Information-left .contact-list > li.item-email .icon {
  width: 26px;
  background-position: -60px -63px;
}
.nav.nav-tabs {
  margin: 0 0 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e1e1e2;
}
.nav.nav-tabs li {
  padding: 0 0 5px 0;
  margin-right: 5px;
}
.nav.nav-tabs li > a {
  padding: 8px 30px;
  margin: 0;
  box-sizing: border-box !important;
  text-transform: uppercase;
  font-weight: 600;
}
.nav.nav-tabs li.active {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  margin-bottom: -1px;
  box-shadow: 0 -6px 0 0 #cf5757;
  background: #fff;
}
.nav.nav-tabs li.active > a {
  position: relative;
  top: 6px;
  padding-top: 0;
  border-radius: 0;
  border: 0;
  line-height: 2.1;
  background-color: #fff;
  color: #727375;
}
.nav.nav-tabs li.active > a:hover,
.nav.nav-tabs li.active > a:focus {
  background-color: #fff;
}
.nav.nav-tabs li:not(.active) a {
  border-radius: 0;
  border: 0;
  background: #cf5757;
  color: #fff;
}
.nav.nav-tabs li:not(.active) a:hover {
  background: #bd3636;
}
.content-body .tab-content {
  overflow: visible;
  float: left;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-header {
  z-index: 250;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
  background: #fff;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-header > div > .header {
  width: 100%;
  overflow: hidden;
}
.content-header > div .page_main_action {
  width: 100%;
  right: 10px;
  padding: 13px 0;
  top: 6px;
  text-align: right;
}
.content-header > div .page_main_action .button-round-box {
  margin: 0 0 0 5px;
  float: right;
}
.content-header > div .page_main_action:empty {
  padding: 0;
}
.content-header > div.fixed {
  min-height: 60px;
}
.content-header > div.fixed .page_main_action {
  position: fixed;
  top: 0;
  right: 40px;
  border-bottom: 1px solid #efeff0;
  background-color: #fff;
  z-index: 400;
}
.content-header h1 {
  margin: 35px 0 25px 0;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 30px;
  color: #727377;
  text-align: center;
  float: left;
  width: 100%;
  font-weight: 600;
}
.content-header h1 > span {
  display: inline-block;
  padding: 0 20px 8px;
  position: relative;
}
.content-header h1 > span:after {
  bottom: 5px;
  left: 0;
  width: 100%;
  border: solid #e0e0e1;
  border-width: 0 22px;
  height: 2px;
  background: #cf5757;
  position: absolute;
  content: "";
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-header h1 > span:before {
  position: absolute;
  content: "";
  margin-left: -5px;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cf5757;
}
.content-panel {
  border: 1px solid #efeff0;
  border-bottom: 7px solid #e1e1e2;
  background: #f6f6f6;
  margin: 0 0 50px;
  float: left;
  width: 100%;
  padding: 15px;
  position: relative;
  border-radius: 0;
}
.content-panel:after {
  position: absolute;
  content: "";
  width: 53px;
  height: 53px;
  bottom: -53px;
  left: 50%;
  margin-left: -26px;
  background: url('../../bundles/webgetadmin/img/elements.png') no-repeat 0 0;
}
.content-panel--flat {
  margin-bottom: 0;
}
.content-panel--flat:after {
  display: none;
}
.content-panel .content-panel-heading {
  float: left;
  width: 100%;
  text-align: center;
  margin: 5px 0 15px;
  border: none;
}
.content-panel .content-panel-heading .name {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  font-weight: 600;
  color: #727376;
  font-size: 20px;
  line-height: 30px;
  padding: 0 8px 7px;
  position: relative;
  cursor: default;
}
.content-panel .content-panel-heading .name a {
  color: inherit;
  user-select: none;
}
.content-panel .content-panel-heading .name:after {
  bottom: 5px;
  left: 0;
  width: 100%;
  border: solid #d9d9da;
  border-width: 0 16px;
  height: 2px;
  background: #cf5757;
  position: absolute;
  content: "";
  transition: all 0.1s ease-in-out;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-panel .content-panel-heading .name:before {
  position: absolute;
  content: "";
  margin-left: -5px;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cf5757;
}
.content-panel .content-panel-heading .name:hover a {
  text-decoration: none;
  color: #cf5757;
}
.content-panel .content-panel-heading .name:hover:after {
  -webkit-transform: scaleX(1.3);
  -moz-transform: scaleX(1.3);
  -ms-transform: scaleX(1.3);
  -o-transform: scaleX(1.3);
  transform: scaleX(1.3);
}
.content-panel.panel-flat .content-panel-heading .name:after {
  background: #cf5757;
}
.content-panel.panel-flat .content-panel-heading .name:before {
  border-top-color: #cf5757;
}
.content-panel.panel-flat .form-group label {
  text-align: left;
}
.content-panel.panel-single:after {
  display: none;
}
.content-panel .content-info {
  margin: 0;
  padding: 0;
  color: #777;
}
.panel-footer {
  background: none;
  border-top: 1px solid #efeff0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@keyframes tease {
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.panel-group {
  border: 1px solid #ccc;
  margin-top: 15px;
}
.panel-group .panel {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: #efefef;
  transition: background 0.1s ease-in-out;
}
.panel-group .panel .panel-heading {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.panel-group .panel .panel-heading .panel-title {
  padding: 0;
}
.panel-group .panel .panel-heading .panel-title .choice-widget {
  padding: 0;
}
.panel-group .panel .panel-heading .panel-title .choice-widget .choice-row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.panel-group .panel .panel-heading .panel-title .choice-widget .choice-row .custom-checkbox {
  position: absolute;
  top: 14px;
  left: 12px;
  margin: 0;
  z-index: 2;
}
.panel-group .panel .panel-heading .panel-title .choice-widget .choice-row input[type=checkbox] {
  top: 14px;
  left: 12px;
  z-index: 3;
}
.panel-group .panel .panel-heading .panel-title .choice-widget .choice-row label {
  width: 100% !important;
  padding: 12px 0 12px 38px;
  text-align: left;
  z-index: 1;
  color: #555;
}
.panel-group .panel .panel-heading .panel-title .choice-widget .choice-row label i {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}
.panel-group .panel .panel-heading .panel-title .choice-widget .choice-row label.collapsed i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.panel-group .panel .panel-collapse .panel-body {
  padding: 10px 15px;
  border-top: 0;
  background-color: #fff;
}
.panel-group .panel .panel-collapse .panel-body .choice-widget {
  padding-left: 23px;
}
.panel-group .panel .panel-collapse .panel-body .choice-widget .choice-row {
  padding: 5px 0;
  margin: 0;
}
.panel-group .panel .panel-collapse .panel-body .choice-widget .choice-row label {
  padding-left: 1px;
}
.panel-group .panel:not(:last-of-type) .panel-heading {
  border-bottom: 1px solid #ccc;
}
.panel-group .panel:not(:last-of-type) .panel-body {
  border-bottom: 1px solid #ccc;
}
.panel-group .panel:hover {
  background: #ddd;
}
.panel-group .panel:hover .panel-heading .panel-title .choice-widget .choice-row label.collapsed i {
  color: #cf5757;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.main-content {
  position: relative;
  min-width: 650px;
  z-index: 2;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#header,
#container,
#footer {
  width: 100%;
  position: relative;
}
#wrapper #container {
  width: 100% !important;
  padding: 0 40px 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
#wrapper #container:before,
#wrapper #container:after {
  display: none;
}
#wrapper .footer-container {
  width: 100% !important;
  padding: 20px 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar {
  padding: 0 40px;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: #d4d4d4;
}
.navbar > .container-fluid {
  height: 60px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .loginbar {
  float: right;
  line-height: 22px;
  margin-top: 13px;
  font-size: 12px;
}
.navbar .loginbar .em-switcher {
  margin-right: 10px;
  float: left;
}
.navbar .loginbar .locale-flags {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-color: #e4e4e4;
}
.navbar .loginbar .locale-flags .dropdown-toggle {
  padding: 5px 9px;
  border: 1px solid transparent;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar .loginbar .locale-flags .dropdown-toggle .flag {
  display: inline-block;
  vertical-align: middle;
}
.navbar .loginbar .locale-flags .dropdown-toggle i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 11px;
  color: #777;
}
.navbar .loginbar .locale-flags .dropdown-toggle[aria-expanded=true] {
  border-color: #b5b6b7;
  background: #fff;
}
.navbar .loginbar .locale-flags .dropdown-toggle[aria-expanded=true] i {
  color: #cf5757;
}
.navbar .loginbar .locale-flags .dropdown-toggle:hover {
  border-color: #b5b6b7;
}
.navbar .loginbar .locale-flags .dropdown-menu {
  min-width: 0;
  width: 100%;
  padding: 0;
  border-radius: 0;
  border-color: #b5b6b7;
  border-top: 0;
  margin-top: 0;
}
.navbar .loginbar .locale-flags .dropdown-menu li a {
  padding: 5px 9px;
  cursor: default;
}
.navbar .loginbar .centralnews-button {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  line-height: 36px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  transition: all .3s ease;
}
.navbar .loginbar .centralnews-button:hover {
  text-decoration: underline;
  color: #0098fa;
}
.navbar .loginbar .switch-localization-form {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  margin-right: 20px;
}
.navbar .loginbar .login {
  display: inline-block;
}
.navbar .loginbar .login-name {
  color: #706c70;
  padding: 0;
  display: block;
  line-height: 1;
  text-align: right;
}
.navbar .loginbar .login-name strong {
  color: #cf5757;
}
.navbar .loginbar .btn.btn-logout {
  display: block;
  padding: 0 30px 0 10px;
  margin-top: 2px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  color: #444;
  font-size: 12px;
  line-height: 22px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  font-weight: 600;
  transition: color 0.1s ease;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
}
.navbar .loginbar .btn.btn-logout:after {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  right: 2px;
  top: 0;
  background: #cf5757 url('../../bundles/webgetadmin/img/icons.png') no-repeat -70px -88px;
  transition: background 0.1s ease;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -ms-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
}
.navbar .loginbar .btn.btn-logout:hover {
  color: #cf5757;
}
.navbar .loginbar .btn.btn-logout:hover:after {
  background-color: #bd3636;
}
.navbar .toggle-search-bar {
  display: none;
  padding-left: 0;
  border: 0;
  margin-top: 17px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  background-color: transparent;
  color: #5f5f5f;
  transition: color 0.1s ease-in-out;
}
.navbar .toggle-search-bar i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 25px;
}
.navbar .toggle-search-bar span {
  display: inline-block;
  vertical-align: middle;
}
.navbar .toggle-search-bar:hover {
  color: #cf5757;
}
.navbar .toggle-search-bar:focus {
  border: none;
  outline: none;
}
.navbar .toggle-search-bar.open {
  color: #666;
}
.navbar .toggle-search-bar.open:hover {
  color: #cf5757;
}
.navbar .search-block {
  float: left;
  margin-top: 13px;
}
.navbar .search-block .search-wrapper {
  position: relative;
}
.navbar .search-block .search-input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.navbar .search-block .search-input:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 9px;
  top: 10px;
  background: url('../../bundles/webgetadmin/img/icons.png') no-repeat -86px 0;
}
.navbar .search-block .search-input .popover {
  top: 37px !important;
  left: 0 !important;
  width: 150%;
  max-width: 150% !important;
  border: 1px solid #c3c4c7;
  border-radius: 0;
  margin-top: 0 !important;
  transition: all 0.2s ease-in-out;
}
.navbar .search-block .search-input .popover .arrow {
  display: none;
}
.navbar .search-block .search-input .popover .popover-content {
  position: relative;
  padding: 0;
  max-height: none;
}
.navbar .search-block .search-input .popover .popover-content .close {
  position: absolute;
  top: 6px;
  right: 4px;
  font-size: 30px;
}
.navbar .search-block .search-input .popover .popover-content .nav.nav-tabs {
  margin-top: 6px;
}
.navbar .search-block .search-input .popover .popover-content .nav.nav-tabs li {
  width: 150px;
}
.navbar .search-block .search-input .popover .popover-content .nav.nav-tabs li a {
  padding: 8px 0;
  text-align: center;
  font-size: 12px;
}
.navbar .search-block .search-input .popover .popover-content .nav.nav-tabs li.active a {
  top: 4px;
  padding-top: 0;
  padding-bottom: 9px;
}
.navbar .search-block .search-input .popover .popover-content .nav.nav-tabs li:last-of-type {
  margin-right: 0;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel {
  padding: 0;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item {
  font-size: 0;
  color: #444;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item a {
  font-size: 0;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item .image {
  display: inline-block;
  vertical-align: middle;
  width: 5%;
  height: 40px;
  text-align: center;
  font-size: 18px;
  white-space: nowrap;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item .image img {
  position: relative;
  left: -5px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 40px;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item .image:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item .link {
  display: inline-block;
  vertical-align: middle;
  width: 95%;
  padding-left: 20px;
  font-size: 14px;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item .link .codes {
  font-size: 11px;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item .name,
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item .email,
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item .number,
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item .page-title,
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item .customer {
  font-size: 14px;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item a {
  display: block;
  color: #727376;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item a:before,
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item a:after {
  content: " ";
  display: table;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item a:after {
  clear: both;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item a:before,
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item a:after {
  content: " ";
  display: table;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item a:after {
  clear: both;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item a:hover,
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item a strong {
  color: #cf5757;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item a .number {
  margin-right: 5px;
  float: left;
  color: #777;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item a .customer {
  float: left;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item:not(:last-of-type) {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item.more {
  margin-top: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits .item.more a {
  font-size: 14px;
  color: #cf5757;
}
.navbar .search-block .search-input .popover .popover-content .tab-content .content-panel .hits:not(:last-of-type) {
  margin-bottom: 15px;
}
.navbar .search-block .search-input .popover .popover-content .alert {
  margin-bottom: 0;
}
.navbar .search-block .search-input .popover .popover-content .alert + .close {
  top: 10px;
  right: 13px;
}
.navbar .search-block input[type="text"] {
  float: left;
  width: 500px;
  height: 33px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c3c4c7;
  color: #727376;
  font-size: 13px;
  line-height: 21px;
  padding: 5px 7px 5px 25px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.navbar .search-block input[type="text"]::-moz-placeholder {
  color: #727376;
  opacity: 1;
}
.navbar .search-block input[type="text"]:-ms-input-placeholder {
  color: #727376;
}
.navbar .search-block input[type="text"]::-webkit-input-placeholder {
  color: #727376;
}
.navbar .search-block input[type="text"]:hover,
.navbar .search-block input[type="text"]:focus {
  border-color: #7d7f84;
}
.navbar .search-block input[type="text"]:hover + .popover {
  border-color: #7d7f84;
}
.navbar .search-block input[type="text"]:focus + .popover {
  border-color: #7d7f84;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.navbar .search-block .btn.btn-search {
  border: none;
  vertical-align: middle;
  padding: 0 15px;
  margin-top: 0;
  height: 33px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.navbar .search-block .btn.btn-search:hover {
  background-color: #bd3636;
}
@media screen and (max-width: 1350px) {
  .navbar .toggle-search-bar {
    display: block;
  }
  .navbar .search-block {
    display: none;
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    padding: 15px 40px;
    border-top: 1px dashed #c1c1c1;
    margin: 0;
    font-size: 0;
    background-color: #e2e2e2;
    z-index: 1;
  }
  .navbar .search-block .search-input {
    position: static;
    width: 80%;
    padding-right: 10px;
    margin-right: 0;
    font-size: 14px;
    opacity: 0;
    transition: all 0.2s ease-out;
  }
  .navbar .search-block .search-input input[type=text] {
    width: 100%;
  }
  .navbar .search-block .search-input .popover {
    max-width: 100% !important;
    left: 0 !important;
    top: 37px !important;
  }
  .navbar .search-block .btn.btn-search {
    width: 20%;
    font-size: 12px;
    opacity: 0;
    transition: all 0.2s ease-out;
  }
  .navbar .search-block.open .search-input,
  .navbar .search-block.open .btn.btn-search {
    opacity: 1;
  }
}
.aside {
  position: relative;
  z-index: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 260px;
  max-width: 260px;
  min-height: 100vh;
  background-color: #444;
  overflow: hidden;
}
.aside:after {
  position: absolute;
  bottom: -9999px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 9999px;
  background-color: #444;
}
.aside .top-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 12px 0 12px 25px;
  background-color: #222;
}
.aside .top-navigation .navbar-brand {
  height: auto;
  padding: 0;
}
.aside .top-navigation .navbar-brand .logo a {
  display: block;
}
.aside .top-navigation .navbar-brand .logo a img {
  height: 36px;
}
.aside .top-navigation .public-link {
  display: block;
  width: 100%;
  float: left;
  margin-top: 12px;
  line-height: 1.2;
  font-size: 12px;
  color: #bbb;
}
.aside .top-navigation .public-link a {
  line-height: 1.2;
  font-size: 12px;
  color: #bbb;
}
.aside .main-navigation {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  /*background: rgb(227,34,34);
		background: -moz-linear-gradient(top, rgba(227,34,34,1) 0%, rgba(99,3,3,1) 61%);
		background: -webkit-linear-gradient(top, rgba(227,34,34,1) 0%,rgba(99,3,3,1) 61%);
		background: linear-gradient(to bottom, rgba(227,34,34,1) 0%,rgba(99,3,3,1) 61%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32222', endColorstr='#630303',GradientType=0 );*/
  background-color: #444;
  background-image: url('../../bundles/webgetadmin/img/wg-logo-admin-panel-shadow.png');
  background-repeat: no-repeat;
  background-position: 0% 95%;
}
.aside .main-navigation .left-aside {
  width: 100%;
  background-color: #444;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  visibility: visible;
}
.aside .main-navigation .left-aside > .content {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.aside .main-navigation .left-aside .left-navigation {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.aside .main-navigation .left-aside .left-navigation a {
  display: block;
  position: relative;
}
.aside .main-navigation .left-aside .left-navigation > ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.aside .main-navigation .left-aside .left-navigation > ul > li {
  border-bottom: 1px solid #555;
  width: 100%;
  float: left;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.show-public {
  border-bottom-color: #444;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.show-public > a {
  padding: 10px 25px 10px 90px;
  line-height: 16px;
  font-size: 12px;
  background-color: #6b6b6b;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.show-public > a > .fa-icon {
  top: 0;
  height: 40px;
  background-color: transparent;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.show-public > a > .fa-icon .fa {
  line-height: 38px;
  font-size: 16px;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.open {
  border-bottom-color: #d2d2d2;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.open > a {
  background: #f2f0f0 !important;
  color: #727376;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.open > a > .fa {
  display: none;
}
.aside .main-navigation .left-aside .left-navigation > ul > li > a {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 44px;
  text-transform: uppercase;
  color: #fff;
  padding: 14px 25px 11px 90px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.aside .main-navigation .left-aside .left-navigation > ul > li > a:hover,
.aside .main-navigation .left-aside .left-navigation > ul > li > a:focus {
  background: #555;
  text-decoration: none;
}
.aside .main-navigation .left-aside .left-navigation > ul > li > a:hover > .fa,
.aside .main-navigation .left-aside .left-navigation > ul > li > a:focus > .fa {
  right: 5px;
}
.aside .main-navigation .left-aside .left-navigation > ul > li > a > .fa-icon {
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #cf5757;
  border-radius: 50%;
  left: 25px;
  top: 13px;
  background-repeat: no-repeat;
}
.aside .main-navigation .left-aside .left-navigation > ul > li > a > .fa-icon .fa {
  color: #fff;
  font-size: 22px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  text-shadow: 3px 4px 8px rgba(99, 99, 99, 0.5);
}
.aside .main-navigation .left-aside .left-navigation > ul > li > a > .fa {
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -10px;
  transition: position 0.3s ease-in-out;
  -webkit-transition: position 0.3s ease-in-out;
  -moz-transition: position 0.3s ease-in-out;
  -ms-transition: position 0.3s ease-in-out;
  -o-transition: position 0.3s ease-in-out;
}
.aside .main-navigation .left-aside .left-navigation > ul > li > a > .fa:before {
  content: "\f105";
}
.aside .main-navigation .left-aside .left-navigation > ul > li > .dropdown-menu {
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f4f4f4;
  padding: 15px 25px 18px;
  border: none;
  border-top: 1px solid #d2d2d2;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.aside .main-navigation .left-aside .left-navigation > ul > li > .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  z-index: 1;
  right: 19px;
  top: -5px;
  background: url('../../bundles/webgetadmin/img/icons.png') no-repeat -43px -88px;
}
.aside .main-navigation .left-aside .left-navigation > ul > li > .dropdown-menu:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 13px;
  right: 14px;
  top: -1px;
  background: url('../../bundles/webgetadmin/img/icons.png') no-repeat -38px -97px;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown > a .fa-icon {
  transition: all 0.1s ease-in-out;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown > a .fa-icon .fa {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.1s ease-in-out;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown > a .fa-icon .fa.fa-chevron-down,
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown > a .fa-icon .fa.fa-chevron-up {
  opacity: 0;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown > a .fa-icon .fa.fa-chevron-up {
  position: relative;
  top: -2px;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown > a .fa-icon.open .fa {
  opacity: 0;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown > a .fa-icon.open .fa.fa-chevron-up {
  opacity: 1;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown:hover.open > a .fa-icon.open {
  box-shadow: 0 0 0 1px #727376;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown:hover.open > a .fa-icon.open:hover {
  box-shadow: 0 0 0 2px #727376;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown:hover.open > a .fa-icon.open:not(.open) .fa {
  opacity: 0;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown:hover.open > a .fa-icon.open:not(.open) .fa.fa-chevron-down {
  opacity: 1;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown:hover:not(.open) > a .fa-icon {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown:hover:not(.open) > a .fa-icon:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown:hover:not(.open) > a .fa-icon:not(.open) .fa {
  opacity: 0;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.dropdown:hover:not(.open) > a .fa-icon:not(.open) .fa.fa-chevron-down {
  opacity: 1;
}
.aside .main-navigation .left-aside .left-navigation > ul > li.is-empty {
  display: none;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li.divider {
  height: 2px;
  background: #d2d2d2;
  border-bottom: 1px solid #fff;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li > a {
  color: #727376;
  padding: 0 12px 0 16px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li > a:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  height: 4px;
  width: 4px;
  background: #cf5757;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li > a:hover,
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li > a:focus {
  background: none;
  color: #cf5757;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li > a:hover:before,
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li > a:focus:before {
  background: #7d7f84;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li > a .fa-icon {
  margin-right: 4px;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li > a span.icon {
  display: none;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li.highlight a {
  font-weight: 600;
  color: #555;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li.highlight a:before {
  position: absolute;
  top: 8px;
  left: 1px;
  display: block;
  content: "";
  width: 9px;
  height: 3px;
  background: #cf5757;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li.highlight a:after {
  position: absolute;
  top: 5px;
  left: 4px;
  display: block;
  content: "";
  width: 3px;
  height: 9px;
  background: #cf5757;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li.highlight a:hover,
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li.highlight a:focus,
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li.highlight a:active {
  color: #cf5757;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li.open a {
  background-color: transparent;
  font-weight: 700;
  color: #cf5757;
}
.aside .main-navigation .left-aside .left-navigation .dropdown-menu > li.open:hover a:before {
  background: #cf5757;
}
.aside .main-navigation::-webkit-scrollbar {
  width: 5px;
  background: #777;
}
.aside .main-navigation::-webkit-scrollbar-thumb {
  background: #555;
}
.easyshop .aside .main-navigation {
  background-image: url('../../bundles/webgetadmin/img/es-logo-admin-panel-shadow.png');
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .aside .main-navigation .left-aside .left-navigation > ul > li > .dropdown-menu {
    top: auto;
  }
}
.admin .cke,
.cke .cke_maximized {
  border-color: #b5b6b7;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.admin .cke .cke_top,
.cke .cke_maximized .cke_top {
  padding: 8px 8px 3px;
  border-color: #b5b6b7;
  background-image: none;
  background-color: #eee;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.admin .cke .cke_top .cke_toolgroup,
.cke .cke_maximized .cke_top .cke_toolgroup {
  border-radius: 0;
  border-color: #b5b6b7;
  background-image: none;
  background-color: #f8f8f8;
}
.admin .cke .cke_top a.cke_button,
.cke .cke_maximized .cke_top a.cke_button {
  border-radius: 0;
}
.admin .cke .cke_top a.cke_button .cke_button_label,
.cke .cke_maximized .cke_top a.cke_button .cke_button_label {
  font-family: 'Open Sans', sans-serif;
}
.admin .cke .cke_top a.cke_button:hover,
.cke .cke_maximized .cke_top a.cke_button:hover {
  background-image: none;
  background-color: #d0d0d0;
  box-shadow: none;
}
.admin .cke .cke_top a.cke_button:focus,
.cke .cke_maximized .cke_top a.cke_button:focus,
.admin .cke .cke_top a.cke_button:active,
.cke .cke_maximized .cke_top a.cke_button:active,
.admin .cke .cke_top a.cke_button.cke_button_on,
.cke .cke_maximized .cke_top a.cke_button.cke_button_on {
  background-image: none;
  background-color: #d0d0d0;
  box-shadow: 3px 3px 3px -2px rgba(0, 0, 0, 0.3) inset;
}
.admin .cke .cke_top a.cke_button.cke_button_disabled:hover,
.cke .cke_maximized .cke_top a.cke_button.cke_button_disabled:hover,
.admin .cke .cke_top a.cke_button.cke_button_disabled:focus,
.cke .cke_maximized .cke_top a.cke_button.cke_button_disabled:focus,
.admin .cke .cke_top a.cke_button.cke_button_disabled:active,
.cke .cke_maximized .cke_top a.cke_button.cke_button_disabled:active {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.admin .cke .cke_top .cke_combo_button,
.cke .cke_maximized .cke_top .cke_combo_button {
  border-radius: 0;
  border-color: #b5b6b7;
  background-image: none;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.admin .cke .cke_top .cke_combo_button .cke_combo_text,
.cke .cke_maximized .cke_top .cke_combo_button .cke_combo_text {
  display: inline-block;
  padding: 0 6px;
  vertical-align: top;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}
.admin .cke .cke_top .cke_combo_button .cke_combo_open,
.cke .cke_maximized .cke_top .cke_combo_button .cke_combo_open {
  width: 21px;
  height: 24px;
  vertical-align: top;
  margin: 1px;
  background-color: #cf5757;
  cursor: pointer;
}
.admin .cke .cke_top .cke_combo_button .cke_combo_open .cke_combo_arrow,
.cke .cke_maximized .cke_top .cke_combo_button .cke_combo_open .cke_combo_arrow {
  width: 13px;
  height: 8px;
  border: 0;
  margin: 9px 0 0 4px;
  background-image: url('../../bundles/webgetadmin/img/icons.png');
  background-position: -38px 0;
  color: transparent;
  cursor: pointer;
}
.admin .cke .cke_top .cke_combo_button:hover,
.cke .cke_maximized .cke_top .cke_combo_button:hover,
.admin .cke .cke_top .cke_combo_button:focus,
.cke .cke_maximized .cke_top .cke_combo_button:focus,
.admin .cke .cke_top .cke_combo_button:active,
.cke .cke_maximized .cke_top .cke_combo_button:active {
  box-shadow: none;
  border-color: #7d7f84;
}
.admin .cke .cke_top .cke_combo_button:hover .cke_combo_open,
.cke .cke_maximized .cke_top .cke_combo_button:hover .cke_combo_open,
.admin .cke .cke_top .cke_combo_button:focus .cke_combo_open,
.cke .cke_maximized .cke_top .cke_combo_button:focus .cke_combo_open,
.admin .cke .cke_top .cke_combo_button:active .cke_combo_open,
.cke .cke_maximized .cke_top .cke_combo_button:active .cke_combo_open {
  background-color: #bd3636;
}
.admin .cke .cke_top .cke_combo_on .cke_combo_button,
.cke .cke_maximized .cke_top .cke_combo_on .cke_combo_button {
  box-shadow: none;
  border-color: #7d7f84;
}
.admin .cke .cke_top .cke_combo_on .cke_combo_button .cke_combo_open .cke_combo_arrow,
.cke .cke_maximized .cke_top .cke_combo_on .cke_combo_button .cke_combo_open .cke_combo_arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.admin .cke .cke_top .cke_toolbar_separator,
.cke .cke_maximized .cke_top .cke_toolbar_separator {
  margin: 4px 0 0;
}
.admin .cke .cke_bottom,
.cke .cke_maximized .cke_bottom {
  border-color: #b5b6b7;
  background-image: none;
  background-color: #eee;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.admin .cke .cke_bottom .cke_path .cke_path_item,
.cke .cke_maximized .cke_bottom .cke_path .cke_path_item {
  border-radius: 0;
  text-shadow: none;
  text-decoration: none;
  box-shadow: none;
}
.admin .cke .cke_bottom .cke_path .cke_path_item:hover,
.cke .cke_maximized .cke_bottom .cke_path .cke_path_item:hover {
  background-color: #d0d0d0;
  box-shadow: none;
}
.admin .cke .cke_bottom .cke_resizer,
.cke .cke_maximized .cke_bottom .cke_resizer {
  margin-top: 9px;
  margin-bottom: 2px;
}
.admin .cke:hover,
.cke .cke_maximized:hover {
  border-color: #7d7f84;
}
.admin .cke:hover .cke_inner:not(.cke_maximized) .cke_top,
.cke .cke_maximized:hover .cke_inner:not(.cke_maximized) .cke_top,
.admin .cke:hover .cke_inner:not(.cke_maximized) .cke_bottom,
.cke .cke_maximized:hover .cke_inner:not(.cke_maximized) .cke_bottom {
  border-color: #7d7f84;
}
.admin .cke.cke_focus,
.cke .cke_maximized.cke_focus {
  border-color: #7d7f84;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.admin .cke_panel {
  border-radius: 0;
  border-color: #b5b6b7;
  transition: border-color 0.2s ease-in-out;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.admin .cke_panel .cke_panel_frame .cke_panel_container .cke_panel_block .cke_panel_grouptitle {
  display: none;
}
.admin .cke_panel:hover {
  border-color: #7d7f84;
}
.admin .cke_dialog .cke_dialog_body {
  border-color: #999;
  border-radius: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_title {
  border-radius: 0;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background-image: none;
  background-color: #d2d2d2;
  color: #333;
  box-shadow: none;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_close_button {
  top: 5px;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_tabs {
  margin-top: 11px;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_tabs .cke_dialog_tab {
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  background-image: none;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_tabs .cke_dialog_tab:not(.cke_dialog_tab_selected) {
  position: relative;
  bottom: 1px;
  height: 12px;
  border: 0;
  line-height: 12px;
  background-color: #cf5757;
  color: #fff;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_tabs .cke_dialog_tab:not(.cke_dialog_tab_selected):hover {
  text-decoration: none;
  background-image: none;
  background-color: #bd3636;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_tabs .cke_dialog_tab.cke_dialog_tab_selected {
  border-top: 0;
  box-shadow: 0 -3px 0 0 #cf5757;
  background: #fff;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_tabs .cke_dialog_tab.cke_dialog_tab_selected:hover {
  text-decoration: none;
  color: #cf5757;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_tabs .cke_dialog_tab:focus,
.admin .cke_dialog .cke_dialog_body .cke_dialog_tabs .cke_dialog_tab:active {
  text-decoration: none !important;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents {
  margin-top: 35px;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents input.cke_dialog_ui_input_text,
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents textarea.cke_dialog_ui_input_textarea {
  display: block;
  padding: 6px 8px;
  border: 1px solid #b5b6b7;
  border-radius: 0;
  margin-bottom: 0;
  line-height: 14px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #fff;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents input.cke_dialog_ui_input_text:hover,
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents textarea.cke_dialog_ui_input_textarea:hover,
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents input.cke_dialog_ui_input_text:focus,
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents textarea.cke_dialog_ui_input_textarea:focus {
  border-color: #7d7f84;
  outline: none;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents input.cke_dialog_ui_input_text:focus,
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents textarea.cke_dialog_ui_input_textarea:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents select.cke_dialog_ui_input_select {
  display: block;
  height: 28px;
  padding: 0 2px;
  border: 1px solid #b5b6b7;
  border-radius: 0;
  line-height: 14px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background: #fff;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents select.cke_dialog_ui_input_select:hover,
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents select.cke_dialog_ui_input_select:focus {
  border-color: #7d7f84;
  outline: none;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_contents select.cke_dialog_ui_input_select:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_footer {
  border: 0;
  border-radius: 0;
  border-top: 1px solid #999;
  outline: 0;
  background: #d2d2d2;
  box-shadow: none;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_footer_buttons {
  margin: 8px 10px;
}
.admin .cke_dialog .cke_dialog_body .cke_dialog_footer .cke_dialog_ui_hbox a.cke_dialog_ui_button {
  margin-top: 0 !important;
}
.admin .cke_dialog .cke_dialog_ui_labeled_label {
  display: inline-block;
  color: #383838;
}
.admin .cke_dialog .cke_dialog_ui_labeled_label.cke_required:after {
  content: "*";
  font-weight: 600;
  color: #cf5757;
}
.admin .cke_dialog .cke_dialog_ui_labeled_label + .cke_dialog_ui_labeled_content {
  padding-top: 3px;
}
.admin .cke_dialog .ImagePreviewBox {
  padding: 10px;
  overflow: auto;
}
.admin .cke_dialog .ImagePreviewBox td {
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
}
.admin .cke_dialog a.cke_dialog_ui_button {
  height: 20px;
  border: 0;
  border-radius: 0;
  line-height: 22px;
  background: #cf5757;
  box-shadow: none;
}
.admin .cke_dialog a.cke_dialog_ui_button span {
  border-bottom: 0;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
.admin .cke_dialog a.cke_dialog_ui_button:hover,
.admin .cke_dialog a.cke_dialog_ui_button:focus,
.admin .cke_dialog a.cke_dialog_ui_button:active {
  box-shadow: none;
  text-decoration: none;
  background-color: #bd3636;
}
.admin .cke_dialog a.cke_dialog_ui_button.cke_dialog_ui_button_ok:focus,
.admin .cke_dialog a.cke_dialog_ui_button.cke_dialog_ui_button_cancel:focus,
.admin .cke_dialog a.cke_dialog_ui_button.cke_dialog_ui_button_ok:active,
.admin .cke_dialog a.cke_dialog_ui_button.cke_dialog_ui_button_cancel:active {
  padding: 4px 0;
}
.admin .cke_dialog a.cke_dialog_ui_button.cke_dialog_ui_button_ok:focus span,
.admin .cke_dialog a.cke_dialog_ui_button.cke_dialog_ui_button_cancel:focus span,
.admin .cke_dialog a.cke_dialog_ui_button.cke_dialog_ui_button_ok:active span,
.admin .cke_dialog a.cke_dialog_ui_button.cke_dialog_ui_button_cancel:active span {
  padding: 0 12px;
}
.admin .cke_dialog.cke_single_page .cke_dialog_contents {
  margin-top: 0;
}
.admin .cke_dialog.cke_single_page .cke_dialog_contents .cke_dialog_contents_body {
  padding: 10px;
}
.admin .cke_dialog .cke_dialog_ui_hbox .cke_dialog_ui_hbox_first {
  vertical-align: middle;
}
.admin .cke_dialog .cke_dialog_ui_hbox .cke_dialog_ui_hbox_first .cke_dialog_ui_labeled_label {
  margin-bottom: 0;
}
.admin .cke_dialog .cke_resizer {
  margin-top: 29px;
}
.admin .cke_dialog .cke_resizer.cke_resizer_ltr {
  margin-right: 5px;
}
.admin .cke_dialog table[role=listbox] {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.admin .cke_dialog table[role=listbox] .cke_dark_background {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
}
.admin .cke_dialog table[role=listbox] .cke_dark_background .cke_specialchar {
  padding: 5px;
  border: 0;
}
.admin .cke_dialog table[role=listbox] .cke_dark_background .cke_specialchar span:not(.cke_voice_label) {
  display: block;
  line-height: 15px;
  text-align: center;
  font-size: 16px;
}
.admin .cke_dialog table[role=listbox] .cke_dark_background .cke_specialchar:hover {
  text-decoration: none;
  background: #cf5757;
  box-shadow: 0 0 0 1px #cf5757;
}
.admin .cke_dialog table[role=listbox] .cke_dark_background .cke_specialchar:hover span {
  color: #fff;
}
.admin .cke_dialog .cke_dialog_ui_fieldset {
  padding: 18px 22px 7px 7px;
  border: 0;
  background: #eee;
  box-shadow: 0 0 0 1px #e3e3e3;
}
.admin .cke_dialog .cke_dialog_ui_fieldset legend {
  position: relative;
  top: 11px;
  left: -7px;
  width: auto;
  padding: 3px 8px;
  border-bottom: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  background: #e3e3e3;
  color: #555;
  text-align: left;
}
.admin .cke_reset_all * {
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 1200px) {
  .content-body .form-row > label {
    width: 25%;
    padding-right: 13px;
    text-align: right;
  }
  .content-body .form-row > label.required:after {
    right: 3px;
  }
  .content-body .form-row > .content {
    width: 75%;
    padding-left: 13px;
    text-align: left;
  }
  .jqd-window .jqd-window-content form .content-body {
    min-width: 300px;
    margin-top: 15px;
  }
  .jqd-window .jqd-window-content form .content-body .form-row .content {
    min-width: auto;
  }
  .panel.panel-flat .form-group label {
    text-align: right;
  }
}
.file-preview object {
  max-width: 200px;
}
.banner-collection ul {
  list-style-type: none;
  margin-left: 0;
}
.slideshow {
  position: relative;
}
.slideshow .banner {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-form .file-preview {
  width: auto;
  max-width: 775px;
  min-width: 200px;
  height: auto;
  min-height: 200px;
}
.banner-form embed {
  max-width: 775px;
}
.banner-form object {
  max-width: 775px;
}
.banner-form .banner-size-info {
  margin-left: 170px;
}
.template-editor .workzone .page-template .content .row {
  padding-top: 0px;
}
.template-editor .workzone .page-template .header .icons .shared-checkbox,
.template-editor .workzone .page-template .header .icons .shared-text {
  display: none;
}
/* Blok newslettery */
#dashboard > .span12 > div.dashboard-panel .block.centralnews > .info {
  display: table;
  width: 100%;
}
#dashboard > .span12 > div.dashboard-panel .block.centralnews > .info > span {
  display: table-cell;
  padding: 8px;
}
#dashboard > .span12 > div.dashboard-panel .block.centralnews > .info > span.value {
  text-align: right;
  color: #08c;
}
#dashboard > .span12 > div.dashboard-panel .block.centralnews .popover-link {
  text-decoration: underline;
  cursor: pointer;
}
#dashboard > .span12 > div.dashboard-panel .block.centralnews .popover-content {
  min-width: 500px;
  min-height: initial;
  margin-bottom: 15px;
}
.file-preview-popup-bg .file-preview {
  cursor: default;
  min-width: 200px;
  min-height: 200px;
  width: auto;
  height: auto;
}
.file-preview-popup-bg .file-preview .icons {
  float: right;
  width: auto;
}
.file-preview-popup-bg .file-preview img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}
.file-preview-popup-bg .file-preview .sample-popup-input {
  cursor: pointer;
}
.file-preview-popup-bg .file-preview .sample-popup-input-wrap {
  cursor: pointer;
  position: absolute;
  line-height: normal;
  height: auto;
  padding: 10px;
  background-image: url('../../bundles/webgetcentralnews/images/trans-bg.png');
  border-radius: 5px;
}
.file-preview-popup-bg .file-preview .sample-popup-input-wrap input {
  font-size: 12px;
  width: 140px;
  height: auto;
  margin: 0px;
}
.file-preview-popup-bg .file-preview .sample-popup-button-wrap {
  cursor: pointer;
  position: absolute;
  line-height: normal;
  height: auto;
  padding: 10px;
  background-image: url('../../bundles/webgetcentralnews/images/trans-bg.png');
  border-radius: 5px;
}
.file-preview-popup-bg .file-preview .sample-popup-button-wrap button {
  padding: 5px;
  border: 1px solid #646464;
  background-color: #E7E7E7;
  line-height: normal;
  height: auto;
  width: auto;
  border-radius: 5px;
  background-image: none;
}
.file-preview-popup-bg .file-preview .sample-element-wrap-reset {
  padding: 0px;
  background-color: transparent;
  background-image: none;
}
.popup-content-image {
  display: none;
}
.popup-content-editor {
  display: none;
}
.popup-image-preview-wrap {
  position: relative;
}
.popup-image-preview-wrap .popup-bg-help {
  position: absolute;
}
.popup-window-config-tab .help {
  display: inline-block;
  padding-top: 13px;
}
.admin p.colorpicker-selected-color {
  float: left;
  width: 27px;
  height: 27px;
  margin: 5px 0 0 5px;
  border: 1px solid #cccccc;
}
.consultation-form .form-row textarea {
  float: left;
}
.consultation-form .form-row .date {
  line-height: 30px;
}
#webget_customlink_customlink_seo_chzn,
#webget_customlink_customlink_product_chzn {
  width: 700px !important;
}
#webget_customlink_customlink_seo_chzn .chzn-drop,
#webget_customlink_customlink_product_chzn .chzn-drop {
  width: 698px !important;
}
#webget_customlink_customlink_seo_chzn .chzn-search input,
#webget_customlink_customlink_product_chzn .chzn-search input {
  width: 663px !important;
  position: relative;
  left: 0px;
}
.form-row .choice-row label {
  margin: 0;
}
.float-left {
  float: left;
}
.ga-parameter-row {
  display: none;
}
.ga-parameters-wrapper {
  margin-top: 5px;
}
.ga-parameters-link {
  margin-left: 26.5%;
  margin-bottom: 5px;
  display: inline-block;
  clear: both;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #cf5757;
}
.ga-parameters-link .ga-link-icon {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-right: 3px;
  top: 2px;
}
.ga-parameters-link:hover,
.ga-parameters-link:focus {
  color: #bd3636;
}
.dashboard #ajax-block-buttons {
  width: 100%;
  margin: 2em 0;
}
.dashboard #ajax-block-buttons .user-shortcuts {
  width: 100%;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut {
  width: 15%;
  height: 85px;
  padding: 0;
  margin-bottom: 0;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  box-sizing: border-box;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut__header h6 {
  margin: 0;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: normal;
  color: #aaa;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut__header .header__actions {
  font-size: 0;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut__header .header__actions .action {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 0;
  line-height: 1;
  font-size: 15px;
  background: none;
  color: #999;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut__header .header__actions .action i {
  line-height: 1;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut__header .header__actions .action:hover {
  color: #666;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut__header .header__actions .action:focus {
  outline: none;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut a {
  height: 100%;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut__content {
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut__content span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #666;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut:hover .user-shortcut__header {
  opacity: 1;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut:hover .user-shortcut__content {
  margin-top: 25px;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut--empty {
  border: 3px dashed #efeff0;
  background: white;
  cursor: pointer;
  transition: border-color 0.1s ease-on-out;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut--empty span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #ccc;
  transition: all 0.1s ease-in-out;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut--empty span i {
  display: block;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut--empty p {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #ccc;
  transition: all 0.1s ease-in-out;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut--empty:hover span,
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut--empty:hover p {
  color: #aaa;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut.ui-sortable-helper {
  border: 3px solid #999;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut.ui-sortable-helper span,
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut.ui-sortable-helper p {
  color: #999;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut.ui-sortable-placeholder {
  visibility: visible !important;
  background-color: #efeff0;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut.ui-sortable-placeholder span,
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut.ui-sortable-placeholder p {
  display: none;
}
.dashboard #ajax-block-buttons .user-shortcuts .user-shortcut:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .dashboard #ajax-block-buttons .user-shortcuts .user-shortcut {
    width: 30%;
  }
  .dashboard #ajax-block-buttons .user-shortcuts .user-shortcut:nth-of-type(1),
  .dashboard #ajax-block-buttons .user-shortcuts .user-shortcut:nth-of-type(2),
  .dashboard #ajax-block-buttons .user-shortcuts .user-shortcut:nth-of-type(3) {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .dashboard #ajax-block-buttons .user-shortcuts .user-shortcut .user-shortcut__header {
    padding: 5px;
  }
  .dashboard #ajax-block-buttons .user-shortcuts .user-shortcut .user-shortcut__header h6 {
    font-size: 9px;
  }
  .dashboard #ajax-block-buttons .user-shortcuts .user-shortcut .user-shortcut__header .header__actions .action {
    font-size: 14px;
  }
  .dashboard #ajax-block-buttons .user-shortcuts .user-shortcut .user-shortcut__content span {
    font-size: 14px;
  }
  .dashboard #ajax-block-buttons .user-shortcuts .user-shortcut:hover .user-shortcut__content {
    margin-top: 30px;
  }
  .dashboard #ajax-block-buttons .user-shortcuts .user-shortcut.user-shortcut--empty p {
    font-size: 14px;
  }
}
#ajax-block-galleries_previews {
  float: left;
}
.galleries-previews {
  width: 100%;
}
.galleries-previews td {
  vertical-align: top;
}
.galleries-previews td ul {
  padding: 0px;
  margin: 0;
  font-size: 0;
  list-style-type: none;
}
.galleries-previews td ul li {
  display: inline-block;
  font-size: 14px;
}
.galleries-previews td ul li .thumbnail {
  padding: 0;
  border-radius: 0;
  border-color: #e2e2e3;
  margin: 0 10px 10px 0;
  box-shadow: none;
}
.galleries-previews td ul li .thumbnail:hover {
  border-color: #c3c4c7;
}
.galleries-previews td ul li .thumbnail img {
  max-height: 50px;
}
.galleries-previews td:first-child {
  padding-top: 5.90909091px;
  padding-right: 18.2px;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  width: 150px;
}
.galleries-previews td:last-child {
  padding-left: 9.28571429px;
}
#add-gallery-button-template {
  display: none;
}
.add-gallery-button {
  float: left;
  margin: 0 0 0 10px !important;
}
.photogallery {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#content .photogallery li.photo-item {
  list-style-type: none;
  background: none;
  padding: 1px;
  text-align: center;
}
#content .photogallery li.photo-item a.thumbnail {
  margin-bottom: 0;
}
.slide-gallery {
  float: left;
}
.page-slider li {
  width: 450px !important;
}
.page-slider .pager {
  margin-left: 0;
  margin-bottom: 0px;
  list-style: none;
  text-align: left;
}
.page-slider .pager a {
  display: inline-block;
  padding: 5px 5px;
  border: 0px solid #DDD;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.page-slider img {
  width: auto;
  height: auto;
}
ul.page-slider .pager a:hover {
  text-decoration: none;
  background-color: #ffffff;
}
.select-file-gallery {
  width: 130px;
  /* ff a opera */
}
.product-gallery {
  position: relative;
  top: 0;
}
.product-gallery-wrapper {
  overflow: hidden;
  height: 250px;
}
.lb_foto > a {
  height: 300px;
  width: 300px;
  overflow: hidden;
  display: block;
}
.lb_foto_preview {
  list-style: none;
  clear: both;
  margin: 0;
  padding: 10.83333333px 0 0 0;
}
.lb_foto_preview li a {
  display: block;
}
.lb_foto_preview li .photo-option-wrap a {
  display: inline;
}
.lb_foto_preview li img {
  width: auto;
  height: auto;
  padding: 1px;
  display: block;
}
.lb_foto_preview li .photo-item-wrap img {
  display: inline;
  width: auto;
  height: auto;
}
.lb_foto_preview li .photo-item-wrap img:hover {
  background: #ddd;
}
.lb_close {
  cursor: pointer;
  text-indent: -9999px;
  display: block;
  width: 42px;
  height: 28px;
  background: url('../../bundles/webgetgallery/images/lightbox-gallery/lightbox-btn-closelabel-notext.gif') no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.lb_overlay {
  background: black;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10000;
}
.lb_gallery {
  position: fixed;
  top: 100px;
  left: 0px;
  display: none;
  z-index: 100022;
  padding: 5.65217391px 10.83333333px 5.65217391px 10.83333333px;
  background: #fff;
  position: absolute;
}
.lightbox-gallery {
  margin: auto;
  width: 750px;
  height: 620px;
  float: left;
}
.lightbox-gallery .lightbox-image-wrapper {
  width: 600px;
  height: 600px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  float: left;
}
.lightbox-gallery .lightbox-image-wrapper .lightbox-loader {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
  border: 1px solid #CCC;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url('../../bundles/webgetgallery/images/lightbox-gallery/loader.gif');
}
.lightbox-gallery .lightbox-image-wrapper .lightbox-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 100;
  background: url('../../bundles/webgetgallery/images/lightbox-gallery/ad_next.png') -40px 50% no-repeat;
}
.lightbox-gallery .lightbox-image-wrapper .lightbox-next .lightbox-next-image {
  display: none !important;
}
.lightbox-gallery .lightbox-image-wrapper .lightbox-next:hover {
  background-position: 100% 50%;
}
.lightbox-gallery .lightbox-image-wrapper .lightbox-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 100;
  background: url('../../bundles/webgetgallery/images/lightbox-gallery/ad_prev.png') 0 -40px no-repeat;
}
.lightbox-gallery .lightbox-image-wrapper .lightbox-prev .lightbox-prev-image {
  display: none !important;
}
.lightbox-gallery .lightbox-image-wrapper .lightbox-prev:hover {
  background-position: 0 50%;
}
.lightbox-gallery .lightbox-image-wrapper .lightbox-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
}
.lightbox-gallery .lightbox-image-wrapper .lightbox-image .lightbox-image-description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 7.02702703px;
  text-align: left;
  width: 100%;
  z-index: 2;
  background: url('../../bundles/webgetgallery/images/lightbox-gallery/opa75.png');
  color: #000;
}
.lightbox-gallery .lightbox-image-wrapper .lightbox-image .lightbox-image-description .lightbox-description-title {
  display: block;
}
.lightbox-gallery .lightbox-controls {
  padding-top: 10px;
  height: 20px;
  clear: both;
}
.lightbox-gallery .lightbox-info {
  float: left;
}
.lightbox-gallery .lightbox-image-description {
  float: left;
  padding-left: 24.7px;
}
.lightbox-gallery .lightbox-slideshow-controls {
  float: right;
}
.lightbox-gallery .lightbox-slideshow-controls .lightbox-slideshow-start {
  padding-left: 5px;
  cursor: pointer;
}
.lightbox-gallery .lightbox-slideshow-controls .lightbox-slideshow-stop {
  padding-left: 5px;
  cursor: pointer;
}
.lightbox-gallery .lightbox-slideshow-controls .lightbox-slideshow-countdown {
  padding-left: 5px;
  font-size: 12px;
}
.lightbox-gallery .lightbox-slideshow-running .lightbox-slideshow-start {
  cursor: default;
  font-style: italic;
}
.lightbox-gallery .lightbox-nav {
  width: 120px;
  height: 400px;
  position: relative;
  float: right;
}
.lightbox-gallery .lightbox-forward {
  position: absolute;
  cursor: pointer;
  height: 18px;
  display: block;
  top: 600px;
  width: 114px;
  background: url('../../bundles/webgetgallery/images/lightbox-gallery/ad_scroll_forward.gif') 50% 2px no-repeat;
  z-index: 10;
}
.lightbox-gallery .lightbox-back {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}
.lightbox-gallery .lightbox-back {
  position: absolute;
  cursor: pointer;
  top: -20px;
  width: 114px;
  height: 18px;
  display: block;
  background: url('../../bundles/webgetgallery/images/lightbox-gallery/ad_scroll_back.gif') 50% 0 no-repeat;
}
.lightbox-gallery .lightbox-thumbs {
  overflow: hidden;
  height: 600px;
  width: 120px;
  float: right;
}
.lightbox-gallery .lightbox-thumbs .lightbox-thumb-list {
  height: 9000px;
  width: 110px;
  list-style: none;
}
.lightbox-gallery .lightbox-thumbs li {
  padding-bottom: 5px;
  clear: both;
}
.lightbox-gallery .lightbox-thumbs li a {
  display: block;
}
.lightbox-gallery .lightbox-thumbs li a img {
  border: 2px solid #ddd;
  display: block;
}
.lightbox-gallery .lightbox-thumbs li a img:hover {
  border: 2px solid #c4c4c4;
}
.lightbox-gallery .lightbox-thumbs li a.lightbox-active img {
  border: 2px solid #CB2900;
}
/* Can't do display none, since Opera won't load the images then */
.lightbox-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
/* skryte ovl. prvky kvuli ovladani fotogalerii pomoci simple selectu */
select.js-galleries-choice {
  display: none;
}
.form-fields-wrap {
  display: inline-block;
  margin-top: 7px;
}
.form-fields-wrap .help {
  font-style: italic;
}
.form-fields-wrap .form-fields-itm:not(.disabled) {
  cursor: pointer;
}
.form-fields-wrap .form-fields-itm .disabled {
  opacity: 0.7;
}
.page-template-block .template-block-content {
  word-wrap: break-word;
}
.page-template-block .form-block label {
  width: 120px;
  text-align: right;
  padding-right: 10px;
  font-weight: normal;
}
.page-template-block .form-block label.required {
  font-weight: bold;
}
.page-template-block .form-block input[type=text] {
  height: 30px;
}
.page-template-block .form-block .button-round-box {
  margin-left: 120px;
  margin-top: 10px;
}
.page-template-block .form-row input[type=email] {
  height: 30px;
}
.page-template-block textarea {
  min-height: 75px;
}
.page-template-block .form-block.notice {
  color: green;
  font-weight: bold;
}
.page-template-block .form-block.error {
  color: red;
  font-weight: bold;
}
.page-template-block ul.errors {
  display: none;
}
.validation-captcha-form-row {
  display: none;
}
.close-window-wrapper {
  position: absolute;
  z-index: 1000;
  width: 100%;
  text-align: right;
}
.close-window-wrapper .button-round-box {
  margin-top: 10px;
  margin-right: 5px;
}
.category-list-template-value {
  margin-right: 10px;
}
.text-admin-form .text-form label {
  width: auto;
}
.text-admin-form .text-form .content {
  width: auto;
  padding: 0;
}
.template-editor .workzone.empty {
  display: none;
}
.template-editor .workzone .template-block {
  position: relative;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  min-height: 150px;
  display: block;
}
.template-editor .workzone .template-block > .template-block-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 27px;
  z-index: 0;
  overflow: hidden;
  background-color: #E8E8E8;
  opacity: 0.7;
  display: none;
  font-size: 13px;
}
.template-editor .workzone .template-block > .template-block-header .icon {
  width: 18px;
  height: 18px;
  font-size: 16px;
  color: black;
}
.template-editor .workzone .template-block > .template-block-header > .help-label {
  margin-left: 7px;
  line-height: 27px;
  font-size: 13px;
}
.template-editor .workzone .template-block > .template-block-header > .icons {
  position: absolute;
  top: 3px;
  right: 4px;
  margin-left: 2px;
  font-size: 16px !important;
  line-height: 16px !important;
}
.template-editor .workzone .template-block > .template-block-header > .icons > .icon {
  float: left;
}
.template-editor .workzone .template-block > .template-block-header > .icons > .template-block-edit-link {
  display: inline;
}
.template-editor .workzone .template-block > .template-block-header > .icons > .template-block-erase-link {
  display: none;
}
.template-editor .workzone .template-block:hover > .template-block-header {
  display: block;
  z-index: 99;
  line-height: 21px;
  font-weight: normal;
  text-align: left;
}
.template-editor .workzone h1[data-help-text],
.template-editor .workzone h2[data-help-text],
.template-editor .workzone h3[data-help-text] {
  min-height: 30px;
  margin: 0;
}
.template-editor .workzone .template-block[data-id] {
  min-height: 23px;
}
.template-editor .workzone .template-block[data-id] > .template-block-header > .icons > .template-block-erase-link {
  display: inline;
}
.template-editor .workzone .page-template > .header > .shared .shared-checkbox {
  padding: 0;
  margin: 0px 3px 2px 10px;
}
.template-editor .workzone .page-template > .header > .shared .shared-text {
  margin-right: 5px;
}
.template-editor .workzone .page-template > .header > .template-name .template-name-text {
  margin-right: 5px;
  margin-left: 5px;
  line-height: 24px;
}
.template-editor .workzone .page-template > .header > .template-name .template-name-input {
  width: 150px;
  height: 19px;
  line-height: 19px;
  font-size: 12px;
  margin: -4px 2px 0 2px;
}
.template-editor .workzone h2[data-help-text] .page-template-block {
  min-height: 50px;
}
.template-editor .workzone pull-left {
  width: 33.33%;
}
.template-editor .workzone .page-template-block:hover {
  border: 1px dashed #777;
}
.template-editor .add-new-template .content-panel-heading {
  float: none;
}
.template-editor .add-new-template .content-panel-heading p {
  margin-top: 10px;
  color: #555;
}
.template-editor .add-new-template .content-panel-heading p::first-letter {
  text-transform: uppercase;
}
.template-editor .add-new-template .template {
  opacity: 0.8;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 5px;
  margin-bottom: 0;
  width: 136px;
  height: 186px;
  vertical-align: top;
}
.template-editor .add-new-template .template:hover {
  opacity: 1;
}
.template-editor .add-new-template .template .template-label {
  font-size: 11px;
  text-align: center;
  display: block;
}
.template-editor .add-new-template .header {
  text-transform: uppercase;
  margin: 7px 6px;
}
.template-editor .add-new-template .template-editor-help {
  display: none;
}
.template-editor .add-new-template .template-thumbnails-wrapper {
  position: relative;
  padding: 30px;
}
.template-editor .add-new-template .localization-radio label {
  width: auto;
  padding-right: 5px;
}
.page-template {
  position: relative;
  display: block;
  padding-bottom: 10px;
  clear: both;
  /* workaround sablony obsahujici kontejner a paticku */
}
.page-template.ui-sortable-helper {
  background-color: white;
}
.page-template > .header {
  background-color: #d8d8d8;
  height: 27px;
  width: 100%;
  cursor: move;
  display: block;
}
.page-template > .header > .icons {
  position: absolute;
  top: 7px;
  right: 6px;
  float: none;
}
.page-template > .header > .icons > .icon {
  float: left;
  cursor: pointer;
}
.page-template:first-child > .header > .icons > .icon.up {
  display: none;
}
.page-template:last-child > .header > .icons > .icon.down {
  display: none;
}
.page-template > .content {
  padding: 0;
  margin: 0;
  background: transparent;
}
.page-template .hide-block-content .template-block-content {
  display: none;
}
.page-template .hide-block-menu .icons.admin-wrapper {
  display: none;
}
.page-template .hide-block-menu .template-block {
  cursor: auto;
}
.page-template .container {
  width: auto !important;
}
.page-template .container.footer {
  padding: 0;
}
.page-template .row {
  margin: 0;
}
.page-template .col-xs-1,
.page-template .col-sm-1,
.page-template .col-md-1,
.page-template .col-lg-1,
.page-template .col-xs-2,
.page-template .col-sm-2,
.page-template .col-md-2,
.page-template .col-lg-2,
.page-template .col-xs-3,
.page-template .col-sm-3,
.page-template .col-md-3,
.page-template .col-lg-3,
.page-template .col-xs-4,
.page-template .col-sm-4,
.page-template .col-md-4,
.page-template .col-lg-4,
.page-template .col-xs-5,
.page-template .col-sm-5,
.page-template .col-md-5,
.page-template .col-lg-5,
.page-template .col-xs-6,
.page-template .col-sm-6,
.page-template .col-md-6,
.page-template .col-lg-6,
.page-template .col-xs-7,
.page-template .col-sm-7,
.page-template .col-md-7,
.page-template .col-lg-7,
.page-template .col-xs-8,
.page-template .col-sm-8,
.page-template .col-md-8,
.page-template .col-lg-8,
.page-template .col-xs-9,
.page-template .col-sm-9,
.page-template .col-md-9,
.page-template .col-lg-9,
.page-template .col-xs-10,
.page-template .col-sm-10,
.page-template .col-md-10,
.page-template .col-lg-10,
.page-template .col-xs-11,
.page-template .col-sm-11,
.page-template .col-md-11,
.page-template .col-lg-11,
.page-template .col-xs-12,
.page-template .col-sm-12,
.page-template .col-md-12,
.page-template .col-lg-12 {
  padding: 0;
}
.page-template .text-perex .text {
  margin-left: 0;
  margin-right: 2.12765957%;
}
.page-template[data-name=menu_link_text] .menu-text > .menu {
  width: 23.40425532%;
  margin-left: 0;
}
.page-template[data-name=menu_link_text] .menu-text .text {
  width: 74.46808511%;
}
.page-template[data-name=menu_link_text2] .menu-text > .menu {
  width: 23.40425532%;
  margin-left: 2.12765957%;
}
.page-template[data-name=menu_link_text2] .menu-text .text {
  width: 74.46808511%;
  margin: 0;
}
.shared-template-name {
  font-size: 9px;
  color: #000;
  background-color: #FFC;
  padding: 0 3px;
  display: inline;
  border: 1px solid #EEB;
  position: absolute;
  left: 0;
  z-index: 100;
  cursor: pointer;
}
.workzone-element-help {
  color: #aaa;
  font-size: 26px;
  white-space: nowrap;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  background: #fff;
}
.form-row ul.photogallery.lb_foto_preview {
  margin: 0;
}
.block-form-help {
  margin-left: 170px;
  font-style: italic;
  max-width: 500px;
  padding-top: 5px;
}
.form-row .template-editor .workzone .grid-template {
  margin: 0;
}
.grid-template .template-block {
  border: none !important;
}
.template-thumbnails .template {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 5px;
  margin-bottom: 0;
}
.blocks-selector-wrapper {
  overflow: auto;
  max-width: 905px;
  background-color: transparent;
  padding-top: 22px;
}
.blocks-selector-wrapper .block {
  width: 75px;
  height: 75px;
  float: left;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  clear: none;
  position: relative;
  margin: 7px;
  cursor: pointer;
}
.blocks-selector-wrapper .block.with-thumbnails {
  width: 156px;
}
.blocks-selector-wrapper .block.new > .plus {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  font-size: 68px;
  color: #ddd;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  line-height: 75px;
}
.blocks-selector-wrapper .block:hover {
  text-decoration: none;
  border: 1px dashed #444;
}
.blocks-selector-wrapper .block > .name {
  text-align: center;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.blocks-selector-wrapper .block .mini-thumbnails {
  position: absolute;
  bottom: 0;
  margin-left: 2px;
  margin-bottom: 2px;
}
.blocks-selector-wrapper .block .mini-thumbnails .thumbnail {
  width: 50px;
  max-height: 50px;
  padding: 2px;
  float: left;
  margin: 15px 0;
  min-height: 30px;
  text-align: center;
}
.template-editor .workzone .page-template:last-child {
  padding-bottom: 0;
}
.template-editor .workzone .text-perex .text {
  margin-right: 0;
}
.template-editor .workzone .pageblock-wrapper,
.template-editor .workzone .lead,
.template-editor .workzone .template-block-content:not(:empty) {
  background-color: #fff;
}
.template-editor .workzone .menu_link_text2 .menu-text:before,
.template-editor .workzone .menu_link_text2 .menu-text:after {
  content: " ";
  display: table;
}
.template-editor .workzone .menu_link_text2 .menu-text:after {
  clear: both;
}
.template-editor .workzone .menu_link_text2 .menu-text:before,
.template-editor .workzone .menu_link_text2 .menu-text:after {
  content: " ";
  display: table;
}
.template-editor .workzone .menu_link_text2 .menu-text:after {
  clear: both;
}
.template-editor .workzone .photogallery {
  padding: 10px 5px 0 5px;
}
.template-editor .workzone .photogallery .photo-item {
  position: relative;
  padding: 0 5px;
}
.template-editor .workzone .photogallery .photo-item:before {
  position: absolute;
  bottom: 14px;
  right: 7px;
  display: block;
  width: 50%;
  height: 7px;
  content: "";
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.4);
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
}
.template-editor .workzone .photogallery .thumbnail {
  position: relative;
  border-radius: 0;
  border: 0;
  margin-bottom: 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.template-editor .workzone .slide-gallery .bx-wrapper {
  max-width: 100% !important;
  border: 0;
  margin: 0;
  box-shadow: none;
}
.template-editor .workzone .slide-gallery .bx-wrapper .bx-viewport {
  padding: 10px;
}
.template-editor .workzone .slide-gallery .bx-wrapper .photo-item .thumbnail {
  position: relative;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.template-editor .workzone .slide-gallery .bx-wrapper .photo-item:before {
  position: absolute;
  bottom: 4px;
  right: 3px;
  display: block;
  width: 50%;
  height: 7px;
  content: "";
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.4);
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
}
.template-editor .workzone .slide-gallery .bx-wrapper .photo-item:not(:last-of-type) {
  margin-right: 10px !important;
}
.template-editor .workzone .slider:before,
.template-editor .workzone .slider:after {
  content: " ";
  display: table;
}
.template-editor .workzone .slider:after {
  clear: both;
}
.template-editor .workzone .slider:before,
.template-editor .workzone .slider:after {
  content: " ";
  display: table;
}
.template-editor .workzone .slider:after {
  clear: both;
}
.template-editor .workzone .slider .bx-wrapper {
  width: 100%;
  float: left;
  padding: 0 0 30px 0;
  border: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.template-editor .workzone .slider .bx-wrapper .slide {
  padding: 10px;
}
.template-editor .workzone .slider .bx-wrapper .slide .slide-wrapper {
  position: relative;
}
.template-editor .workzone .slider .bx-wrapper .slide .slide-image {
  display: block;
  position: relative;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.template-editor .workzone .slider .bx-wrapper .slide .slide-image .image-rigid {
  position: relative;
  border: 4px solid #fff;
  z-index: 2;
}
.template-editor .workzone .slider .bx-wrapper .slide .bx-caption {
  padding: 10px;
  border: 4px solid #fff;
  z-index: 2;
  background: transparent;
}
.template-editor .workzone .slider .bx-wrapper .slide .bx-caption .caption-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.template-editor .workzone .slider .bx-wrapper .slide .bx-caption .title {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  z-index: 1;
}
.template-editor .workzone .slider .bx-wrapper .slide .bx-caption .excerpt {
  position: relative;
  z-index: 1;
}
.template-editor .workzone .slider .bx-wrapper .slide.caption-position-left-top .bx-caption {
  top: 40px;
  right: auto;
  bottom: auto;
  left: 40px;
  max-width: calc(50% - 40px);
  border: 0;
}
.template-editor .workzone .slider .bx-wrapper .slide.caption-position-left-center .bx-caption {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 40px;
  max-width: calc(50% - 40px);
  border: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.template-editor .workzone .slider .bx-wrapper .slide.caption-position-left-bottom .bx-caption {
  top: auto;
  right: auto;
  bottom: 40px;
  left: 40px;
  max-width: calc(50% - 40px);
  border: 0;
}
.template-editor .workzone .slider .bx-wrapper .slide.caption-position-right-top .bx-caption {
  top: 40px;
  right: 40px;
  bottom: auto;
  left: auto;
  max-width: calc(50% - 40px);
  border: 0;
}
.template-editor .workzone .slider .bx-wrapper .slide.caption-position-right-center .bx-caption {
  top: 50%;
  right: 40px;
  bottom: auto;
  left: auto;
  max-width: calc(50% - 40px);
  border: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.template-editor .workzone .slider .bx-wrapper .slide.caption-position-right-bottom .bx-caption {
  top: auto;
  right: 40px;
  bottom: 40px;
  left: auto;
  max-width: calc(50% - 40px);
  border: 0;
}
.template-editor .workzone .slider .bx-wrapper .slide.caption-position-center-center .bx-caption {
  top: 50%;
  right: 50%;
  bottom: auto;
  left: auto;
  width: auto;
  border: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.template-editor .workzone .slider .bx-wrapper .bx-controls .bx-pager {
  bottom: 16px;
  padding: 0;
}
.template-editor .workzone .slider .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  background-color: #999;
}
.template-editor .workzone .slider .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active,
.template-editor .workzone .slider .bx-wrapper .bx-controls .bx-pager .bx-pager-link:hover {
  background-color: #cf5757;
}
.template-editor .workzone .slider .bx-wrapper .bx-controls .bx-prev {
  left: 25px;
}
.template-editor .workzone .slider .bx-wrapper .bx-controls .bx-next {
  right: 25px;
}
.template-editor .workzone .slider .controls {
  position: relative;
  right: 1px;
  width: 25%;
  float: right;
  padding: 10px;
  border-left: 1px solid #dadada;
  margin-bottom: 0;
  list-style-type: none;
}
.template-editor .workzone .slider .controls li {
  margin-bottom: 10px;
}
.template-editor .workzone .slider .controls li a {
  display: block;
}
.template-editor .workzone .slider .controls li a .slider-link-image {
  position: relative;
  display: block;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.1s ease-in-out;
}
.template-editor .workzone .slider .controls li a .slider-link-image img {
  position: relative;
  display: block;
  max-width: 100%;
  border: 4px solid #fff;
  z-index: 2;
}
.template-editor .workzone .slider .controls li a .slider-link-image:before {
  position: absolute;
  bottom: 6px;
  right: 9px;
  display: block;
  width: 75%;
  height: 50%;
  content: "";
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(6deg, 2deg);
  -moz-transform: skew(6deg, 2deg);
  -ms-transform: skew(6deg, 2deg);
  -o-transform: skew(6deg, 2deg);
  transform: skew(6deg, 2deg);
  z-index: 1;
}
.template-editor .workzone .slider.links .bx-wrapper {
  width: 75%;
  padding-bottom: 0;
}
.template-editor .workzone .slider.links .bx-wrapper .bx-viewport {
  border-right: 1px solid #dadada;
}
.template-editor .workzone .slider.links .bx-wrapper .slide a:before {
  bottom: 15px;
  right: 20px;
}
.template-editor .workzone .slider.links .bx-wrapper .bx-controls {
  display: none;
}
.template-editor .workzone .slider.dots .bx-controls-direction {
  display: none;
}
.template-editor .workzone .slider.links:not(.linksimages) .controls li {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  margin-bottom: 0;
}
.template-editor .workzone .slider.links:not(.linksimages) .controls li a {
  padding: 10px;
  font-weight: 600;
  color: #444;
  transition: color 0.1s ease-in-out;
}
.template-editor .workzone .slider.links:not(.linksimages) .controls li a:hover,
.template-editor .workzone .slider.links:not(.linksimages) .controls li a:focus,
.template-editor .workzone .slider.links:not(.linksimages) .controls li a:active {
  border-color: #cf5757;
  text-decoration: none;
  background-color: #cf5757;
  color: #fff;
}
.template-editor .workzone .slider.links:not(.linksimages) .controls li:first-of-type {
  border-top: 1px solid #dadada;
}
.template-editor .workzone .slider.links:not(.linksimages) .controls li:last-of-type {
  border-bottom: 1px solid #dadada;
}
.template-editor .workzone .slider.links:not(.linksimages) .controls li:not(:last-of-type) a {
  border-bottom: 1px solid #dadada;
}
.template-editor .workzone .slider.linksimages .controls li a {
  position: relative;
}
.template-editor .workzone .slider.linksimages .controls li a .slider-link-wrap {
  position: absolute;
  bottom: 4px;
  display: block;
  width: 100%;
  padding: 4px 8px;
  z-index: 2;
}
.template-editor .workzone .slider.linksimages .controls li a .slider-link-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: ' ';
  background-color: #fff;
  opacity: 0.7;
}
.template-editor .workzone .slider.linksimages .controls li a .slider-link-wrap .slider-link-title {
  display: block;
  padding: 0 2px;
  text-shadow: 0 0 2px #fff;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  transition: color 0.1s ease-in-out;
}
.template-editor .workzone .slider.linksimages .controls li a .slider-link-wrap .slider-link-text {
  display: block;
  padding: 0 2px;
  text-shadow: 0 0 2px #fff;
  font-size: 12px;
  color: #666;
}
.template-editor .workzone .slider.linksimages .controls li a:hover .slider-link-wrap .slider-link-title {
  color: #cf5757;
}
.template-editor .workzone .slider.linksimages .controls li a:hover .slider-link-image {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
}
.template-editor .workzone .slider.no-controls .bx-wrapper {
  padding: 0;
}
.template-editor .workzone .slider.content-height .bx-wrapper .slide .slide-wrapper:before,
.template-editor .workzone .slider.content-height .bx-wrapper .slide .slide-wrapper:after {
  content: " ";
  display: table;
}
.template-editor .workzone .slider.content-height .bx-wrapper .slide .slide-wrapper:after {
  clear: both;
}
.template-editor .workzone .slider.content-height .bx-wrapper .slide .slide-wrapper:before,
.template-editor .workzone .slider.content-height .bx-wrapper .slide .slide-wrapper:after {
  content: " ";
  display: table;
}
.template-editor .workzone .slider.content-height .bx-wrapper .slide .slide-wrapper:after {
  clear: both;
}
.template-editor .workzone .slider.content-height .bx-wrapper .slide .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.template-editor .workzone .slider.content-height .bx-wrapper .slide .slide-image .image-fluid {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.template-editor .workzone .slider.content-height .bx-wrapper .slide .bx-caption {
  position: relative;
  max-width: 50%;
}
.template-editor .workzone .slider.content-height .bx-wrapper .slide.caption-position-left-top .bx-caption,
.template-editor .workzone .slider.content-height .bx-wrapper .slide.caption-position-left-center .bx-caption,
.template-editor .workzone .slider.content-height .bx-wrapper .slide.caption-position-left-bottom .bx-caption {
  top: 0;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.template-editor .workzone .slider.content-height .bx-wrapper .slide.caption-position-center-center .bx-caption {
  left: auto;
  right: auto;
  margin: 0 auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.template-editor .workzone .slider.content-height .bx-wrapper .slide.caption-position-right-top .bx-caption,
.template-editor .workzone .slider.content-height .bx-wrapper .slide.caption-position-right-center .bx-caption,
.template-editor .workzone .slider.content-height .bx-wrapper .slide.caption-position-right-bottom .bx-caption {
  top: 0;
  right: 0;
  float: right;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.template-editor .workzone .template-block[data-block*=title] {
  min-height: 38px !important;
  text-align: center;
  font-weight: 600;
}
.template-editor .workzone .template-block[data-block*=title] .template-block-content {
  padding: 10px;
}
.template-editor .workzone .template-block[data-block*=title] .template-block-content > *:last-child {
  margin-bottom: 0;
}
.template-editor .workzone .template-block[data-type=html] p,
.template-editor .workzone .template-block[data-type=text] p {
  line-height: 1.5;
}
.template-editor .workzone .template-block[data-type=html] .template-block-content,
.template-editor .workzone .template-block[data-type=text] .template-block-content {
  padding: 10px;
}
.template-editor .workzone .template-block[data-type=html] .template-block-content p,
.template-editor .workzone .template-block[data-type=text] .template-block-content p {
  line-height: 1.5;
  font-size: 14px;
}
.template-editor .workzone .template-block[data-type=html] .template-block-content > *:last-child,
.template-editor .workzone .template-block[data-type=text] .template-block-content > *:last-child {
  margin-bottom: 0;
}
.template-editor .workzone .template-block[data-block*=perex] .template-block-content p {
  font-weight: 600;
}
.template-editor .workzone .template-block[data-type=link] {
  min-height: 29px;
}
.template-editor .workzone .template-block[data-type=link] .custom-link a {
  display: block;
  text-indent: 10px;
  line-height: 27px;
}
.template-editor .workzone .template-block[data-type=menu] .navbar {
  padding: 0;
  background: transparent;
}
.template-editor .workzone .template-block[data-type=menu] .navbar .container-fluid {
  height: auto;
}
.template-editor .workzone .template-block[data-type=menu] .navbar .container-fluid .navbar-collapse {
  padding: 0;
}
.template-editor .workzone .template-block[data-type=menu] .navbar .container-fluid .navbar-collapse .navbar-nav {
  float: none;
}
.template-editor .workzone .template-block[data-type=menu] .navbar .container-fluid .navbar-collapse .navbar-nav .item {
  float: none;
  display: block;
  width: 100%;
}
.template-editor .workzone .template-block[data-type=menu] .navbar .container-fluid .navbar-collapse .navbar-nav .item a {
  padding: 10px;
  font-weight: 600;
  color: #444;
}
.template-editor .workzone .template-block[data-type=menu] .navbar .container-fluid .navbar-collapse .navbar-nav .item a:hover {
  color: #cf5757;
}
.template-editor .workzone .template-block[data-type=menu] .navbar .container-fluid .navbar-collapse .navbar-nav .item:not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8;
}
.template-editor .workzone .template-block[data-type=contactform] .form-block,
.template-editor .workzone .template-block[data-type=enrollform] .form-block {
  padding: 10px;
  margin: 0 auto;
  float: none;
}
.template-editor .workzone .template-block[data-type=contactform] .form-block .form-row .control-label,
.template-editor .workzone .template-block[data-type=enrollform] .form-block .form-row .control-label {
  width: auto;
  padding: 0 0 3px 0;
  text-align: left;
}
.template-editor .workzone .template-block[data-type=contactform] .form-block .form-row .control-label.required:after,
.template-editor .workzone .template-block[data-type=enrollform] .form-block .form-row .control-label.required:after {
  top: 0;
  right: -10px;
}
.template-editor .workzone .template-block[data-type=contactform] .form-block .form-row .control-label[for=form_accomodation],
.template-editor .workzone .template-block[data-type=enrollform] .form-block .form-row .control-label[for=form_accomodation] {
  padding: 0 0 0 5px;
  margin-top: 3px;
  float: none;
}
.template-editor .workzone .template-block[data-type=contactform] .form-block .form-row .control-label[for=form_accomodation] + .content,
.template-editor .workzone .template-block[data-type=enrollform] .form-block .form-row .control-label[for=form_accomodation] + .content {
  width: 16px;
  height: 16px;
  float: left;
  padding-top: 5px;
}
.template-editor .workzone .template-block[data-type=contactform] .form-block .form-row .control-label[for=form_accomodation] + .content input[type=checkbox],
.template-editor .workzone .template-block[data-type=enrollform] .form-block .form-row .control-label[for=form_accomodation] + .content input[type=checkbox] {
  top: 0;
  left: 0;
}
.template-editor .workzone .template-block[data-type=contactform] .form-block .form-row .control-label[for=form_accomodation] + .content .custom-checkbox,
.template-editor .workzone .template-block[data-type=enrollform] .form-block .form-row .control-label[for=form_accomodation] + .content .custom-checkbox {
  top: 0;
}
.template-editor .workzone .template-block[data-type=contactform] .form-block .form-row .content,
.template-editor .workzone .template-block[data-type=enrollform] .form-block .form-row .content {
  width: 100%;
  padding: 0;
}
.template-editor .workzone .template-block[data-type=contactform] .form-block .form-row:not(:last-of-type),
.template-editor .workzone .template-block[data-type=enrollform] .form-block .form-row:not(:last-of-type) {
  margin: 0 0 5px 0;
}
.template-editor .workzone .template-block[data-type=contactform] .form-block .button-round-box,
.template-editor .workzone .template-block[data-type=enrollform] .form-block .button-round-box {
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
}
.template-editor .workzone .template-block[data-type=contactform] script,
.template-editor .workzone .template-block[data-type=enrollform] script {
  display: none;
}
.template-editor .workzone .template-block[data-type=tagproducts] .template-block-content div {
  padding: 30px 10px;
  text-align: center;
  font-weight: 600;
  color: #666;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content {
  padding: 10px;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content:before,
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content:after {
  content: " ";
  display: table;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content:after {
  clear: both;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content:before,
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content:after {
  content: " ";
  display: table;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content:after {
  clear: both;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-7 {
  padding-right: 15px;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-7 .panel-left,
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-7 .panel-right,
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-7 .panel {
  display: none;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-7 .media .image {
  margin-bottom: 10px;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-7 .media h1,
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-7 .media h3 {
  margin: 0 0 3px 0;
  font-weight: bold;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-7 .media h1 a,
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-7 .media h3 a {
  color: #333;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-7 .media .info-text {
  margin-bottom: 10px;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-7 .media .text a {
  text-transform: capitalize;
  font-weight: 600;
  color: #cf5757;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-7 .media hr {
  margin-bottom: 0;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 {
  padding-left: 15px;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 h2 {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 20px;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-favourites h4 a {
  font-weight: 600;
  color: #cf5757;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-left {
  width: 40%;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-left img {
  max-width: 100%;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body {
  width: 60%;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title {
  width: 100%;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title a {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div:before,
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div:after {
  content: " ";
  display: table;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div:after {
  clear: both;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div:before,
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div:after {
  content: " ";
  display: table;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div:after {
  clear: both;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div .old-price {
  display: inline-block;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div .old-price s {
  margin-right: 5px;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div .old-price small {
  color: #666;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div .flags {
  display: inline;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div .flags .flag {
  width: auto;
  height: 15px;
  padding: 4px;
  border: 1px solid #cf5757;
  margin-left: 8px;
  line-height: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  background: none;
  color: #cf5757;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div .highlighted {
  width: 100%;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div .highlighted .formated-price {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #cf5757;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .item-title + div .highlighted small {
  color: #cf5757;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .button {
  width: 100%;
  margin-top: 5px;
}
.template-editor .workzone .template-block[data-type=tagpage] .template-block-content .col-md-5 .blog-action-products .media .media-body .button .btn {
  padding: 4px 12px;
}
.template-editor .workzone .image-title-date {
  padding: 10px;
  border: 1px solid #d8d8d8;
  border-top: 0;
}
.template-editor .workzone .image-title-date h1 {
  margin-top: 0;
}
.template-editor .workzone .image-title-date img {
  max-width: 100%;
  margin-bottom: 20px;
}
.template-editor .workzone .blog-top .media {
  display: table;
  width: 100%;
}
.template-editor .workzone .blog-top .media .media-left {
  width: 25%;
}
.template-editor .workzone .blog-top .media .media-body {
  width: 75%;
}
.template-editor .workzone .page-template .footer {
  margin-top: 0;
}
.template-editor .workzone .page-template .footer .list-icon {
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.template-editor .workzone .page-template .footer .list-icon li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 16px;
}
.template-editor .workzone .page-template .footer .footer-content {
  margin-bottom: 10px;
}
/* accordion a bloky stranky */
.form-row-div {
  float: left;
  width: 80%;
}
.ui-accordion .ui-accordion-header {
  line-height: 25px;
  padding-left: 25px;
  font-size: 12px;
}
.ui-accordion .ui-accordion-header.ui-state-active {
  border-bottom: 2px solid #bbb;
}
#page-blocks {
  margin-bottom: 25px;
}
.add-block-form {
  margin: 25px 0;
}
.block .header {
  height: 32px;
}
.block .header .header-content .icons {
  position: absolute;
  left: auto;
  right: 5px;
}
.block .header .header-content .icons .icon {
  position: relative;
  left: auto;
  top: 16px;
  float: left;
}
.block .header .status {
  font-style: italic;
}
.block .header .status.new {
  color: red;
}
.block .header .status.existing {
  color: green;
}
.block .header .styled input {
  margin: 0;
  padding: 0;
}
.block .header .styled .styled-label {
  margin: 0;
  padding: 0 5px;
}
.block .content .form-row label {
  width: 80px;
}
.block .content.no-padding {
  padding: 0 !important;
}
.block input.block-name {
  margin: 1px;
  cursor: text;
}
.block select.block-type {
  margin: 1px;
}
.block ul.photogallery {
  margin: 0 !important;
}
.block ul.photogallery li.photo-item {
  margin: 0 !important;
  height: auto !important;
  text-align: left !important;
}
.select2-container.block-type {
  padding: 1px 0;
}
.select2-container.block-type a.select2-choice {
  height: 16px;
  line-height: 16px;
  padding-left: 1em;
}
.block-form-help {
  font-style: italic;
  margin-left: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-form form {
  margin: 0;
}
.page-form .form-row {
  margin-top: 5px;
  margin-bottom: 5px;
}
.page-form .anchor {
  padding-top: 235px;
  pointer-events: none;
}
.page-form legend a {
  text-decoration: none;
  color: #333333;
}
.page-form legend a:hover {
  text-decoration: none;
  color: #333333;
}
/* background color pro html a body se v editaci stranky neprebira z verejne casti */
html,
body {
  background: none;
  background-color: #eee;
}
.admin-wrapper input[type=file] {
  display: inline-block;
}
.content-label {
  display: block;
  width: 150px;
  text-align: right;
  padding-right: 20px;
}
.content-label span {
  font-weight: bold;
}
.homepage-help {
  float: left;
  margin: 5px;
  line-height: 26px;
}
textarea.xxlarge {
  width: 680px;
  min-height: 100px;
}
.admin-page-form #form-page > .page-header {
  width: 940px;
}
.tab-pane.page-tab-advanced {
  margin-bottom: 50px;
}
textarea.template-block-textarea {
  width: auto;
  height: 100%;
  min-width: 700px;
  min-height: 150px;
}
/* verze stranek */
.table.page-versions tr.actual td {
  background-color: #ECF5EC !important;
}
.container {
  width: 940px;
  padding: 0 20px;
}
img {
  display: inline;
}
.add-tag-left-button {
  margin: 1em 0;
}
.add-tag-left-button .icon {
  font-size: 10px;
  color: #999;
}
/*
    Created on : 22.10.2014, 13:12:43
    Author     : karolyi
*/
.office-map-wrap {
  float: left;
  padding: 5px 0 0 0;
}
.office-map-wrap img {
  max-width: none;
}
.map-office .alert {
  margin-bottom: 10px;
}
.map-office #map_office {
  height: 150px;
  border: 1px solid #cccccc;
}
.map-office .button-box {
  margin-top: 10px;
  text-align: right;
}
.form-row label.map_label {
  width: 100px;
}
.address-values {
  float: left;
  width: 450px;
}
.form-row-map {
  width: 480px;
  float: left;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20.10.2014, 10:05:10
    Author     : karolyi
*/
input.link-type {
  float: left;
}
.slider-items {
  list-style: none;
}
.slider-items .slider-item-admin {
  width: 190px;
  height: 190px;
  border: 1px solid #ddd;
  float: left;
  clear: none;
  position: relative;
  background-color: white;
  cursor: pointer;
  overflow: hidden;
}
.slider-items .slider-item-admin .preview-content {
  margin: 0 auto;
  max-width: 190px;
  max-height: 130px;
  display: block;
}
.slider-items .slider-item-admin .preview-content.html {
  text-align: center;
  font-size: 48px;
  color: #ddd;
  font-weight: bold;
  line-height: 135px;
}
.slider-items .slider-item-admin .index-number {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ddd;
  line-height: 1;
  font-weight: bold;
  font-size: 25px;
  padding: 4px;
}
.slider-items .slider-item-admin .icons {
  top: 0;
  left: 0;
  padding: 5px 5px 5px 0;
  text-align: right;
}
.slider-items .slider-item-admin .icons .icon {
  font-size: 16px;
  vertical-align: top;
  color: #999;
}
.slider-items .slider-item-admin .icons .icon.hiden {
  display: none;
}
.slider-items .slider-item-admin .icons .icon.icon-delete {
  float: none;
  opacity: 1;
  filter: alpha(opacity=100);
  line-height: 1;
  font-size: 19px;
  margin: -2px 0 0 0;
}
.slider-items .slider-item-admin.new .plus {
  font-size: 160px;
  color: #ddd;
  width: 100%;
  height: 100%;
  line-height: 180px;
  text-align: center;
  display: inline-block;
}
.slider-item-form .content-type {
  display: none;
}
.slider-item-form .cke {
  max-width: 800px;
}
.slider-form-details {
  display: none;
}
.collapsible-icon {
  display: inline-block;
}
.slideritems-help {
  padding-top: 6px;
  font-style: italic;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 50;
}
.ui-colorpicker input {
  max-width: 150px;
  padding: 0;
  margin: 0;
}
/*
    Created on : 5.11.2014, 11:36:34
    Author     : karolyi
    EasyshopProductBundle/Resources/private/admin
*/
/* nadpisy ve skladove karte */
#product-admin-form h3 {
  display: inline-block;
  width: 152px;
  text-align: right;
  font-size: 24px !important;
  line-height: 20px;
  white-space: nowrap;
  margin-top: 20px;
}
/* tabulka variant */
#variants-table table {
  width: 100%;
}
/* affix navigation */
.affix-navigation {
  top: 144px;
  list-style-type: none;
  position: fixed;
  display: none;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px rgba(0, 0, 0, 0.065);
  /* Chevrons */
}
.affix-navigation > li > a {
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
  border-right: none;
}
.affix-navigation > li > a > span {
  padding-right: 7px;
}
.affix-navigation > li > a:hover {
  background-color: #f5f5f5;
}
.affix-navigation > li:first-child > a {
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.affix-navigation > li:last-child > a {
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
.affix-navigation > li.active > a:hover {
  background-color: #08C;
}
.affix-navigation > .active > a {
  color: white;
  background-color: #08C;
}
.affix-navigation .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.affix-navigation a:hover .icon-chevron-right {
  opacity: .5;
}
.affix-navigation .active .icon-chevron-right,
.affix-navigation .active a:hover .icon-chevron-right {
  opacity: 1;
}
.affix-navigation.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}
.affix-anchor {
  border-top: 90px solid transparent;
  margin: -90px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 0;
  padding-bottom: 40px;
}
#form-product .affix-navigation {
  width: 144px;
  margin: 0 0 0 -164px !important;
}
label.related-mirrored {
  display: inline !important;
  float: none !important;
  padding-left: 25px;
}
input.related-mirrored {
  margin-top: 1px !important;
  margin-right: 25px;
}
tr.variant-invalid td,
tr.product-invalid th {
  background-color: #FFE0E0 !important;
}
#variants-description {
  padding-left: 170px;
  padding-top: 15px;
  clear: both;
  font-style: italic;
}
.form-row ul.typeahead.dropdown-menu {
  margin: 0px;
}
#config-tab-params .button-round-box {
  float: right;
}
.excerpt-product {
  width: 736px;
}
#variants-form,
#product-options-form {
  display: none;
}
#variant-controls {
  margin-bottom: 12px;
}
#variant-controls input {
  margin-top: 3px;
}
/* variants */
.jscollection-list-wrap.variants {
  position: relative;
  float: none;
  display: inline-block;
  width: 100%;
}
.jscollection-list-wrap.variants #variants-list {
  width: 100%;
  border-collapse: separate;
}
.jscollection-list-wrap.variants #variants-list th:last-of-type {
  border-right: 0;
}
.jscollection-list-wrap.variants #variants-list .cell.code {
  width: 12%;
}
.jscollection-list-wrap.variants #variants-list .cell.options {
  width: 20%;
}
.jscollection-list-wrap.variants #variants-list .cell.price {
  width: 15%;
}
.jscollection-list-wrap.variants #variants-list .cell.availability {
  width: 28%;
}
.jscollection-list-wrap.variants #variants-list .cell.stock {
  width: 12%;
}
.jscollection-list-wrap.variants #variants-list .cell.actions {
  width: 15%;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td {
  font-style: normal !important;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell {
  padding: 0;
  border: 0;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table {
  border: 0;
  border-collapse: separate;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell {
  vertical-align: top;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell.price .input-append {
  width: 100%;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell.price .input-append input {
  width: 70%;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell.price .input-append .add-on {
  width: 30%;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell.price .input-append:not(:last-of-type) {
  margin-bottom: 5px;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell.availability .select2-container .select2-choice .select2-chosen {
  text-align: left;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell.stock {
  position: relative;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell.stock input {
  top: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell.actions {
  text-align: center;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell.actions a {
  display: inline-block;
  float: none;
  margin: 0 3px;
  opacity: 1;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell.actions a span {
  height: auto;
  line-height: 32px;
  font-size: 20px;
  color: #bbb;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell.actions a:hover span {
  color: #cf5757;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr .cell:last-of-type {
  border-right: 0;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr.form-rest {
  display: none;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr.form-rest td {
  border-right: 0;
  border-bottom: 1px solid #c3c4c7;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr.form-rest td fieldset {
  background: #f3f3f3;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr.form-rest td fieldset legend {
  background: #e8e8e8;
  color: #666;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr.form-rest td .closer-wrapper .closer {
  text-transform: uppercase;
  color: #666;
  cursor: pointer;
}
.jscollection-list-wrap.variants #variants-list .jscollection-item td.inner-table-cell .table tr.form-rest td .closer-wrapper .closer:hover {
  text-decoration: none;
  color: #cf5757;
}
.jscollection-list-wrap.variants #variants-list .add td {
  border-right: 0;
}
.jscollection-list-wrap.variants #variants-list .add td .jscollection-add-wrap {
  margin-bottom: 0;
}
#form-category .category-hierarchy {
  font-size: 11px;
}
#form-category .category-hierarchy li {
  line-height: 15px;
}
#form-category .category-hierarchy li.selected > span {
  font-weight: bold;
  color: blue;
}
#form-category .category-hierarchy li.is-hidden > span {
  background-color: #e5e5e5;
}
/* vol. pole */
.parameters-table label {
  width: auto !important;
  padding: 0 !important;
}
.parameters-table label thead th {
  font-weight: normal !important;
  background-color: #f9f9f9;
  vertical-align: top !important;
}
.parameters-table label thead th:first-child {
  width: 150px;
}
.parameters-table label thead th:first-child label {
  font-weight: bold !important;
}
.parameters-table .select2-container,
.parameters-table input {
  margin-bottom: 0 !important;
}
/* dokumenty */
.documents-subform-wrap .order-input {
  width: 75px;
}
.documents-subform-wrap .existing-file,
.documents-subform-wrap .new-file {
  text-align: left;
}
.documents-subform-wrap .new-file.update {
  display: none;
}
.documents-subform-wrap table td {
  vertical-align: top !important;
}
.documents-subform-wrap .cell-form-row {
  clear: both;
}
.product-set-items-table .actions {
  width: 40px;
  text-align: right;
}
.product-set-items-table .form-rest {
  display: none;
}
.product-set-items-table .closer:HOVER {
  cursor: pointer;
}
.product-set-items-table .closer span {
  float: left;
}
.admin-wrapper .form-row .discounted-sale-condition input {
  float: left;
}
.admin-wrapper .form-row .discounted-sale-condition label {
  width: 98px;
  text-align: left;
  padding-left: 5px;
}
.admin-wrapper .form-row .discounted-sale-condition input[type=text] {
  width: 70px;
}
.admin-wrapper .table td.add-product-set-item {
  text-align: right;
}
.rest-ad-item td {
  background-color: #ffffff;
}
.product-set-items-choice-wrap {
  float: right;
  width: 770px;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.text-right {
  text-align: right !important;
}
.discounted-sale-condition {
  float: left;
}
.center {
  text-align: center !important;
}
.wizard-set-icon-td {
  height: 136px;
}
.js-calculated-price {
  font-size: 13px;
}
.category-list-template-value {
  text-align: center;
}
.category-list-template-value input {
  float: none;
}
.category-list-template-value label {
  float: none;
}
.documents-subform-wrap {
  width: 100%;
}
#ajax-block-subform_non_variant_optionvalues {
  width: 100%;
}
/* sety */
.show-grid .span4 {
  float: left;
  width: 33%;
}
.comments {
  margin: 20px 0;
}
.comments .comment {
  list-style: none;
  margin-top: 10px;
}
.comments .comment .header .name {
  color: #b84d45;
  font-weight: 700;
}
.comments .comment .header .email {
  font-size: 11px;
  font-weight: 500;
  color: black;
  margin-left: 7px;
}
.comments .comment .header .time {
  font-weight: 500;
  font-size: 12px;
  color: rgba(0, 39, 59, 0.35);
  margin-left: 7px;
}
.comments .comment .content {
  box-shadow: none;
}
.comments > .comment {
  padding-left: 0;
}
/**
 * zmeny vzhledu administrace oproti vychozimu stavu
 */
.template-editor .workzone .page-template.t_slider .slider.arrows .bx-wrapper {
  padding: 0;
}
.template-editor .workzone .page-template.t_slider .slider .slide {
  padding: 0;
}
.template-editor .workzone .page-template.t_slider .slider .slide > div {
  position: relative;
}
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption {
  width: auto;
  max-width: calc(50% - 40px);
  padding: 0;
  border: 0;
}
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption .bx-caption-content {
  position: relative;
  padding: 10px;
}
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption .bx-caption-content .bx-caption-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption .bx-caption-content .title a,
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption .bx-caption-content .excerpt a {
  color: inherit;
}
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption .bx-caption-content .btn {
  border: 2px solid;
  margin-top: 10px;
}
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption.caption-position-left-top {
  top: 40px;
  right: auto;
  bottom: auto;
  left: 40px;
}
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption.caption-position-left-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption.caption-position-left-bottom {
  top: auto;
  right: auto;
  bottom: 40px;
  left: 40px;
}
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption.caption-position-right-top {
  top: 40px;
  right: 40px;
  bottom: auto;
  left: auto;
}
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption.caption-position-right-center {
  top: 50%;
  right: 40px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption.caption-position-right-bottom {
  top: auto;
  right: 40px;
  bottom: 40px;
  left: auto;
}
.template-editor .workzone .page-template.t_slider .slider .slide .bx-caption.caption-position-center-center {
  top: 50%;
  right: 50%;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}
.template-editor .workzone .page-template.four_slides .slides:before,
.template-editor .workzone .page-template.four_slides .slides:after {
  content: " ";
  display: table;
}
.template-editor .workzone .page-template.four_slides .slides:after {
  clear: both;
}
.template-editor .workzone .page-template.four_slides .slides:before,
.template-editor .workzone .page-template.four_slides .slides:after {
  content: " ";
  display: table;
}
.template-editor .workzone .page-template.four_slides .slides:after {
  clear: both;
}
.template-editor .workzone .page-template.four_slides .slides > div {
  width: 25%;
  float: left;
}
.template-editor .workzone .page-template.four_slides .slides > div .slide-wrapper {
  position: relative;
}
.template-editor .workzone .page-template.four_slides .slides > div .slide-link {
  display: block;
}
.template-editor .workzone .page-template.four_slides .slides > div .slide-link img {
  display: block;
  max-width: 100%;
}
.template-editor .workzone .page-template.four_slides .slides > div .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}
.template-editor .workzone .page-template.four_slides .slides > div .caption .caption-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.template-editor .workzone .page-template.four_slides .slides > div .caption .title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
}
.template-editor .workzone .page-template.four_slides .slides > div .caption .excerpt {
  position: relative;
  z-index: 1;
}
.template-editor .workzone .page-template.t_four_links_title h4 {
  line-height: 22px;
  font-weight: 700;
}
.template-editor .workzone .page-template.t_banner_fluid .slide {
  padding: 0;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div {
  position: relative;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div:before,
.template-editor .workzone .page-template.t_banner_fluid .slide > div:after {
  content: " ";
  display: table;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div:after {
  clear: both;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div:before,
.template-editor .workzone .page-template.t_banner_fluid .slide > div:after {
  content: " ";
  display: table;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div:after {
  clear: both;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div .image-wrapper .image-fluid {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div .bx-caption {
  position: static;
  max-width: none !important;
  width: 100%;
  padding: 0;
  border: 0;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div .bx-caption .bx-caption-content {
  position: relative;
  padding: 40px;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div .bx-caption .bx-caption-content .bx-caption-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div .bx-caption .bx-caption-content .title,
.template-editor .workzone .page-template.t_banner_fluid .slide > div .bx-caption .bx-caption-content .excerpt {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div .bx-caption .bx-caption-content .title a,
.template-editor .workzone .page-template.t_banner_fluid .slide > div .bx-caption .bx-caption-content .excerpt a {
  color: inherit;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div .bx-caption .bx-caption-content .title {
  margin-bottom: 5px;
  font-size: 35px;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div .bx-caption .bx-caption-content .excerpt {
  margin-bottom: 20px;
}
.template-editor .workzone .page-template.t_banner_fluid .slide > div .bx-caption .bx-caption-content .btn {
  display: table;
  border: 2px solid;
  margin: 0 auto;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container {
  position: relative;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container:before,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container:before,
.template-editor .workzone .page-template.discount_countdown .countdown-container:after,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container:after {
  content: " ";
  display: table;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container:after,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container:after {
  clear: both;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container:before,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container:before,
.template-editor .workzone .page-template.discount_countdown .countdown-container:after,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container:after {
  content: " ";
  display: table;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container:after,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container:after {
  clear: both;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .product-box,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .product-box {
  width: 33.3333%;
  float: left;
  padding: 30px 15px 30px 30px;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .product-box .thumbnail,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .product-box .thumbnail {
  padding: 0;
  border: 0;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .product-box .name,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .product-box .name,
.template-editor .workzone .page-template.discount_countdown .countdown-container .product-box .price-row,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .product-box .price-row {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .countdown-box,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .countdown-box {
  position: absolute;
  top: 165px;
  left: 33.3333%;
  width: 33.3333%;
  padding: 0 15px;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .countdown-box .title,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .countdown-box .title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .countdown-box .countdown,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .countdown-box .countdown {
  text-align: center;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .countdown-box .countdown > span,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .countdown-box .countdown > span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .countdown-box .countdown .digit,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .countdown-box .countdown .digit {
  display: inline-block;
  border-radius: 6px;
  background: #f6f6f6;
  box-shadow: 1px 1px 3px 0 #4e4e4e;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  min-width: 36px;
  padding: 10px 4px;
  box-sizing: border-box;
  margin: 0 1px;
  color: #000;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .countdown-box .countdown .d-info,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .countdown-box .countdown .d-info {
  display: block;
  color: #000;
  margin: 6px 0;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 500;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .price-box,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .price-box {
  width: 33.3333%;
  float: right;
  padding: 100px 30px 30px 15px;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .price-box .price-row,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .price-box .price-row {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .price-box .price-row .discount-price,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .price-box .price-row .discount-price {
  font-size: 40px;
  font-weight: 700;
  color: #db0000;
}
.template-editor .workzone .page-template.discount_countdown .countdown-container .price-box .price-row:first-of-type,
.template-editor .workzone .page-template[data-name=discount_countdown] .countdown-container .price-box .price-row:first-of-type {
  margin-bottom: 20px;
}
.template-editor .workzone .page-template.title_with_date .workzone-element-help {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 1;
}
.template-editor .workzone .page-template.title_with_date .banner-full-width {
  z-index: 1;
}
.template-editor .workzone .page-template.title_with_date .banner-full-width img {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.template-editor .workzone .page-template.title_with_date .info-text {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.template-editor .workzone .page-template.html .page-template-block,
.template-editor .workzone .page-template.t_text800 .page-template-block,
.template-editor .workzone .page-template.basic_html .page-template-block {
  background-color: #fff;
}
.template-editor .workzone .page-template.html .template-block-content,
.template-editor .workzone .page-template.t_text800 .template-block-content,
.template-editor .workzone .page-template.basic_html .template-block-content {
  max-width: 800px;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
}
.template-editor .workzone .page-template.html .template-block-content > *:first-child,
.template-editor .workzone .page-template.t_text800 .template-block-content > *:first-child,
.template-editor .workzone .page-template.basic_html .template-block-content > *:first-child {
  margin-top: 0;
}
.template-editor .workzone .page-template.html[data-background-color],
.template-editor .workzone .page-template.t_text800[data-background-color],
.template-editor .workzone .page-template.basic_html[data-background-color] {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.template-editor .workzone .page-template.html[data-background-color] .pageblock-wrapper,
.template-editor .workzone .page-template.t_text800[data-background-color] .pageblock-wrapper,
.template-editor .workzone .page-template.basic_html[data-background-color] .pageblock-wrapper,
.template-editor .workzone .page-template.html[data-background-color] .page-template-block,
.template-editor .workzone .page-template.t_text800[data-background-color] .page-template-block,
.template-editor .workzone .page-template.basic_html[data-background-color] .page-template-block,
.template-editor .workzone .page-template.html[data-background-color] .template-block-content,
.template-editor .workzone .page-template.t_text800[data-background-color] .template-block-content,
.template-editor .workzone .page-template.basic_html[data-background-color] .template-block-content {
  background-color: transparent !important;
}
.template-editor .workzone .page-template.t_banner_1340:before,
.template-editor .workzone .page-template.t_banner_1340:after {
  content: " ";
  display: table;
}
.template-editor .workzone .page-template.t_banner_1340:after {
  clear: both;
}
.template-editor .workzone .page-template.t_banner_1340:before,
.template-editor .workzone .page-template.t_banner_1340:after {
  content: " ";
  display: table;
}
.template-editor .workzone .page-template.t_banner_1340:after {
  clear: both;
}
.template-editor .workzone .page-template.related_products .workzone-element-help,
.template-editor .workzone .page-template.related_pages .workzone-element-help {
  z-index: 1;
}
.template-editor .workzone .page-template.related_products .admin-message,
.template-editor .workzone .page-template.related_pages .admin-message {
  position: relative;
  padding: 40px 0;
  text-align: center;
  font-weight: 600;
  z-index: 2;
}
.template-editor .workzone .page-template.block_two_columns .two-columns:before,
.template-editor .workzone .page-template[data-name=block_two_columns] .two-columns:before,
.template-editor .workzone .page-template.block_two_columns_wider .two-columns:before,
.template-editor .workzone .page-template[data-name=block_two_columns_wider] .two-columns:before,
.template-editor .workzone .page-template.block_two_columns .two-columns:after,
.template-editor .workzone .page-template[data-name=block_two_columns] .two-columns:after,
.template-editor .workzone .page-template.block_two_columns_wider .two-columns:after,
.template-editor .workzone .page-template[data-name=block_two_columns_wider] .two-columns:after {
  content: " ";
  display: table;
}
.template-editor .workzone .page-template.block_two_columns .two-columns:after,
.template-editor .workzone .page-template[data-name=block_two_columns] .two-columns:after,
.template-editor .workzone .page-template.block_two_columns_wider .two-columns:after,
.template-editor .workzone .page-template[data-name=block_two_columns_wider] .two-columns:after {
  clear: both;
}
.template-editor .workzone .page-template.block_two_columns .two-columns:before,
.template-editor .workzone .page-template[data-name=block_two_columns] .two-columns:before,
.template-editor .workzone .page-template.block_two_columns_wider .two-columns:before,
.template-editor .workzone .page-template[data-name=block_two_columns_wider] .two-columns:before,
.template-editor .workzone .page-template.block_two_columns .two-columns:after,
.template-editor .workzone .page-template[data-name=block_two_columns] .two-columns:after,
.template-editor .workzone .page-template.block_two_columns_wider .two-columns:after,
.template-editor .workzone .page-template[data-name=block_two_columns_wider] .two-columns:after {
  content: " ";
  display: table;
}
.template-editor .workzone .page-template.block_two_columns .two-columns:after,
.template-editor .workzone .page-template[data-name=block_two_columns] .two-columns:after,
.template-editor .workzone .page-template.block_two_columns_wider .two-columns:after,
.template-editor .workzone .page-template[data-name=block_two_columns_wider] .two-columns:after {
  clear: both;
}
.template-editor .workzone .page-template.block_two_columns .two-columns .column,
.template-editor .workzone .page-template[data-name=block_two_columns] .two-columns .column,
.template-editor .workzone .page-template.block_two_columns_wider .two-columns .column,
.template-editor .workzone .page-template[data-name=block_two_columns_wider] .two-columns .column {
  width: 50%;
  float: left;
}
.template-editor .workzone .page-template.block_two_columns .two-columns .column .text .template-block-content > *:first-child,
.template-editor .workzone .page-template[data-name=block_two_columns] .two-columns .column .text .template-block-content > *:first-child,
.template-editor .workzone .page-template.block_two_columns_wider .two-columns .column .text .template-block-content > *:first-child,
.template-editor .workzone .page-template[data-name=block_two_columns_wider] .two-columns .column .text .template-block-content > *:first-child {
  margin-top: 0;
}
.template-editor .workzone .page-template.t_banner_800:before,
.template-editor .workzone .page-template.t_banner_800:after {
  content: " ";
  display: table;
}
.template-editor .workzone .page-template.t_banner_800:after {
  clear: both;
}
.template-editor .workzone .page-template.t_banner_800:before,
.template-editor .workzone .page-template.t_banner_800:after {
  content: " ";
  display: table;
}
.template-editor .workzone .page-template.t_banner_800:after {
  clear: both;
}
.template-editor .workzone .page-template.t_banner_800 .custom-link {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.template-editor .workzone .page-template.related_pages h2 a {
  line-height: 48px !important;
  text-align: center;
}
.template-editor .workzone .page-template.youtube_video .template-block-content iframe {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.template-editor .workzone .page-template .template-block[data-type=floatimage] {
  padding: 10px;
}
.template-editor .workzone .page-template .template-block[data-type=floatimage] .float-image-link {
  width: auto;
  max-width: 380px;
  margin: 0 auto;
}
.template-editor .workzone .page-template .template-block[data-type=floatimage] .float-image-link .image {
  max-width: 100%;
}
.template-editor .workzone .page-template .template-block[data-type=floatimage] .float-image-link .image a {
  display: block;
}
.template-editor .workzone .page-template .template-block[data-type=floatimage] .float-image-link .image a img {
  max-width: 100%;
}
.template-editor .workzone .page-template .template-block[data-type=floatimage] .float-image-link .title {
  max-width: 330px;
  margin: 3px auto 0;
  line-height: 1.4;
  text-align: center;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  color: #797979;
}
.template-editor .workzone .page-template .template-block[data-type=floatimage] .float-image-link .title a {
  display: inline-block;
  text-decoration: none;
  color: #797979;
}
.template-editor .workzone .page-template .template-block[data-type=floatimage] .float-image-link .title a:hover {
  color: #666;
}
.template-editor .workzone .page-template .block-process {
  display: table;
}
.template-editor .workzone .page-template .block-process .image {
  display: table-cell;
  vertical-align: top;
  min-width: 150px;
  max-width: 40%;
}
.template-editor .workzone .page-template .block-process .text {
  display: table-cell;
  vertical-align: top;
}
.template-editor .workzone .page-template .categories .cat .category-block {
  display: block;
  padding: 10px;
}
.template-editor .workzone .page-template .categories .cat .category-block img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.template-editor .workzone .page-template .categories .cat .category-block .media-body .name {
  margin: 0 0 5px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 100;
  color: #666;
}
.template-editor .workzone .page-template .categories .cat .category-block .media-body .value {
  font-weight: 500;
  font-size: 11px;
  color: #a3a3a3;
}
.template-editor .workzone .page-template .categories .cat .category-block:hover {
  text-decoration: none;
}
