/* ORIGINAL CSS */
/* Default */
.coverletters .dochead:after, .order .dochead:after, .widget-main:after {
  clear: both;
  content: "";
  display: block; }

/* [ Sample ] */
.coverletters h2, .order h2 {
  text-align: center; }
.coverletters .dochead .left, .order .dochead .left {
  float: left;
  padding-top: 40px; }
.coverletters .dochead .right, .order .dochead .right {
  float: right;
  text-align: right; }
  .coverletters .dochead .right > div, .order .dochead .right > div {
    margin: 20px 0; }
  .coverletters .dochead .right .infoName, .order .dochead .right .infoName {
    font-size: 11px;
    position: relative; }
    .coverletters .dochead .right .infoName h4, .order .dochead .right .infoName h4 {
      font-size: 14px;
      margin: 5px 0; }
    .coverletters .dochead .right .infoName .info, .order .dochead .right .infoName .info {
      position: relative;
      z-index: 10; }
    .coverletters .dochead .right .infoName .stamp, .order .dochead .right .infoName .stamp {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }
  .coverletters .dochead .right .infoDivision h5, .order .dochead .right .infoDivision h5 {
    font-weight: bold;
    font-size: 13px; }

.coverletters {
  padding: 30px; }
  .coverletters .text {
    padding: 0 20px;
    margin-bottom: 30px; }
    .coverletters .text h3 {
      text-align: center;
      margin: 40px 0; }
    .coverletters .text p.last {
      text-align: right;
      margin-top: 30px; }
  .coverletters .list {
    padding-top: 30px;
    border-top: solid 1px #333; }
    .coverletters .list h3 {
      text-align: center; }
    .coverletters .list table {
      margin: 30px 0;
      font-size: 14px; }
      .coverletters .list table tr th, .coverletters .list table tr td {
        padding: 3px 15px 3px 0; }

.order {
  padding: 30px;
  border-top: dotted 1px #ccc;
  page-break-before: always; }
  .order .dochead {
    margin-bottom: 40px; }
  .order table thead tr th {
    background: #666;
    color: #fff; }

.textright {
  text-align: right; }

.widget-main .percent {
  display: inline-block;
  padding-top: 5px;
  padding-left: 10px; }

.formList {
  border: solid 1px #ddd;
  padding: 15px;
  background: #f5f5f5;
  margin-bottom: 40px; }
  .formList .formBtn {
    clear: both;
    padding: 10px;
    margin: 0 20px;
    text-align: center;
    background: #eee; }
    .formList .formBtn .form-group {
      margin-bottom: 0; }

.tableLink td {
  padding: 0 !important; }
  .tableLink td a {
    display: block;
    padding: 8px; }

.widget-header h4 {
  color: #2679b5; }
.widget-header .right {
  float: right;
  padding-top: 7px; }

body {
  overflow-x: hidden !important; }
  body.login-layout {
    overflow: auto !important; }

@media (min-width: 768px) {
  .sm100 {
    width: 100%;
    margin-bottom: 10px; } }
@media print {
  * {
    overflow: visible !important; }

  #navbar, #sidebar, #breadcrumbs, #main-container .page-header, .noprint, #btn-scroll-up {
    display: none; }

  #main-container .main-content {
    margin-left: 0; }

  #main-container .order {
    border: 0; }

  #main-container .order thead tr th {
    background: none;
    color: #333;
    border-right: #f5f5f5; } }
