/*
Theme Name:    Snyder Kearney
Description:   Custom theme for Snyder Kearney
Version:       2.0
Author:        f1code
Template:      shoestrap-3
*/

/* Old inline styles...  */
.wrap.main-section div.content .bg {
  background: rgba(245, 245, 245, 0);
}
#preferred-response-method {
  margin-top: 65px;
}
#message-field {
  border-right: 1px solid #e6e6e6;
  float: left;
  height: 300px;
  margin-bottom: 25px;
  margin-right: 40px;
  padding-right: 40px;
  width: 65%;
  margin-top: 30px;
}
.download-report {
  font-weight: bold;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-107.menu-log-out {
  display: none;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-128.menu-log-out {
  display: none;
}
#report-status {
  background: #ffffff;
  margin-top: 30px;
  /* border-color: #d3d3d3 #d3d3d3 #7c0608; */
  border-radius: 5px 5px 0 0;
  /* border-style: solid; */
  border-width: 1px 1px 5px;
}
#report-status > table > thead > tr > th {
  /* border-bottom: 1px solid #dcdcdc; */
  margin: 0 0 20px -20px;
  padding: 0 0 15px 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 109%;
  padding-top: 2%;
  font-weight: 700;
  font-style: normal;
  color: #222222;
  font-size: 130%;
}
#top > tbody {
  border: medium none;
}
#top td {
  border-top: medium none;
  padding: 29px 30px 9px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="email"]:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(173, 8, 11, 0.6);
  outline: 0 none;
  background: #ffffff;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #404040;
  opacity: 1;
  font-size: 14px;
}
input[type="submit"] {
  background-image: none;
  border: 1px solid #640506;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 10px 80px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select,
input[type="date"],
input[type="email"] {
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
textarea {
  height: 275px;
  margin-bottom: 40px;
}
.download-button {
  position: absolute;
  top: 5px;
  right: 15px;
  font-weight: bold;
  font-size: 110%;
  color: #fff;
  z-index: 99;
}
.download-button:hover,
.download-button:focus {
  text-decoration: none;
}
.download-button .fa {
  color: inherit;
  padding-right: 1em;
}
#ask-form-container {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #ffffff;
  border-color: #dcdcdc #dcdcdc #94080a;
  border-image: none;
  border-radius: 5px 5px 0 0;
  border-style: solid;
  border-width: 1px 1px 4px;
  margin: 60px 0 0;
  padding: 30px;
  max-width: 940px;
}
.dashboard-details {
  background: none repeat scroll 0 0 #ffffff;
  border-color: #dcdcdc #dcdcdc #94080a;
  border-style: solid;
  border-width: 2px 2px 4px;
  float: left;
  margin-right: 40px;
  margin-top: 60px;
  padding: 20px;
  width: 46%;
}
.dashboard-details li {
  background-color: #f7f7f7 !important;
  font-size: 15px;
  font-weight: bold;
  list-style: none outside none;
  margin-bottom: 10px;
  margin-left: -41px;
  padding: 15px 20px;
}
.view-all {
  margin: 45px 0 30px;
  text-align: right;
}
.view-all > a {
  border: 2px solid #808080;
  border-radius: 5px;
  color: #808080;
  padding: 15px 60px;
  text-decoration: none;
}
.view-all > a:hover {
  background: #f7f7f7;
}
button.skr-add-program-request {
  background: #7c0608;
  background-image: none;
  border: 1px solid #7c0608;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 900;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 10px 80px;
  text-align: center;
  /* vertical-align: middle; */
  white-space: nowrap;
  margin-top: 25px;
  /* float: right; */
  /* clear: none; */
}
button.skr-add-program-request[disabled] {
  opacity: 0.5;
  cursor: default;
}
button.skr-add-program-request:active {
}
button.skr-add-program-request:hover {
  background: #640506;
}
#program_list {
  list-style: none outside none;
  padding-left: 1em;
}
#program_list h5 {
  font-weight: bold;
}
#program_list input[type="checkbox"] {
  float: none;
  margin-right: 1em;
}
button.skr-request-deny {
  margin: 5px 0 5px;
  text-align: right;
  border: 2px solid #808080;
  border-radius: 5px;
  color: #550405;
  background: #ffffff;
  padding: 7px 30px;
  text-decoration: none;
}
button.skr-request-deny:active {
}
button.skr-request-deny:hover {
  background: #f7f7f7;
}
button.skr-request-deny:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
button.skr-request-approve {
  margin: 5px 0 5px;
  text-align: right;
  border: 2px solid #808080;
  border-radius: 5px;
  color: #550405;
  background: #ffffff;
  padding: 7px 30px;
  text-decoration: none;
}
button.skr-request-approve:active {
}
button.skr-request-approve:hover {
  background: #f7f7f7;
}
button.skr-request-approve:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
#dashboard-hero-container {
  margin: 0 auto;
  padding: 190px 0 0;
  text-align: center;
  width: 85%;
}
#dashboard-hero-header {
  color: #ffffff;
  font-size: 55px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 50px;
  text-shadow: 0 2px 5px #252525;
}
#dashboard-hero-container p {
  color: #ffffff;
  font-size: 24px;
  line-height: 35px;
}
.fa {
  color: #7c0c0e;
}
.fa .navbar-default .navbar-nav > li > .active > a {
  color: #bf1414 !important;
}
td a {
  font-weight: bold;
}
td {
  font-size: 18px;
  color: #24292b;
  padding: 29px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 29px;
}
tbody {
  border: 1px solid #cccccc;
}
#real-estate h3 {
  background: none repeat scroll 0 0 #ffffff;
  border-color: #e6e6e6 #e6e6e6 #94080a;
  border-radius: 5px 5px 0 0;
  border-style: solid;
  border-width: 3px 3px 5px;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 29px;
}
.row.row-meta {
  display: none;
}
header .entry-title {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 22px;
  margin: -15px -30px;
  padding: 9px;
  font-weight: bold;
  z-index: 999999;
  position: relative;
}
.entry-title {
  margin-left: -30px !important;
  padding-left: 28px !important;
}
.header-wrapper {
  height: 100px;
  padding: 1px;
}
.navbar-default {
  background: url("/wp-content/uploads/2014/08/handshake-lg.png");
  border-color: #2a2f32;
  background-repeat: no-repeat;
  background-position: -2px 90% !important;
  background-color: #1b1e20;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #181a1b;
}
.navbar-default .navbar-nav > li > a {
  background-color: #1b1e20;
}
.navbar.style5 .active > a,
.navbar.style5 .active > a:hover,
.navbar.style5 .active > a:focus {
  background: none repeat scroll 0 0 #24292b;
  color: #ffffff !important;
  font-weight: bold;
  border-left: 5px solid #7c0608;
}
.navbar-nav > li > a {
  padding: 13px 15px;
}
.navbar-nav > li > a {
  border-top: 1px solid #262b2d;
  line-height: 45px;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-25.menu-ask-the-analyst
  > a {
  border-bottom: 1px solid #262b2d !important;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-130.menu-ask-the-analyst
  > a {
  border-bottom: 1px solid #262b2d !important;
}
/* --- RESPONSIVE TABLE CSS --- */
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #ccc;
  }
  #no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
Label the data
*/
  #no-more-tables td:before {
    content: attr(data-title);
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .navbar a.navbar-brand.logo img {
    margin: -43px 0 0;
  }
  .navbar-nav {
    margin: -1.5px -15px;
  }
  .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
    top: 15px;
  }
  .navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
    min-height: 50px;
    position: relative;
  }
  .textwidget > img {
    float: left;
    margin-left: 17%;
    margin-right: 15px;
    margin-top: 18px;
  }
  .textwidget h1 {
    font-size: 25px;
    margin-left: 0;
    margin-top: 15px;
  }
  #dashboard-hero-header {
    color: #ffffff;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    line-height: 55px;
    margin: 0 0 10px;
    text-shadow: 0 2px 5px #252525;
  }
  #dashboard-hero-container {
    margin: 0 auto;
    padding: 120px 0 0;
    text-align: center;
    width: 85%;
  }
  #dashboard-hero-container p {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
  }
  .dashboard-details {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #dcdcdc #dcdcdc #94080a;
    border-style: solid;
    border-width: 2px 2px 4px;
    float: left;
    margin-right: 40px;
    margin-top: 60px;
    padding: 20px;
    width: 100%;
  }
  #preferred-response-method {
    border-left: medium none;
    float: left;
    height: 70px;
    margin-left: 0;
    margin-top: 25px;
    padding: 0;
    width: 100%;
  }
  #message-field {
    float: left;
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #logout-btn {
    bottom: 40px;
    display: none;
    left: 55px;
    position: fixed;
  }
  .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-107.menu-log-out {
    display: inline-block;
  }
  .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-128.menu-log-out {
    display: inline-block;
  }
}
/* Smartphones (landscape) ----------- */
/* NG Commented out 9/28/14 */
/*
@media only screen 
and (min-width : 321px) {
.banner.navbar.navbar-default.static-left.sm.col-sm-3.style5 {
    padding-top: 45px;
}
.navbar-toggle {
    top: -25px;
}
}
*/
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #dashboard-hero-container {
    margin: 0 auto;
    padding: 150px 0 0;
    text-align: center;
    width: 85%;
  }
  .dashboard-details {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #dcdcdc #dcdcdc #94080a;
    border-style: solid;
    border-width: 2px 2px 4px;
    float: left;
    margin-right: 40px;
    margin-top: 60px;
    padding: 20px;
    width: 100%;
  }
  #dashboard-hero-header {
    color: #ffffff;
    font-size: 45px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 50px;
    text-shadow: 0 2px 5px #252525;
  }
  #message-field {
    float: left;
    width: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #logout-btn {
    bottom: 40px;
    left: 15px;
    position: fixed;
  }
  #logout-btn a {
    background: none repeat scroll 0 0 #15181a;
    border: 2px solid #2d3236;
    border-radius: 5px;
    color: #79848c;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 46px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #79848c;
    font-size: 16px;
  }
  .secondary.navbar.navbar-default.navbar.style5 {
    border-radius: 0;
    border-top: none;
    position: fixed;
    top: 85px;
    width: 25%;
  }
  .header-wrapper {
    height: 87px;
    padding: 1px;
  }
}
footer.content-info {
  color: #8c8989;
  background: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer div.container {
  margin-top: 0px;
}
#copyright-bar {
  line-height: 30px;
}
#footer_social_bar {
  line-height: 30px;
  font-size: 16px;
  text-align: right;
}
#footer_social_bar a {
  margin-left: 9px;
  padding: 3px;
  color: #8c8989;
}
#footer_social_bar a:hover,
#footer_social_bar a:active {
  color: #7c0608 !important;
  text-decoration: none;
}
body .before-main-wrapper .header-wrapper a,
body .before-main-wrapper .header-wrapper h1,
body .before-main-wrapper .header-wrapper h2,
body .before-main-wrapper .header-wrapper h3,
body .before-main-wrapper .header-wrapper h4,
body .before-main-wrapper .header-wrapper h5,
body .before-main-wrapper .header-wrapper h6 {
  color: #ffffff;
}
body .before-main-wrapper .header-wrapper {
  color: #ffffff;
}
.jumbotron {
  margin-bottom: 0px;
}
.navbar-static-top {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* END Old inline styles */

/***********/
/* DESKTOP */
/***********/

body {
  font-family: "Open Sans", sans-serif;
}

#ask-form-container #preferred-response-method-container {
  float: left;
  width: 70%;
}

