/* Put your css in here */
body, input, select, textarea, p, button {
  font-family: 'Ubuntu', sans-serif !important;
  font-size: small;
  }

*:focus
{
    outline: none;
}

  
.ng-scope {
  /* border: 1px solid firebrick; */
}

input {
	background-color: white;
	border: thin solid lightgrey;
}

select {
  line-height: 20px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  font-size: small;
  width: auto;
}

th {
  font-weight: normal;
}

.page {
  position: absolute;
  background-color: whitesmoke;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.topbar {
	position: absolute;
	top: 10px;
	left: 20px;
	right: 20px;
	height: 30px;
}

.topbar .menu {
	
}

.topbar .menu li {
	display: inline-block;
}


.wrapper {
	position: absolute;
	/*background-color: white;
	border: thin solid lightgrey;*/
	top: 60px;
	left: 20px;
	bottom: 2.5em;
	right: 20px;
}

.sidebar {
  position: absolute;
  border: thin solid lightgrey;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  box-shadow: 0 1px 0 #FFFFFF inset;
  top: 0;
  left: 0;
  bottom: 0;
  width: 28%;
  border-radius: 5px;
}

.content {
  position: absolute;
  background-color: white;
  /* border: thin solid lightgrey; */
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* overflow: auto; */
  border-radius: 5px;
}

.content-part {
  width: 70%;
}

.content.part.bordered {
  border: thin solid lightgrey;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  box-shadow: 0 1px 0 #FFFFFF inset;
}

.content-bordered {
  border: thin solid lightgrey;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  box-shadow: 0 1px 0 #FFFFFF inset;
}

.content-overflow {
  overflow: auto;
}
  
#main-content {
	
}

.footer {
  position: absolute;
  bottom: 0.25em;
  left: 20px;
  right: 20px;
  height: 2em;
}

.popup {
  position: absolute;
  left: 40%;
  top: 0px;
  padding: 10px;
  background-color: blue;
  color: white;
}


.list-header {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  height: 20px;
  background-color: whitesmoke;
  color: black;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom: thin solid lightgrey;
}

.list-content {
  position:absolute;
  top: 20px;
  bottom: 20px;
  width:100%;
  overflow: auto;
}

.list-content td {
  padding: 1px;
}

.list-footer {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0px;
  left: 0px;
  height: 20px;
  background-color: #06C;
  color: white;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
}

.list-button {
  cursor:pointer;
}

.list-button:hover {
  text-decoration: underline;
}

.contact {
  border-top: thin solid transparent;
  border-left: thin solid transparent;
  border-right: thin solid transparent;
  border-bottom: thin solid lightgrey;
  }

.contact:nth-child(1) {
  border-top: thin solid lightgrey;
}

.contact-data {
  padding: 3px;
  }
  
.contact:hover {
  background-color: #fafafa;
  cursor: pointer;
  border-left: thin solid grey;
  }
  
.selected-true {
  background-color: #eef;
  border-left: thin solid #06c;
  }


.linen {
  background-image: url(/img/linen_bg_tile.jpg); background-repeat: repeat;
}

.linen-light {
  background-image: url(/img/ios-linen-light-gray.png); background-repeat: repeat;
}
  
.numberbox {
	text-align: center;
}

.weekcalendar {
	width: 100%;
}

.weekcalendar th {
	font-weight: normal;
	background-color: whitesmoke;
	border-bottom: thin solid lightgrey;
	text-align: center;
}



.weekcalendar th:nth-child(1) {
	width: 12.5%;
}

.weekcalendar th:nth-child(n+1) {
	width: 12.5%;
}

.weekcalendar tr:nth-child(n+1){
	border-bottom: thin dotted #efefef;
}

.weekcalendar tr:nth-child(4n){
	border-bottom: thin solid lightgrey;
}

.weekcalendar td {
	height: 20px;
	width: 12.5%;
}

.weekcalendar td:first-child {
	text-align: center;
	color: grey;
	font-size: small;
}

.weekcalendar td:nth-child(2n+2) {
	background-color: #f8f8f8;
}

