/*** Reset ***/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a,
img {
  border: 0; }

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto; }

/*** Base ***/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-smooth: always; }

body {
  background-color: #66120b; }

/* Clearfix */
.clear, .row {
  *zoom: 1; }

.clear:before, .row:before,
.clear:after,
.row:after {
  display: table;
  line-height: 0;
  content: ""; }

.clear:after, .row:after {
  clear: both; }

/* Container */
.container {
  width: 1080px;
  padding: 60px 30px;
  margin: 0 auto; }
  .container.container-medium {
    width: 710px; }
  .container.container-small {
    width: 340px; }

/* Vertical Align */
.valign {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }
  .valign .valign-middle {
    display: table-cell;
    vertical-align: middle; }
  .valign .valign-bottom {
    display: table-cell;
    vertical-align: bottom; }

/* Responsive Line Breaks */
@media screen and (min-width: 500px) {
  .br {
    display: block; } }

/* Boxes */
/* Auth Header */
#auth-header {
  background-color: #e23923;
  color: #ffffff;
  text-align: center; }
  #auth-header .container {
    padding-top: 5px;
    padding-bottom: 5px; }
  #auth-header ul {
    list-style: none;
    margin: 0;
    font-size: 1.3rem;
    float: right; }
    #auth-header ul li {
      display: block;
      margin-left: 15px;
      float: left; }
      #auth-header ul li:first-child {
        margin-left: 0; }
    #auth-header ul a {
      color: #ffffff; }

/* Site Header */
#site-header {
  background-color: #ffffff; }
  #site-header .container {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 90px; }
  #site-header .logo {
    float: left;
    height: 60px; }
    #site-header .logo img {
      display: block; }
  #site-header ul {
    float: right;
    margin: 0; }
    #site-header ul li {
      float: left;
      line-height: 60px;
      margin-left: 30px;
      list-style: none; }
      #site-header ul li:first-child {
        margin-left: 0; }
    #site-header ul a {
      color: #676767; }

/* Page Title */
#page-title {
  background-color: #f48554;
  color: #ffffff; }
  #page-title h1 {
    float: left;
    margin-bottom: 0;
    font-weight: 400;
    height: 40px;
    line-height: 40px; }
  #page-title .btn {
    float: right; }

/* Site Main */
#site-main {
  background-color: #ffffff; }

/* Site Footer */
#site-footer {
  color: #ffffff;
  text-align: center; }
  #site-footer .container {
    padding-top: 30px;
    padding-bottom: 30px; }
  #site-footer p {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-top: 15px; }
    #site-footer p:first-child {
      margin-top: 0; }
  #site-footer a {
    color: #f48554; }

/* My Conflicts */
.my-conflicts .conflict-type {
  margin-top: 60px; }
  .my-conflicts .conflict-type:first-child {
    margin-top: 0; }
  .my-conflicts .conflict-type h2 {
    font-weight: 400; }

/*** Grid ***/
.row {
  margin-top: 30px; }
  .row:first-child {
    margin-top: 0; }
  .row [class*=col] {
    float: left;
    margin-left: 5%; }
    .row [class*=col]:first-child {
      margin-left: 0; }
  .row .col1-2 {
    width: 47.5%; }
  .row .col1-3 {
    width: 30%; }
  .row .col2-3 {
    width: 65%; }
  .row .col1-4 {
    width: 21.25%; }

/*** Buttons ***/
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 70px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border: 0;
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: none !important;
  font-family: "Open Sans", sans-serif;
  background-color: #e23923;
  font-weight: 600;
  text-transform: uppercase;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  transition: all ease-in-out 185ms;
  cursor: pointer; }

.btn-small {
  height: 34px;
  line-height: 30px;
  font-size: 1.5rem; }

