body header.top .navbar-right>li:nth-child(3), body header.top .navbar-right>li:nth-child(4), body header.top .navbar-brand{
	display: none !important;
}

body.embed_standalone .chart-header .header ul.dropdown-menu li:nth-of-type(3), body.embed_standalone .chart-header .header ul.dropdown-menu li:nth-of-type(5)  {
  display: none !important;
}

body.embed_standalone .grid-container{
	margin:16px;
	margin-top:48px;
}

body.embed_standalone .dashboard .dragdroppable .dashboard-header{
	display: none;
}

body.standalone .dashboard .dashboard-header .action-button{
	display: none !important;
}

body.standalone .dashboard .dashboard-header .fave-unfave-icon
{
	display: none !important;
}

body.standalone .dashboard > div:first-child {
	display: none;
}

body .container{
	width:calc(100% - 32px) !important;
	margin-left:16px !important;
	margin-right:16px !important;
	    margin-top: 16px;
} 

body .panel .table-responsive {
    padding: 0;
}

body .panel-heading{
	/*display:none;*/
}

body .list-search-container{
	display: none;
}

body span.list-add-action{
	position: fixed !important;
    right: 16px !important;
    bottom: 16px;
    top:auto !important;
     z-index: 1000;
}

body .list-add-action .btn.btn-sm {
	padding: 20px !important;
    border: none !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

body .list-add-action .btn.btn-sm:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

body .list-add-action .btn.btn-sm i{
	width: 20px;
    font-size: 20px;
}

body .navbar-nav > li > a::after{
	background-color:#1bbc9b !important;
}

body .tooltip-inner, body .tooltip-arrow{
	display: none;
}


body .list-container .pagination-container {
    padding-right: 16px;
}

body .navbar-inverse .navbar-toggle {
    background-color: #333;
    float: left;
    margin-left: 16px;
}

body .btn-primary{
	background-color:#1bbc9b !important;
	color: #fff;
}

body .btn-primary[disabled] {
	color: #fff !important;
}

body a{
	color: #333;
}

@media(max-width:800px){
	body.embed_standalone .grid-row.background--transparent{
		display: block
	}
	body .navbar-inverse .navbar-nav>li.active>a,body .navbar-inverse .navbar-nav>li>a:focus,body .navbar-inverse .navbar-nav>li>a:hover {
    background: transparent;
    border-bottom: none;
    margin-bottom: 0px;
}	
	body .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e5e5e5;
	}
	
	body.embed_standalone .resizable-container{
		    width: calc(100vw - 42px) !important;
		    height: auto !important;
		    max-width: none !important;
		    min-width: 0px !important;
		    margin-bottom: 16px !important;
	}
}

/*readonly*/
.auditor .chart-header .btn-group{
	display: none;	
}