/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 60px;
  	padding-bottom: 20px;
	
  	-webkit-font-smoothing: antialiased;
  	-webkit-overflow-scrolling: touch;
}

input[type=text], input[type=password], textarea {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}

.container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.navbar-inverse {
	background-color: #efefef;
}

.navbar-brand {
    padding: 0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #3273D1;
}

a {
   	-moz-transition: all 0.2s linear;
   	-webkit-transition: all 0.2s linear;
   	-o-transition: all 0.2s linear;
   	transition: all 0.2s linear;
}

a:hover, a:focus {
    color: #3273D1;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #3273D1;
    color: #ffffff;
}

.margin-left-10 {
	margin-left: 10px;
}

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

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

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

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

.green {
	color: #18bc9c;
}

.orange {
	color: #f39c12;
}

.red {
	color: #e74c3c;
}

.btn {
	border-width: 1px;
}

label {
	font-weight: normal;
}

.btn-default {
    background-color: #fff !important;
    border-color: #ddd !important;
    color: #505050 !important;
}

.btn-default:hover {
    background-color: #ecf0f1 !important;
    border-color: #e5e5e5 !important;
    color: #2c3e50 !important;
}

footer a {
	color: #ccc;
}

footer a:hover {
	text-decoration: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 175px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    background-color: #ccc !important;
    border: none !important;
    box-shadow: none !important;
    left: 8px !important;
    top: 12px !important;
}

table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 16px !important;
    margin-left: -8px !important;
    margin-top: -8px !important;
    border-radius: 0 !important;
    content: "\e081" !important;
	font-family: 'Glyphicons Halflings' !important;
	color: #2c3e50 !important;
}

table.dataTable.dtr-column > tbody > tr.parent td.control::before, table.dataTable.dtr-column > tbody > tr.parent th.control::before {
    background-color: transparent !important;
    content: "\e082" !important;
}

.control {
	min-width: 30px;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent !important;
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 500px;
}

.bootstrap-datetimepicker-widget.bottom::before, .bootstrap-datetimepicker-widget.bottom::after, .bootstrap-datetimepicker-widget.top::before, .bootstrap-datetimepicker-widget.top::after  {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.bootstrap-datetimepicker-widget {

}

div.dropdown-menu {
    border: 2px solid #2c3e50 !important;
    box-shadow:none !important;
}

.jumbotron {
    padding-bottom: 28px !important;
    padding-top: 28px !important;
}

.mandatory {
    color: #b94a48;
    margin-left: 2px;
}

.modal-backdrop.in {
    opacity: 0.8 !important;
}

.modal-backdrop {
    background-color: #fff !important;
    opacity: 0.8 !important;
}

.clickable tbody tr:hover  {
	cursor: pointer;
}

.input-filter-sm {
	width: 60px !important;
	border: none !important;
	padding: 0;
}

.input-filter {
	width: 100% !important;
	border: none !important;
	padding: 0;
}

.dataTable thead th input[type="text"] {
    background: rgba(0, 0, 0, 0) url("../img/filter.png") no-repeat scroll 0px center;
    font-weight: 400;
    padding-left: 20px !important;
    height: 25px !important;
}

.info-buttons a {
  	background-color: #fafafa;
  	border: 1px solid #ddd;
  	color: #505050;
  	display: block;
  	padding: 10px 12px;
  	position: relative;
  	text-align: center;
  	margin-bottom: 30px;
}

.info-buttons a:hover {
    background-color: #ecf0f1;
    border-color: #e5e5e5;
    color: #2c3e50;
    text-decoration: none;
}

.info-buttons a span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}

.info-buttons a strong {
  position: absolute;
  right: -1px;
  top: -1px;
  line-height: 1.5;
}

.info-buttons a .glyphicon {
	font-size: 20px;
}

.block-inner {
    display: block;
}

.alert h3 {
	margin: 0;
}

.alert hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.alert span {
	margin-right: 10px;
}