#ask-form-container #submit-container {
  float: left;
  width: 30%;
}

#ask-form-container textarea {
  margin: auto;
}

#ask-form-container .invalid {
  border-left: 4px solid #550405;
}

#ask-form-container .validation-message {
  color: #550405;
  font-weight: bold;
}

#ask-form-container .error-message {
  color: #550405;
  font-weight: bold;
}

/**** Tables styles (skr-data-list) ****/

body .dropdown-menu li {
  padding-right: 10px;
}

body table.skr-data-list tbody > tr > td {
  font-size: 14px !important;
  padding: 5px;
}

table.skr-data-list > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #94080a;
}

table.skr-data-list {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}

body table.skr-data-list > tbody > tr:last-child > td {
  border-bottom: none !important;
}

body table.expandoGrid {
  border: none !important;
}

body table.skr-data-list tbody > tr > td,
body table.sortable th {
  text-align: center;
}

/* Inner controls */

.skr-data-list a[disabled] {
  pointer-events: none;
  cursor: wait;
  color: gray;
}

body .skr-request-deny:hover {
  background: #f7f7f7 !important;
}
body #mobile-nav-wrapper {
  display: none;
}

#dashboard-hero {
  background: url("/wp-content/uploads/2014/08/sk-research-dashbord-hero.jpg")
    repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
  height: 450px;
  margin: -60px -30px 0;
  max-width: 1920px;
  max-width: none !important;
}

