

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#body {
   padding:0px;
   padding-bottom:40px;   
}



html{ height:100%; }
body{ min-height:100%; padding:0; margin:0; position:relative; }

#footer {
  /* position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px; 
  background-color: #e3e7ea;
  border-top: 0.5px solid #c3c6c7;
  padding: 10px;
  text-align: center;
  bottom: 0;
  color: #000; */
  position:absolute;
  bottom: 0;
  width: 100%;
  height: 40px; 
  background-color: #e3e7ea;
  border-top: 0.5px solid #c3c6c7;
  padding: 10px;
  text-align: center;
  bottom: 0;
  color: #000;
}
#footer a {
	color: #000;
	text-decoration: none;
}
/* ul.dropdown-menu li a {
    color: #000!important;
} */


/* index page side menu css */

.navbar-global {
  background-color: indigo;
}

.navbar-global .navbar-brand {
  color: white;
}

.navbar-global .navbar-user > li > a
{
  color: white;
}

.navbar-primary {
  /* background-color: #333; */
  bottom: 0px;
  /* left: 0px; */
  position: absolute;
  height: 100%;
  /* top: 51px; */
  width: 176px;
  z-index: 8;
  /* overflow: hidden; */
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.navbar-primary.collapsed {
  width: 60px;
}

.navbar-primary.collapsed .glyphicon {
  font-size: 22px;
}

.navbar-primary.collapsed .nav-label {
  display: none;
}

.btn-expand-collapse {
    /* position: absolute; */
    position: relative;
    display: block;
    left: 0px;
    bottom: 0;
    width: 100%;
    background: #ecebeb;
    color: #000!important;
    padding: 8px 0;
    /* border-top: solid 1px #666; */
    color: grey;
    font-size: 15px;
    text-align: right;
    padding-right: 15px;
}

.btn-expand-collapse:hover,
.btn-expand-collapse:focus {
     background: #e8e7e7;
    color: white;
}

.btn-expand-collapse:active {
    background: #e8e7e7;
    color: #fff;
}

.navbar-primary-menu {
  margin:0; padding:0;
  list-style: none;
  background: #fff;
  box-shadow: 0 0 13px 1px #ddd;
  border: 1px solid #e2e0e0;
}
.navbar-primary-menu li {
  margin:0; padding:0;
  list-style: none;
  
}

.navbar-primary-menu li a {
  display: block;
  padding: 10px 7px;
  text-align: left;
  font-size: 13px;
  border-bottom: solid 1px #fff;
  /* color: #000; */
}
.navbar-primary-menu li:focus > a, .navbar-primary-menu li:hover > a {
 	color: #fff;
}

.dropdown-submenu:hover {
  background-color: #f27935;
  text-decoration: none;
}
.dropdown-submenu:focus {
  background-color: #f27935; 
  text-decoration: none;
}
.dropdown-submenu.active {
  background-color: #f27935;
  text-decoration: none;
}
.navbar-primary-menu li a .glyphicon {
    /* margin-right: 6px;  */
    font-size: 22px;
    width: 45px;
}

.navbar-primary-menu li a:hover .glyphicon {
  color: #fff;
}

.main-content {
 /*  margin-top: 60px; */
  /* margin-left: 200px; */
  /* padding: 20px; */
}

.collapsed + .main-content {
  margin-left: 70px;
}
.sidemenu span {
    color: #f27935;
    font-weight: 900;
    float: right;
    font-size: 15px;
    margin-top: 0px;
    padding-left: 10px;
}
/* .mobile-view .sidemenu span {
    float: left;
} */
.mobile-view {
	display: none;
}
.mobile-view {
	background: #fff;
    box-shadow: 0 0 13px 1px #ddd;
    border: 1px solid #ddd;
    margin-bottom: 7px;
    /* padding-top: 5px; */
}

.mobile-view a {
	font-size: 35px;
    color: #000;
   /*  padding: 0px 17px; */
    
}
.mobile-view a:hover {
	background-color: transparent!important;
    cursor: pointer;
    color: #fff;
}
/* .mobile-view .sidemenu {
	padding: 5px!important;
} */
.mobile-view .sidemenu a {
	font-size: 12px;
}
.mobile-view {
    /* display: inline-flex; */
    text-align: center!important;
}
.mobile-view li {
	list-style: none;
}
.mobile-view ul {
	padding-left: 0px;
}
.top-icons .sidemenu {
	margin-left: 0px;
}
.sidemenu li {
	display: block;
}
.mobile-view .dropdown-menu {
	/* width: 150px!important; */
	/* width: auto!important;
	min-width: auto; */
    overflow: hidden;
   top:0;
   left:0px!important;
   left: 50%!important;
   transform: translate(-50%, 0);
   margin-top:5px!important;
   margin-left:0px!important;
   -webkit-border-radius:0 4px 4px 4px;
   -moz-border-radius:0 4px 4px 4px;
   border-radius:0 4px 4px 4px;
}
.mobile-view .dropdown-menu li a  {
	font-size: 12px;
	padding: 10px;
}
.mobile-view .dropdown-menu span  {
	font-size: 12px;
}

/* Start mobile view */

.mobile-view {
	display: none;
}
.mobile-view {
	background: #fff;
    box-shadow: 0 0 13px 1px #ddd;
    border: 1px solid #ddd;
    margin-bottom: 7px;
   /*  padding-top: 5px; */
}

.mobile-view a {
	font-size: 35px;
    color: #000;
   /*  padding: 0px 17px; */
    
}
.mobile-view a:hover {
	background-color: transparent!important;
    cursor: pointer;
    color: #fff;
}
/* .mobile-view .sidemenu {
	padding: 5px!important;
} */
.mobile-view .sidemenu a {
	font-size: 15px;
}
.mobile-view {
    /* display: inline-flex; */
    text-align: center!important;
}
.mobile-view li {
	list-style: none;
}
.mobile-view ul {
	padding-left: 0px;
}
.top-icons .sidemenu {
	margin-left: 0px;
}
.sidemenu li {
	display: block;
}
.mobile-view .dropdown-menu  {
	/* width: 150px!important; */
	/* width: auto!important;
	min-width: auto; */
    overflow: hidden;
   top:0;
   left:0px!important;
   left: 50%!important;
   transform: translate(-50%, 0);
   margin-top:5px!important;
   margin-left:0px!important;
   -webkit-border-radius:0 4px 4px 4px;
   -moz-border-radius:0 4px 4px 4px;
   border-radius:0 4px 4px 4px;
}
.mobile-view .dropdown-menu li a  {
	font-size: 12px;
	padding: 10px;
}
.mobile-view .dropdown-menu li a  {
	font-size: 12px;
	padding: 10px 0px;
	word-wrap: normal;
    /* white-space: nowrap; */
	overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-view .dropdown-menu span  {
	font-size: 10px;
	display: block;
	text-align: center;
    padding-left: 0px;
    float: none;
}
.mobile-view .dropdown-menu>li>a {
	overflow: visible;
	text-align: center;
	font-size: 9px;
	/* height: 60px; */
}
.mobile-view .other-dropdown {
	position: static;
}
.other-dropdown .dropdown-menu {
	width: 100%!important;
	left: 0px!important;
    /* margin-top: 130px!important; */
    transform: none!important;
    background: #ecebeb;
}
.other-dropdown .side-icon {
	width: 60px!important;
}
.other-dropdown .subicon {
	width: 43px;
}
.mobile-view {
	background: #fff;
    box-shadow: 0 0 13px 1px #ddd;
    border: 1px solid #ddd;
    margin-bottom: 7px!important;
    width: 100%;
    margin: auto;
}
#mobile-header {
    color: black;
    background-color: #ecebeb;
    border: none;
    width: 100%;
    /* height: 50px; */
    padding: 5px 0px;
}

#mobile-content {
   /*  width: 100%; */
    color:black;
    background: #fff;
    box-shadow: 0 0 13px 1px #ddd;
    border: 1px solid #ddd;
    margin: auto;
    padding:0;
    left: 7%!important;
    transform: translate(-4%, 0);
    position: absolute;
    z-index: 1;
}
.content {
  display: none;
}

