/*-------------------------------------------------- */

/* Move down content because we have a fixed navbar that is 50px tall */

html {
	position: relative;
	min-height: 100%;
	/*overflow-y: scroll !important;*/
}

body {
	padding-top: 50px;
	padding-bottom: 60px;
}

.body-ex-non-ie {
	padding-right: 0px!important;
}

/* Standard logo 26px and standard menu 50px */
.navbar-brand {
	padding: 12px 15px;
}

.modal-open {
	padding-right: 0!important;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #eee;
	border-color: #080808;
	border-top: 1px;
	z-index: 1001;
}

.footer-bookmark {
	border-radius: 8px;
	width: 58px;
	height: 58px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: -30px;
	float: left;
	background-repeat: no-repeat; 
	background-position-x: center; 
	background-position-y: center; 
	background-size: contain; 
	cursor: pointer;
	background-color: #F9F9F9;
	-webkit-box-shadow: 0px 5px 5px -5px #080808; 
	-moz-box-shadow: 0px 5px 5px -5px #080808; 
	box-shadow: 0px 5px 5px -5px #080808;
}

.footer > .container {
  margin-top: 20px;
}

.container-base {
	margin-left: 0;
	/*margin-right: 0;*/
	padding-right: 40px;
	padding-left: 20px;	
	min-width: 100%;
}

.container-base-without-actions {
	margin-left: 0;
	/*margin-right: 0;*/
	padding-right: 40px;
	padding-left: 35px;	
	min-width: 100%;
}

.container-base-with-actions {
	margin-left: 0;
	padding-right: 25px;
	min-width: 100%;
}

.container-cell {
	padding-left: 0px!important;
}

.container-cell:last-child {
	padding-right: 0px!important;
}

.info-page-container {
	/*margin-top: -5px;*/
}

.info-page-header {
	margin-bottom: 15px;
}

.info-page-legend {
  	font-size: 18px!important;
  	display: block;
  	width: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
  	margin-bottom: 20px;
  	line-height: inherit;
  	color: #333;
  	border: 0;
  	border-bottom: 1px solid #e5e5e5;
}

.info-page-panel {
	margin-bottom: 20px;
	background-color: #fff;
	border-right-color: #ddd;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #ddd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #ddd;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.info-page-panel-body {
	padding: 15px;
}

.info-page-table-header {
	min-width: 180px;
	width: 180px;
	max-width: 180px;
	vertical-align: middle!important;
}

.info-page-secondary-table-header {
	min-width: 130px;
	width: 130px;
	max-width: 130px;
	vertical-align: middle!important;
}

.info-page-table-header-value-preview-image {
	vertical-align: middle!important;
}

.info-page-table-header-value-preview-image > img {
	max-width:300px; /* padding: 8px; */
}

.info-page-table-header-value-avatar {
	min-width: 180px;
	width: 180px;
	max-width: 180px;
	vertical-align: middle!important;
}

.info-page-secondary-table-header-value-preview-image > img {
	max-width: 300px;
}

.info-page-secondary-table-header-value-avatar {
	min-width: 140px;
	width: 140px;
	max-width: 140px;
	vertical-align: middle!important;
}

.info-page-span-with-icon {
	vertical-align: top;
}

.winnum-img-icon {
	width: 16px;
	height: 16px;	
}

.winnum-table-responsive-to-footer {
	margin-bottom: 15px;
}

.winnum-table-responsive-toolbar {
    margin-top: 10px;
    position: absolute;
}

.winnum-show-on-large {
    display: none;
}


@media screen and (min-width: 1200px) {
  .winnum-show-on-large {
	display: block;
  }
}