body.mac.firefox .header-wrapper {
  height: 95px !important;
  padding-bottom: 10px;
}

#report-status:nth-child(1) {
  display: none;
}

body #dashboard-hero-container {
  padding: 15% 0 0;
}

body #dashboard-hero-header {
  line-height: 100%;
}

body .button-wrapper-span {
  text-align: center;
  display: inline-block;
}

body .view-all > a:hover {
  border: 2px solid #ccc;
  color: #ccc;
}

body #menu-client-navigation li a {
  text-indent: 15px;
  font-size: 14px !important;
}
#menu-client-navigation li a span {
  display: inline-block;
  min-height: 14px;
  width: 31px;
  top: 4px;
  position: relative;
  margin-left: -10px;
  background-repeat: no-repeat;
}

#menu-client-navigation li.active a span {
  background-repeat: no-repeat;
  margin-left: -15px;
}

#menu-client-navigation li.active a:after {
  background: url(/wp-content/uploads/2014/09/nav-active-arrow.png);
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  right: -15px;
  top: 24px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: 35%;
}

#menu-client-navigation li a span.el-icon-Dashboard {
  height: 21px;
  background: url(/wp-content/uploads/2014/09/btn-bkgd-square.png);
  background-repeat: no-repeat;
  top: 6px;
  position: relative;
}

