.winnum-unselectable {
	-webkit-user-select: none;       
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.winnum-flat-btn {
	-webkit-font-smoothing: antialiased;
	background: #eee; /* with transporant bg - background:rgba(0,49,79,.08);*/
	color:rgba(34,59,74,.5);
	border-radius:3px;
	padding:4px;
	outline:0;
	font-weight:700;
	font-size:10px;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	-webkit-appearance: button;
	line-height: normal;
}

.winnum-span-input-group {
	display: block; 
	width: 100%; 
	height: 34px; 
	padding-top: 8px;
    	padding-right: 12px;
    	padding-bottom: 6px;
    	padding-left: 12px; 
	font-size: 12px; 
	color: #555; 
	background-color: #eee; 
	background-image: none; 
	border: 1px solid #ccc; 
	border-radius: 4px; 
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); 
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); 
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; 
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; 
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.winnum-bs-docs-header {
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 24px;
	text-align: left;
	margin-bottom: 40px;
	position: relative;
	padding: 30px 0;
	color: #cdbfe3;
	text-shadow: 0 1px 0 rgb(0 0 0 / 10%);
	background-color: #6f5499;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
	background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
	background-repeat: repeat-x;
}

.winnum-paragraph {
	height: 50px;
	min-height: 50px;
	max-height: 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.winnum-left-side-menu {
	height: 100%;
	width: 35px;
	position: fixed;
	z-index: 1000;
	left: 0;
	background-color: #F3F2F4;
	border-right: 1px solid #E5E5E5;
	overflow-x: hidden;
	transition: 0.5s;
}		

.winnum-left-side-menu-item {
	margin-top: 10px;
}

.winnum-left-side-menu-space {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	padding-right: 3px;
	padding-left: 3px;
}

.winnum-left-side-menu-space-small {
	padding-right: 100px;
	padding-left: 100px;
}

.winnum-left-side-menu-space > div {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}

.winnum-left-side-menu-collapsed > .winnum-left-side-menu-item {
	text-align: center;
}

.winnum-left-side-menu-collapsed > .winnum-left-side-menu-item > img {
	cursor: pointer;
}

.winnum-left-side-menu-collapsed > .winnum-left-side-menu-item > div {
	display: none;
}

.winnum-left-side-menu-expanded > .winnum-left-side-menu-item {
	text-align: left;
	width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.winnum-left-side-menu-expanded > .winnum-left-side-menu-item > img {
	display: none;
}

.winnum-left-side-menu-expanded > .winnum-left-side-menu-item > div {
	display: initial;
	padding-left: 15px;
	cursor: pointer;
}

@media screen and (min-width: 1200px) {
	/* display only if width > 1200px */
	.winnum-lg-show {
		display: block!important;
	}
}

@media screen and (min-width: 990px) {
	/* display only if width > 990px */
	.winnum-p-navigation-home {
		overflow: hidden; 
		text-overflow: ellipsis; 
		max-height: 50px; 
		height: 50px; 
		/*padding-bottom: 5px;*/
	}
}

.wn-float-left {
	float: left!important;
	padding-bottom: 15px;
}

.wn-bs-callout {
	padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.wn-bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.wn-bs-callout p:last-child {
    margin-bottom: 0;
}

.wn-bs-callout-default {
    border-left-color: #333;
}

.wn-bs-callout-default h4 {
    color: #333;
}

.wn-bs-callout-primary {
    border-left-color: #337ab7;
}

.wn-bs-callout-primary h4 {
    color: #337ab7;
}

.wn-bs-callout-success {
    border-left-color: #5cb85c;
}

.wn-bs-callout-success h4 {
    color: #5cb85c;
}

.wn-bs-callout-info h4 {
    color: #5bc0de;
}

.wn-bs-callout-info {
    border-left-color: #5bc0de;
}

.wn-bs-callout-warning h4 {
    color: #f0ad4e;
}

.wn-bs-callout-warning {
    border-left-color: #f0ad4e;
}

.wn-bs-callout-danger {
    border-left-color: #d9534f;
}

.wn-bs-callout-danger h4 {
    color: #d9534f;
}

.wn-img-m {
	width: 32px;
	height: 32px;
}

.wn-disable-select {
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
}

.winnum-sdk-iframe {
	padding-top: 71px;
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	padding-bottom: 60px;
	border: 0;
}

.bootstrap-select > .dropdown-toggle {
	height: 34px;
}

.bootstrap-select > .dropdown-menu {
	z-index: 2000;
}

.winnum-margin-bottom5 {
	margin-bottom: 5px;
}

.winnum-margin-bottom10 {
	margin-bottom: 10px;
}

.winnum-margin-top5 {
	margin-top: 5px;
}

.winnum-margin-top10 {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.winnum-mobile-hide {
		display: none;
	}
}

@media screen and (max-width: 767px) {
  .winnum-mobile-full-width {
	width: 100%!important;
	margin-left: 0px!important;
  }
}

.winnum-slidebar {
	/*margin-bottom: 60px;*/
	padding-right: 0px!important;
}

.winnum-slidebar-mover {
	cursor: col-resize; 
	height: 100%; 
	background-position: right; 
	background-repeat: no-repeat; 
	margin-left: -15px!important;
	z-index: 500;
	position: fixed; 
	width: 7px; 
	float: right; 
	background-image: url(../images/slidebar_mover.png);
}

.winnum-slidebar-mover-flash {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 499;
	cursor: col-resize; 
}

/* Calendar Tree Grid */
.tree thead > tr .winnum-calendar-day {
    border-bottom-style: solid!important;
    border-bottom-width: 2px!important;
    border-bottom-color: #3f5370!important;
}

.tree thead > tr > .winnum-calendar-weekend {
	border-bottom-color: #e74e40!important;
}

.tree tbody > tr > .winnum-calendar-day:not(.winnum-calendar-day-first) {
	border-left-style: dotted;
}

.tree tbody > tr > .winnum-calendar-weekend {
	background-color: rgba(240, 248, 255, 0.7);
}

.winnum-calendar-date {
	font-style: normal;
	text-transform: uppercase;
	color: #808080;
	vertical-align: super;
	line-height: 100%;
	text-align: center; /*left*/
	margin-top: -3px;
	margin-bottom: -8px;
	display: block;
}

.winnum-calendar-date span:first-child {
	font-size: 15px;
	font-weight: bold;
}

.winnum-calendar-date span:first-child:after {
	content: "\000A";
	white-space: pre;
}

.winnum-calendar-date span:last-child {
	font-size: 8px;
}

.winnum-calendar-working-time span {
	font-style: normal;
	color: #808080;	
	font-size: 8px;
}

.winnum-calendar-not-working-time span {
	font-style: normal;
	color: #808080;	
	font-size: 8px;
	/*text-decoration: line-through;*/
}

.winnum-calendat-td-progress {
	margin-bottom: 0px;
    	margin-left: -9px;
    	margin-right: -9px;
    	border-radius: 0px;
}

.winnum-edit-table-row-separator {
	border-top: 2px solid #364760;
}

.progress-bar-default {
	background-color: rgba(245, 245, 245, 0.09); /*#939596;*/
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar-primary {
	background-color: #337ab7;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-bar-danger {
	background-color: #d9534f;
}

.winnum-table-mover {
	cursor: row-resize; 
	width: 100%; 
	background-position: center; 
	background-repeat: no-repeat; 
	z-index: 1504;
	height: 7px;
	margin-top: -1px; 
	background-image: url(../images/slidebar_mover_horizontal.png);
}

.winnum-noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.winnum-cross-line {
	background-image: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAMSURBVBhXY7h79y4ABTICmGnXPbMAAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	background-size: auto;
	background-position: 0 0;
	background-position: center;
	-webkit-box-sizing: border-box;
	zoom: 1;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}

/* Modal forms themes begin */

.modal-help-header-theme {
	/* */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-help-header-close-theme {
	/* */
}

.modal-help-header-close-theme:hover,
.modal-help-header-close-theme:focus {
	/* */
}

.modal-help-header-title-theme {
	/* */
	font-size: 16px;
}

.modal-help-footer-theme {
	/* */
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.modal-header-theme {
	background-color: #eee;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-header-close-theme {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.modal-header-close-theme:hover,
.modal-header-close-theme:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-header-title-theme {
	/* */
	color: #333;
	font-size: 16px;
}

.modal-footer-theme {
	/* */
	/*
	background-color: #eee;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	*/
}

.modal-danger-header-theme {
	/* */
	background-color: #F6522E; /* #9534f; */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-danger-header-close-theme {
	/* */
}

.modal-danger-header-close-theme:hover,
.modal-danger-header-close-theme:focus {
	/* */
}

.modal-danger-header-title-theme {
	/* */
	font-size: 16px;
	color: #fff;
}

.modal-danger-footer-theme {
	/* */
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.modal-warning-header-theme {
	/* */
	background-color: #FBD76D; /* #f0ad4e; */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-warning-header-close-theme {
	/* */
}

.modal-warning-header-close-theme:hover,
.modal-warning-header-close-theme:focus {
	/* */
}

.modal-warning-header-title-theme {
	/* */
	font-size: 16px;
	color: #fff;
}

.modal-warning-footer-theme {
	/* */
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.modal-success-header-theme {
	/* */
	background-color: #91CB7A; /* #5cb85c; */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-success-header-close-theme {
	/* */
}

.modal-success-header-close-theme:hover,
.modal-success-header-close-theme:focus {
	/* */
}

.modal-success-header-title-theme {
	/* */
	font-size: 16px;
	color: #fff;
}

.modal-success-footer-theme {
	/* */
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Modal forms themes end */
.fixed-table-toolbar .pull-left {
	z-index: 505;
}

.fixed-table-toolbar .btn-group>.btn-group>.btn {
	min-height: 34px;
}

.fixed-table-toolbar .btn-group>.btn-group:last-child>.btn {
	min-height: 34px;
}

.fixed-table-toolbar .columns-right>.btn {
	min-height: 34px;
}

.fixed-table-toolbar .dropdown-menu {
	max-height: 140px!important;
}

/* global font size section -start- */
body {
	font-size: 12px!important;
}
.btn {
	font-size: 12px!important;
}
.form-control {
	font-size: 12px!important;
	-moz-user-select: text;
	/*height: auto;*/
}
.popover {
	font-size: 12px!important;
}
.popover-title {
	font-size: 12px!important;
}

.modal-help-header-title-theme {
	font-size: 14px!important;
}

.modal-header-title-theme {
	font-size: 14px!important;
}

.modal-danger-header-title-theme {
	font-size: 14px!important;
}

.modal-warning-header-title-theme {
	font-size: 14px!important;
}

.modal-success-header-title-theme {
	font-size: 14px!important;
}

.dropdown-menu {
	font-size: 12px!important;
	white-space: nowrap;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
 	white-space: normal;
}

.winnum-datetimepicker-inline {
	position: relative;	
}

.winnum-datetimepicker-inline > .bootstrap-datetimepicker-widget {
	overflow: visible!important;
	max-height: none!important;
	top: 50px!important;
}

.winnum-datetimepicker-inline > .bootstrap-datetimepicker-widget tr:hover {
    background-color: rgba(240, 248, 255, 0.7);
}

.bootstrap-datetimepicker-widget table td span {
	width: 50px!important;
}

h1, .h1 {
  font-size: 24px!important; /*28px 36px;*/
}

h2, .h2 {
  font-size: 20px!important; /*24px 30px;*/
}
h3, .h3 {
  font-size: 18px!important; /*20px 24px;*/
}
h4, .h4 {
  font-size: 14px!important; /*16px 18px;*/
}
h5, .h5 {
  font-size: 12px!important; /*14px;*/
}
h6, .h6 {
  font-size: 10px!important; /*12px;*/
}

legend {
  font-size: 18px!important; /*21px;*/
}
/* global font size section -end- */

/* popup windos -start */
.winnum-popup-window {
	padding-top: 0px!important; 
	padding-bottom: 0px!important;
}

.winnum-popup-content {
	padding-bottom: 60px;
}

.winnum-popup-header {
	min-height: 16.43px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	background-color: #222; /*#428bca*/ /*#f8f8f8*/
}

.winnum-popup-header>button,
.winnum-popup-header>button:hover,
.winnum-popup-header>button:focus {
	color: #e5e5e5;
}

.winnum-popup-header-title {
  	margin: 0;
  	line-height: 1.42857143;
	color: #fff; /*#333*/
}

.winnum-popup-body {
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
}

.winnum-popup-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;
}

.winnum-popup-footer {
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	position: absolute;
    	bottom: 0;
    	width: 100%;
}
/* popup windos -end */

/* d3 -start- */
.winnum-d3-container {
	position: relative; 
	height: 0; 
	width: 100%; 
	padding: 0; 
	padding-bottom: 100%;
}

.winnum-d3-svg {
	position: absolute; 
	height: 100%; 
	width: 100%; 
	left: 0; 
	top: 0;
}
/* d3 -end- */

/* winnum-static-tree -start- */
.winnum-static-tree-expanded-leaf {
	background-image: url(../images/slidebar_treegrid_expanded_leaf_16x37.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%; 
	width: 16px; 
	margin: 0;
	padding: 0;
}

.winnum-static-tree-expanded-leaf-last {
	background-image: url(../images/slidebar_treegrid_expanded_leaf_last_16x37.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%; 
	width: 16px; 
	margin: 0;
	padding: 0;
}

.winnum-static-tree-collapsed-leaf {
	background-image: url(../images/slidebar_treegrid_collapsed_leaf_16x37.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%; 
	width: 16px; 
	margin: 0;
	padding: 0;
}

.winnum-static-tree-collapsed-leaf-last {
	background-image: url(../images/slidebar_treegrid_collapsed_leaf_last_16x37.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%; 
	width: 16px; 
	margin: 0;
	padding: 0;
}

.winnum-static-tree-leaf-last {
	background-image: url(../images/slidebar_treegrid_leaf_last_16x37.gif);
	cursor: default;
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%; 
	width: 16px; 
	margin: 0;
	padding: 0;
}

.winnum-static-tree-leaf {
	background-image: url(../images/slidebar_treegrid_leaf_16x37.gif);
	cursor: default;
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%; 
	width: 16px; 
	margin: 0;
	padding: 0;
}

.winnum-static-tree-spacer {
	background-image: url(../images/slidebar_treegrid_spacer_16x37.gif);
	cursor: default;
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%; 
	width: 16px; 
	margin: 0;
	padding: 0;
}

.winnum-static-tree-skip {
	background-image: url(../images/slidebar_treegrid_skip_16x37.gif);
	cursor: default;
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%; 
	width: 16px; 
	margin: 0;
	padding: 0;
}

.winnum-static-tree-loader {
	background-image: url(../images/loading_lite_16x16.gif);
	background-position: center center;
	cursor: default;
	background-repeat: no-repeat;
	height: 100%; 
	width: 16px; 
	margin: 0;
	padding: 0;
}

/* winnum-static-tree -end- */

.fixed-table-toolbar .columns-left>.btn {
	  min-height: 34px;
}

.winnum-label {
	margin:0!important;
    	display: inline-block;
    	padding: .2em .6em .3em;
    	font-size: 75%;
    	font-weight: 700;
    	line-height: 1;
    	color: #fff;
    	text-align: center;
    	white-space: nowrap;
    	vertical-align: baseline;
    	border-radius: 4px;
	font-weight: bold;
}
.fixed-table {
    table-layout: fixed;
    word-wrap: break-word;
}
.container-mini {
	margin-top:15px;
	padding-right: 25px;
	padding-left: 20px;	
	min-width: 100%;
}

/* winnum sub menu -start- */
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	right: 100%;
	/*left:100%;*/
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px;
	border-radius:6px 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}
.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}
/* winnum sub menu -end- */

/* DEBUG CSS SECTION -START- */
/* DEBUG CSS SECTION -END- */