/* The html and body elements at 100% to force footer to bottom */
html {
  height: 100%; }

body {
  padding: 62px 0; }

.navbar-brand {
  padding: 10px 15px; }
  .navbar-brand img {
    height: 40px; }

.navbar-head,
.navbar-foot {
  background: #343434; }
  .navbar-head .nav > .active,
  .navbar-foot .nav > .active {
    background: #444444; }
  .navbar-head .navbar-nav > li > a,
  .navbar-foot .navbar-nav > li > a {
    line-height: 29px; }
  .navbar-head a,
  .navbar-foot a {
    color: #3f9fc5;
    font-weight: bold; }
    .navbar-head a:hover,
    .navbar-foot a:hover {
      color: black; }
  .navbar-head .navbar-toggle,
  .navbar-foot .navbar-toggle {
    border-color: #ddd; }
    .navbar-head .navbar-toggle .icon-bar,
    .navbar-foot .navbar-toggle .icon-bar {
      background-color: #ccc; }
  .navbar-head i,
  .navbar-foot i {
    font-size: 18px; }

#main-content {
  margin: 5px 15px; }

.navbar-foot .navbar-text {
  margin: 8px 15px; }

.navbar-foot {
  min-height: 0; }

#response .alert {
  padding: 2px;
  margin: 0 5px;
  float: left;
  font-size: 0.8em;
  font-weight: bold; }
  #response .alert .close {
    opacity: 1;
    margin: 0 3px;
    padding: 2px;
    font-size: 1.1em;
    color: black;
    background: #999; }

.secondary-menu {
  height: 40px;
  min-height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  background: #eee;
  overflow: hidden; }
  .secondary-menu .pagination {
    margin-top: 5px; }
  .secondary-menu .btn-group {
    margin-top: 5px; }

.pagination-text {
  padding-left: 10px;
  color: #777;
  float: left; }

.ss-intranet-folder i,
.ss-intranet-file i {
  margin-right: 20px; }

form {
  display: inline; }

form.dropzone {
  display: block; }

label {
  font-weight: bold; }

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

th.required,
.required > label {
  color: #9D261D; }

.ss-lines {
  margin-bottom: 0; }

.ss-lines .form-control {
  height: 24px;
  font-size: 12px;
  padding: 0 6px; }

.ss-lines tbody > tr > td {
  padding: 4px; }

.input-group-btn .btn-sm {
  height: 30px; }

.form-control {
  border-radius: 0; }

select.input-sm {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url("../images/arrow-down.png") top right no-repeat;
  line-height: 1;
  padding-right: 30px; }

.input-sm {
  font-size: 14px; }

.text-right input {
  text-align: right; }

.input-time {
  width: 60px;
  text-align: right; }

input[type=number] {
  text-align: right; }

input.text-center {
  text-align: center; }

input.text-left {
  text-align: left; }

textarea.textarea-lg {
  height: 200px; }

textarea.textarea-md {
  height: 100px; }

.switch {
  position: relative;
  margin: 20px auto;
  height: 26px;
  width: 120px;
  background: rgba(0, 0, 0, 0.25); }

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 58px;
  line-height: 26px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  cursor: pointer; }

.switch-label:active {
  font-weight: bold; }

.switch-label-off {
  padding-left: 2px; }

.switch-label-on {
  padding-right: 2px; }

.switch-input {
  display: none; }

.switch-input:checked + .switch-label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  transition: 0.15s ease-out; }

.switch-input:checked + .switch-label-on ~ .switch-selection {
  background-image: linear-gradient(to bottom, #4fc9ee, #3aa2d0);
  left: 60px;
  /* Note: left: 50% doesn't transition in WebKit */ }

.switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 58px;
  height: 22px;
  background: #65bd63;
  transition: left 0.15s ease-out; }

.table-list {
  table-layout: fixed;
  background: white; }

.table-list tbody > tr > td, .table-list tbody > tr > th {
  overflow: hidden; }

.table-list thead th, .table-list tfoot th {
  background: #ccc; }

table.sorted .sortable {
  padding-left: 15px;
  position: relative; }

table.sorted .sortable.text-right {
  padding-left: 0;
  padding-right: 15px; }

table.sorted .sortable:after {
  content: '\2195';
  position: absolute;
  left: 5px; }

table.sorted .sortable.text-right:after {
  content: '\2195';
  position: absolute;
  right: 5px; }

.modal-header,
.modal-footer {
  padding: 10px 20px;
  margin: 0; }
  .modal-header .nav > li > a,
  .modal-footer .nav > li > a {
    padding: 4px 10px;
    margin-right: 10px; }

.modal-header .btn {
  margin-top: -4px; }

.modal-xlg {
  width: 80%; }

.panel-heading .nav > li > a,
.panel-footer .nav > li > a {
  padding: 4px 10px;
  margin-right: 10px; }

.ss-bar-segment {
  display: block;
  text-align: center;
  float: left; }

.ss-calendar {
  background: #AAA;
  font-weight: bold;
  font-size: 11px;
  clear: both;
  overflow: hidden;
  box-sizing: border-box; }

.ss-cal-day-header,
.ss-cal-day.header {
  height: 44px;
  min-height: 44px;
  line-height: 44px;
  background-color: #cacaca;
  color: #353535;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 0px #fff; }

.ss-cal-header a {
  color: white; }

.ss-cal-day-header h4,
.ss-cal-day.header h4 {
  margin: 0;
  line-height: 44px;
  color: #353535;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

.ss-cal-day {
  float: left;
  display: inline;
  border: 1px solid white;
  border-bottom: none;
  margin-bottom: 4px;
  width: 16%;
  min-height: 190px;
  overflow: hidden;
  line-height: 18px;
  background-color: #f5f5f5;
  box-sizing: border-box; }

.ss-calendar-week .ss-cal-day {
  width: 14.285%; }

.ss-cal-day.empty {
  background-image: url(../../img/lines-white-big.png); }

.ss-cal-day.Saturday,
.ss-cal-day.Sunday {
  width: 10%; }

.ss-cal-day.today {
  background: bisque; }

.ss-cal-day h5 {
  /* 	margin: 0 10px;  */
  margin: 0 0;
  padding: 0 1em;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: .125em;
  text-align: right;
  text-indent: 1em;
  color: #454545; }

.ss-cal-day p {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  padding: 5px; }
  .ss-cal-day p a {
    color: black; }

.ss-cal-day p:hover {
  cursor: pointer; }

/* calender detail popup */
/*

.ss-cal-day .diary-detail {
	text-align: left;
	width: 100%;	
	position: relative;
	padding: 10px;
	
}
.ss-cal-day .diary-detail * {
	margin: 0 0;
	height: auto;
	line-height: 18px;
	letter-spacing: 0;
	text-indent: 0;
	color: #222;
}
.ss-cal-day .diary-detail h3 {
	margin: .5em 0;
}
.ss-cal-day .diary-detail h2,
.ss-cal-day .diary-detail h3 {
	color: #90267f;
}

.diary-detail a.outstanding { color: #fd3615; }
.diary-detail a.complete 	{ color: #696969; }

.diary-detail .diary-detail-campaigns { height: 200px; overflow: scroll;  }
*/
.ss-shadow {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

.table tr.row-md td {
  line-height: 30px; }

.fa {
  vertical-align: middle; }

.fa-blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes blinker {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes blinker {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.ss-textover {
  position: relative; }

.ss-textover::after {
  content: attr(data-text);
  position: absolute;
  top: 0.6em;
  color: black;
  left: .2em;
  font-size: 0.6em;
  font-weight: bold; }

.alert > h2 {
  margin-top: 5px; }

.alert h4 {
  line-height: 1.5; }

.btn {
  border-color: #ccc; }

button.bg-info:hover,
input.bg-info:hover {
  background-color: #afd9ee; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu .pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.ss-list-group li {
  overflow: hidden;
  margin: 1px 0; }

.list-group-item.bg-danger {
  background-color: #f2dede; }

.badge-primary {
  background-color: #428bca; }

.badge-success {
  background-color: #5cb85c; }

.badge-info {
  background-color: #5bc0de; }

.badge-warning {
  background-color: #f0ad4e; }

.badge-danger {
  background-color: #d9534f; }

.dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
  height: 40px; }

.ss-files {
  min-height: 200px; }

.ss-file {
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin: 4px 2px;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16); }

[draggable] {
  user-select: none;
  cursor: move; }

.droppable.ss-drag-over {
  border: 2px dashed #000 !important; }

.ss-block-sm {
  display: inline-block;
  height: 30px;
  width: 30px; }

.bg-purple {
  background: #eae7ee; }

.text-purple {
  color: #584b6a; }

hr {
  margin: 14px 0; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle; }

.navbar-brand > img {
  display: inline; }

.alert > h3 {
  margin-top: 5px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap; }