#menu-client-navigation li.active a span.el-icon-Dashboard {
  background: url(/wp-content/uploads/2014/09/btn-bkgd-square-active.png);
  background-repeat: no-repeat;
}

#menu-client-navigation li a span.el-icon-Program.Interest,
#menu-client-navigation li a span.el-icon-Programs.Approvals {
  height: 27px;
  background: url(/wp-content/uploads/2014/09/btn-bkgd-book.png);
  background-repeat: no-repeat;
  position: relative;
  left: -6px;
  top: 7px;
}

#menu-client-navigation li.active a span.el-icon-Program.Interest,
#menu-client-navigation li.active a span.el-icon-Programs.Approvals {
  background: url(/wp-content/uploads/2014/09/btn-bkgd-book-active.png);
  background-repeat: no-repeat;
}

#menu-client-navigation li a span.el-icon-Due.Dilligence.Reports,
#menu-client-navigation li a span.el-icon-Due.Dilligence.Report.Status {
  height: 27px;
  background: url(/wp-content/uploads/2014/09/btn-bkgd-graph.png);
  background-repeat: no-repeat;
  position: relative;
  left: -6px;
  top: 9px;
}

#menu-client-navigation li.active a span.el-icon-Due.Dilligence.Reports,
#menu-client-navigation li.active a span.el-icon-Due.Dilligence.Report.Status {
  background: url(/wp-content/uploads/2014/09/btn-bkgd-graph-active.png);
  background-repeat: no-repeat;
}

#menu-client-navigation li a span.el-icon-Report.Fulfillment.Status {
  height: 28px;
  background: url(/wp-content/uploads/2014/09/btn-bkgd-battery.png);
  background-repeat: no-repeat;
  position: relative;
  left: -6px;
  top: 9px;
}

#menu-client-navigation li.active a span.el-icon-Report.Fulfillment.Status {
  background: url(/wp-content/uploads/2014/09/btn-bkgd-battery-active.png);
  background-repeat: no-repeat;
}

#menu-client-navigation li a span.el-icon-Ask.the.Analyst {
  height: 28px;
  background: url(/wp-content/uploads/2014/09/btn-bkgd-bubble.png);
  background-repeat: no-repeat;
  position: relative;
  left: -7px;
  top: 9px;
  width: 32px;
}

#content #report-status {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: transparent;
}

/* Dashboard widgets */

#content .dashboard-details h3 {
  border-bottom: 2px solid #94080a;
  color: #494c4d;
  /* slide left a bit to go back over the padding and enlarge to make sure the line will go all the way across */
  margin: 0 0 20px -20px;
  width: 115% !important; /* this will go over a little */
  padding: 0 20px 0 38px;
  font-weight: normal;
}

body .dashboard-details {
  float: left;
  overflow: hidden;
  margin-right: 2%;
  width: 49%;
}

/* Remove the margin around the last element.  We assume there are only 2 widgets, so by doing it like this we just get a 2% spacing between them */
body .dashboard-details.last-child {
  margin-right: 0px;
}

body .modal-dialog {
  margin-top: 135px;
}

body .modal-splash {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 100px;
  text-align: center;
}

body .modal-splash p {
  color: white;
  font-size: 150%;
  line-height: normal;
  font-weight: bold;
  display: inline-block;
}

#spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}



body .modal-header,
body .modal-footer,
body .modal-body {
  border: none;
  padding: 20px 20px 10px 20px;
  background-color: #f2f5f7;
  margin-top: 0px;
}

