/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Roboto', sans-serif !important;
}

/* Logo at the top of the page */
#circyl-logo {
  height: 47px;
}

/* This is the navbar at the top right */
.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
  font-family: 'Roboto', sans-serif !important;
  color: #fff;
  font-weight: 300 !important;
}

.navbar-brand {
  padding: 15px 9px 3px 15px !important;
  line-height: 1;
}

/* This is the nav bar at the top of the page */
.navbar.navbar-inverse.navbar-static-top {
  background-color: #306098;
  height: 95px;
  padding-top:9px;
  border-bottom: 2px solid #60738a !important;
}

.navbar-custom-title {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  padding-left: 30px;
  font-size: 27px;
  color: #f9f9f9;
}

.btn-primary {
  background-color: #316094;
  color: #fff !important;
  border-width: 0 !important;
  padding: 7px 16px;
  font-size: 1em;
  /* border-radius: 5px; */
}

.btn-primary:hover {
  background-color: #214977;
}

a {
  color: #204977;
}

.btn-default {
  color: #316094;
  border-color: #316094 !important;
  border-width: 0 !important;
  padding: 7px 16px;
  font-size: 1em;
  /* border-radius: 5px; */
}

.footer-top {
  min-height: 100px !important;
  background-color: #fff !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #316094 !important;
    color: #fff !important;
}

.hidden-print {
  margin-top: 30px;
}

.footer-bottom p {
  font-size: 14px !important;
  margin-bottom: 10px !important;
}

.footer-bottom a {
  color: #aaa !important;
}

.footer-bottom a:hover {
  color: #fff !important;
  text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #666666 !important;
}

.navbar-nav {
  padding-top: 23px;
}

.navbar-static-top {
  border-bottom: 2px solid #306098!important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: #666d7f!important;
    color: #fff !important;
    padding-top: 8px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2f6195 !important;
    border: 0;
}

/* .navbar-inverse .navbar-nav > li > a:hover {
    border-bottom: 4px solid #2f619c !important;
} */

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  padding-top: 6px;
}

.crmEntityFormView .tab {
  margin-top: 20px;
}

.close-case-link {
  display: none;
}

.cancel-case-link {
  display: none;
}

/* Pete Oare: This increases the width of the timeline on the case notes page.  */
span#statecode {
    padding: 6px 0px !important;
}

/* Pete Oare: Removes padding from left of status and status code control  */
span#statuscode {
    padding: 6px 0px !important;
}

/* Pete Oare: Adds padding above the timeline and notescontrol label.  */
.notes {
  margin-top: 20px;
  border: 1px solid #bcbcbc;
}

 /* Pete Oare: This increases the width of the timeline on the case notes page.  */
.col-md-8.entity-notes {
    width: 100%;
}

 /* Pete Oare: strech timeline to fit 100% of width.  */
.entity-notes {
    width: 100%;
}

.note:nth-child(odd) {
    background-color: #f5f5f5;
}

.note {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-right: 10px;
  margin-bottom: 0 !important;
}

.note-actions.row {
  margin-top: 20px;
}

.navbar-inverse .navbar-nav > li > a:hover {
  border-bottom: 4px solid #60738a !important;
}

/* Change the logo button on the sign in and register page. */
.ms-login-button {
  background-image: url(../ms-logo-button.png);
  width: 212px;
  height: 43px;
}

h1 {
  font-size: 3em;
  -webkit-font-smoothing: antialiased;
  padding-top: 10px;
  color: #5a5a5a;
}

h1#external-login-heading {
    padding-top: 22px;
}

#customer-logo {
  object-fit: contain;
  height: 91px;
  width: 188px;
}

#customer-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #306098 solid;
  padding-bottom: 42px;
  margin-bottom: 42px;
}

/* button.btn.btn-default.btn-hg {
  background-color: #dddcdc;
  border: 1px solid #949494 !important;
  height: 35px;
} */

button.btn.btn-default {
  background-color: #dddcdc;
  border: 1px solid #949494 !important;
  height: 35px;
}


.helper-text {
  float: left;
  padding: 10px 0;
  width: 100%;
  font-style: italic;
}

/* select {
  border-radius: 5px !important;
} */

select:not(.readonly) {
  border: 1px solid #949494 !important;
}
/* 
textarea {
  border-radius: 5px !important;
} */

textarea:not(.readonly) {
  border: 1px solid #949494 !important;
}

.case-deflection {
  margin-bottom: 0 !important;
}

input {
  z-index: 100 !important;
}

/* input:not(.readonly) {
  border-radius: 5px !important;
} */

.helper-link {
  font-weight: 600;
}

#circyl_opportunity_name {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* input.form-control {
  border: 1px solid #ccc !important;
} */