.content[data-state="open"] {
  display: block;
}

.mobile-bropdwon:after {
  content: "\25BC"; /*here you can add any image url / sign you want for arrow down*/
  position: absolute;
  right: 15px;
}

.mobile-bropdwon[data-toggle="on"]:after {
    content: "\25B2"; /*here you can add any image url / sign you want for arrow up*/
}
.top-icons p {
    font-size: 11px;
    margin: 0px 0px 5px;
    padding: 0px;
}
.sidemenu {
    top: 0!important;
}
.mobile-view .dropdown-menu {
    /* width: 150px!important;
    width: auto!important; */
    min-width: auto;
    overflow: hidden;
    margin-top: 0px!important;
    /* left: 50%!important;
    transform: translate(-50%, 0); */
    top: auto!important;
    /* margin-top: 40px!important; */
}
/* End Mobile view */


.js-angle-left {
    display: inline-block;
    width: 0;
    height: 0;
    /* border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #233354; */
    width: 0.6em;
    height: 0.6em;
    border-bottom: 0.2em solid black;
    border-left: 0.2em solid black;
    transform: rotate(45deg);
    position: relative;
    
}

.js-angle-right {
    display: inline-block;
    width: 0;
    height: 0;
    /* border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #233354; */
    width: 0.6em;
    height: 0.6em;
    border-right: 0.2em solid black;
    border-top: 0.2em solid black;
    transform: rotate(45deg);
    position: relative;
    /* bottom: 12px; */
}
.collapse-text {
	padding-right: 27px;
} 
ul.sidemenu li a {
   color: #000!important;
    
}
.sidemenu li a {
   white-space: normal;
}