body .modal-content {
  background-color: #f2f5f7;
  /*
  margin-top: 35%;
  margin-left: 18%;
  width: 70%;
  */
}

.modal-header h4.modal-title {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.modal-header .close {
  font-size: 30px;
}

.modal-body label {
}

body header .entry-title {
  z-index: 9 !important;
  top: 0px !important;
  height: 60px !important;
}

body .skr-program-interest {
  margin: 0;
}
.skr-program-interest table > tbody > tr.has-notes > td {
}
.skr-program-interest table > tbody > tr.notes > td {
  font-style: italic;
  font-weight: 300;
  font-size: 90%;
  text-align: left !important;
  padding-top: 0 !important;
  border-top: none !important;
}

body table tbody:hover,
body table tbody {
  background-color: transparent !important;
}

body tbody {
  border: none;
}

body tbody > tr > td {
  text-align: left;
}

body table > thead > tr > th {
  padding: 10px;
}

table > tbody > tr > th {
  border-top: none;
}

table.sortable th:hover {
  cursor: pointer;
}

body table {
  margin-bottom: 0px;
}

.textwidget > img {
  width: 55px;
}

body #site-logo {
  margin-left: -3px;
  margin-top: 14px;
  margin-bottom: 12px;
  margin-right: 5px;
}

body .navbar a.navbar-brand.logo {
  /* NG 9/28/14 margin-bottom: -10px; */
  padding-top: 11px;
}

body header .entry-title {
  font-size: 18px;
}

body .navbar-nav > li > a {
  font-size: 13px;
  padding: 8px;
}

.right-header-well {
  width: 250px;
  height: 79px;
  text-align: right;
  float: right;
  position: relative;
}

.right-header-well:hover {
  cursor: pointer;
}

.right-header-well.open {
  background-color: #600405;
}

.right-header-well.open > .dropdown-menu {
  display: block;
}

.user-profile-img {
  height: 40px;
  width: 40px;
  margin-right: 3%;
  margin-left: 5%;
  margin-top: 23px;
  border: #af0c0c 3px solid;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  float: left;
}

.user-profile-name {
  text-align: right;
  margin-right: 20px;
  margin-top: 35px;
  float: right;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-caret-button {
  background: transparent;
  border: none;
  padding: 0px;
  margin-right: 15px;
}

.right-header-well .caret {
  color: #b70c0e;
}

.skr-data-list .caret {
  color: #7c0608;
}

body #logout-btn a {
  font-size: 14px;
  border: none;
  color: #79848c;
  font-weight: bold;
  padding: 10px 0 10px 0;
  display: block;
  text-decoration: none;
}

body #logout-btn a:hover {
}

body #logout-btn:hover {
  background: #191c1e;
}

body #logout-btn {
  left: 3.2%; /* the left bar has a width of 16.5% so this should center it */
  width: 10.1%;
  vertical-align: middle;
  bottom: 40px;
  position: fixed;
  text-align: center;
  background-color: #15181a;
  border: 0px;
  border-radius: 5px;
}
body .before-main-wrapper {
}

body .textwidget {
  margin-left: 18%;
}
body .textwidget > img {
  float: left;
  margin-left: 27%;
  margin-right: 15px;
  margin-top: -2px;
}
body .textwidget h1 {
  height: 50px;
  float: left;
  padding: 0px;
  font-size: 22px;
  margin-left: 0;
  margin-top: 10px;
}

body .header-wrapper {
  height: 80px;
  padding-bottom: 10px;
}

#program_interest_select {
  width: auto;
}

body #report-status > table > thead > tr > th {
  text-align: center;
  font-size: 100%;
}

/* body .table-striped > tbody > tr:not(.even):nth-child(odd) > td, */
/* body .table-striped > tbody > tr:not(.even):nth-child(odd) > th, */
body .table-striped > tbody > tr.even > td,
body .table-striped > tbody > tr.even > th {
  background-color: #f8f8f8;
}
body .table-striped > tbody > tr.odd > td,
body .table-striped > tbody > tr.odd > th {
  background-color: #fff;
}

.sortable th span {
  color: #7c0608;
}
#sorttable_sortrevind {
  font-size: 15px;
}

body button.skr-request-approve {
  text-align: right;
  border: 2px solid #d7d7d7;
  border-radius: 5px;
  color: #550405;
  background: #ffffff;
  padding: 5px 25px;
  text-decoration: none;
}

