body {
	font-size: 11px;
}
.form-control {
	font-size: 11px;
	color: #273746;
}
.modal-body {
	padding-left: 30px; 
	padding-right: 30px;
}

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

.adv-table .dataTables_info, .dataTables_paginate {
	padding-bottom: 0px;	
}

table.table thead th {
	text-align: center;
}

.form-btn {
	height: 30px;
}

.btn-dark {
	background-color: #344860;
    border-color: #344860;
    color: #FFFFFF;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
    background-color: #576F8F;
    border-color: #576F8F;
    color: #FFFFFF;
    font-weight: 600;
}

.form-group label {
	padding-left: 0px;
	padding-right: 0px;	
}

button {
	font-size: 11px !important;
}

.sweet-alert h2 {
	font-size: 20px;
}

.pr0 {
	padding-right: 0px;
}

.pl5 {
	padding-left: 5px;
}

.pb2 {
	padding-bottom: 2px;
}

.pt2 {
	padding-top: 2px;
}

.column.sortable-moving {
	opacity: .2;
}

tr {
	background: white !important;
}

.bgSchedule {
	background: #F8F9F9 !important;
}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

input[type="password"] {
	font:small-caption;
	font-size:11px;
}