body{padding-top:15px} .container.theme-showcase{padding-top:50px;}/* body>.navbar{-webkit-transition:background-color .3s ease-in;transition:background-color .3s ease-in}@media (min-width:768px){body>.navbar-transparent{background-color:transparent}body>.navbar-transparent .navbar-nav>.open>a{background-color:transparent!important}}#home{padding-top:0}#home .navbar-brand{padding:13.5px 15px 12.5px}#home .navbar-brand>img{display:inline;margin:0 10px;height:100%}#banner{min-height:300px;border-bottom:none}.table-of-contents{margin-top:1em}.page-header h1{font-size:4em}.bs-docs-section{margin-top:6em}.bs-docs-section h1{padding-top:100px}.bs-component{position:relative}.bs-component .modal{position:relative;top:auto;right:auto;left:auto;bottom:auto;z-index:1;display:block}.bs-component .modal-dialog{width:90%}.bs-component .popover{position:relative;display:inline-block;width:220px;margin:20px}#source-button{position:absolute;top:0;right:0;z-index:100;font-weight:700}.nav-tabs{margin-bottom:15px}.progress{margin-bottom:10px}footer{margin:5em 0}footer li{float:left;margin-right:1.5em;margin-bottom:1.5em}footer p{clear:left;margin-bottom:0}.splash{padding:9em 0 2em;background-color:#141d27;background-image:url(../img/bg.jpg);background-size:cover;background-attachment:fixed;color:#fff;text-align:center}.splash .logo{width:160px}.splash h1{font-size:3em}.splash #social{margin:2em 0}.splash .alert{margin:2em 0}.section-tout{padding:4em 0 3em;border-bottom:1px solid rgba(0,0,0,.05);background-color:#eaf1f1}.section-tout .fa{margin-right:.5em}.section-tout p{margin-bottom:3em}.section-preview{padding:4em 0 4em}.section-preview .preview{margin-bottom:4em;background-color:#eaf1f1}.section-preview .preview .image{position:relative}.section-preview .preview .image:before{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);position:absolute;top:0;left:0;width:100%;height:100%;content:"";pointer-events:none}.section-preview .preview .options{padding:1em 2em 2em;border:1px solid rgba(0,0,0,.05);border-top:none;text-align:center}.section-preview .preview .options p{margin-bottom:2em}.section-preview .dropdown-menu{text-align:left}.section-preview .lead{margin-bottom:2em}@media (max-width:767px){.section-preview .image img{width:100%}}.sponsor #carbonads{max-width:240px;margin:0 auto}.sponsor .carbon-text{display:block;margin-top:1em;font-size:12px}.sponsor .carbon-poweredby{float:right;margin-top:1em;font-size:10px}@media (max-width:767px){.splash{padding-top:4em}.splash .logo{width:100px}.splash h1{font-size:2em}#banner{margin-bottom:2em;text-align:center}}
*/
/* s
.table > thead:first-child > tr:first-child > th:first-child {
    position: absolute;
    display: inline-block;
    background-color: white;
    height: 100%;
}

.table > tbody > tr > td:first-child {
    position: absolute;
    display: inline-block;
    background-color: white;
    height: 100%;
}

.table > thead:first-child > tr:first-child > th:nth-child(2) {
    padding-left: 40px;
}

.table > tbody > tr > td:nth-child(2) {
    padding-left: 50px !important;
}
*/
.dyn_index{background-color:#cccccc;border: 1px solid #777777;padding-bottom: 3px;padding-left: 3px;padding-top: 3px;}

@media only screen and (max-width: 1200px) {
	.na-sticky-container{
		padding:0px;
		margin:0px;
		position:fixed;
		right:-130px;
		top:100px;
		width:210px;
		z-index: 2;
	}
	
}
@media only screen and (min-width: 1200px) {
.na-sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 2;
}
}
.na-sticky li{
    list-style-type:none;
    color:#efefef;
    height:39px;
    padding:0px;
    margin:0px 0px 0px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.na-sticky li:hover{
    margin-left:-115px;
}
.na-sticky li a{
	width:159px;
	text-align:left
}
.na-sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:15px;
}
.na-sticky li p  span{
	width:22px;
	font-size:16px;
}
.na-sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.na-sticky li p a:hover{
    text-decoration:underline;
}
div.mce-fullscreen {
    z-index: 1050;
}
 
 .tile-progress {
background-color: #303641;
color: #fff;
}
.tile-progress {
background: #00a65b;
color: #fff;
margin-bottom: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.tile-progress .tile-header {
padding: 1px 5px;
/*padding-bottom: 40px;*/
}
.tile-progress .tile-progressbar {
height: 2px;
background: rgba(0,0,0,0.18);
margin: 0;
}
.tile-progress .tile-progressbar span {
background: #fff;
}
.tile-progress .tile-progressbar span {
display: block;
background: #fff;
width: 0;
height: 100%;
-webkit-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
-moz-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
-o-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
}
.tile-progress .tile-footer {
padding: 5px;
background: rgba(0,0,0,0.1);
-webkit-border-radius: 0 0 3px 3px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 0 3px 3px;
-moz-background-clip: padding;
border-radius: 0 0 3px 3px;
background-clip: padding-box;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
font-size:11px;
}

.tile-header > h4 > a {
    color: #555;
    text-decoration: none;
}
.tile-progress.tile-red {
background-color: #f56954;
color: #fff;
}
.tile-progress {
background-color: #303641;
color: #fff;
}
.tile-progress.tile-blue {
background-color: #0073b7;
color: #fff;
}
.tile-progress.tile-aqua {
background-color: #00c0ef;
color: #fff;
}
.tile-progress.tile-green {
background-color: #00a65a;
color: #fff;
}
.tile-progress.tile-purple {
background-color: #ba79cb;
color: #fff;
}
.tile-progress.tile-pink {
background-color: #ec3b83;
color: #fff;
}
.tile-progress.tile-na {
background-color: #fff;
color: #000;
border: 1px solid #dce2e6;
border-left:4px solid #00b29e;
cursor:pointer;
}
.na-panel-body{
    padding:5px;
}
.na-kanban-sub{
	font-size:12px;
}
.na-kanban-title{
	margin-top:5px;
    margin-bottom:5px;
    font-size:14px;
	overflow: hidden;
}
.scrollbar {
    /*margin-left: 30px;*/
    /*float: left;*/
    height:450px;
    background: #fff;
    overflow-y: scroll;
    /* margin-bottom: 25px; */
}

.scrollbar-primary::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #4285F4; }
  
.na-input-group-addon{
	min-width:150px;
	text-align:left;
}
/* Tooltip container */
.na_tooltip {

}

/* Tooltip text */
.na_tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.na_tooltip .na_tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.na_tooltip:hover .na_tooltiptext {
    visibility: visible;
    opacity: 1;
}
.gantt-row{
	padding-top:1px;
	white-space: nowrap;
	font-size: 0;
}
div[gantt-depth="0"]{
	background-color: #ffffff;
}

div[gantt-depth="1"]{
	background-color: #fbfbfb;
}
div[gantt-depth="2"]{
	background-color: #f9f9f9;
}
div[gantt-depth="3"]{
	background-color: #f2f2f2;
}
div[gantt-depth="4"]{
	background-color: #eeeeee;
}
div[gantt-depth="5"]{
	background-color: #e0dede;
}
.gantt-row-parent{
	
}
.gantt-row-child{
	
}
.na-pointer{
	cursor:pointer;
}
.na-reminder-list{
	border-top: 1px solid #ccc;
	padding-left:0px;
}
.na-reminder-list-itm{
	display: block;
    padding: 9.6px 0px;
    border-width: 1px 0 0px 0;
    border-style: solid;
    border-color: #eeeeee;
    background-color: #fff;
    color: #333333;
    text-decoration: none;
	text-align:center;
}
.na-container-full{
    margin: 0 !important;
    margin-left: 0;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    background: #FFF;
    padding-top: 0px !important;
    z-index: 9999;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;	
}
.na-timetracking-container{
	display:none;
	position:absolute;
	background-color:#fff;
	border:1px solid rgba(0,0,0,0.15);
	border-radius: 0 0 4px 4px;
	color:#000;
	width:350px;
	cursor:default;
	-webkit-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;
	z-index:1000;
}
.na-timetracking-toolbar{
	border-bottom: 1px solid rgba(0,0,0,0.15);
	padding: 9.6px 12px;
	font-weight:600;
	font-size:14px;
	text-decoration:none;color:#000;
}
.na-timetracking-text{
	border-bottom: 1px solid rgba(0,0,0,0.15);
	padding: 9.6px 12px;
}
.na-timetracking-footer{
	background: #eeeeee;
	
}
.na-timetracking-footer-left{
	width:49%;
	display:inline-block;
	padding: 9.6px 12px;
}
.na-timetracking-footer-right{
	border-left: 1px solid rgba(0,0,0,0.15);
	width:49%;
	height:100%;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	padding: 9.6px 12px;
}
.na-table{
	display:table;
}
.na-row{
	display:table-row; 
}
.na-col{
	display:table-cell; 
}
.na-text-right{
	text-align:right;
}
.na-input-group{
	padding:20px 0 0 0;
}
.na-timetracking-input{
	padding-bottom:10px;
	border-bottom:1px solid rgba(0,0,0,0.15);
}

.na-input-group-addon-lg-3{
	width:85px;
}
/*footer*/
.na-footer-container{
	background-color: #f5f5f5;
	text-align:center;
}
.na-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  margin-top:60px;
  z-index: 100 !important;
  background-color: #f5f5f5;

}
.na-footer-mobile{
	background-color: #f5f5f5;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 63px;
}
/*/footer*/
/* search */
.na-search-result-item-list{
	width:100%;
}
.na-search-result-title{
	padding: 5px;
	border-bottom:2px solid rgba(0,0,0,0.15);
}
.na-search-result-item{
	padding: 5px;
	margin-left:35px;
	border-bottom:1px solid rgba(0,0,0,0.15);
	display:block;
}
.na-search-result-item:hover{
    background-color: #f5f5f5;
	color: #555;
    text-decoration: none;
}