button.skr-request-deny {
  text-align: right;
  border: 2px solid #d7d7d7;
  border-radius: 5px;
  color: #550405;
  background: #fdfdfd !important;
  padding: 5px 20px;
  text-decoration: none;
  margin-right: 0px;
}

body .view-all > a {
  border: 2px solid #808080;
  border-radius: 5px;
  color: #808080;
  padding: 8px 60px;
  text-decoration: none;
}

body .btn .caret:hover {
  color: #fff !important;
  background-color: transparent;
}
body .dropdown-caret-button:hover,
.open .dropdown-toggle.btn-default {
  background-color: transparent;
}

body .skr-recent-approved-requests > tbody > tr > td,
body .skr-recent-reports > tbody > tr > td {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}

body .dropdown-menu {
  text-align: right;
  background: #181a1b;
  margin-top: 0px;
  width: 100.5%;
  border-radius: 0px;
  padding: 0px;
  position: relative;
  right: 0;
  top: 31px;
}

body .dropdown-menu li a {
  padding: 10px;
  padding-right: 20px;
}

body .dropdown-menu a,
body .dropdown-menu li,
body .dropdown-menu {
  color: #79848c !important;
}

body .dropdown-menu li a:hover,
body .dropdown-menu li:hover {
  background-color: #24292b;
  color: #fff !important;
}

body #banner-header {
  background-size: 25%;
  overflow: hidden;
}

body .alert.alert-success.alert-dismissable {
  margin-top: 35px;
  margin-bottom: -5px;
}

body #content #report-status {
  border: 2px solid #ccc;
  padding: 2px;
}

body table > tbody > tr > th,
body table.sortable th {
  border-top: none;
  font-weight: bold;
  font-family: arial;
  font-size: 16px !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

body table.sortable th {
  color: #666666;
}

body .navbar-default .navbar-nav > li > a,
body .navbar-default .navbar-nav > li {
  height: 60px;
}

body #content-wrapper-left {
  margin-left: 16.5%;
  width: 83.5% !important;
}

body #banner-header {
  width: 16.5%;
}

body .header-wrapper .textwidget > img {
  float: left;
  margin-top: 12px;
  width: 55px !important;
  margin-left: 0px !important;
}

/* input elements */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="email"]:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(173, 8, 11, 0.6);
  outline: 0 none;
  background: #ffffff;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #404040;
  opacity: 1;
  font-size: 14px;
}

input[type="submit"] {
  background-image: none;
  border: 1px solid #640506;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 10px 80px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select,
input[type="date"],
input[type="email"] {
  background-color: #fcfcfc;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

textarea {
  height: 275px;
  margin-bottom: 40px;
}
.mac.firefox header .entry-title {
}
.mac.firefox .header-wrapper {
  height: 83px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1440px) {
  .mac.firefox .header-wrapper {
    height: 109px;
  }
}

/*
 * Login styles
 */
body.login {
  background: url("/wp-content/uploads/2014/08/sk-research-login-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.login .message {
  border: none !important;
  box-shadow: none !important;
}
.login #login_error {
  background: #fff;
  border: none !important;
  box-shadow: none !important;
}
.login form {
  background: transparent !important;
  border: none !important;
}
.login form .forgetmenot {
  position: relative;
  top: 65px;
  float: none !important;
}
.login form .forgetmenot label {
  font-size: 12px;
  color: #ffffff;
}
.login form #rememberme:checked::before {
  margin-top: -10px !important;
  margin-left: -10px !important;
}
.login h1 {
  margin-left: -30px;
}
.login h1 a {
  background-image: url("/wp-content/uploads/2016/01/SK_LLC_white.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  height: 59px;
  width: 400px;
}
.login #backtoblog,
.login #nav {
  font-size: 13px;
  text-align: center;
}
.login #nav {
  margin: 24px 0 70px !important;
}
#backtoblog {
  display: none !important;
}
.login #backtoblog a,
.login #nav a {
  color: #ffffff !important;
}
.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
  color: #999999 !important;
}
.login form .input,
.login input[type="text"] {
  font-size: 16px !important;
  color: #404040 !important;
  line-height: 1;
  height: auto;
}
.login .wp-pwd .wp-hide-pw {
  display: none !important;
}
.mobile #login h1 {
  margin-left: 0;
}
.mobile #login h1 a {
  width: auto;
}
.login label {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.login form .input,
.login form input[type="checkbox"],
.login input[type="text"] {
  background-color: #cbcbcb !important;
  border: medium none;
  border-radius: 4px;
  box-shadow: none;
  padding: 14px !important;
  color: #404040 !important;
  -webkit-transition: color 0.25s linear, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
  -moz-transition: color 0.25s linear, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
  -o-transition: color 0.25s linear, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
  transition: color 0.25s linear, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}
.login form .input:focus,
.login input[type="checkbox"]:focus,
.login input[type="text"]:focus {
  border-color: none;
  box-shadow: none;
  background: #ffffff !important;
}
.login.wp-core-ui .button-primary {
  background: none repeat scroll 0 0 #c30e0e;
  box-shadow: none;
  color: #fff;
  border: medium none;
  text-decoration: none;
  width: 100%;
}
.login.wp-core-ui .button-primary:hover {
  background: #b80505;
  border: none;
  box-shadow: none;
}
.login.wp-core-ui .button-primary:focus {
  background: #b80505;
  border: none;
  box-shadow: none;
}
.login.wp-core-ui .button,
.login.wp-core-ui .button.button-large,
.login.wp-core-ui .button.button-small,
a.preview,
input#publish,
input#save-post {
  font-size: 14px;
  height: auto;
  line-height: normal;
  margin-bottom: 4px;
  padding: 12px 14px;
  position: relative;
  top: -18px;
  vertical-align: middle;
}

