body > .tab-modal .modal-body {
  padding: 10px 0px 0px;
  background-color: #F9F9F9;
  border-radius: 5px;
}

body > .tab-modal .tab-modal-header {
  text-align: center;
  font-size: 45px;
  line-height: 45px;
  font-weight: lighter;
  color: #425968;
}

body > .tab-modal .tab-modal-header > button.close {
  margin-right: 10px;
}

body > .tab-modal .modal-body > ul.nav-tabs {
  padding: 0 10px;
}

body > .tab-modal .modal-body > ul.nav-tabs > li > a {
  padding: 5px;
  border-color: #C5C4C4;
  border-bottom-color: transparent;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.59);
}

body > .tab-modal .modal-body > ul.nav-tabs > li:not(.active) > a:hover {
  border-bottom-color: #ddd;
}

body > .tab-modal .modal-body > ul.nav-tabs > li.active > a {
  color: #000;
}

body > .tab-modal .modal-body .alert {
  margin: 10px;
  display: none;
}

body > .tab-modal .modal-body .alert .error-details {
  color: #C18F8F;
  font-size: 11px;
  text-decoration: underline;
}

body > .tab-modal .modal-body .alert .popover {
  max-width: 900px;
}

body > .tab-modal .modal-body .alert .popover .popover-content {
  padding: 0;
}

body > .tab-modal .modal-body .alert .popover pre {
  font-size: 10px;
  background-color: white;
  border: none;
}

body > .tab-modal .modal-body > .tab-content {
  padding: 10px;
  background-color: #FFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

body > .tab-modal .modal-body > .tab-content .tab-pane.throbbing {
  text-align: center;
  padding: 50px 10px;
}

body > .tab-modal .modal-body > .tab-content .tab-pane.throbbing canvas {
  margin: auto;
}
.tab-modal .tab-modal-header {
font-size: 30px;
font-weight: lighter;
}

.default {
min-height: 300px;
padding-top: 100px;
font-size: 20px;
}

.second {
min-height: 400px;
padding-top: 100px;
color: red;
}
.modal-content{
max-width: 500px;
height: 500px;
margin-left: auto;
margin-right: auto;
}
.modal-dialog {
 max-width: 500px;
}
.nav-pills>li>a {
    border-radius: 4px 4px 0 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    border: none;
    border-bottom: 4px solid #4742a1 !important;
    background: none !important ;
}
.tab-modal .modal-body > ul.nav-tabs > li > a {
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs {
    border-bottom: 2px solid #4742a1;
}
