@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 7%, 0);
    transform: translate3d(0, 7%, 0);
    visibility: visible;
    opacity: 0.2; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 2; } 
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 7%, 0);
    transform: translate3d(0, 7%, 0);
    visibility: visible;
    opacity: 0.2; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } 
}

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}
html, body {
  	background-color: #262626;
}

html, body.signin {
  height: 100%;
}
body {
	padding-top:55px;
    font: normal 12px 'Open Sans', sans-serif;
}
body.signin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  text-align:center;
}
input, input.form-control, select, select.form-control, select.form-select, textarea, textarea.form-control, button, button.btn, a.btn, div.btn, h5, h4, h3 {
	font-size:12px;
}
ul.fancytree-container {
	font-size:12px;
}
pre {
	font-size:1em;
}
.fs14 {
	font-size:14px;
}
.alert {
	padding-top:.375rem;
	padding-bottom:.375rem;
}

.btn-success.focus, .btn-success:focus, .btn-primary.focus, .btn-primary:focus, .btn-secondary.focus, .btn-secondary:focus {
    box-shadow:none;
}
.form-group {
    margin-bottom: 8px;
}
.form-group-condensed {
    margin-bottom: 3px;
}
.tooltip-inner {
  max-width: none;
}
#cas {
	color:#fff;
	font-size:16px;
	padding:0 10px 0 0;
}
.btn-warning, .btn-warning:hover, .btn-warning:active {
	color:#fff;
}
tr.bg-lightdanger td {
	background:#ffe0e3!important;
}
.mb-3 {
	margin-bottom:3px;
}
.table th {
	border-top:0;
}