.weekcalendar .timeslot-hover {
	font-size: 8px;
	color: grey;
	text-align: center;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.weekcalendar-bar {
  width: 100%;
  background-color: whitesmoke;
}

.weekcalendar-bar td:nth-child(1){
  text-align: left;
}

.weekcalendar-bar td:nth-child(2) {
  text-align: center;
  width: 100%;
  padding-right: 10px;
  color: grey;
}



.booking {
	position: absolute;
	background-color: #7B7;
	border: thin solid green;
	color: white;
	font-size: x-small;
}

.link {
  color: #0088CC;
  cursor: pointer;
}

.link:hover {
    text-decoration: underline;
}


.omnisearch-box {
  margin: 2px;
}

.omnisearch-result-list {
  position: absolute;
  background-color: white;
  color: grey;
  /*border: thin solid lightgrey;*/
}



.omnisearch-result-entry:focus{
  background-color: white;
  border-bottom: thin solid lightgrey;
  cursor: pointer;
  padding: 1px 3px;
}

.omnisearch-result-list .focused {
  background-color: whitesmoke;
  color: #06c;
}

.omnisearch-result-entry {
   padding: 5px;
   border-bottom: thin solid lightgrey;
}

.omnisearch-result-entry:focus {
   background-color: whitesmoke;
}

.omnisearch-result-entry:hover {
   background-color: whitesmoke;
}



/*
.omnisearch-result-list:hover {
  background-color: whitesmoke;
  color: #06c;
}*/

.worker-services-table {
  background-color: white;
}

.worker-services-table td {
  padding: 3px 5px;
}

.worker-services-matrix-wrapper table th {
  text-align: center;
  vertical-align: middle;
}

.worker-services-matrix-wrapper table td {
  text-align: center;
  vertical-align: middle;
}

.form-label {
  color: grey;
}

.section-label {
  font-size: small;
  color: grey;
}

.my-btn-group {}

.my-btn-group:after{
  clear: none;
};

.note-text-wrapper {
  cursor: pointer; 
  padding: 5px; 
  background-color: white; 
  border: thin solid lightgray; 
  border-radius: 5px;
}

.centered {
  text-align: center;
}

.smokey {
  background-color: whitesmoke;
}

.label-light {
  font-weight: normal;
  font-size: x-small;
  color: grey;
  background-color: white;
  border: thin solid lightgray;
}

.shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.correct {
  background-color: #efe;
}

.incorrect {
  background-color: #fee;
}

.selectable {
  cursor: pointer;
}

.selectable:hover {
  border: thin solid blue;
}

.reset-margin {
  margin: 0px;
}

.list-entry {
  padding: 3px;
  background-color: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  box-shadow: 0 1px 0 #FFFFFF inset;
}

.list-entry:hover {
  border-right: 1px solid gray;
}

.section-entry {
  padding: 10px;
  background-color: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  box-shadow: 0 1px 0 #FFFFFF inset;
}

.sortable-item {
  list-style-type: none;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 5px;
  border: thin solid lightgray;
  background-color: whitesmoke;
}

.table tbody tr.muted td {
  /*background-color: #f2dede;*/
  color: lightgray;
}

.panel {
  margin-bottom: 20px;
}

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

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

.clickable {
  cursor: pointer;
}

.clickable:hover {
  text-decoration: underline;
}

.view-bordered {
  border: thin solid lightgray;
}

.view-scrolled {
  overflow: auto;
}

.nowrap {
  white-space: nowrap;
}

.width-auto {
  width: auto;
}

.margin-reset {
  margin: auto;
}

.bring-to-front {
  z-index: 1000000000000000;
}



/*  Client Details Popover -- Start */

.popover-menu-option {
  padding: 8px 14px;
  border-left: 1px solid #DDDDDD;
  box-shadow: 1px 0px 0 #FFFFFF inset;
  color: #0088cc;
  cursor: pointer;
}

.popover-menu-option:hover {
  border-bottom: 1px solid gray;
}

.popover-menu-option.selected {
  border-bottom: 1px solid #0088cc;
}

button.close {
  line-height: 14px;
}

.popover-tabbed {
  width: auto;
  max-width: none;
}

.popover-title-header {
  color: #ddd;
  /*text-shadow: 0 1px 0 white;*/
  text-shadow: 0px 2px 3px white;
  margin-right: 20px;
}

.popover-tabbed .popover-content {
  padding: 0px;
  max-height: 400px;
  overflow-y: scroll;
}



/*  Client Details Popover  -- End */


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

.btn.btn-narrow {
  padding: 2px 5px;
}


omni-search .hovered {
 background-color: whitesmoke;
}

omni-search .selected {
  background-color: #eef;
}



/* Main.html stylings */

a.index:hover {
  text-decoration: none;
}
  

.icon-awe-white {
  color: white;
}

.icon-awe-gray {
  color: gray;
}

.icon-6x {
  font-size: 6em;
}

.icon-8x {
  font-size: 8em;
}

.icon-10x {
  font-size: 10em;
}
  

.main-features {
  margin-top: 10px;      
}

.main-title {
  margin-left: auto;
  margin-right: auto;
  width: 775px;
}

.big-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
}

.big-section-title {
  margin-top: 20%;
}

.feature-item li {
  font-size: medium;
  line-height: 30px;
}


.alert-warning {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853;
}


.double-spacing {
  line-height: 2em;
}


.degrade {
  background: #f6f8f9; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
  background: linear-gradient(135deg,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.jumbotron {
  /* background:#9d261d; */
  /* border-bottom:1px solid #721c15; */
  padding:90px 0 48px;
  text-shadow:2px 2px 2px #333;
}

.navbar-divshot {
  background: #425867;
  background: linear-gradient(top, #4d657a 0%, #425867 100%);
}

.jumbotron.divshot {
  margin: 0;
  margin-bottom: 30px;
  padding: 90px;
  background: #425867;
  background: linear-gradient(top, #4d657a 0%, #425867 100%);
  border-radius: 0px;
}


.jumbotron.divshot h1 {
  font-size: 100px;
  color: white;
}

.jumbotron.divshot p {
  color: white;
}

h4.tagline {
  height: 2em;
}


.other-features h5 {
  height: 2em;
}
.other-features p {
  margin-top: 10px;
  height: 3em;
  margin-bottom: 2em;
}

.feature {
  height: 10em;
}

/* Main.html stylings -- End */

.colorpicker-color-box {
  height: 16px;
  width: 16px;
  display: inline-block !important;
  margin-top: 5px;
  border: thin solid gray;
  }
  
.colorpicker-text {
  display: inline-block !important;
  line-height: 16px;
  }
  
.colorpicker-item {
  width: 100%;
  height: 100%;
  display: inline-block !important;
}

.color-tag-list {
    list-style-type: none;
    height: 8px;
    background: white;
    padding: 0px;
    margin: 0;
    border: thin solid whitesmoke;
    display: inline-block;
}

.color-tag-item {
    width: 8px;
    height: 8px;
    float: left;
}

.appointment-glow {
  box-shadow: 0 0 15px rgba(255, 0, 0, 1);
}