﻿.no-top-margin {
	margin-top: 0px;
}
.no-bottom-margin {
	margin-bottom: 0px;
}

.top-margin-20 {
	margin-top:20px;
}

.bottom-margin-20 {
    margin-bottom:20px;
}

.cropper-container {
	height: 280px;
	width: 280px;
}
.padding-10 {
    padding: 10px;
}
.padding-20 {
    padding: 20px;
}
.gray-bg {
    background-color: #e7eaec;
}
.font-small {
    font-size: 10px;
}
.table-title {
    background-color: #d9dee1;
    font-weight: bold;
    width: 200px;
}
.spaced {
	margin-top: 5px;
	margin-bottom: 10px;
}

.mini-navbar .nav-logo {
	display:none;
}

.profile-image {

    width: 120px;
    float: left;
}

.profile-image img {
    width: 96px;
    height: 96px;

}
.profile-image p {
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	margin-bottom: 8px;
	line-height: 30px;
}

.datatable-bottom .dataTables_info {
    float: left;
}

.datatable-bottom .dataTables_paginate {
    float:right;
}

.dataTables_filter input[type="search"] {
	margin-left: 10px;
}

.navbar {
	min-height: 60px;
}

/*
	Select2 Custom CSS
*/
.select2-container.select2-container--default .select2-selection--single {
	font-size: 14px;
	height: 34px;
	width: 100%;
	outline: 0;
	border: 1px solid #e5e6e7;
	border-radius: 0px;
	font-size: 14px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.select2-container.select2-container--default.select2-container--open .select2-dropdown,  .select2-container.select2-container--default.select2-container--open .select2-selection--single,
.select2-container.select2-container--default .select2-selection--single:focus {
	border: 1px solid #72c02c;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 0px;
	border: 1px solid #72c02c;
	outline: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #72c02c;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}
.select2-search__field {
	border-color: #72c02c;
	border-radius: 0px;
}

.field-validation-error {
	color: #a94442;
	font-size: 10px;
}

.btn-add-row {
	margin-top: 5px;
}

.full-width {
	width: 100%;
}

tr.group,
tr.group:hover {
	font-weight: bold;
	text-transform: uppercase;
    background-color: #ddd !important;
}
.nav.navbar-right > li >a:hover {
    color: #333;
}
.warnings {
	outline: 0;
}
.widget a.font-big {
    font-size: 72px;
}
.widget a.link {
    font-weight: bold;
    color: #72c02c;
}
.widget a.link:hover {
    color: #66ab27;
}
.widget a.link-white {
    font-weight: bold;
    color: #FFF;
}
.widget a.link-white:hover {
    color: #DDDDDD;
}
.widget-text-box.transaction {
	padding: 0;
}

.widget-text-box.transaction .middle {
	padding: 15px 20px;
	background-color:#66ab27;
	color:#FFFFFF;
}

.widget-text-box.transaction .bottom {
	padding: 15px 20px 20px 20px;	
}

.widget-text-box.transaction .bottom div.label {
	margin-bottom: 20px;
}

.widget-text-box.transaction .top {
	padding: 20px 20px 15px 20px;
	background-color: #72c02c;
	color: #FFFFFF;
}

.widget-text-box.transaction .top .header {
	margin: 0;
	line-height: 44px;
}

.widget-text-box.transaction .top .transaction-date {
	font-size: 12px;
	background-color: #66ab27;
	color: #FFFFFF;
}

.widget-text-box.transaction .top i {
	float: right;
	font-size: 44px;
}
.dataTables_scrollBody thead tr .sorting::after, .dataTables_scrollBody thead tr .sorting_desc::after {
	display:none;
}
.table img {
	border: 1px solid #e5e6e7;
	background: #e5e6e7;
}

th, td { 
	white-space: nowrap;
}

div.dataTables_scrollBody { 
	min-height: 0%; 
}
.dataTables_wrapper .dataTables_processing {
	background-color: #72c02c;
	color: #FFFFFF;
	padding: 5px 0px;
	text-align: center;
}
.form-control {
	line-height: 14px;
}
select.input-sm {
	height: 35px;
}
tr.selected {
	background-color: #c6e5aa !important; 
}

.table.column-search tfoot th input {
	width: inherit;
}
.ibox-title h5 {
	white-space: nowrap;
	overflow: hidden;
	width: 45%;
	line-height: 16px;
}
.location-list {
	width: inherit;
	white-space: normal;
}

/*
    General Table
*/
.table th.actions {
    min-width: 150px !important;
    width: 220px;
}

/*
    Nav sidebar
*/
.nav > li > a > i, .nav-second-level li a > i {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.nav > li > a > .nav-label {
    display: inline-block;
    width: 139px;
}
.nav-second-level li a {
    width: 200px;
}

/**
    Form
*/
.form-header {
   background-color: #72c02c;
   padding: 15px;
   margin-bottom: 15px;
}
.form-header h3{
    color: #FFFFFF;
    line-height: 34px;
    margin: 0;
}
.form-title {
     margin-bottom: 0;
}
.form-section {
    padding: 15px;
    border-left: 1px solid #e5e6e7;
    border-right: 1px solid #e5e6e7;
    border-bottom: 1px solid #e5e6e7;
}

.item-wrapper {
    padding-bottom: 20px;
}