@media screen and (max-width: 767px) {
  .winnum-table-responsive {
    width: 100%;
    margin-bottom: 0px!important;
  }
  .winnum-table-responsive > .table-bordered > thead > tr > th:first-child,
  .winnum-table-responsive > .table-bordered > tbody > tr > th:first-child,
  .winnum-table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .winnum-table-responsive > .table-bordered > thead > tr > td:first-child,
  .winnum-table-responsive > .table-bordered > tbody > tr > td:first-child,
  .winnum-table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 1px solid #e5e5e5!important;
  }
  .winnum-table-responsive > .table-bordered > thead > tr > th:last-child,
  .winnum-table-responsive > .table-bordered > tbody > tr > th:last-child,
  .winnum-table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .winnum-table-responsive > .table-bordered > thead > tr > td:last-child,
  .winnum-table-responsive > .table-bordered > tbody > tr > td:last-child,
  .winnum-table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 1px solid #e5e5e5!important;
  }
  .winnum-table-responsive > .table-bordered > tbody > tr:last-child > th,
  .winnum-table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .winnum-table-responsive > .table-bordered > tbody > tr:last-child > td,
  .winnum-table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 1px solid #e5e5e5!important;
  }
  .winnum-table-responsive > .table {
    margin-bottom: 15px!important;
  }
}

.winnum-text-ellipsis {
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.winnum-text-nowrap-ellipsis {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-menu>.disabled>a, 
.dropdown-menu>.disabled>a:hover, 
.dropdown-menu>.disabled>a:focus {
	color: #BEBEBE;
	/*color: rgba(119, 119, 119, 0.71);*/
	cursor: default;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
	.row-offcanvas {
	    position: relative;
	    -webkit-transition: all .25s ease-out;
	         -o-transition: all .25s ease-out;
	            transition: all .25s ease-out;
	}

	.row-offcanvas-right {
	    right: 0;
	}
	
	.row-offcanvas-left {
	    left: 0;
	}
	
	.row-offcanvas-right
	.sidebar-offcanvas {
	    right: -50%; /* 6 columns */
	}
	
	.row-offcanvas-left
	.sidebar-offcanvas {
	    left: -50%; /* 6 columns */
	}
	
	.row-offcanvas-right.active {
	    right: 50%; /* 6 columns */
	}
	
	.row-offcanvas-left.active {
	    left: 50%; /* 6 columns */
	}
	
	.sidebar-offcanvas {
	    position: absolute;
	    top: 0;
	    width: 50%; /* 6 columns */
	}
}

/*
 * actions_slidebar and data_slidebar
 * --------------------------------------------------
 */

.data-slidebar {
	position: fixed;
	/*top: 74px;*/
	bottom: 0;
	left: 0;
	/*z-index: 1000;*/
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	overflow-x: auto;
	overflow-y: auto;
	background-color: #F2F2F2; /*#f5f5f5;*/
	border-right: 1px solid #eee;
	/*margin-bottom: 60px;*/
	width: 25%;
}

.data-slidebar >div {
	width: 100%;
}

/* Hide for mobile, show later */
.actions_slidebar {
	display: none;
}

.nav_item {
	display: none!important;
}

@media (min-width: 768px) {
  .nav_item {
    display: block!important;
  }
}

@media (min-width: 768px) {
  .actions_slidebar {
    position: fixed;
    /*top: 74px;*/
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    /*margin-bottom: 60px;*/
  }
}

/* data-slidebar and actions_slidebar navigation */
.nav-data-slidebar-root {
	margin-bottom: 20px;
	margin-left: -20px;
}

.nav-data-slidebar-folder-selection-root {
	margin-bottom: 20px;
	/*margin-left: -20px;*/
	border: 1px solid #ddd;
}

.nav-data-slidebar > li > div {
	white-space: nowrap;
	position: relative;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	height: 34px; 
}

.nav-data-slidebar > li > .slidebar-row-dark {
	background-color: #f5f5f5;
}

.nav-data-slidebar > li > .slidebar-row-light {
	background-color: #f8f8f8;
}

.nav-data-slidebar > li > div:hover,
.nav-data-slidebar > li > div:focus {
	background-color: #eee;
}

.nav-data-slidebar > li > div > a:hover,
.nav-data-slidebar > li > div > a:focus {
	text-decoration: none;
}

.nav-data-slidebar > .active > div,
.nav-data-slidebar > .active > div:hover,
.nav-data-slidebar > .active > div:focus {
	background-color: #428bca;
}

.nav-data-slidebar > .active > div > a,
.nav-data-slidebar > .active > div > a:hover,
.nav-data-slidebar > .active > div > a:focus {
	color: #fff;
}

.nav-actions_slidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}

.nav-actions_slidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
	white-space: nowrap;
}