.app-wrap {
	min-height:100vh; 
	position:relative;
}
.modal-content {
	background:#f0f0f0;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.app-header {
	padding:0;
    background-color: #212121;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), color-stop(95%, #262626), to(#0d0d0d));
    background-image: -webkit-linear-gradient(#333333, #262626 95%, #0d0d0d);
    background-image: -moz-linear-gradient(top, #333333, #262626 95%, #0d0d0d);
    background-image: -o-linear-gradient(#333333, #262626 95%, #0d0d0d);
    background-image: linear-gradient(#333333, #262626 95%, #0d0d0d);
    background-repeat: no-repeat;
    position: fixed;
    z-index: 1020;
    top: 0;
    left: 0;
    right: 0;
}
.gutters {
    margin-right: -7px;
    margin-left: -7px;
}
.logo-block {
    min-width: 230px;
    max-width: 230px;
    margin: 0;
    float: left;
}
a.logo {
    padding: 10px 0px 10px 5px;
    float: left;
    min-width: 180px;
}
a.logo img {
    max-width: 140px;
    max-height: 35px;
}
.header-actions {
    float: right;
    margin-right: 5px;
}
.header-actions > li {
    float: left;
    list-style-type: none;
}
.header-actions > li > a {
    padding: 18px 20px;
    display: block;
    position: relative;
}
.header-actions > li > a.user-settings {
    padding: 8px 0 8px 18px;
}
.header-actions > li > a.user-settings span.user-name {
    color: #ffffff;
    margin: 12px 0 0 10px;
    vertical-align: middle;
    font-size: .75rem;
    float: left;
    font-weight: 500;
}
.header-actions > li > a.user-settings .avatar {
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #2698e2;
    float: left;
    text-align: center;
}
.header-actions > li > a.user-settings .avatar i {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 40px;
}

.header-actions > li > a.user-settings span.user-name i {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #b3b3b3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#b3b3b3));
    background-image: -webkit-linear-gradient(right, #666666, #b3b3b3);
    background-image: -moz-linear-gradient(right, #666666, #b3b3b3);
    background-image: -ms-linear-gradient(right, #666666, #b3b3b3);
    background-image: -o-linear-gradient(right, #666666, #b3b3b3);
    background-image: linear-gradient(right, #666666, #b3b3b3);
    font-size: 1rem;
    color: #ffffff;
    margin-left: 10px;
    float: right;
}
/*
.dropdown-menu.dropdown-menu-right:before {
    content: "";
    position: absolute;
    top: -7px;
    right: 10px;
    left: initial;
    width: 40px;
    height: 10px;
    background: url(/images/dropdown-before.png);
    background-size: 100%;
}
*/
.admin-settings ul {
	padding:0;
}
.admin-settings .actions {
    margin: 10px 15px 3px 15px;
}
.admin-settings ul.admin-settings-list > li {
    border-bottom: 1px solid #e6ecf3;
    display: block;
    color: #8796af;
}
.admin-settings ul.admin-settings-list > li:hover {
    background: #f7f9fb;
}
.admin-settings ul.admin-settings-list > li a {
    font-size: .8rem;
    display: block;
    padding: 7px 15px;
    color:#000;
}
.admin-settings ul.admin-settings-list > li a:hover {
	text-decoration:none;
	color: #1c8bd2;
}
.admin-settings ul.admin-settings-list > li a span.icon {
    margin-right: 10px;
    font-size: 1rem;
    vertical-align: middle;
}
.admin-settings ul.admin-settings-list > li a span.text-name {
    margin-right: 10px;
    vertical-align: middle;
}

.custom-search {
    margin: 0 auto;
    position: relative;
    top: 12px;
    line-height: 36px;
    float: right;
}
.custom-search .search-query {
    padding: 7px 15px;
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    background: #202020;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 20px;
    border: 1px solid #000000;
    width: 240px;
    box-shadow: 0 0 1px #4d4d4d;
}

.app-container {
    position: relative;
    margin: 1.3rem;
}

.custom-navbar {
    background: transparent;
    padding: 0;
}
.custom-navbar ul.navbar-nav li.nav-item .nav-link {
    position: relative;
    padding: .7rem .9rem .5rem .9rem;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 400;
    min-width: 100px;
    text-align: center;
    margin-right: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), color-stop(85%, #ffffff), to(#cccccc));
    background-image: -webkit-linear-gradient(#f2f2f2, #ffffff 85%, #cccccc);
    background-image: -moz-linear-gradient(top, #f2f2f2, #ffffff 85%, #cccccc);
    background-image: -o-linear-gradient(#f2f2f2, #ffffff 85%, #cccccc);
    background-image: linear-gradient(#f2f2f2, #ffffff 85%, #cccccc);
    background-repeat: no-repeat;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: .5rem;
	    padding-left: .5rem;
	}
}

.custom-navbar ul.navbar-nav li.nav-item .nav-link i.nav-icon {
    display: block;
    margin: 0 auto 3px auto;
    float: none;
    font-size: 18px;
}

.dropdown-menu {
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    /* border: 0; */
    border: 1px solid rgba(0,0,0,0.45);
    min-width: 12rem;
}
.dropleft.nocaret .dropdown-toggle::before {
	display:none;
}
.custom-navbar ul.navbar-nav ul.dropdown-menu {
    margin-top: 0;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}
/*
.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 10px;
    width: 40px;
    height: 10px;
    background: url(/images/dropdown-before.png);
    background-size: 100%;
}
*/

.custom-navbar ul.navbar-nav ul.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-item {
    font-size: .8rem;
    padding: .4rem 1rem;
    color: #000000;
}

.custom-navbar ul.navbar-nav ul.dropdown-menu a.dropdown-item {
    padding: .5rem 1rem .5rem 1rem;    
    font-size: .8rem;
    color: #000000;
}
.custom-navbar ul.navbar-nav li.nav-item .nav-link i.nav-icon {
    display: block;
    margin: 0 auto 3px auto;
    float: none;
    font-size: 18px;
}
.custom-navbar ul.navbar-nav ul.dropdown-menu a.dropdown-item:hover {
    background: #2698e2;
    color: #ffffff;
}
.custom-navbar ul.navbar-nav li.nav-item .nav-link.active-page {
    position: relative;
    color: #ffffff;
    background: #1c8bd2;
}
.dropdown-item:last-child {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.dropdown-item:first-child {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}

.page-header {
    padding: 0;
    background-color: #228cd1;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c8bd2), color-stop(85%, #2698e2), to(#135e8f));
    background-image: -webkit-linear-gradient(#1c8bd2, #2698e2 85%, #135e8f);
    background-image: -moz-linear-gradient(top, #1c8bd2, #2698e2 85%, #135e8f);
    background-image: -o-linear-gradient(#1c8bd2, #2698e2 85%, #135e8f);
    background-image: linear-gradient(#1c8bd2, #2698e2 85%, #135e8f);
    background-repeat: no-repeat;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    position: relative;
    z-index: 10;
}
.page-header .page-title {
    margin: 13px 0 13px 0;
}
.page-header .page-title h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 125%;
    font-size: 14px;
    color: #ffffff;
}
.page-header .right-stats {
    float: right;
    margin-top: 7px;
}
.main-content {
    position: relative;
    margin-bottom: auto;
    padding: 1.3rem;
    background: #ffffff;
}


.main-footer {
    background: #2698e2;
    padding: .7rem 1.3rem;
    font-size: .65rem;
    color: #ffffff;
    -webkit-border-radius: 0 0 0.3rem 0.3rem;
    -moz-border-radius: 0 0 0.3rem 0.3rem;
    border-radius: 0 0 0.3rem 0.3rem;
}

/*
.navbar {
	padding:5px 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.navbar form {
	margin:0;
}
.navbar .dropdown:hover .dropdown-menu {
	display:block;
}
.navbar .dropdown-menu {
	border-radius:0;
	padding:0;
	margin:0;
}
.navbar a.dropdown-item {
	color: #687074;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 15px;
    border-bottom: solid 1px #eee;
}
.navbar a.dropdown-item:last-child {
	border-bottom:0;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-left:4px;
	padding-right:9px;
}

.dropdown-toggle::after {
	display:none;
}
@media (min-width: 992px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-left:8px;
		padding-right:18px;
	}
	.dropdown-toggle::after {
		margin-left:8px;
		display:inline-block;
	}
}
*/

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
    color: #16181b;
}
button.dropdown-item {
	cursor:pointer;
}

ul.fancytree-container {
	background:none;
	border:0;
}
ul.fancytree-container:focus {
	outline: 0;
}
.form-control.is-valid, .form-control.is-invalid {
	padding-right:.375rem;
	background-image:none;
}

.list-group a {
	color:#697480;
}
.list-group-item.active {
	background:#697480;
	border:1px solid #697480;
	color:#fff;
}
.btn-plr {
	padding-left:50px;
	padding-right:50px;
}
.table-verticalcenter th, .table-verticalcenter td {
	vertical-align:middle;
}
.table-produkty td.image img, .table-zbozi td.image img {
	border:1px solid #ccc;
}
.table-produkty td.nazev span.nazev {
	font-size:1.05em;
	display:block;
}
.table-produkty td.nazev span.popis {
	font-size:0.95em;
	color:#555;
	display:block;
}

.nav-tabs-margin {
	margin-bottom:10px;
}
.nav-tabs > li {
    margin-bottom: -2px;
}
.nav-tabs li a {
    padding: 7px 7px 4px 7px;
    background: none;
    border: none;
    border-radius: 0!important;
    border-top-left-radius:0!important;
    border-top-right-radius:0!important;
    font-size: 12px;
    color:#555;
}
.nav-tabs .nav-link:hover {
	border: 1px solid transparent;
}

.nav-tabs li a.active, .nav-tabs li a.active:hover, .nav-tabs li  a.active:focus {
    padding: 5px 7px;
    border-top: solid 2px #2698e2!important;
   	border-color: #2698e2 #dee2e6 #fff #dee2e6;
   	color:#000;
}
.footer-buttons-bar {
	background:#ededed;
	padding:10px 0;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	margin:0;
}
.footer-buttons-bar .btn-plr-more {
	padding-left:2rem;
	padding-right:2rem;
}
.footer-buttons-padding {
	padding-bottom:80px;
}
.tree-noactive .fancytree-active span.fancytree-title {
	background-color:transparent!important;
	color:#000!important;
	outline:none!important;
}
.table-sortable {
    position: relative;
}
.table-sortable .sortable-placeholder {
    height: 37px;
}
.table-sortable .sortable-placeholder:after {
    position: absolute;
    z-index: 10;
    content: " ";
    height: 37px;
    background: #f9f9f9;
    left: 0;
    right: 0;
}

span.text-grey span.fancytree-title {
	color:#aaa;
}


.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px 12px;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 6px 12px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: 1px solid #ededed;
}

.table>thead>tr>th,
.table>thead>tr>td {
	font-size: 12px;
	font-weight: 400;
}

.table>thead>tr>th {
	border-bottom: 2px solid #b3b3b3;
	font-weight: 600;
	background: #ededed;
}

.table>tbody>tr:nth-child(odd)>td,
.table>tbody>tr:nth-child(odd)>th {
	background: #f7f7f7;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border: 1px solid #e0e0e0;
}

.table {
	border: 1px solid #e0e0e0;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background: #f7f7f7;
}

.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: #e5faee!important;
	color: #27b963!important;
	border-top: 0;
}

.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: #d0f5df!important;
}

.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: #fccece!important;
	color: #f23f3f!important;
	border-top: 0;
}

.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: #fbc0c0!important;
}

.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: #ffefc7!important;
	color: #ffb400!important;
	border-top: 0;
}

.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: #ffe9b3!important;
}

.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: #cce7f8!important;
	color: #2698e2!important;
	border-top: 0;
}

.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: #b6dcf5!important;
}






table.table-data thead th.sorting {
	position:relative;
	padding-right:30px!important;
}
table.table-data thead th.sorting button {
	position:absolute;
	right:0;
	top:0;
}
table.table-data thead th.sorting button.btn-link {
	color:#101010;
}

table.table-data thead th.sorting span.fa-exchange-alt {
	opacity:0.2;
}

.pagination>li>a, .pagination>li>button,
.pagination>li>span {
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
}

.pagination>li:first-child>a,.pagination>li:first-child>button,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
}

.pagination>li:last-child>a,.pagination>li:last-child>button,
.pagination>li:last-child>span {
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
}

.pagination>li>a:hover,.pagination>li>button:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,.pagination>li>button:focus,
.pagination>li>span:focus {
	color: #ffffff;
	background-color: #f23f3f;
	border-color: #f23f3f;
}

.pagination>.active>a,.pagination>.active>button,
.pagination>.active>span,
.pagination>.active>a:hover,.pagination>.active>button:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,.pagination>.active>button:focus,
.pagination>.active>span:focus {
	color: #ffffff;
	background-color: #2698e2;
	border-color: #2698e2;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,.pagination>.disabled>button,
.pagination>.disabled>a:hover,.pagination>.disabled>button:hover,
.pagination>.disabled>a:focus,.pagination>.disabled>button:focus {
	background-color: #e6e6e6;
	border-color: #d9d9d9;
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/*scrollpane custom CSS*/
.jspVerticalBar {
    width: 8px;
    background: transparent;
    right:10px;
}
 
.jspHorizontalBar {
    bottom: 5px;
    width: 100%;
    height: 8px;
    background: transparent;
}
.jspTrack {
    background: transparent;
}
 
.jspDrag {
    background: url(/images/transparent-black.png) repeat;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
 
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
 
.jspCorner {
    display:none
}



/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/

.uploadifive-button {

}
.uploadifive-button:hover {
}
.uploadifive-queue-item {
	background-color: #F5F5F5;
	border-bottom: 1px dotted #D5D5D5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	padding: 15px;
}
.uploadifive-queue-item .close {
	background: url('uploadifive-cancel.png') 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}

.shop-pagination{padding:10px}
.shop-pagination > li{display:inline-block;margin-right:3px}
.shop-pagination > li:last-child{margin-right:0}
.shop-pagination > li > a{border:1px solid #eee;color:#999;display:block;font-family:roboto;font-size:13px;font-weight:400;height:30px;line-height:28px;text-align:center;width:30px}
.shop-pagination > li > a i{line-height:28px}
.shop-pagination > li.active a,.shop-pagination > li:hover a{border-color:#ff7f00;color:#ff7f00}
.shop-pagination > li.active a, .shop-pagination > li:hover a {
	border-color:#007BA8;
	color:#007BA8;
}

.table-data span.r2 {
    display: block;
    clear: both;
    font-size: 0.9em;
}