div.dataTables_wrapper div.dataTables_info {
    white-space: normal !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

.help-block-info {
    color: #597ea2;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

.alert-danger {
    background-color: #fdf5f5;
    border-color: #eed3d7;
    color: #923e3c;
}
.alert {
    border-radius: 2px;
    font-weight: 600;
    padding: 13px 14px 14px;
    margin-bottom: 30px;
}

.alert-danger hr {
    border-top-color: #eed3d7;
}

.alert hr {
    margin: 12px -14px;
}


.callout {
    border-left: 3px solid #eee;
    margin: 0 0 35px;
    padding: 20px;
}

.callout-info {
    background-color: #f2f7f9;
    border-color: #1992c2;
}

.callout h3 {
    margin-bottom: 6px;
    margin-top: 0;
}

.callout-info h3 {
    color: #1992c2;
}

button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    color: #000;
}

.panel {
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 30px;
}

.panel-default > .panel-heading {
    background-color: #fafafa;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ecf0f1 !important;
}

.panel div.dataTables_wrapper div.dataTables_info {
    padding: 8px 15px 15px;
}

.panel div.dataTables_wrapper div.dataTables_paginate {
    padding: 8px 15px 15px;
}

.panel table.dataTable {
	border-collapse: collapse !important;
}

.panel .table-bordered {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ecf0f1;
}

.panel table.dataTable {
    margin-top: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 15px;
}

.panel div.dataTables_wrapper div.dataTables_filter {
    margin: 15px;
}

.statistics {
  	font-size: 0;
  	line-height: 1;
  	margin: 0;
  	padding: 0;
  	text-align: center;
  	width: 100%;
  	margin-bottom: 30px;
}

.panel .statistics {
	margin-bottom: 0;
}

.statistics > li {
  	display: inline-block;
  	margin: 5px 25px 5px 0px;
  	min-width: 130px;
  	position: relative;
  	text-align: left;
}


.statistics-info {
  	margin-bottom: 8px;
}

.statistics-info > a {
  	display: inline-block;
  	float: left;
  	margin-right: 8px;
}

.statistics-info > a > i {
  	color: white;
  	display: block;
  	margin: 0;
  	padding: 5px 6px 6px;
}

.statistics-info > strong {
  	display: block;
  	font-size: 22px;
  	font-weight: 600;
  	margin-top: 2px;
}

.statistics > li > span {
  	display: block;
  	font-size: 11px;
  	font-weight: 600;
  	margin-top: 8px;
  	text-transform: uppercase;
}

.statistics .progress {
  	margin-bottom: 0;
}

.page-header::after {
    clear: both;
    content: "";
    display: table;
}

.page-header {
    border: 0 none;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #ecf0f1;
    box-shadow: 0px 3px 0px 0px white, 0px 4px 0px 0px #e4e9ea;
    margin-bottom: 30px;
}

.page-title {
    float: left;
}

.page-title h3 {
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 40px 0;
}

.header-info-buttons {
    float: right;
    z-index: 10;
}

.page-header small {
    color: #597ea2;
    display: block;
    font-size: 16px;
    margin: 8px 0 0;
}

.header-buttons .well, .header-progress .well, .header-statistics .well, .header-search .well, .header-info-buttons .well, .header-select .well, .header-bar-stats .well {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    padding: 0;
}

.header-info-buttons .info-buttons {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.info-buttons::after {
    clear: both;
    content: "";
    display: table;
}

.header-info-buttons .info-buttons li:first-child {
    margin-left: 0;
}
.header-info-buttons .info-buttons li {
    float: left;
    margin-left: 15px;
}

.header-info-buttons .info-buttons a {
    margin: 21px 0;
    padding: 8px 14px;
    white-space: nowrap;
}

th.dt-center, td.dt-center { 
	text-align: center; 
}

table.dataTable tbody td {
  	vertical-align: middle;
}

.pagination > li > a,
.pagination > li > span {
  	color: #505050;
  	background-color: #fafafa;
  	border: 1px solid transparent;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  	color: #2c3e50;
  	background-color: #ecf0f1;
  	border-color: transparent;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  	color: #505050;
  	background-color: #f4f4f4;
  	border-color: transparent;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  	color: #b5b5b5;
  	background-color: #fcfcfc;
  	border-color: transparent;
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.nav-tabs {
    margin-bottom: 20px;
}

.nav-tabs > li > a {
	color: #2c3e50;
}

.nav-tabs.nav-tabs-highlight > li.active > a, .nav-tabs.nav-tabs-highlight > li.active > a:focus, .nav-tabs.nav-tabs-highlight > li.active > a:hover {
    border-top-color: #2196f3;
}
.nav-tabs.nav-tabs-highlight > li > a, .nav-tabs.nav-tabs-highlight > li > a:focus, .nav-tabs.nav-tabs-highlight > li > a:hover {
    border-top-width: 2px;
    border-radius: 0;
}

.nav-tabs.nav-justified.nav-tabs-highlight > li > a, .nav-tabs.nav-justified.nav-tabs-highlight > li > a:focus, .nav-tabs.nav-justified.nav-tabs-highlight > li > a:hover {
    border-top-width: 2px;
}

.clash .fc-time:before {
    font-family: 'Glyphicons Halflings';  
    content: "\e101";
    margin-right: 4px;
    color: red;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.clash .fc-list-item-title:after { 
    content: "Clash";
    margin-left: 10px;
    color: red;
}

@media(max-width:767px){
	.container-fluid {
    	padding-left: 28px !important;
		padding-right: 28px !important;
	}
	.form-actions .text-center {
		text-align: right;
	}
	
	.table tr.filter-row {
    	display: none;
	}
	
	.datatable-header {
		display: inline-block !important;
	}
	
	.statistics > li {
  		display: block;
  		margin: 5px 0px 15px 0px;
	}
	
	.info-buttons a span {
    	font-size: 13px;
	}
	
}
@media(min-width:768px){
	
}
@media(min-width:992px){}
@media(min-width:1200px){}
@media(max-width: 992px){}