html, body {
  font-family: 'Source Sans Pro', sans-serif !important;
  /*top: 0px;*/
  /*left: 0px;*/
  /*position: absolute !important;*/
  width: 100%;
}

.header_login {
  position: relative;
}
input::-ms-clear {
  display: none;
}
.header_login button {
  border: none;
  background: none;
  width: 55px;
  outline: none;
  padding: 12px 0;
}

input[type=file].file {
  display: none;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  text-align: center;
  padding: 20px 10px;
  color: #522a6c;
  background: #fff;
}

.formsection .form-group label.files_upload {
  border: 1px solid #dcdcdc;
  font-size: 12px;
  text-align: center;
  padding: 20px 10px;
  color: #522a6c;
  background: #fff;
  width: 100%;
  cursor: pointer;
}

.header_login img {
  width: 26px;
}

.header_login #demo {
  position: absolute;
  top: 60px;
  right: 0;
  background: #522a6c;
  padding: 10px;
  height: auto !important;
  z-index: 9;
}

.header_login #demo a {
  color: #fff;
}

.alert_popup .modal-header {
  background: #522a6c;
  color: #fff;
}

.alert_popup .modal-header .close {
  color: #fff;
  opacity: 1;
}

.alert_popup .modal-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
}

.alert_popup .modal-body p {
  font-size: 16px;
  font-weight: bold;
}

.container-inner {
  padding: 0;
  position: relative;
}

.dashboard_content .dashboard_inner.add_claim .form_field_inner {
  margin: 0 auto 0;
  width: 45%;
  padding: 0;
  list-style: none;
  float: none;
  text-align: left;
}

.dashboard_content .dashboard_inner.add_claim .form_field_inner label {
  font-weight: 400;
  font-size: 13px;
  float: left;
  width: 100%;
  padding: 8px 0 0px;
  color: #333;
}

.dashboard_content .dashboard_inner.add_claim .form_field_inner select,
.dashboard_content .dashboard_inner.add_claim .form_field_inner input {
  float: left;
  width: 100%;
  border: 1px solid #dcdcdc;
  padding: 8px 10px;
  border-radius: 0;
  box-shadow: none;
  height: 38px;
}

.dashboard_content .dashboard_inner.add_claim .form_field_inner .add_claim_dynamic {
  background: #f1f1f1;
  display: inline-block;
  width: 100%;
  padding: 15px 15px 20px;
  margin-bottom: 5px;
  border: 1px solid #c1c1c1;
}

/* ********************************************
PROFILE CSS STARTS
******************************************** */
.dashboard_nav {
  float: left;
  width: 350px;
  background: #f1f1f1;
  padding-top: 100px;
  padding-left: 0;
}

.dashboard_nav:after {
  content: "";
  display: block;
  width: 350px;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  z-index: -1;
}

.dashboard_nav ul {
  float: left;
  width: 100%;
  padding: 10px 0 100px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.dashboard_nav ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 15px 15px 15px 25px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.dashboard_nav ul li a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #272d35;
  display: block;
}

.dashboard_nav ul li a span {
  float: left;
  width: 100%;
  text-transform: none;
  font-size: 15px;
  margin-top: 4px;
  font-weight: normal;
}

