
.skyline_title {font-size:20px;border-bottom:1px solid black;margin-bottom:10px;font-weight:bold;}

.skyline_h1 {font-size:24px;margin-bottom:10px;font-weight:bold;}

.skyline_footer {
	margin-top: 10px;
	font-size: 0.8em;
	text-align: center;
}

.os-featured-header {
	font-weight:bold;
	font-size:1.4em;
}

.option-separator {
	background-color: #eeeeee;
}

.option-header {
	background-color: #cccccc;
}

.image-folder-contents {
	max-height:300px;
	overflow-y:auto;
}
.tab-pane {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	padding:10px;
	background-color: #ffffff;
}

.footer-notification {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	margin-bottom:0px;
}

.form-control {
	font-size:16px !important;
}

.os-input-field {
	font-size:16px !important;
}

.highlight {color: #006699; font-weight:bold;}

h1 {font-size:24px;margin-bottom:10px;font-weight:bold;}
h2 {font-size:20px;margin-bottom:10px;font-weight:bold;margin-top:0px;}

.pad-top-10 {padding-top:10px !important;}
.pad-top-20 {padding-top:20px !important;}
.pad-left-20 {padding-left:20px !important;}
.pad-bottom-10 {padding-bottom:10px !important;}
.pad-right-20 {padding-right:20px !important;}

.margin-top-xs {margin-top:5px;}
.margin-top-sm {margin-top:10px;}
.margin-top-md {margin-top:20px;}
.margin-top-lg {margin-top:40px;}
.margin-top-xl {margin-top:80px;}

.margin-left-sm {margin-left:10px;}
.margin-left-md {margin-left:20px;}

.margin-right-sm {margin-right:10px;}

.margin-bottom-sm {margin-bottom:10px;}

.pad-sm {padding:10px;}

.no-wrap {white-space: nowrap;}

.field-note {
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}

.list-group-condensed a {
	padding: 5px 10px;
}

.hr-bottom-thin {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.hr-top-thin {
	border-top: 1px solid #f0f0f0;
	margin-top: 10px;
	padding-top:5px;
}

.hr-top-thin-dark {
	border-top: 1px solid #dddddd;
	padding-top: 10px;
}

legend.small {
	font-size: 16px;
	margin-bottom: 10px;
}

legend.large {
	font-size: 110% !important;
	color: #006699 !important;
}
.text-bold {font-weight:bold;}
.text-strike {text-decoration: line-through;}

.button-checkbox {margin-top:2px;display:inline-block;}
.button-radio {margin-top:2px;display:inline-block;}

.align-left {text-align:left !important;}

.legend-small {font-size:inherit;font-weight:bold;}

.table-white {background-color:#ffffff;}

.well-header {
	font-size:1.5em;
	font-weight:bold;
}

.well-condensed {
	padding: 10px;
}

.well-xs {
	padding: 5px;
	margin: 3px;
}

.fieldset-border {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px lightgray solid;
    padding: 10px;
}

.fieldset-white {
	background-color: #ffffff;
}

.fieldset-border legend {
	display: block;
	width: auto;
	padding: 0 5px;
	margin-bottom: 0;
	font-size: 0.8em;
	line-height: inherit;
	border: auto;
	border-bottom: none;
	font-weight:bold; 
	color:#777777;
}

.fieldset-input-label {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px lightgray solid;
    padding-left: 10px;
    padding-bottom: 5px;
}

.fieldset-input-label legend {
	display: block;
	width: auto;
	padding: 0 5px;
	margin-bottom: 0;
	font-size: 0.8em;
	border: auto;
	border-bottom: none;
	font-weight:bold; 
	color:#777777;
}


.hr-top {
	border-top: 1px solid lightgray;
	padding-top: 10px;
	margin-top: 10px;
}

.hr-top-no-margin {
	border-top: 2px solid lightgray;
}

.cursor-pointer {
	cursor: pointer;
}

.fc-state-selected {
	background-color: #DBE7E5 !important;
}

.well-dark {
  background-image: -webkit-linear-gradient(top, #c4e7e1 0%, #DBE7E5 100%);
  background-image: -o-linear-gradient(top, #c4e7e1 0%, #DBE7E5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4e7e1), to(#DBE7E5));
  background-image: linear-gradient(to bottom, #c4e7e1 0%, #DBE7E5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc4e7e1', endColorstr='#ffDBE7E5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.well-green {
	background-color:#01e84e !important;
	background-image:none !important;
	color:black;
}

.well-grey {
	background-color:#e5e4ea !important;
	background-image:none !important;
	color:black;
}

.well-white {
	background-color:#ffffff !important;
	background-image:none !important;
	color:black;
}

.well-danger {
	background-color:#fddce0 !important;
	background-image:none !important;
	color:black;
}

.reportTable {
    border:1px solid black;
    border-collapse:collapse
}

.reportTable td,th {padding:5px;}

.reportTable th {
    font-weight:bold;
    background-color:#e7e7e7;	
    border-bottom: 1px solid black;
    font-size:14px;
}

.centerSplashx {
    max-width: 500px;
    max-height: 400px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

.centerSplash {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

    .vertical-center {
      min-height: 100%; 
      min-height: 100vh; 
      display: flex;
      align-items: center;
    }
    
.dropzone .dz-message {
    font-weight: 400;
    font-size: 1.4em;
}

.image-library {
	border: 2px solid transparent;
	padding: 5px;
	cursor: pointer;
}

.coupon-blank {
	border: 2px solid transparent;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
}


.image-library-selected-warning {
	border: 2px solid #faebcc;
	background-color: #fcf8e3;
}


.image-library-selected {
	border: 2px solid #bce8f1;
	background-color: #d9edf7;
}

.list-sub-header {
	background-color: lightgray;
	font-weight: bold;
	padding: 5px;
}

.text-sm {
	font-size:0.8em;
}

.text-md {
	font-size:1.2em;
}

.text-lt {
	color:#666666;
}

.text-lightest {
	color: #999999;
}

.text-strike {
	text-decoration: line-through;
}

@media (max-width: 767px) {
  .hide-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hide-sm {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hide-lg {
    display: none;
  }
}
@media (min-width: 0px) {
  .hide-xl {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

.overlay {
	z-index:5001;display:none;position:absolute;width:100%;height:100%;padding:0;margin:0;border:0;left:0px;top:0px;
	background-color:#ffffff;
	opacity:0.40;
	MozOpacity:0.40;
	filter:alpha(opacity=40)
}

.ajaxOverlay {
	z-index:5001;display:none;position:fixed;top:50%;left:50%;margin-top:-50px;margin-left:-50px;
}

.alert-condensed {margin-top:5px;margin-bottom:5px;padding:5px;}

/* custom radio buttons */
/* Customize the label (the container) */
.custom-radio, .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

.custom-radio input, .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0px;
  width: 0px;
  display:none;
}

/* Create a custom radio button */
.custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}



.custom-checkbox .checkmark {
	position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f3f3f3;
  border:1px solid #bbb;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark, .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark, .custom-checkbox input:checked ~ .checkmark {
  background-color: #337ab7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after, .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-radio-small {
	font-size: 14px;
	font-weight:bold;
}

.custom-checkbox-empty {
	padding-left: 16px;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-radio-xs {
  display: inline;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

.custom-radio-xs .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}

.custom-radio-white .checkmark {
	background-color: #fff;
}


.custom-radio-xs {
	font-size: 0.8em;
	font-weight: bold;
}

.custom-checkbox-xs {
  display: inline;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

.custom-checkbox-xs .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 2px;
}

.custom-checkbox-white .checkmark {
	background-color: #fff;
}

.custom-checkbox-xs {
	font-size: 0.8em;
	font-weight: bold;
}

.custom-checkbox-xs .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-radio-xs .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.table-borderless td,
.table-borderless th {
    border: 0 !important;
}

.input-readonly {
	background-color: #faf2cc !important;
}

.report-table {
	border-collapse: separate;
	border-spacing: 5px 0px;
}

.report-table th {
	text-decoration:underline;
}

.report-table th,
.report-table td {
	padding: 5px;
	font-size: 10px;
}

.btn-condensed {
	padding:1px 6px;
}

/* dialog */
.modal-header {
	background-color: #f5f5f5;
}

.popup-menu {
	position: absolute;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	background-color: #fff;
	padding: 10px;
	z-index: 600;
	box-shadow: 1px 1px 8px #666666;
}

.site-menu-list-item {
	padding: 5px 10px;
	border: 1px solid transparent;
	cursor: pointer;
}

.site-menu-list-item:hover {
	border: 1px solid lightgray;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #666666;
	background-color: #f9f9f9;
}

.input-group-small .input-group-addon {font-size: 0.8em !important;}
.input-group-small input {font-size: 0.8em !important;height:26px !important;padding 3px 6px !important;}

.greyOverlay {
	z-index:1000;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.40;
	MozOpacity:0.40;
	filter:alpha(opacity=40);
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
}

.greyOverlayContent {
	z-index:1000;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#faf592;
}

.table > thead > tr > td.deleted,
.table > tbody > tr > td.deleted,
.table > tfoot > tr > td.deleted,
.table > thead > tr > th.deleted,
.table > tbody > tr > th.deleted,
.table > tfoot > tr > th.deleted,
.table > thead > tr.deleted > td,
.table > tbody > tr.deleted > td,
.table > tfoot > tr.deleted > td,
.table > thead > tr.deleted > th,
.table > tbody > tr.deleted > th,
.table > tfoot > tr.deleted > th {
  background-color: #474747;
  color: #fafbfc;
}
.table-hover > tbody > tr > td.deleted:hover,
.table-hover > tbody > tr > th.deleted:hover,
.table-hover > tbody > tr.deleted:hover > td,
.table-hover > tbody > tr:hover > .deleted,
.table-hover > tbody > tr.deleted:hover > th {
  background-color: #474747;
  color: #fafbfc;
}

.panel-condensed {margin-bottom: 0px;}
.panel-condensed > .panel-heading {padding:0px 5px;}
.panel-condensed > .panel-body {padding:2px 5px;}

.table-condensed {
  margin-bottom: 5px !important;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 1px;
}

.table-auto {width: auto !important;}