@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
* {
  list-style: none; }

/*==========Start of the Common css================*/
.padT5 {
  padding-top: 5px !important; }

.padT10 {
  padding-top: 10px !important; }

.padT15 {
  padding-top: 15px !important; }

.padT30 {
  padding-top: 30px !important; }

.padB10 {
  padding-bottom: 10px !important; }

.padB30 {
  padding-bottom: 30px !important; }

.padT50 {
  padding-top: 50px !important; }

.padB50 {
  padding-bottom: 50px !important; }

.padB80 {
  padding-bottom: 80px !important; }

.marT50 {
  margin-top: 50px !important; }

.marT30 {
  margin-top: 30px !important; }

.padBno {
  margin-bottom: 0px !important; }

.padB45 {
  padding-bottom: 45px !important; }

.padleft {
  padding-left: 0px !important; }

.margintop {
  margin-top: 0px !important; }

.no-pad {
  padding: 0px; }

.no-margin {
  margin: 0; }

.clearboth {
  clear: both; }

.Red {
  color: red; }

/*==========End of the Common css================*/
body {
  background: #f4d9b6;
  overflow-x: hidden; }

.header-section .logo-section img {
  width: 350px; }
.header-section .logo-section:focus {
  outline: none; }

.complete-project-heading span {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px; }

.test-casses {
  padding: 0px !important; }

.form-section .login-form {
  position: relative;
  left: 220px; }
  .form-section .login-form h3 {
    position: relative;
    left: 0px; }
.form-section .inspiration-quotes img {
  border: 3px solid #000;
  box-shadow: 0px 3px 3px 6px #b6bd94;
  max-height: 500px;
  max-width: 300px; }

.QuotesImagesSet {
  width: 100px;
  height: 100px; }

.bigQuotesImage {
  width: 200px;
  height: 200px; }

.test-list-table .test-case {
  width: 60%; }

.test-cases-form div {
  padding: 2px 0px; }

.test-project-heading h3 {
  margin: 0px 0px 10px; }

.test-priority-dropdown select {
  width: 20%; }

.test-severity-dropdown select {
  width: 20%; }

.test-status-dropdown select {
  width: 20%; }

.borderCOmment {
  border-bottom: 1px solid black;
  padding: 5px; }

.test-comment {
  padding-top: 20px; }

.test-comment textarea {
  width: 80%; }

.steps-executed textarea {
  width: 80%; }

.expected-result textarea {
  width: 80%; }

.actual-result textarea {
  width: 80%; }

.footer-class {
  padding: 8px 0px;
  position: relative;
  left: 5px;
  top: 50px; }

.footer-class h4 {
  font-weight: normal;
  font-size: 16px;
  color: #303030; }
  .footer-class h4 a {
    color: #303030;
    font-weight: bold; }

.container-body {
  min-height: 500px; }

.project-dropdown {
  padding-top: 24px;
  float: right; }
  .project-dropdown .selectpicker {
    width: 120px;
    height: 34px; }

textarea {
  resize: none; }

label {
  font-weight: 100; }

input, optgroup, select, textarea {
  margin: 0px 5px !important; }

.project-leader-selection select {
  width: 100%;
  height: 34px; }

.developer-checklist input[type="checkbox"] {
  margin: 11px 2px 0; }
.developer-checklist label {
  margin-right: 8px; }

.user-detail-heading span {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px; }

.adminprofilegrid {
  height: 50px;
  border-radius: 50px;
  width: 50px; }

.edit-project-link {
  padding-top: 30px; }

.edit-project-link a {
  padding: 0px 10px; }

.comment-images-section {
  margin-right: 8px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  float: left; }

.Commemt-display span {
  display: inline-block;
  width: 95%; }

.notification-icon {
  position: relative;
  right: 240px;
  top: 18px; }
  .notification-icon span {
    background: red;
    color: #fff;
    padding: 2px 7px;
    border-radius: 6px;
    position: absolute;
    top: -13px;
    right: -8px; }

.edit-project-link {
  position: absolute;
  right: -25px; }

.table-striped, .table-striped td, .table-striped th {
  border: 0px;
  border-bottom: 1px solid #ccc; }

.Login-details-page {
  padding: 0px; }

.login-form {
  position: relative;
  left: 75px; }

.login-form .form-control {
  border-radius: 20px;
  background: #eacfac;
  border-color: #b4a28a;
  color: #303030; }

.login-form label {
  padding-left: 21px;
  font-weight: normal; }

.login_Submit {
  background: #ce2a29;
  border-color: #ce2a29;
  color: #fff;
  width: 110px;
  border-radius: 20px; }
  .login_Submit:hover {
    background: #a90403;
    border-color: #ce2a29;
    color: #fff;
    width: 110px;
    border-radius: 20px; }
  .login_Submit:focus {
    background: #ce2a29;
    border-color: #ce2a29;
    color: #fff;
    width: 110px;
    border-radius: 20px;
    outline: none; }

.inspiration-quotes {
  height: 660px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #f0cfa4; }

.table-striped, .table-striped td, .table-striped th {
  border-bottom: #f0cfa4; }

.table > tbody > tr > td {
  border-top: #f0cfa4; }

.navbar-default {
  background-color: #f0cfa4;
  border-color: #f0cfa4; }

input {
  border-radius: 20px;
  background: #eacfac;
  border: 1px solid #b4a28a;
  color: #303030;
  padding: 3px 10px; }

.form-control {
  border-radius: 20px;
  background: #eacfac;
  border: 1px solid #b4a28a;
  color: #303030;
  padding: 3px 10px; }

select {
  border-radius: 20px 0 0 20px;
  background: #eacfac;
  border: 1px solid #b4a28a;
  color: #303030;
  padding: 3px 10px; }

textarea {
  border-radius: 10px;
  background: #eacfac;
  border: 1px solid #b4a28a;
  color: #303030;
  padding: 3px 10px; }

.btn-danger {
  border-radius: 20px;
  width: 100px; }

/*# sourceMappingURL=style.css.map */
