label {
	margin-bottom: 0;
	margin-top: 5px;
}

.min-h-50 {
	min-height: 50px;
}

.mt-0 {
	margin-top: 0!important;
}

.mt-10 {
	margin-top: 10px!important;
}

.mt-30 {
	margin-top: 30px;
}

.ml-15 {
	margin-left: 15px!important;
}

.ml-20 {
	margin-left: 20px!important;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.pt-10 {
	padding-top: 10px!important;
}

.pt-20 {
	padding-top: 20px;
}

.pb-10 {
	padding-bottom: 10px!important;
}

.pb-20 {
	padding-bottom: 20px;
}

.a-default {
	color: #9A9A9A;
}

.d-block {
	display: block;
}

.d-inline {
	display: inline;
}

.d-inline-block {
	display: inline-block;
}

.d-none {
	display:none;
}

.text-lighter {
	color: #66615b;
}

.li-group-header p i {
	margin: 0 10px 0 5px;
}

.logo .simple-text {
	max-width: 220px;
	max-height: 220px;
}

@media (max-width: 525px) {
	.xs-d-none {
		display:none;
	}
}

.sidebar-divider {
	border-bottom: 1px solid rgba(102, 97, 91, 0.3);
	margin: 20px 20px 15px 20px;
}

@media (max-width: 991px) {
	.off-canvas-sidebar .nav > li > a {
		padding: 5px 0;
	}
	
	.off-canvas-sidebar .nav > li > a .caret {
		float: none;
		position: relative;
		top: 5px;
		margin-left: -10px;
	}
	
	.navbar {
		/*position: fixed;
		width: 100%;
		top:0;*/
	}
	
	.xs-mt-60 {
		margin-top: 60px;
	}

	.navbar .navbar-brand {
		margin:0;
	}
	
	.li-group-header p i {
		margin: 0 10px 0 0;
	}
	
	.sidebar-divider {
		border-bottom: 1px solid rgba(102, 97, 91, 0.3);
		margin: 20px 0 15px 0;
	}

	.sidebar-last-li {
		border-top: 1px solid rgba(102, 97, 91, 0.3);
	}
	
	.sidebar-last-li a {
		padding: 15px 0!important;
	}
	
	.nav-social {
		width: 100%;
		text-align: center;
	}
	
	.logo .simple-text {
		max-width: 200px;
	}
	
	.footer nav ul li {
		padding: 10px 15px 0 15px;
		margin: 15px 3px 0 3px;
	}
	
	.table-responsive {
		padding: 0!important;
	}
	
	.li-group-header p:after {
		width: 5em;
	}

	li.sidebar-user p {
		margin: 10px 0px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: unset!important;
	}

	li.sidebar-user .sb_title {
		margin: 15px 0 0 0;
		padding-left: 10px;
		padding-right: 10px;
		line-height: unset;
		font-weight: 200;
	}

}

@media (min-width: 992px) {
	.li-group-header {
		padding: 5px 20px;
	}
	
	.sidebar-last-li p {
		border-top: 1px solid rgba(102, 97, 91, 0.3);
	}
	
	.sidebar-last-li p, 
	.sidebar-last-li a i {
		padding: 15px 0;
	}

	li.sidebar-user p {
		margin: 10px 0px;
		padding-left: 25px;
		padding-right: 25px;
		line-height: unset!important;
	}

	li.sidebar-user .sb_title {
		margin: 15px 0 0 0;
		padding-left: 25px;
		padding-right: 25px;
		line-height: unset;
		font-weight: 200;
	}
}

.navbar-default {
    background-color: red;
    border-bottom: 1px solid #DDDDDD;
}

.navbar-default .navbar-brand {
    color: #eee;
}

.navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #eee;
}

.navbar-default .navbar-nav > li > a:not(.btn) {
    color: #eee;
}
.navbar-default .navbar-nav > li > a:not(.btn):hover {
    color: #fff;
}

.dropdown-menu {
	background-color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 0 15px;
}

.sidebar .nav i, .off-canvas-sidebar .nav i {
    font-size: 20px;
    float: left;
    margin-right: 10px;
    line-height: 27px;
    width: 25px;
    text-align: center;
}

.bg-dark {
	background: rgba(0,0,0,1);
	opacity:0.5!important;
	margin-top: 60px;
}

footer .nav-social ul li a i {
	font-size: 2rem;
}

.m-10 {
	margin: 10px;
}

.mt-10 {
	margin-top: 10px;
}

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

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.gtco-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}


form .form-control {
	padding: 5px 10px;
}

.item_sort:after {
	position: absolute;
	content: "";
	height: 1px;
	background-color: #aaa;
	width: calc(100% - 135px);
	margin-left: 10px;
	top: 45%;
}

.text-bold {
	font-weight: 600!important;
	color: black!important;
}

.text-black {
	color: black!important;
}

.fs-16 {
	font-size: 16px!important;
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

::-webkit-scrollbar-track {
	border-radius: 0;
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #68b3c8;
}

.maxw-180 {
	max-width: 180px;
}

.panel-body {
	padding: 15px 0;
}

.panel-collapse {
	padding: 15px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px 0;
}

.sidebar-wrapper ul.navbar-nav li a {
	padding-left: 10px;
}

table tbody tr td.isAmount {
	text-align: right;
}

.listcompany p {
	font-size: 14px;
}

.listcompany span.company_name {
	font-size: 14px;
	font-weight: 700;
	color: #66615b;
	display: block;
	margin: 10px 0;
	height: 40px;
    overflow-y: scroll;
}

.listcompany .category_item label {
	max-width: 190px;
	cursor: pointer;
	margin: 5px 0px;
	padding: 5px;
}

.listcompany .category_item .img-container {
	height: 100px;
}

.listcompany .category_item .img-container img {
	margin: auto;
	height: 100px;
}

.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label {
  box-shadow: 0 0 3px 3px #68b3c8;
}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label {
  transition: 300ms all;
}

.sidebar-last-li {
	margin-top: 15px;
}

.aChangeCompany, .addNewCompany {
	color: #68B3C8!important;
	opacity: 1!important;
	font-weight: bold!important;
}

.text-left {
	text-align: left!important;
}

.topnav-text {
	line-height: 30px;
}

.bootstrap-select .dropdown-menu {
	width: 100%!important;
}

.tab-content {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.page-tabs>li>a {
	padding: 10px 15px;
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}