﻿/*****************  Bootstrap CSS Class  **********************/

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.nosa-glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nosa-glyphicon-step-backward:before {
  content: "\e069";
}
.nosa-glyphicon-fast-backward:before {
  content: "\e070";
}
.nosa-glyphicon-backward:before {
  content: "\e071";
}
.nosa-glyphicon-play:before {
  content: "\e072";
}
.nosa-glyphicon-pause:before {
  content: "\e073";
}
.nosa-glyphicon-stop:before {
  content: "\e074";
}
.nosa-glyphicon-forward:before {
  content: "\e075";
}
.nosa-glyphicon-fast-forward:before {
  content: "\e076";
}
.nosa-glyphicon-step-forward:before {
  content: "\e077";
}
.nosa-glyphicon-triangle-bottom:before {
  content: "\e252";
}
.nosa-glyphicon-triangle-top:before {
  content: "\e253";
}
.nosa-glyphicon-remove:before {
  content: "\e014";
}
.nosa-glyphicon-folder-close:before {
  content: "\e117";
}
.nosa-glyphicon-folder-open:before {
  content: "\e118";
}
.nosa-glyphicon-menu-left:before {
  content: "\e257";
}
.nosa-glyphicon-menu-right:before {
  content: "\e258";
}
.nosa-glyphicon-menu-hamburger:before {
  content: "\e236";
}
.nosa-glyphicon-cog:before {
  content: "\e019";
}
.nosa-glyphicon-log-in:before {
  content: "\e161";
}
.nosa-glyphicon-log-out:before {
  content: "\e163";
}
.nosa-glyphicon-new-window:before {
  content: "\e164";
}
.nosa-glyphicon-home:before {
  content: "\e021";
}
.nosa-glyphicon-search:before {
  content: "\e003";
}
.nosa-glyphicon-list:before {
  content: "\e056";
}
.nosa-glyphicon-user:before {
  content: "\e008";
}
.nosa-glyphicon-refresh:before {
  content: "\e031";
}
.nosa-glyphicon-collapse-down:before {
  content: "\e159";
}
.nosa-glyphicon-collapse-up:before {
  content: "\e160";
}
.nosa-glyphicon-info-sign:before {
  content: "\e086";
}
.nosa-glyphicon-plus:before {
  content: "\002b";
}
.nosa-glyphicon-minus:before {
  content: "\2212";
}
.nosa-glyphicon-filter:before {
  content: "\e138";
}
.nosa-glyphicon-menu-left:before {
  content: "\e257";
}

.nosa-glyphicon-menu-right:before {
  content: "\e258";
}

.nosa-glyphicon-menu-down:before {
  content: "\e259";
}