/* /search */

.na-circle {
	border-radius: 50%;
	height:13px;
	width:13px;
	border:1px solid #000;
	display: inline-block;
}

/* View / Edit Forms */
.na-view-list{
	padding-top:10px;
}
.na-view-list > .row {
	
	border-bottom:1px solid rgba(0,0,0,0.15);
	
}
.na-view-list > .row > div{
	padding: 8px;
}
.na-view-list > .row > div:nth-child(1) {
	font-weight:bold;
}
@media only screen and (min-width: 1200px) {
	.na-view-list > .row > div:nth-child(1) {
		text-align:right;
	}
	.na-view-list > .row > div:nth-child(2) {
		border-left:1px solid rgba(0,0,0,0.15);
	}
}

.na-view-button{
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	text-decoration:none;
	color: 000;
	border:1px solid rgba(0,0,0,0.15);
}

/* [End Of] View / Edit Forms */

/* Icons */
.na-icon-flash{
	background-image:linear-gradient(90deg,yellow,red,purple);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
/* [End Of] Icons */

/* Set Breakpoint */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .input-group,input-group-addon{
        padding:5px 0 0 0;
    }
    .na-input-group{
        padding:5px 0 0 0;
    }
}
/* [End Of] Set Breakpoint */
@media print {
  a[href]:after {
    content: none !important;
  }
}

.na-active-color{
    background-color: #337ab7;
    border-color: #337ab7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}

.na-doc-ahref > p > a{
    color:#2e5475;
    text-decoration: underline;
}
.na-site-index{
    color:inherit !important;
    text-decoration: none !important;
}
.dyn_index{
    padding:15px;
}

#na-editFlag{
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: 110px;
    top: 50px;
    
    z-index: 9999
}