.top-nav{
    min-width:200px;
    max-width:900px;
    position:relative;
    background-color:#555;
    display:table;
    padding:0px;
    margin:0px;
    text-align:left;
}
.top-nav li {
   display: table-cell;
   padding:5px;
}
.top-nav li+li {
   padding-left:0px;
}

.top-nav a {
   display: block;
   background-color: #888;
   color: #000;
   text-decoration: none;
   min-width:25px;
   max-width:100px;
   padding:7px;
}

.top-nav a:hover
{
text-decoration: none;
color: #fff;
background-color: #000;
}
#header {	
    min-height: 0px!important;
    padding: 0px 20px!important;
}
.hi-logo {
	padding-top: 3px;
}
.row-centered {
    text-align:center;
}
.embed-responsive-16by9 {
    padding-bottom: 53.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    /* padding: 0; */
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.user-logout {
	left: -65px;
}
.timeline_body{
	display: block; 
	margin: 0px; 
	border: none; 
	width: 100%; 
	height: 560px;
}
.right-icon {
	font-size: 20px;
	float: right;
	color: #f27935;
}
.mobile-view .sidemenu i{
	width: 40px;
	font-size: 15px;
}
.mobile-view .sidemenu a {
	padding: 5px;
}
.percentage-value {
	float: right;
    color: #f27935;
    margin-top: 4px;
    font-weight: 600;
}
.sidemenu {
    left: 100%!important;
}
.navbar-primary-menu > li:hover a > span, .navbar-primary-menu > li.active a > span {
	color: #fff!important;
}

/* start header dropdown menu */

ul.top-dropdown li a {
    color: #000!important;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:0px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.header-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  /* margin-right: -10px; */
  margin-top: 5px;
  width: 0;
}
.dropup .dropdown-menu {
    top: auto!important;
} 
.header-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
.sublinks:hover {
	background: #ebebeb!important;
} 
.mainlinks:hover > a > span, .mainlinks.active > a > span, .mainlinks:focus > a > span {
	color: #fff!important;
}
.mainlinks:focus > a > span {
	color: #fff!important;
}
.mainlinks:hover > a {
	color: #fff!important;
}
.mainlinks:focus > a {
	color: #fff!important;
}
.dropdown-menu {
	padding: 0px;
}
.main-value {
	color: #000!important;
}

ul.nav li:hover > ul.dropdown-menu {
   display: block;
}
#navbar {
  text-align: center;
}
.top-dropdown {
	left: 50%;
	transform: translate(-50%, 0);
}
.top-dropdown li a {
	padding: 7px 11px!important;
}
.side-icon {
    width: 25px;
    font-size: 19px;
    margin-top: 2px!important;
}
.top-dropdown li a {
	padding: 10px 11px!important;
}
  