.nosa-glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  vertical-align: middle;
}
.nosa-img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.nosa-dir-rtl {
    direction:rtl;
}
.nosa-dir-ltr {
    direction:ltr;
}
.nosa-text-left {
  text-align: left;
}
.nosa-text-right {
  text-align: right;
}
.nosa-text-center {
  text-align: center;
}
.nosa-text-justify {
  text-align: justify;
}
.nosa-text-nowrap {
  white-space: nowrap;
}
.nosa-text-lowercase {
  text-transform: lowercase;
}
.nosa-text-uppercase {
  text-transform: uppercase;
}
.nosa-text-capitalize {
  text-transform: capitalize;
}
.nosa-text-muted {
  color: rgba(119, 119, 119, 0.59);
}
.nosa-text-primary {
  color: #337ab7;
}
a.nosa-text-primary:hover,
a.nosa-text-primary:focus {
  color: #286090;
}
.nosa-text-success {
  color: #3c763d;
}
a.nosa-text-success:hover,
a.nosa-text-success:focus {
  color: #2b542c;
}
.nosa-text-info {
  color: #31708f;
}
a.nosa-text-info:hover,
a.nosa-text-info:focus {
  color: #245269;
  text-decoration:none;
}
.nosa-text-warning {
  color: #8a6d3b;
}
a.nosa-text-warning:hover,
a.nosa-text-warning:focus {
  color: #66512c;
}
.nosa-text-danger {
  color: #a94442;
}
a.nosa-text-danger:hover,
a.nosa-text-danger:focus {
  color: #843534;
}
.nosa-bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.nosa-bg-primary:hover,
a.nosa-bg-primary:focus {
  background-color: #286090;
}
.nosa-bg-success {
  background-color: #dff0d8;
}
a.nosa-bg-success:hover,
a.nosa-bg-success:focus {
  background-color: #c1e2b3;
}
.nosa-bg-info {
  background-color: #d9edf7;
}
a.nosa-bg-info:hover,
a.nosa-bg-info:focus {
  background-color: #afd9ee;
}
.nosa-bg-warning {
  background-color: #fcf8e3;
}
a.nosa-bg-warning:hover,
a.nosa-bg-warning:focus {
  background-color: #f7ecb5;
}
.nosa-bg-danger {
  background-color: #f2dede;
}
a.nosabg-danger:hover,
a.nosa-bg-danger:focus {
  background-color: #e4b9b9;
}
.nosa-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .nosa-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .nosa-container {
    width: 1170px;
  }
}
.nosa-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.nosa-row {
  margin-right: -15px;
  margin-left: -15px;
}
.nosa-col-xs-1, .nosa-col-sm-1, .nosa-col-md-1, .nosa-col-xs-2, .nosa-col-sm-2, .nosa-col-md-2, .nosa-col-xs-3, .nosa-col-sm-3, .nosa-col-md-3, .nosa-col-xs-4, .nosa-col-sm-4, .nosa-col-md-4, .nosa-col-xs-5, .nosa-col-sm-5, .nosa-col-md-5, .nosa-col-xs-6, .nosa-col-sm-6, .nosa-col-md-6, .nosa-col-xs-7, .nosa-col-sm-7, .nosa-col-md-7, .nosa-col-xs-8, .nosa-col-sm-8, .nosa-col-md-8, .nosa-col-xs-9, .nosa-col-sm-9, .nosa-col-md-9, .nosa-col-xs-10, .nosa-col-sm-10, .nosa-col-md-10, .nosa-col-xs-11, .nosa-col-sm-11, .nosa-col-md-11, .nosa-col-xs-12, .nosa-col-sm-12, .nosa-col-md-12
{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.nosa-col-lg-1, .nosa-col-lg-2, .nosa-col-lg-3, .nosa-col-lg-4, .nosa-col-lg-5, .nosa-col-lg-6, .nosa-col-lg-7, .nosa-col-lg-8, .nosa-col-lg-9, .nosa-col-lg-10, .nosa-col-lg-11, .nosa-col-lg-12
{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.nosa-col-lg-1, .nosa-col-lg-2, .nosa-col-lg-3, .nosa-col-lg-4, .nosa-col-lg-5, .nosa-col-lg-6, .nosa-col-lg-7, .nosa-col-lg-8, .nosa-col-lg-9, .nosa-col-lg-10, .nosa-col-lg-11, .nosa-col-lg-12
{
   float: left;
}
.nosa-col-lg-12 {
  width: 100%;
}
.nosa-col-lg-11 {
    width: 91.66666667%;
}
.nosa-col-lg-10 {
    width: 83.33333333%;
}
.nosa-col-lg-9 {
    width: 75%;
}
.nosa-col-lg-8 {
    width: 66.66666667%;
}
.nosa-col-lg-7 {
    width: 58.33333333%;
}
.nosa-col-lg-6 {
    width: 50%;
}
.nosa-col-lg-5 {
    width: 41.66666667%;
}
.nosa-col-lg-4 {
    width: 33.33333333%;
}
.nosa-col-lg-3 {
    width: 25%;
}
.nosa-col-lg-2 {
    width: 16.66666667%;
}
.nosa-col-lg-1 {
    width: 8.33333333%;
}
.nosa-col-lg-offset-12 {
    margin-left: 100%;
}
.nosa-col-lg-offset-11 {
    margin-left: 91.66666667%;
}
.nosa-col-lg-offset-10 {
    margin-left: 83.33333333%;
}
.nosa-col-lg-offset-9 {
    margin-left: 75%;
}
.nosa-col-lg-offset-8 {
    margin-left: 66.66666667%;
}
.nosa-col-lg-offset-7 {
    margin-left: 58.33333333%;
}
.nosa-col-lg-offset-6 {
    margin-left: 50%;
}
.nosa-col-lg-offset-5 {
    margin-left: 41.66666667%;
}
.nosa-col-lg-offset-4 {
    margin-left: 33.33333333%;
}
.nosa-col-lg-offset-3 {
    margin-left: 25%;
}
.nosa-col-lg-offset-2 {
    margin-left: 16.66666667%;
}
.nosa-col-lg-offset-1 {
    margin-left: 8.33333333%;
}
.nosa-col-lg-offset-0 {
    margin-left: 0;
}
/******* Large Devices & Medium Device --> Desktops  **************/
/********* Default (min-width : 768px){} *********************/
@media (max-width: 992px)
{
    .nosa-col-md-1, .nosa-col-md-2, .nosa-col-md-3, .nosa-col-md-4, .nosa-col-md-5, .nosa-col-md-6, .nosa-col-md-7, .nosa-col-md-8, .nosa-col-md-9, .nosa-col-md-10, .nosa-col-md-11, .nosa-col-md-12 {
        float: left;
    }
    .nosa-col-md-12 {
        width: 100%;
    }
    .nosa-col-md-11 {
        width: 91.66666667%;
    }
    .nosa-col-md-10 {
        width: 83.33333333%;
    }
    .nosa-col-md-9 {
        width: 75%;
    }
    .nosa-col-md-8 {
        width: 66.66666667%;
    }
    .nosa-col-md-7 {
        width: 58.33333333%;
    }
    .nosa-col-md-6 {
        width: 50%;
    }
    .nosa-col-md-5 {
        width: 41.66666667%;
    }
    .nosa-col-md-4 {
        width: 33.33333333%;
    }
    .nosa-col-md-3 {
        width: 25%;
    }
    .nosa-col-md-2 {
        width: 16.66666667%;
    }
    .nosa-col-md-1 {
        width: 8.33333333%;
    }
    .nosa-col-md-offset-12 {
       margin-left: 100%;
    }
    .nosa-col-md-offset-11 {
      margin-left: 91.66666667%;
    }
    .nosa-col-md-offset-10 {
      margin-left: 83.33333333%;
    }
    .nosa-col-md-offset-9 {
      margin-left: 75%;
    }
    .nosa-col-md-offset-8 {
      margin-left: 66.66666667%;
    }
    .nosa-col-md-offset-7 {
      margin-left: 58.33333333%;
    }
    .nosa-col-md-offset-6 {
      margin-left: 50%;
    }
    .nosa-col-md-offset-5 {
      margin-left: 41.66666667%;
    }
    .nosa-col-md-offset-4 {
      margin-left: 33.33333333%;
    }
    .nosa-col-md-offset-3 {
      margin-left: 25%;
    }
    .nosa-col-md-offset-2 {
      margin-left: 16.66666667%;
    }
    .nosa-col-md-offset-1 {
      margin-left: 8.33333333%;
    }
    .nosa-col-md-offset-0 {
      margin-left: 0;
    }
}
/***********   Small Devices -->  Tablets  ******************/
@media (max-width: 768px) 
{
.nosa-col-sm-1, .nosa-col-sm-2, .nosa-col-sm-3, .nosa-col-sm-4, .nosa-col-sm-5, .nosa-col-sm-6, .nosa-col-sm-7, .nosa-col-sm-8, .nosa-col-sm-9, .nosa-col-sm-10, .nosa-col-sm-11, .nosa-col-sm-12 {
    float: left;
  }
  .nosa-col-sm-12 {
    width: 100%;
  }
  .nosa-col-sm-11 {
    width: 91.66666667%;
  }
  .nosa-col-sm-10 {
    width: 83.33333333% ;
  }
  .nosa-col-sm-9 {
    width: 75%;
  }
  .nosa-col-sm-8 {
    width: 66.66666667%;
  }
  .nosa-col-sm-7 {
    width: 58.33333333%;
  }
  .nosa-col-sm-6 {
    width: 50%;
  }
  .nosa-col-sm-5 {
    width: 41.66666667%;
  }
  .nosa-col-sm-4 {
    width: 33.33333333%;
  }
  .nosa-col-sm-3 {
    width: 25%;
  }
  .nosa-col-sm-2 {
    width: 16.66666667%;
  }
  .nosa-col-sm-1 {
    width: 8.33333333%;
  }
  .nosa-col-sm-offset-12 {
    margin-left: 100%;
  }
  .nosa-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .nosa-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .nosa-col-sm-offset-9 {
    margin-left: 75%;
  }
  .nosa-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .nosa-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .nosa-col-sm-offset-6 {
    margin-left: 50%;
  }
  .nosa-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .nosa-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .nosa-col-sm-offset-3 {
    margin-left: 25%;
  }
  .nosa-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .nosa-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .nosa-col-sm-offset-0 {
    margin-left: 0;
  }
}
/************ Extra Small Devices --> Phones  ***************/
@media (max-width: 480px) 
{
    .nosa-col-xs-1, .nosa-col-xs-2, .nosa-col-xs-3, .nosa-col-xs-4, .nosa-col-xs-5, .nosa-col-xs-6, .nosa-col-xs-7, .nosa-col-xs-8, .nosa-col-xs-9, .nosa-col-xs-10, .nosa-col-xs-11, .nosa-col-xs-12 {
      float: left;
    }
    .nosa-col-xs-12 {
      width: 100%;
    }
    .nosa-col-xs-11 {
      width: 91.66666667%;
    }
    .nosa-col-xs-10 {
      width: 83.33333333%;
    }
    .nosa-col-xs-9 {
      width: 75%;
    }
    .nosa-col-xs-8 {
      width: 66.66666667%;
    }
    .nosa-col-xs-7 {
      width: 58.33333333%;
    }
    .nosa-col-xs-6 {
      width: 50%;
    }
    .nosa-col-xs-5 {
      width: 41.66666667%;
    }
    .nosa-col-xs-4 {
      width: 33.33333333%;
    }
    .nosa-col-xs-3 {
      width: 25%;
    }
    .nosa-col-xs-2 {
      width: 16.66666667%;
    }
    .nosa-col-xs-1 {
      width: 8.33333333%;
    }
    .nosa-col-xs-offset-12 {
      margin-left: 100%;
    }
    .nosa-col-xs-offset-11 {
      margin-left: 91.66666667%;
    }
    .nosa-col-xs-offset-10 {
      margin-left: 83.33333333%;
    }
    .nosa-col-xs-offset-9 {
      margin-left: 75%;
    }
    .nosa-col-xs-offset-8 {
      margin-left: 66.66666667%;
    }
    .nosa-col-xs-offset-7 {
      margin-left: 58.33333333%;
    }
    .nosa-col-xs-offset-6 {
      margin-left: 50%;
    }
    .nosa-col-xs-offset-5 {
      margin-left: 41.66666667%;
    }
    .nosa-col-xs-offset-4 {
      margin-left: 33.33333333%;
    }
    .nosa-col-xs-offset-3 {
      margin-left: 25%;
    }
    .nosa-col-xs-offset-2 {
      margin-left: 16.66666667%;
    }
    .nosa-col-xs-offset-1 {
      margin-left: 8.33333333%;
    }
    .nosa-col-xs-offset-0 {
      margin-left: 0;
    }
}
/*******************************************************************************************/
.nosa-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.nosa-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.nosa-form-group {
    margin-bottom: 15px;
}
.nosa-form-horizontal .nosa-form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.nosa-form-horizontal .nosa-control-label {
    padding-top: 7px;
    margin-bottom: 0;
}
.nosa-has-error .nosa-control-label {
  color: #a94442;
}
.nosa-has-error .nosa-form-control{
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.nosa-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.nosa-btn:hover,
.nosa-btn:focus,
.nosa-btn.focus {
  color: #333;
  text-decoration: none;
}
.nosa-btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
  word-break: break-word;
}
.nosa-btn-link,
.nosa-btn-link:active,
.nosa-btn-link.active,
.nosa-btn-link[disabled],
fieldset[disabled] .nosa-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nosa-btn-link,
.nosa-btn-link:hover,
.nosa-btn-link:focus,
.nosa-btn-link:active {
  border-color: transparent;
}
.nosa-btn-link:hover,
.nosa-btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.nosa-nav {
  display: block;
}
.nosa-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nosa-nav > li {
  position: relative;
  display: block;
}
.nosa-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nosa-nav > li > a:hover,
.nosa-nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nosa-nav-pills > li {
  float: left;
}
.nosa-nav-pills > li > a {
  border-radius: 4px;
}
.nosa-nav-pills > li + li {
  margin-left: 2px;
}
.nosa-nav-pills > li.nosa-active > a,
.nosa-nav-pills > li.nosa-active > a:hover,
.nosa-nav-pills > li.nosa-active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nosa-nav-pills > .nosa-active > a > .badge {
	color: #337ab7;
	background-color: #fff;
}
.nosa-nav-justified {
  width: 100%;
}

.nosa-nav-justified > li {
	display: table-cell;
}
.nosa-nav-justified > li > a {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.nosa-nav-justified > li {
	  display:block;
	  float: none;
	}
	.nosa-nav-justified > li > a {
	  margin-bottom: 5px;
	  text-align: center;
	}
}
.nosa-clearfix:before,
.nosa-clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.nosa-container:before,
.nosa-container:after,
.nosa-container-fluid:before,
.nosa-container-fluid:after,
.nosa-row:before,
.nosa-row:after,
.nosa-form-horizontal .nosa-form-group:before,
.nosa-form-horizontal .nosa-form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nosa-nav:before,
.nosa-nav:after,
.nosa-navbar:before,
.nosa-navbar:after,
.navbar-header:before,
.navbar-header:after,
.nosa-navbar-collapse:before,
.nosa-navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.nosa-clearfix:after,
.dl-horizontal dd:after,
.nosa-container:after,
.nosa-container-fluid:after,
.nosa-row:after,
.nosa-form-horizontal .nosa-form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nosa-nav:after,
.nosa-navbar:after,
.nosa-navbar-header:after,
.nosa-navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.nosa-hidden {
  display: none !important;
}
.nosa-invisible {
  visibility: hidden;
}
.nosa-visible-xs,
.nosa-visible-sm,
.nosa-visible-md,
.nosa-visible-lg,
.nosa-visible-xlg {
  display: none !important;
}
@media (min-width: 1200px) {
    .nosa-visible-xlg {
        display: block !important;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    .nosa-visible-lg {
        display: block !important;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .nosa-visible-md {
        display: block !important;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
  .nosa-visible-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .nosa-visible-xs {
    display: block !important;
  }
}
@media (min-width: 1200px) {
    .nosa-hidden-xlg {
        display: none !important;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    .nosa-hidden-lg {
        display: none !important;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .nosa-hidden-md {
        display: none !important;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
  .nosa-hidden-sm {
    display: none !important;
   }
}
@media (max-width: 480px) {
  .nosa-hidden-xs {
      display: none !important;
   }
}

/****************************************/

.nosa-navbar {
  position: relative;
  margin-bottom: 25px;
  border: 1px solid transparent;
  z-index:20;
}
@media (min-width: 768px) {
  .nosa-navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .nosa-navbar-header {
    float: left;
  }
}
.nosa-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}

.nosa-collapse {
  display: none;
}
.nosa-collapse.nosa-in {
  display: block;
}
.nosa-navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.nosa-navbar-collapse.nosa-in {
/*  overflow-y: auto;*/
}
@media (min-width: 769px) {
  .nosa-navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nosa-navbar-collapse.nosa-collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
  .nosa-navbar-collapse.nosa-in {
    overflow-y: visible;
  }
}
.nosa-container > .nosa-navbar-header,
.nosa-container-fluid  .nosa-navbar-header,
.nosa-container-fluid > .nosa-navbar-header,
.nosa-container > .nosa-navbar-collapse,
.nosa-container-fluid > .nosa-navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .nosa-container > .nosa-navbar-header,
  .nosa-container-fluid  .nosa-navbar-header,
  .nosa-container-fluid > .nosa-navbar-header,
  .nosa-container > .nosa-navbar-collapse,
  .nosa-container-fluid > .nosa-navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/*.nosa-navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}*/
.nosa-navbar-brand:hover,
.nosa-navbar-brand:focus {
  text-decoration: none;
}
.nosa-navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .nosa-navbar > .nosa-container .nosa-navbar-brand,
  .nosa-navbar > .nosa-container-fluid .nosa-navbar-brand {
    margin-left: -15px;
  }
}
.nosa-navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-color: #666;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.nosa-navbar-toggle:focus {
  outline: 0;
}
.nosa-navbar-toggle .nosa-icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.nosa-navbar-toggle .nosa-icon-bar + .nosa-icon-bar {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .nosa-navbar-toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  .nosa-navbar-left {
    float: left;
  }
  .nosa-navbar-right {
    float: right;
    margin-right: -15px;
  }
  .nosa-navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.nosa-navbar-nav {
  margin: 7.5px -15px;
}
.nosa-navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .nosa-navbar-nav {
    float: left;
    margin: 0;
  }
  .nosa-navbar-nav > li {
    float: left;
  }
  .nosa-navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* list-group style ****/

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* badge style ****/

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* panel style ****/

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}