.btn-orange {
  background-color: #f48554;
  color: #ffffff; }

.btn-delete {
  background-color: #676767; }

.btn-gray {
  background-color: #676767; }

/*** Typography ***/
html {
  font-size: 62.5%; }

body {
  font-family: "Open Sans", sans-serif;
  color: #676767;
  font-size: 1.4em; }

strong {
  font-weight: 600; }

.caps {
  text-transform: capitalize; }

a {
  text-decoration: none;
  color: #e23923; }

span.br {
  display: block; }

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

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

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

p,
ul,
ol {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: 20px;
  /*@media screen and (min-width: $mobile) {
		font-size: 1.7rem;
		line-height: 2.5rem;
	}*/ }
  p:last-child,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0; }
  p strong,
  ul strong,
  ol strong {
    font-weight: 600; }

ul,
ol {
  list-style-position: outside;
  margin-left: 19px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 15px; }

h1,
.h1 {
  font-size: 3.6rem;
  font-weight: 400; }

h2,
.h2 {
  font-size: 3.0rem;
  font-weight: 400; }

h3,
.h3 {
  font-size: 2.4rem;
  font-weight: 400; }

h4,
.h4 {
  font-size: 1.8rem; }

h5,
.h5 {
  font-size: 1.6rem; }

.send-invite-email {
  font-size: 1.2rem;
  color: #e23923; }

/*** Tables ***/
table {
  width: 100%;
  background-color: #eeeeee;
  border-collapse: collapse;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  font-size: 1.4rem; }
  table th,
  table td {
    padding: 15px 20px;
    text-align: left; }
  table th {
    padding: 20px;
    background-color: #e23923;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.5rem; }
  table tbody tr:nth-child(even) td {
    background-color: #f9f9f9; }
  table tbody tr:first-child td {
    border-top: 0; }
  table .table-tools ul {
    list-style: none;
    margin: 0;
    float: right; }
    table .table-tools ul li {
      float: left;
      margin-left: 5px; }
      table .table-tools ul li:first-child {
        margin-left: 0; }
  table .table-tools a {
    font-size: 1.3rem;
    display: block;
    padding: 5px 10px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #e23923;
    color: #ffffff;
    line-height: normal; }
    table .table-tools a.btn-delete {
      background-color: #aaaaaa; }

.uploads-table {
  background-color: #ffffff;
  margin-bottom: 50px;
  -khtml-border-radius: 0px;
  border-radius: 0px; }
  .uploads-table th,
  .uploads-table td {
    padding: 10px 0;
    background-color: #ffffff !important; }
  .uploads-table thead th {
    border-bottom: solid 3px #eeeeee;
    color: #676767; }
  .uploads-table tbody td {
    border-bottom: solid 1px #eeeeee; }
  .uploads-table .upload-path {
    display: block;
    /*margin-top: 2px;*/
    font-size: 12px; }

/*** Forms ***/
.form-row {
  margin-top: 15px;
  position: relative;
  min-height: 40px;
  padding-left: 180px; }
  .form-row:first-child {
    margin-top: 0; }
  .form-row.full {
    padding-left: 0; }

.form-label {
  width: 160px;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px; }
  .form-label label,
  .form-label .label {
    margin-bottom: 0; }
  .form-label.checkbox-list-label {
    height: 20px;
    line-height: 20px; }

input[type=text],
input[type=password],
textarea {
  border: solid 1px #dddddd;
  background-color: #f4f4f4;
  display: block;
  height: 40px;
  padding: 10px 12px;
  line-height: 20px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  color: #676767;
  width: 100%;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  outline: 0; }
  input[type=text]:focus,
  input[type=password]:focus,
  textarea:focus {
    background-color: #ffffff; }

textarea {
  height: 140px;
  line-height: normal; }

.file-input {
  position: relative;
  overflow: hidden; }
  .file-input input[type="file"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: -1; }
  .file-input .file-input-text-field {
    width: 75%;
    float: left; }
  .file-input .file-input-button {
    margin-left: 75%;
    padding-left: 10px; }
    .file-input .file-input-button .btn {
      width: 100%; }

label,
.label {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  margin-bottom: 5px; }

.radio-label {
  display: block;
  float: left;
  margin-left: 15px;
  height: 40px;
  line-height: 40px;
  font-weight: 400; }
  .radio-label:first-child {
    margin-left: 0; }
  .radio-label input {
    margin-right: 3px;
    position: relative;
    top: -1px; }

.customSelect {
  height: 40px;
  border: solid 1px #dddddd;
  background-color: #f4f4f4;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: block !important;
  width: 100% !important;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  color: #676767;
  text-align: left;
  background: #f4f4f4 url(../../img/bg-custom-select.png) center right no-repeat; }
  .customSelect .customSelectInner {
    padding: 10px;
    width: 100% !important;
    display: block !important;
    padding-right: 40px;
    line-height: 18px; }

.form-error {
  font-size: 1.3rem;
  color: #e23923;
  margin-bottom: 0;
  margin-top: 5px; }

.radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 1px #dddddd;
  background-color: #f4f4f4;
  position: relative;
  bottom: -4px;
  -khtml-border-radius: 30px;
  border-radius: 30px; }
  .radio:hover {
    background-color: #dddddd; }
  .radio.checked {
    background-color: #dddddd; }
  .radio input {
    position: absolute;
    top: 0;
    opacity: 0; }

.checkbox-list label {
  font-weight: normal;
  margin-bottom: 0;
  /*overflow: hidden;*/
  margin-top: 5px;
  padding-left: 2px; }
  .checkbox-list label:first-child {
    margin-top: 0; }
  .checkbox-list label input {
    float: left;
    margin-right: 8px;
    position: relative;
    bottom: -4px; }

.conflict-person-form-row {
  display: none; }

[data-tooltip] {
  position: relative; }
  [data-tooltip] .tooltip {
    position: absolute;
    width: 230px;
    bottom: 25px;
    left: 50%;
    margin-left: -115px;
    line-height: 15px;
    font-size: 13px;
    color: #ffffff;
    display: none;
    padding-bottom: 10px;
    background: transparent url(../img/bg-tooltip.png) center bottom no-repeat; }
    [data-tooltip] .tooltip .tooltip-content {
      padding: 10px;
      background-color: #676767;
      -khtml-border-radius: 3px;
      border-radius: 3px; }
  [data-tooltip]:hover .tooltip {
    display: block; }

.conflict-terms {
  position: relative;
  padding: 10px 12px;
  border: solid 1px #fde8de;
  background-color: #ffefe7;
  -khtml-border-radius: 3px;
  border-radius: 3px; }
  .conflict-terms .conflict-terms-checkbox {
    width: 27px;
    float: left; }
  .conflict-terms .conflict-terms-text {
    margin-left: 27px; }
  .conflict-terms p {
    /*font-size: 1.4rem;
		line-height: 2.1rem;*/
    margin-bottom: 0; }

.search-form {
  overflow: hidden;
  margin-bottom: 15px; }
  .search-form .search-form-field {
    width: 200px;
    float: left;
    margin-left: 15px; }
    .search-form .search-form-field:first-child {
      margin-left: 0; }

.form-note {
  font-size: 1.3rem;
  margin-top: 5px;
  font-style: italic; }

/*** Alerts ***/
.alert {
  padding: 15px 20px;
  margin-bottom: 30px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }
  .alert p {
    color: #ffffff;
    margin-bottom: 0; }
  .alert.alert-success {
    background-color: #5bbc6b; }

body.login {
  background-color: #ffffff; }

.login-form .form-row {
  padding-left: 0; }

.meeting > a {
  background-color: #f9f9f9;
  padding: 15px;
  border: solid 1px #ececec;
  display: block;
  color: #676767; }

.meeting ul {
  list-style-type: none; }
  .meeting ul li {
    display: block;
    padding-top: 5px;
    margin-top: 5px;
    border-top: solid 1px #ececec; }
    .meeting ul li:first-child {
      padding-top: 0;
      margin-top: 0;
      border-top-width: 0; }
    .meeting ul li a {
      color: #676767; }

.meeting-rsvp-form {
  margin-bottom: 25px; }

.meeting-attendees ul {
  padding: 0;
  margin: 0; }
  .meeting-attendees ul li {
    list-style: none;
    display: block;
    height: 30px;
    padding: 6px 0 6px 25px;
    line-height: 18px;
    border-bottom: solid 1px #eeeeee;
    position: relative; }
    .meeting-attendees ul li:first-child {
      border-top: solid 1px #eeeeee; }
    .meeting-attendees ul li span {
      display: block;
      position: absolute;
      top: 10px;
      left: 5px;
      height: 10px;
      width: 10px;
      background-color: #dddddd;
      -khtml-border-radius: 20px;
      border-radius: 20px; }
    .meeting-attendees ul li.responded-yes span {
      background-color: #5bbc6b; }
    .meeting-attendees ul li.responded-no span {
      background-color: #e23923; }

.meeting-documents {
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #f4f4f4;
  /*ul {
		list-style-type: none;
		li {
			display: block;
		}
	}*/ }
  .meeting-documents h4 {
    font-weight: normal; }

.conflicts-update-2017 {
  background-color: #f9dacb; }
  .conflicts-update-2017 input[type=radio] {
    margin-right: 5px; }

/*# sourceMappingURL=main.css.map */
