/* Global element styles */
body {
	padding-top: 40px;
}

.sw-page-header {
	margin-bottom: 10px;
	border-bottom: 1px solid #F05A38;
}

/* Global Template styles */
#footer {
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #F05A38;
}

#sw-carousel {
	margin-top: -22px;
	margin-bottom: 10px;
}

.carousel img {
    min-width: 100%;
}

.carousel-caption {
	max-width: 100%;
	padding: 10px;
    margin:0 auto;
    margin-top: 100px;
    text-align:center;
    background: rgba(0, 0, 0, 0.70);
}
/* Full Calendar Customizations */
.fc-header-title h2 {
	font-size: 12px;
	margin: 0;
}

/* Open Drop-down Menus On Hover */
@media ( min-width : 991px) {
	ul.nav li.dropdown:hover>ul.dropdown-menu {
		display: block;
	}
}

.navbar .dropdown-menu {
	margin-top: 0px;
}

table.text-center {
	text-align: center;
}

td.text-center {
	text-align: center;
}

th.text-center {
	text-align: center;
}

.table-condensed-rpt th, .table-condensed-rpt td {
	padding: 1px 1px;
	font-size: 10px;
}

/* Bootstrap Overrides */
hr {
	margin: 5px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #F05A38;
}

.form-actions {
	padding: 12px 12px 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}

.nav-tabs {
	border-bottom: 1px solid #F05A38;
	margin-bottom: 10px;
}

/* Bread Crumb color adjustments */
.breadcrumb>li>.divider {
	color: #282828;
}

.breadcrumb>.active {
	color: #282828;
}

/* Stylized upload file button */
.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity = 0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

/* Bill Garrity updates for nav bar wrapping 7/10/16 */
.navbar-header a{
    display:inline-block;
}
.navbar>div>div>ul.navbar-nav{
    display:inline-block;
    float:right;
}
ul.nav.navbar-nav li a{
    padding:10px 12px 2px!important;
}
ul.nav.navbar-nav li:last-child{
    margin:0!important;
    float:right;
}
.navbar ul li ul.dropdown-menu li{
    float:none!important;
}
@media (max-width: 999px) {
    ul.nav.navbar-nav li a{
        padding:10px 5px!important;
    }    
}
@media (max-width: 767px) {
    .navbar-collapse.collapse.in ul{
        float:none;
        margin:0 0 15px 0!important;
        padding:0!important;
        width:100%;
    }
    .navbar-collapse.collapse.in ul li{
        margin:0!important;
    }    
    .navbar-collapse.collapsing ul{
        float:left;
        width:100%;
        margin:0!important;
        padding:0!important;        
    }
    .navbar-collapse.collapsing ul li{
        margin:0!important;
        padding:0!important;
 
    }
    .navbar-collapse.collapse.in ul li:last-child{
        float:none
    }  
}
.btn-sw {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.table-rpt-row-bordered {
  border-top: 2px solid #848484;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.table-rpt-row-bordered > thead > tr > th,
.table-rpt-row-bordered > tbody > tr > th,
.table-rpt-row-bordered > tfoot > tr > th,
.table-rpt-row-bordered > thead > tr > td,
.table-rpt-row-bordered > tbody > tr > td,
.table-rpt-row-bordered > tfoot > tr > td {
  border-top: 2px solid #848484;
  border-bottom: 2px solid #848484;
}

.caret-right {
    margin-left: 6px;
	border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

/* To fix Summernote - Insert link modal dialog margins */
.note-editor .modal-body .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.warning-icon {
    font-size: 3rem;
    float: left;
}

/* ===== Fractional Bootstrap Columns ===== */
/* Custom fractional columns */
.col-sm-1-25,
.col-sm-1-5,
.col-sm-2-5 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
} 

/* widths for small/desktop screens iPad landscape/portrait */
@media (min-width: 768px) {
	.col-sm-1-25 { width: 10.416667%; } /* 1.25 */
	.col-sm-1-5  { width: 12.5%; }      /* 1.5 */
	.col-sm-2-5  { width: 20.833333%; } /* 2.5 */
} 

/* For mobile (<768px): stack them full width */
@media (max-width: 767px) {
	.col-sm-1-25,
	.col-sm-1-5,
	.col-sm-2-5 {
		width: 100%;
	}
}

/* ===== Fractional Bootstrap Columns for print ===== */
@media print {
	/* Ensure columns still float and respect width */
	.col-sm-1-25,
	.col-sm-1-5,
	.col-sm-2-5 {
		float: left !important;
		position: relative !important;
		min-height: 1px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	/* Use same fractional widths as desktop */
	.col-sm-1-25 { width: 10.416667% !important; } /* 1.25 */
	.col-sm-1-5  { width: 12.5% !important; }      /* 1.5 */
	.col-sm-2-5  { width: 20.833333% !important; } /* 2.5 */
}