/**********/
/* MOBILE */
/**********/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body #msg_field {
    height: 180px;
  }

  body #banner-header {
    width: 18% !important;
  }

  body #content-wrapper-left {
    margin-left: 18% !important;
    width: 82.1% !important;
  }

  .navbar.style5 .active > a,
  .navbar.style5 .active > a:hover,
  .navbar.style5 .active > a:focus {
    border-left: 3px solid #7c0608 !important;
  }

  .before-main-wrapper {
    margin-top: 0px;
  }

  label[for="subject_field"],
  label[for="msg_field"] {
    width: 100% !important;
  }
  #ask-form-container #preferred-response-method-container br {
    display: none;
  }
  #ask-form-container #preferred-response-method-container label {
    margin-left: 15px;
  }
  #preferred-response-method-container label {
    margin-bottom: 5px !important;
  }
  body .right-header-well {
    width: 25%;
  }
  body .user-profile-name {
    font-size: 14px;
    width: 68%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body #menu-client-navigation li a span.el-icon-Dashboard {
    top: 8px;
    background-size: 60%;
  }

  body #menu-client-navigation li a span.el-icon-Program.Interest,
  body #menu-client-navigation li a span.el-icon-Programs.Approvals {
    top: 11px;
    background-size: 85%;
  }

  body #menu-client-navigation li a span.el-icon-Due.Dilligence.Reports,
  body #menu-client-navigation li a span.el-icon-Due.Dilligence.Report.Status {
    top: 14px;
    background-size: 90%;
  }

  body #menu-client-navigation li a span.el-icon-Report.Fulfillment.Status {
    top: 13px;
    background-size: 85%;
  }

  body #menu-client-navigation li a span.el-icon-Ask.the.Analyst {
    top: 14px;
    background-size: 85%;
  }

  #menu-client-navigation li a span {
    margin-left: -13px;
    margin-right: -10px;
  }

  body #menu-client-navigation li a {
    font-size: 12px !important;
  }

  #menu-client-navigation li.active a:after {
    top: 25px;
  }

  #menu-client-navigation li.active a span {
    margin-left: -17px;
    background-size: 85% !important;
  }

  body .navbar #site-logo {
    margin-bottom: 17px;
  }

  body #logout-btn {
    left: 3.95%;
  }
} /* ipad landscape */

