﻿.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 2px;
}

.validation-summary-valid {
	display: none !important;
}

.input-group.date > input[type=text] {
	padding-right: 0 !important;
}

.fa-circle.green {
	color: green;
}

.fa-circle.ns {
	color: ns;
}

.fa-circle.orange {
	color: orange;
}

.fa-circle.red {
	color: red;
}

.margin-top {
	margin-top: 10px !important;
}
.margin-left {
	margin-left: 10px !important;
}
.margin-right {
	margin-right: 10px !important;
}
.margin-bottom {
	margin-bottom: 10px !important;
}

.no-side-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

 .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}

.notifications {
    position: absolute;
    right:5px;
    top: 10%;
    z-index: 1;
}

.notifications .alert {
    padding-bottom: 0 !important;
    padding-top: 5px !important;
}

.notifications h1 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 !important;
    margin-bottom: 5px;
}

.notifications p {
    margin: 0;
}

.table > tbody > tr.odd:hover {
	cursor: pointer;
}

.table > tbody > tr.even:hover {
	cursor: pointer;
}

.table > tbody > tr.result-row:hover {
	cursor: pointer;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	left: 0 !important;
}


table.dataTable thead > tr > th {
	padding-left: 30px !important;
	padding-right: 0 !important;
}

.select2-customselector {
	width:100% !important;
}

/* Custom CSS */

.sidebar-menu>li.status-item {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.main-footer {
	border-radius: 0;
	height: 37px;
	padding: 8px 15px;
	border-color: #ddd;
}

.content-header {
	background: #fff !important;
    padding: 20px 35px;
    position: relative;
	border-bottom: 1px solid #ddd;
}

.content-header > h1 {
	font-size: 30px;
    font-weight: 300;
	display: inline-block;
}

.content-header>.breadcrumb {
	padding: 13px 18px;
	font-size: 14px;
}

.content-header .logo-block {
	float: right;
}

.content-header .logo-block img {
	height: 33px;
}

.language-menu > a {
	padding: 13px 15px !important;
	display: inline-block;
}

.language-menu > a:hover {
	background: rgba(0,0,0,0.1);
}

.language-menu .dropdown-menu {
	border-radius: 0;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.language-menu .dropdown-menu a {
	padding: 7px 14px;
}

.content {
	padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
}

.tab-content {
	padding-top: 0 !important;			
}
    

.btn {
	border-radius: 0;
	transition: background-color 0.15s linear;
	transition: border 0.15s linear;
}

td .btn {
	margin-right: 5px;
}

.table>tbody>tr>td {
	padding: 5px;
	vertical-align: middle;
}

.table > thead > tr > th {
	padding: 10px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
	top: 10px;	
}

.panel-default {
	border-radius: 0;
}

.panel-default>.panel-heading {
    font-size: 18px;
    font-weight: 300;
    margin: 0 20px;
	padding: 20px 0;
    border-bottom: 1px solid transparent;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.panel-heading h3 {
	font-size: 18px;
	display: inline-block;
}

.panel-body {
    padding: 15px 20px 20px;
}

.panel-heading .tools {
	float: right;
	margin-right: 10px;
}

.panel-heading .tools a {
	line-height: 28px;
	display: inline-block;
	margin-left: 5px;
	font-size: 21px;
	line-height: 28px;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
}

label {
	font-weight: 600;
}

.dropdown-menu {
	border-radius: 0;
}

.select2-container--bootstrap .select2-selection, .select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--open .select2-dropdown--above, 
.select2-container--default .select2-selection--single, .select2-container--open .select2-dropdown--below, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .alert {
	border-radius: 0;
}

.select2-container--default .select2-selection--single {
	height: 34px;
	line-height: 31px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}

.select2-container {
	width: 100% !important;
}
.nav-pills>li>a {
	border: 0;
	background: #f7f7f7;
    margin-right: 10px;
}