@media (min-width: 768px) {
    .form-inline .form-control {
	width: 100%;
    }
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

html, body {
   background-color: #F0F0F0;
}
.text-center {
    text-align: center;
}
.content {
    padding: 80px 20px 20px 20px;
    height: 100%;
}
.text-light {
    color: #777;
}
.panel-default {
    background-color: white !important;
}

.navbar-header {
    width: 100% !important;
}

.page-divider {
    width: 100%;
    margin: 10px auto; 
    background-color: #F0F0F0; 
    height: 2px;
}

.margin-y-20 {
    margin-top: 20px;
}

.margin-y-5 {
    margin-top: 5px;
}

#sidebar-wrapper {
    padding-top: 80px;
    z-index: 200;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    background: #262B33;
}

select.form-control {
    overflow: auto;
}

@media(min-width: 768px) {
    .content {
	margin-left: 165px;
    }
    #sidebar-wrapper {
	width: 165px;
    }
    .sidebar-nav i {
	float: right;
    }
    .sidebar-nav .dropdown-menu li a {
	padding-left: 30px;
    }
    .dash-row .panel-body {
	height: 250px;
	text-align: center;
    }
    .dash-row canvas {
	width: 100%;
	max-height: 200px;
    }
    .graph-big canvas {
	max-width: 100%;
    }
    .report-graphs canvas {
	width: 100%;
	max-height: 200px;
    }
}

@media(max-width: 768px) {
    .content {
	margin-left: 75px;
    }
    #sidebar-wrapper {
	width: 75px;
    }
    .sidebar-nav i {
	float: none !important;
	text-align: center;
    }
    .sidebar-nav .dropdown-menu li a {
	padding-left: 0px;
    }
    .vertical-align-container {
	display: block !important;
    }
    .dash-row canvas {
	max-height: 100px;
    }
    .graph-big canvas {
	max-width: 100%;
    }
    .report-graphs canvas {
	max-height: 200px;
    }
}

.sidebar-nav {
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.sidebar-nav li {
    text-indent: 10px;
    line-height: 50px;
    font-size: 1.1em;
    display: block;
}

.sidebar-nav i {
    font-size: 1.2em;
    vertical-align: middle;
    line-height: inherit;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    padding: 0px 10px;
    color: #999999;
    clear: both;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li  a.active {
    color: #fff !important;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.navbar-collapse.collapse {
display: block!important;
}

.navbar-nav>li, .navbar-nav {
float: left !important;
}

.navbar-nav.navbar-right:last-child {
margin-right: -15px !important;
}

.sidebar-nav .dropdown-menu {
    width: 100%;
    background: #2c313a;
    box-shadow: none;
}

.sidebar-nav .dropdown-menu li {
    background-color: inherit;
    max-width: 100%;
    color: inherit;
}

.login-wrapper {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: #262B33;
    padding: 100px 0px;
    z-index: 1050;
}

.login-window {
    z-index: 1051;
}

table.dataTable {
    width: 100% !important; /* fix responsive bug */
}

.option-box {
    color: #444;
    font-size: 1.2em;
    font-weight: lighter;
}

.option-box > div:hover {
    background-color: #b6ddfb;
    cursor: pointer;
}

.option-box-arrows {
    font-size: 1.5em;
    color: #ccc;
}
.option-box-arrows i {
    padding: 20px 0px;
}

.vertical-align-container {
    display: flex;
}

.vertical-align-child {
    align-self: center;
}

.input-group-addon {
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    background-color: #F0F0F0;
}

.invoice-panel {
    font-size: 1.1em;
}

.approvals-col {
    min-height: 60px;
    text-align:  center;
}

.approvals-col iframe {
    height: auto;
}

.approvals-col img {
    max-width: 100%;
}