.dashboard_nav ul li:after {
  content: "";
  display: block;
  background: #522a6c;
  width: 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.dashboard_nav ul li.active, .dashboard_nav ul li:hover {
  background: #fff;
  box-shadow: 0 0 5px #d2d2d2;
}

.dashboard_nav ul li.active:after, .dashboard_nav ul li:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.dashboard_nav ul li.active a, .dashboard_nav ul li.active a span, .dashboard_nav ul li:hover a, .dashboard_nav ul li:hover a span {
  color: #522a6c;
}

.dashboard_nav ul li a:after {
  content: "";
  display: block;
  background: url('../images/dashboard-nav-icons.png') no-repeat;
  width: 30px;
  height: 30px;
  background-size: 180px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.dashboard_nav ul li:first-child a:after {
  display: none;
}

.dashboard_nav ul li:nth-child(2) a:after {
  background-position: -101px 0;
}

.dashboard_nav ul li:nth-child(3) a:after {
  background-position: 1px 0;
}

.dashboard_nav ul li:nth-child(4) a:after {
  background-position: -49px 1px;
}

.dashboard_nav ul li:nth-child(5) a:after {
  background-position: -152px 0;
}

.dashboard_nav ul li:hover a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.dashboard_nav ul li:nth-child(2):hover a:after, .dashboard_nav ul li.active:nth-child(2) a:after {
  background-position: -101px -44px;
}

.dashboard_nav ul li:nth-child(3):hover a:after, .dashboard_nav ul li.active:nth-child(3) a:after {
  background-position: 1px -44px;
}

.dashboard_nav ul li:nth-child(4):hover a:after, .dashboard_nav ul li.active:nth-child(4) a:after {
  background-position: -49px -44px;
}

.dashboard_nav ul li:nth-child(5):hover a:after, .dashboard_nav ul li.active:nth-child(5) a:after {
  background-position: -152px -46px;
}

.dashboard_content {
  float: left;
  width: 72%;
  padding: 100px 15px 15px 15px;
}

.dashboard_content .dashboard_title {
  font-weight: bold;
  font-size: 28px;
  margin-top: 15px;
}

.dashboard_content .dashboard_inner {
  float: left;
  width: 100%;
  padding: 0 50px;
}

.dashboard_content .my_profile h3 {
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.dashboard_content .my_profile p {
  font-size: 18px;
  font-weight: 300;
  float: left;
  width: 30%;
  margin-right: 3%;
}

.dashboard_content .my_profile p span {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
}

.dashboard_content .my_profile ul {
  float: left;
  width: 65%;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}

.dashboard_content .my_profile ul li {
  float: left;
  width: 60%;
  clear: both;
  margin-bottom: 15px;
  position: relative;
}

.dashboard_content .my_profile ul li label {
  font-weight: 300;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.dashboard_content .my_profile ul li input {
  width: 100%;
  float: left;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 300;
}

.dashboard_content .my_profile ul li a {
  color: #0000ff;
  font-size: 12px;
  position: absolute;
  bottom: 1px;
  right: 1px;
  background: #fff;
  padding: 9px 10px 8px 10px;
}

/* ********************************************
PROFILE CSS ENDS
******************************************** */
/* ********************************************
MY CASES STARTS
******************************************** */
.my_case ul {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 0 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  list-style: none;
}

.my_case ul li {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  border: 1px solid #000;
  padding: 30px 25px;
  margin: 0 15px;
  min-height: 210px;
}

.my_case ul li p {
  font-size: 24px;
  color: #522a6c;
  font-weight: bold;
  margin-bottom: 10px;
}

.my_case ul li span {
  font-size: 14px;
  line-height: 18px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.my_case ul li a {
  background: #522a6c;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 5px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.my_case ul li a:hover {
  background: #272d35;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.my_case table {
  width: 100%;
}

.my_case table th {
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 20px;
}

.my_case table td {
  padding-bottom: 15px;
  padding-top: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.my_case table td p {
  color: #522a6c;
  margin: 0;
}

.my_case table td p span {
  color: #272d6c;
  font-size: 12px;
}

.my_case table td:last-child {
  color: #522a6c;
}

.my_case table td .badge {
  background-color: #522a6c;
  padding: 10px;
  width: 100%;
}

/* ********************************************
MY CASES ENDS
******************************************** */
/* ********************************************
START A CASE STARTS
******************************************** */
.start_case ul {
  margin: 0 auto 0;
  width: 45%;
  text-align: center;
  padding: 0;
  list-style: none;
}

.start_case ul li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
  display: inline-block;
  position: relative;
}

.start_case ul li label {
  font-weight: 400;
  font-size: 13px;
  float: left;
  width: 100%;
}

.start_case ul li input[type="search"], .start_case ul li input[type="text"] {
  float: left;
  width: 100%;
  border: 1px solid #dcdcdc;
  padding: 8px 10px;
}

.start_case ul li .fa {
  position: absolute;
  right: 1px;
  bottom: 1px;
  top: 24px;
  background: #fff;
  width: 30px;
  text-align: center;
  line-height: 35px;
  color: #522a6c;
}

.start_case ul li input[type="radio"] {
  display: none;
}

.start_case ul li input[type="radio"] + label {
  width: auto;
  margin-right: 15px;
  cursor: pointer;
  margin-top: 5px;
  position: relative;
}

.start_case ul li input[type="radio"] + label:before {
  content: "";
  display: block;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
  margin-top: 1px;
}

.start_case ul li input[type="radio"]:checked + label:before {
  border: 1px solid #522a6c;
}

.start_case ul li input[type="radio"]:checked + label {
  color: #522a6c;
}

.start_case ul li input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  background: #522a6c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 3px;
}

.start_case ul li a.add_another {
  float: right;
  font-size: 12px;
  color: #522a6c;
  font-weight: 700;
  margin-top: 3px;
}

a.add_another {
  float: right;
  font-size: 12px;
  color: #522a6c;
  font-weight: 700;
  margin-top: 3px;
  clear: both;
}

a.add_another.white {
  color: #fff;
}

.start_case ul li input[type="file"], .dashboard_content .dashboard_inner.add_claim .form_field_inner input[type="file"] {
  display: none;
}

.start_case ul li input[type="file"] + label, .dashboard_content .dashboard_inner.add_claim .form_field_inner input[type="file"] + label {
  border: 1px solid #dcdcdc;
  font-size: 12px;
  text-align: center;
  padding: 20px 10px;
  color: #522a6c;
  background: #fff;
}

.start_case ul li .note {
  font-size: 11px;
  padding: 0 10px;
  line-height: 14px;
  margin-top: 5px;
  display: inline-block;
  color: #bfbfbf;
}

.start_case ul li .btn {
  font-size: 14px;
  background: #522a6c;
  border: 1px solid #522a6c;
  color: #fff;
  min-width: 120px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.start_case ul li:last-child a:first-child {
  color: #522a6c;
  border: 1px solid #522a6c;
  background: transparent;
}

.start_case ul li:last-child a:first-child:hover {
  background: #522a6c;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.start_case ul li:last-child a:last-child {
  float: right;
}

.start_case ul li:last-child a:last-child:hover {
  background: #272d35;
  border: 1px solid #272d35;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* ********************************************
START A CASE ENDS
******************************************** */
.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

/* General styles for all menus */
.cbp-spmenu {
  background: #0000ff;
  position: fixed;
}

.cbp-spmenu ul {
  padding: 15px 15px;
  margin: 0;
  float: left;
  width: 100%;
  list-style: none;
}

.cbp-spmenu ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.cbp-spmenu ul li a {
  color: #fff;
  display: block;
  padding: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.cbp-spmenu ul li:hover a {
  background: #fff;
  color: #0000ff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.cbp-spmenu ul li a span {
  display: none;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 240px;
}

.cbp-spmenu-push-toleft {
  left: -240px;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1300px) {
  .dashboard_content {
    width: 69%;
  }

  .dashboard_content .my_profile ul li {
    width: 80%;
  }
}

@media (max-width: 1199px) {
  .dashboard_content {
    width: 62%;
  }

  .dashboard_content .my_profile p {
    width: 44%;
  }

  .dashboard_content .my_profile ul {
    width: 53%;
  }

  .dashboard_content .my_profile ul li {
    width: 100%;
  }

  .start_case ul {
    width: 100%;
  }

  .my_case ul li {
    width: 46%;
    margin: 0 5px;
  }
}

@media (max-width: 991px) {
  .dashboard_nav {
    width: 280px;
  }

  .dashboard_nav:after {
    width: 280px;
  }

  .dashboard_nav ul li a {
    font-size: 15px;
  }

  .dashboard_nav ul li a span {
    font-size: 12px;
    padding-right: 30px;
    line-height: 14px;
  }

  .dashboard_content {
    width: 61%;
  }

  .dashboard_content .dashboard_inner {
    padding: 0;
  }

  .banner h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  #navbar {
    padding: 0;
    margin: 0;
  }

  #navbar .navbar-nav {
    margin: 7.5px 0;
  }

  .dashboard_content {
    width: 100%;
  }

  .dashboard_nav {
    width: 100%;
    background: transparent;
  }

  .dashboard_nav:after {
    display: none;
  }

  .jPushMenuBtn {
    background: #522a6c;
    border: none;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
  }

  .jPushMenuBtn:hover {
    background: #000;
  }
}

@media (max-width: 567px) {
  .my_case ul li {
    width: 100%;
    margin: 0 0 30px;
    min-height: inherit;
  }

  .banner h1 {
    font-size: 40px;
  }

  .footer-bottom ul {
    width: 100%;
  }
}

@media (max-width: 413px) {
  .dashboard_content .my_profile p {
    width: 100%;
    margin-right: 0;
  }

  .dashboard_content .my_profile ul {
    width: 100%;
  }

  .banner h1 {
    font-size: 32px;
  }
}

.start_case ul.sub_class_ul {
  background: #f6f6f6;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
  min-height: 250px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 10px;
}

.start_case.readonly ul li input[type="search"], .start_case ul li input[type="text"] {

  background: #eee;
}