@media (max-width: 767px) {
	ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
  .top-dropdown {
	left: 50%;
	transform: translate(-50%, 0);
	margin-left: 0px;
  }
  
  /* .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   } */

}
 
@media (max-width: 1440px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

/* end header dropdown menu */


/* documentation page css*/
section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#tabs{
	/* background: #007b5e;
    color: #eee; */
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    background: #f27935!important;
    /* border-bottom: 4px solid !important; */
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    /* border: 1px solid transparent; */
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #fff;
    font-size: 14px;
} 
nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 5px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
    border: 1px solid #ccc;
}

.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    /* border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c; */
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  /* border: none; */
    background: #f27935;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

nav .nav-tabs {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.tab-content>.active {
    display: block;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.pb-3, .py-3 {
    /* padding-bottom: 1rem!important; */
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.add-documentation {
	float: right;
    margin: 1% auto;
}
/* .fade:not(.show) {
    opacity: 0;
} */
.tab-content>.active {
    display: block;
}
.tab-content>.tab-pane {
    display: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}

#customers {
  border-collapse: collapse;
  width: 100%;
  /* margin-top: 5%; */
}
#customers tbody tr { 
	box-shadow: none!important;
}
#customers tbody { 
	background: #fff;
}
#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center!important;
}

/* #customers tr:nth-child(even){background-color: #f2f2f2;} */

/* #customers tr:hover {background-color: #ddd;} */