/* ipads (portrait) */
@media only screen and (max-width: 960px) {
  body #preferred-response-method-container br {
    display: none;
  }

  body #preferred-response-method-container {
    width: 80% !important;
  }
  body #preferred-response-method-container label {
    margin-top: 12px;
    display: block;
  }

  body label#email_id {
    margin-right: 35px;
  }

  body #preferred-response-method-container {
    margin-top: 10px;
  }

  body.bootstrap #menu-client-navigation li a {
    font-size: 18px !important;
  }

  #menu-client-navigation li a span {
    margin-right: 5px;
  }

  body.bootstrap #menu-client-navigation li a span {
    background-size: 30px !important;
    width: 45px;
    height: 32px;
    margin-right: 5px;
    top: 6px;
  }

  body.bootstrap #menu-client-navigation li a span.el-icon-Program.Interest,
  body.bootstrap #menu-client-navigation li a span.el-icon-Programs.Approvals,
  body.bootstrap
    #menu-client-navigation
    li
    a
    span.el-icon-Due.Dilligence.Reports,
  body.bootstrap
    #menu-client-navigation
    li
    a
    span.el-icon-Due.Dilligence.Report.Status,
  body.bootstrap #menu-client-navigation li a span.el-icon-Ask.the.Analyst {
    background-size: 40px !important;
    width: 45px;
    height: 34px;
    margin-right: 5px;
    top: 9px;
  }

  body #dashboard-hero-header {
    margin-top: 30px !important;
  }

  body #content-wrapper-left table th,
  body #report-status > table > thead > tr > th {
    font-size: 14px !important;
  }

  body #content-wrapper-left table td {
    font-size: 13px !important;
    text-align: center;
  }

  label[for="subject_field"],
  label[for="msg_field"],
  label[for="msg_field"],
  #msg_field {
    width: 100%;
  }

  body .right-header-well {
    width: 35%;
  }

  body .user-profile-name {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 69%;
  }

  body #dashboard-hero-header {
    margin: -50px 0 20px;
    line-height: 55px;
  }

  body #banner-header {
    width: 100%;
  }

  body .navbar a.navbar-brand.logo {
    margin-left: 12px;
  }

  body .before-main-wrapper {
    margin-top: -20px;
  }

  body .header-wrapper .textwidget > img {
    margin-left: -22% !important;
  }

  body .textwidget h1:before {
    margin-left: -140px !important;
  }

  body .textwidget h1:before {
    font-size: 22px;
    top: -4px !important;
    position: relative !important;
    left: 55px;
  }
  body #content-wrapper-left {
    margin-left: 0px !important;
    width: 100% !important;
  }

  body .dropdown-menu {
    left: 0px !important;
    top: 32px !important;
  }

  body .dashboard-details {
    width: 100% !important;
    float: none !important;
  }

  body .dashboard-details h3 {
    width: 106.5% !important;
  }

  body .navbar-default {
    background-position: 0px 20% !important;
  }

  body .nav-main {
    overflow: hidden;
  }

  body .nav-main .nav {
    margin-top: 0px;
  }

  #logout-btn {
    display: none;
  }

  body .navbar #site-logo {
    /* NG 9/28/14 margin-top:-40px;*/
    margin-top: 0;
    margin-bottom: 20px;
  }
} /* ipad */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #handshake-icon {
    display: none;
  }
}

/* smaller PC */
@media only screen and (min-width: 961px) and (max-width: 1439px) {
  body .navbar-header {
    height: 80px;
  }

  body #menu-client-navigation li a {
    text-indent: 16px;
    font-size: 11px !important;
  }

  #menu-client-navigation li a span {
    display: inline-block;
    min-height: 14px;
    width: 31px;
    top: 4px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    background-repeat: no-repeat;
  }

  #menu-client-navigation li a span.el-icon-Due.Dilligence.Reports,
  #menu-client-navigation li a span.el-icon-Due.Dilligence.Report.Status {
    height: 27px;
    background: url(/wp-content/uploads/2014/09/btn-bkgd-graph.png);
    background-repeat: no-repeat;
    position: relative;
    left: -6px;
    top: 13px;
    background-size: 93% !important;
  }

  #menu-client-navigation li a span.el-icon-Ask.the.Analyst {
    height: 28px;
    background: url(/wp-content/uploads/2014/09/btn-bkgd-bubble.png);
    background-repeat: no-repeat;
    position: relative;
    left: -7px;
    top: 15px;
    width: 32px;
    background-size: 90% !important;
  }

  #menu-client-navigation li a span.el-icon-Program.Interest,
  #menu-client-navigation li a span.el-icon-Programs.Approvals {
    height: 27px;
    background: url(/wp-content/uploads/2014/09/btn-bkgd-book.png);
    background-repeat: no-repeat;
    position: relative;
    left: -6px;
    top: 12px;
    background-size: 85% !important;
  }

  #menu-client-navigation li a span.el-icon-Report.Fulfillment.Status {
    height: 28px;
    background: url(/wp-content/uploads/2014/09/btn-bkgd-battery.png);
    background-repeat: no-repeat;
    position: relative;
    left: -6px;
    top: 13px;
    background-size: 85% !important;
  }

  #menu-client-navigation li a span.el-icon-Dashboard {
    height: 21px;
    background: url(/wp-content/uploads/2014/09/btn-bkgd-square.png);
    background-repeat: no-repeat;
    top: 9px;
    position: relative;
    background-size: 60% !important;
  }
}