.nav-actions_slidebar > .active > a,
.nav-actions_slidebar > .active > a:hover,
.nav-actions_slidebar > .active > a:focus {
	color: #fff;
	background-color: #428bca;
}

.path-base-container-body {
	margin-left: 15px;
	white-space: nowrap;
}

.page-header {
	margin-top: 20px;
	margin-bottom: 10px;
}


.slidebar_showner {
	/*padding-right: 0!important;*/
	margin-right: -15px; 
	margin-left: -10px;
}

.nav-subactions_slidebar {
	/*margin-top: 38px;*/
}

.main {
	padding-right: 15px;
	padding-left: 30px;
}

.main-with-data {
	padding-right: 15px;
	padding-left: 18px;
	/*padding-left: 30px;*/
	float: right;
	width: 75%;
	right: 0px;
	/*right: 10px;*/
	position: absolute;
}

.page_loader {
	text-align: center;
	position: absolute;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}

input[readonly] {
	cursor: text !important;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
	border-color: #d9534f;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	border-color: #a94442;
}

.winnum-wizard-control {
	text-align: right;
	padding-left: 15px;
	padding-right: 15px;
}

.modal-footer>button {
	min-width: 80px;
}

.winnum-wizard-control .input-group>button {
	min-width: 80px;
}

.winnum-btn {
	min-width: 80px;
}

.winnum-wizard-panel-body {
	padding-left: 0px;
 	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	display: table;
	content: " ";
	width: 100%;
}

.winnum-btn-spinner {
	display: inline-block;
	opacity: 0;
	max-width: 0;

	-webkit-transition: opacity 0.25s, max-width 0.45s; 
	-moz-transition: opacity 0.25s, max-width 0.45s;
	-o-transition: opacity 0.25s, max-width 0.45s;
	transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-winnum-btn-spinner.active {
	cursor:progress;
}

.has-winnum-btn-spinner.active .winnum-btn-spinner {
	opacity: 1;
	max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
}

.JCLRgrips {
	position: inherit!important;
}

.nvd3 text { 
	/*font-size: 11px!important;
	fill: #28323B;
	font-family: "Montserrat", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif!important;*/
}

.winnum-table-td-regular {
	text-overflow: ellipsis;
	white-space: nowrap;
	/*height: 35px;*/
	-webkit-user-select: text;  
	-moz-user-select: text;    
	-ms-user-select: text; 
	user-select: text;
}

.fixed-table-loading {
	top: 41px!important;
	margin-top:1px;
}

.fixed-table-body {
	overflow-x: hidden!important;
}

.tile-box {
	margin-bottom: 25px;
	border-radius: 3px;
	line-height: inherit;
	display: block;
	height: auto;
	padding: 0;
	text-align: center;
	border-width: 1px;
	border-style: none;
	overflow: hidden;
}

.tile-box-alt .tile-header {
	padding: 10px;
	text-align: center;
}

.tile-header {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
	border: 0!important;
	background: rgba(255,255,255,.2);
}

.tile-content-wrapper {
	position: relative;
	overflow: hidden;
	padding: 10px 10px 17px;
}

.tile-box-alt .tile-content-wrapper>.glyph-icon {
	font-size: 65px;
	margin-top: -32px;
}

.tile-content-wrapper>.glyph-icon {
	font-size: 35px;
	line-height: 70px;
	position: absolute;
	top: 50%;
	left: 15px;
	height: 70px;
	margin-top: -36px;
	opacity: .3;
	-moz-opacity: .3;
	filter: alpha(opacity:30);
}

.tile-content {
	font-size: 35px;
	text-align: right;
}

.tile-content-wrapper small {
	font-size: 14px;
	display: block;
	text-align: right;
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity:70);
}

.tile-footer {
	display: block;
	margin: 0 -1px -1px;
	padding: 5px 10px;
	text-align: left;
	color: inherit;
	background: rgba(0,0,0,.1);
}

.tile-footer:hover {
	opacity: .8;
	color: inherit;
	-moz-opacity: .8;
	filter: alpha(opacity:80);
	text-decoration: none;
}

.tile-footer .glyph-icon {
	float: right;
}