#customers th {
  padding-top: 5px;
  padding-bottom: 5px;
  /* text-align: left; */
  background-color: #f27935;
  color: white;
}
#sprintcontainer {
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
    background-color: transparent;
    border: 0;
    margin-top: 5%;
}
.highlight {
    border: 1px solid yellow;
    background-color:yellow;
}
.task-list {
    background-color: white;
    border-left: 2px solid #D8D8DC!important;
    border-right: 2px solid #D8D8DC!important;
    border-top: 2px solid #D8D8DC!important;
    border-bottom: 2px solid #D8D8DC!important;
    /* box-shadow: 0 1px 1px 0 rgba(50, 50, 50, 0.75); */
    float: left;
    height: 100%;
    margin: 0;
    min-height: 240px;
    padding: 15px;
    text-align: center;
    /* width: 50%; */
}
.task-list input, .task-list textarea {
    width: 240px;
   /*  margin: 1px 5px; */
}
.task-list input {
    height: 30px;
}
.todo-task {
    margin: 5px;
    padding: 5px;
    cursor: move;
}
.task-body {
       background-color: #ffffff;
    width: 100%;
    box-shadow: 0 0 13px 1px #ddd;
    /* min-height: 40px; */
    padding: 10px 0px;
    clear: both;
}
.task-header {
    background-clip: padding-box;
    background-color: #eee;
    border-radius: 2px 2px 0 0;
    color: black;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    height: auto;
    text-align: left;
    padding-left: 10px;
    position: relative;
}
.task-footer {
    background-clip: padding-box;
    background-color: #EBEBEB;
    border-radius: 0 0 2px 2px;
    color: gray;
    height: 22px;
    position: relative;
}
.task-no {
    float:left;
    padding: 2px;
}
/* .task-type {
    float:left;
    padding: 2px;
} */
.task-date {
    float:left;
    padding: 2px;
}
.task-list input[type="button"] {
    width: 100px;
    margin: 5px;
}
.todo-task > .task-header {
   /*  font-weight: bold; */
}
.todo-task > .task-date {
    font-size: small;
    font-style: italic;
}
.todo-task > .task-description {
    font-size: smaller;
}
#delete-div {
    display: none;
    background-color: #fff;
    border: 3px dotted #000;
    margin: 10px;
    height: 75px;
    line-height: 75px;
    text-align: center;
}
.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}
.task-title {
    color: #484545;
    padding-left: 10px;
    text-align: left;
    font-size: 11px;
}
.inputbottom {
	margin-bottom: 10px;
}
.report-content {
	background: #f9f9f9;
	margin-top: 2%;
    margin-bottom: 2%;
}
.move-bg {
    margin-right: 5px;
    width: 48%;
    max-height: 300px;
    height: 300px;
    overflow-y: auto;
}
.move-bg1 {
    width: 51%;
    max-height: 300px;
    height: 300px;
    overflow-y: auto;
}
.report-search {
	padding: 0px 4px;
}
.report-search .input-group {
	width: 100%;
}
.report-search .input-group .input-group-btn {
	width: 1%;
}
.report-search .input-group-btn .btn {
	margin-top: 1px;
	border: 1px solid #ccc!important;
	padding-bottom: 4px!important;
}
.ui-state-highlight {
	border: none;
}
.documentation {
    background: #fff;
    margin: 0px 10px 10px;
}
.modal-width {
	width: 99%;
}
.btn-primary {
    font-size: 12px;
    padding: 2px 5px;
}
.documentation-body {
	padding: 20px 10px;
}
.documentation-body tr {
    /* box-shadow: 0 0 13px 1px #ddd; */
    box-shadow: 0 0 13px 1px #c1bdbd;
}
#tabs label {
	width: 100%!important;
}
.dataTables_filter input, .dataTables_filter select, .dataTables_length input, .dataTables_length select {
	box-shadow: inset 0 0 5px 4px #e9e9e9;
}
table.dataTable thead th, table.dataTable thead td {
	padding: 10px!important;
}
#deleteModal p {
	text-align: center;
}
#deleteModal .modal-dialog {
	width: 450px;
}
.modal-open {
	padding-right: 0px!important;
}
.btn-edit {
	margin-right: 5px;
}
.popup-button:hover {
	color: #000!important;
}
#updateAndDownloadReportModal p{
	color: #000;
}
.documentation textarea{
	padding: 5px 2px;
    max-width: 100%;
    border: 1px solid #ccc!important;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
}
.search-button {
	border-left: none;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /* border-radius: 4px; */
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
}
.search-button button {
	padding: 0px 10px;
    background: transparent;
    border: none;
    margin: 0px;
    box-shadow: none!important;
}
.search-button button:hover {
    background: transparent!important;
    box-shadow: none!important;
}
.search-button button:active {
    background: transparent!important;
    box-shadow: none!important;
}
#form-height {
	overflow-y: auto;
    height: 200px;
    max-height: 200px;
    background: #fff;
}
.add-documentation i{
	padding-right: 5px;
}
.modal .modal-header {
    padding: 10px 26px!important;
}
.alert-succes {
	background: #fff;
}
.alert-warning {
	background: #fff;
}
.alert-colors {
	color: green;
}
.alert-colors1 {
	color: red;
}
.alert-colors .close {
	margin-right: 80px;
}
.alert-colors1 .close {
	margin-right: 80px;
}
.btn-secondary:hover {   
    color: #fff;
    background: #000!important;
    border-color: #000!important;
}
.dropdown-scroll {
	height: auto;
    max-height: 350px;
    overflow-x: hidden;
}
#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 50px;
	background-color: #f9f9f9;
}

#style-2::-webkit-scrollbar
{
	width: 6px;
	background-color: #f9f9f9;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 50px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #f9f9f9;
}
.logo-padding {
	padding: 0px 12px;
}

/* Start relationship page css */

#form1 {
margin: 0;
padding: 0;
font-family:sans-serif,Arial;
font-size:10pt;
}
.tree {
white-space: nowrap;
/* min-width: 800px; */
/* min-height:500px; */
overflow-x: auto;
}
.tree ul {
padding: 20px 0px 20px;
position: relative;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
.tree li {
display: table-cell;
text-align: center;
list-style-type: none;
position: relative;
padding: 20px 5px 0 5px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
/*We will use ::before and ::after to draw the connectors*/
.tree li::before, .tree li::after {
content: '';
position: absolute;
top: 0;
right: 50%;
border-top: 1px solid #ccc;
width: 50%;
height: 20px;
}
.tree li::after {
right: auto;
left: 50%;
border-left: 1px solid #ccc;
}
/*We need to remove left-right connectors from elements without any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
display: none;
}
/*Remove space from the top of single children*/
.tree li:only-child {
padding-top: 0;
}
/*Remove left connector from first child and right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after {
border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
border-right: 1px solid #ccc;
border-radius: 0 5px 0 0;
-webkit-border-radius: 0 5px 0 0;
-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after {
border-radius: 5px 0 0 0;
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
}
/*Time to add downward connectors from parents*/
.tree ul ul::before {
content: '';
position: absolute;
top: 0;
left: 50%;
border-left: 1px solid #ccc;
width: 0;
height: 20px;
}
.tree li div {
border: 1px solid #ccc;
/* padding: 5px 10px; */
text-decoration: none;

color: #fff;
font-family: arial, verdana, tahoma;
/* font-size: 11px; */
display: inline-block;
/* min-width: 80px;
min-height: 30px; */
/* border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px; */
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}
.tree li div span:hover {
	color: #fff;
}
.tree li div span:active {
	color: #fff;
}
.tree li div span:focus {
	color: #fff;
}
.tree li div strong {
	background: #fff;
	color: #000;
	display: inline-block;
	/* width:90px; */
	padding: 0px 5px;
	font-size: 13px;	
}
.tree li div .planned {
background-color:#1f77b4;
display: inline-block;
/* width:90px; */
padding:5px;
    border-radius: 0px!important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
}
.tree li div .actual {
background-color:#2ca02c;
display: inline-block;
/*  width:90px;  */
padding:5px;
border-radius: 0px!important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
}
.tree li div .variance {
background-color:#ff0000;
display: inline-block;
/* width:90px; */
padding:5px;
border-radius: 0px!important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
}
.tree li div .weightage {
background-color:#f27935;
display: inline-block;
/*  width:90px;  */
padding:5px;
border-radius: 0px!important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
}
.tree li div .spacer {
background-color:lightblue;
display: inline-block;
width:10px;
}
/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li div:hover, .tree li div:hover + ul li div {
/* background: #c8e4f8;
color: #000; */
border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li div:hover + ul li::after,
.tree li div:hover + ul li::before,
.tree li div:hover + ul::before,
.tree li div:hover + ul ul::before {
border-color: #94a0b4;
}
#form1 {
	background: #fff;
}

/* End relationship page css */
.tablegrap-bg {
	box-shadow: 0 0 13px 1px #c1bdbd;
	padding: 10px;
}
.report-table {
	border: 1px solid #ccc;
}
.text-bg span { background: #ddd; color: #000;}
.text-bg span span {
	background: #000;
	color: #fff;
}





@media (min-width: 576px) {
	.pr-sm-0, .px-sm-0 {
	    padding-right: 0!important;
	}
	.pl-sm-0, .px-sm-0 {
	    padding-left: 0!important;
	}
}


@media (min-width:1920px) {

}
@media only screen and (max-width:1440px) {
.timeline_body {
width: 100%!important;
text-align: center;
}
}
@media only screen and (max-width:750px) {

}
@media only screen and (max-width:1080px) {

}
@media only screen and (max-width: 1024px){
	html:not(.ie9) body.progressbody {
		overflow-y: scroll!important;
	}	
}
@media only screen and (max-width: 767px){
	.user-logout {
        bottom: 40px!important;
	    left: 50%!important;
	    transform: translate(-50%, 0);
	    margin-left: 0px;
	}
	#cssmenu .submenu-button {
	    position: absolute;
	    z-index: 1;
	    display: block;
	    height: 46px;
	    width: 100%;
   }
	
}
@media only screen and (min-device-width: 414px) and (max-device-width: 767px) and (orientation:portrait) {
      .embed-responsive-16by9 {
    	padding-bottom: 65.25%
	}
}
@media only screen and (max-width: 414px){
	.embed-responsive-16by9 {
    	padding-bottom: 102.25%;
	}
	.mobile-view .dropdown-submenu {
    	height: 80px!important;
	}  
	.other-dropdown .side-icon {
		width: 40px!important;
	} 
	#mobile-content {
	    left: 9%!important;
	    transform: translate(-5%, 0);
	}
}

@media only screen and (max-width: 767px){	
	.move-bg {
	    margin-right: 2px;
	}
}

