p {
    display: block;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    font-style: normal;
    white-space: normal;
}

/* Panel */
  
.panel{
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
  }
  .panel .panel-body p+p {
    margin-top: 15px;
  }
  .panel-heading { 
    position: relative;
    height: 50px;
    border-radius: 0;
    border: none !important;
    padding: 0px;
  }
  .panel-default>.panel-heading {
    color: #797979;
    background-color: #fafafa;
    border-bottom: none;
  }
  .panel-title {
      font-weight: 300;
      padding: 0 20px 0 20px;
      font-size: 19px;
      line-height: 50px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis
  }
  .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-right-radius: 3px;
      border-top-left-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
  }
  .list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child {
      border-top-width: 0
  }
  .panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
      margin-bottom: 0
  }
  .panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
      padding-left: 15px;
      padding-right: 15px
  }
  .panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
      border-top-right-radius: 3px;
      border-top-left-radius: 3px
  }
  .panel>.table-responsive:first-child>.table:first-child>tbody: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:first-child>thead:first-child>tr:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px
  }
  .panel>.table-responsive:first-child>.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 th:first-child, 
  .panel>.table-responsive:first-child>.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 th:first-child, 
  .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, 
  .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, 
  .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, 
  .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
      border-top-left-radius: 3px
  }
  .panel>.table-responsive:first-child>.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 th:last-child, 
  .panel>.table-responsive:first-child>.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 th:last-child, 
  .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, 
  .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, 
  .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, 
  .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
      border-top-right-radius: 3px
  }
  .panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px
  }
  .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, 
  .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, 
  .panel>.table:last-child>tbody:last-child>tr:last-child, 
  .panel>.table:last-child>tfoot:last-child>tr:last-child {
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px
  }
  .panel>.table-responsive:last-child>.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 th:first-child, 
  .panel>.table-responsive:last-child>.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 th:first-child, 
  .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, 
  .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, 
  .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, 
  .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
      border-bottom-left-radius: 3px
  }
  .panel>.table-responsive:last-child>.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 th:last-child, 
  .panel>.table-responsive:last-child>.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 th:last-child, 
  .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, 
  .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, 
  .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, 
  .panel>.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 td, 
  .panel>.table>tbody:first-child>tr:first-child th {
      border-top: 0
  }
  .panel>.table-bordered, 
  .panel>.table-responsive>.table-bordered {
      border: 0
  }
  .panel>.table-bordered>tbody>tr>td:first-child, 
  .panel>.table-bordered>tbody>tr>th:first-child, 
  .panel>.table-bordered>tfoot>tr>td:first-child, 
  .panel>.table-bordered>tfoot>tr>th:first-child, 
  .panel>.table-bordered>thead>tr>td:first-child, 
  .panel>.table-bordered>thead>tr>th:first-child, 
  .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, 
  .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, 
  .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, 
  .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, 
  .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, 
  .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
      border-left: 0
  }
  .panel>.table-bordered>tbody>tr>td:last-child, 
  .panel>.table-bordered>tbody>tr>th:last-child, 
  .panel>.table-bordered>tfoot>tr>td:last-child, 
  .panel>.table-bordered>tfoot>tr>th:last-child, 
  .panel>.table-bordered>thead>tr>td:last-child, 
  .panel>.table-bordered>thead>tr>th:last-child, 
  .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, 
  .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, 
  .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, 
  .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, 
  .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, 
  .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
      border-right: 0
  }
  .panel>.table-bordered>tbody>tr:first-child>td, 
  .panel>.table-bordered>tbody>tr:first-child>th, 
  .panel>.table-bordered>tbody>tr:last-child>td, 
  .panel>.table-bordered>tbody>tr:last-child>th, 
  .panel>.table-bordered>tfoot>tr:last-child>td, 
  .panel>.table-bordered>tfoot>tr:last-child>th, 
  .panel>.table-bordered>thead>tr:first-child>td, 
  .panel>.table-bordered>thead>tr:first-child>th, 
  .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, 
  .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, 
  .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, 
  .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, 
  .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, 
  .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, 
  .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, 
  .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
      border-bottom: 0
  }
  .panel>.table-responsive {
      border: 0;
      margin-bottom: 0
  }
  
  .panel-group .panel-heading {
      border-bottom: 0
  }
  .panel-group .panel-heading+.panel-collapse>.list-group, 
  .panel-group .panel-heading+.panel-collapse>.panel-body {
      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>.panel-heading+.panel-collapse>.panel-body {
      border-top: 0
  }
  .panel-group {
      margin-bottom: 35px
  }
  .panel-group.accordion .defaultpanel {
      margin: 0
  }
  .panel-group.accordion .panel {
      margin-bottom: 0
  }
  .panel-group.accordion .panel-heading {
      border-radius: 0;
      height: auto
  }
  .panel-group.accordion .panel-heading:after {
      border: 0 !important
  }
  .panel-group.accordion .panel-heading, 
  .panel-group.accordion .panel-title {
      padding: 0
  }
  .panel-group.accordion .panel-title {
      line-height: 40px
  }
  .panel-group.accordion .panel-title a {
      display: block;
      color: inherit;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      padding: 10px 15px
  }
  .panel-group.accordion .panel-title a:hover, 
  .panel-group.accordion .panel-title a:focus {
      color: inherit
  }
  .panel-group.accordion .panel:first-child, 
  .panel-group.accordion .panel:first-child .panel-heading {
      border-top-left-radius: 0;
      border-top-right-radius: 0
  }
  .panel-group.accordion .panel:last-child {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      overflow: hidden
  }
  
  .weather-panel-bg {
      background: #0eaaa6 url(../img/thumbs/6.jpg) ;
      min-width: 100%;
      min-height: 100%;
      background-size: cover;
  }
  .weather-panel-bg2 {
      background: #0eaaa6 url(../img/thumbs/img2.jpg) ;
      min-width: 100%;
      min-height: 100%;
      background-size: cover;
  }
  .panel .panel-bg-cover {
      max-height: 180px;
      overflow: hidden
  }
  .panel .panel-bg-cover img {
      min-width: 100%;
      min-height: 100%;
      background-size: cover
  }
  .panel.remove {
      opacity: 0;
      -webkit-transition: opacity, 0.5s;
      transition: opacity, 0.5s
  }
  
  .panel.panel-bg-img {
      position: relative
  }
  .panel .panel-bg-wrap {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0
  }
  .panel .panel-bg-wrap>img {
      position: absolute;
      top: 0;
      left: 0
  }
  .panel .panel-bg-wrap+.panel-body {
      position: relative
  }
  .panel-media {
      box-shadow: 0 -50px 20px -10px rgba(0,0,0,0.2);
      padding: 10px 15px 15px 140px;
      position: relative
  }
  .panel-media-img {
      position: absolute;
      width: 96px;
      height: 96px;
      left: 20px;
      top: -48px
  }
  .panel-media-heading {
      color: #fff;
      position: absolute;
      top: -2.7em
  }
  .panel .panel>:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0
  }
  .panel .panel>:last-child {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0
  }
  .panel-body-full {
      margin-left: -20px;
      margin-right: -20px
  }
  .panel-body .row, .panel-body .form-horizontal .form-group {
      margin-left: -8px;
      margin-right: -8px
  }
  
  /* .panel-body .form-horizontal .form-group {
     margin-bottom:0;
  } */
  
  .panel-trans {
      border-color: transparent;
      box-shadow: none
  }
  .panel-default.panel-colorful {
      background-color: #e0e5ec;
      color: #515151
  }
  .panel-default .panel-heading {
      background-color: #e0e5ec;
      border-color: #f0f2f6
  }
  .panel-primary .panel-heading, .panel-primary .panel-footer, .panel-primary.panel-colorful {
      color: #fff;
      background-color: #4285f4;
      border-color: #4285f4;
  }
  .panel-info .panel-heading, .panel-info .panel-footer, .panel-info.panel-colorful {
      background-color: #00D5E6;
      border-color: #00c2e6;
      color: #fff
  }
  .panel-success .panel-heading, .panel-success .panel-footer, .panel-success.panel-colorful {
      color: #fff;
      background-color: #34a853;
      border-color: #34a853
  }
  .panel-warning .panel-heading, .panel-warning .panel-footer, .panel-warning.panel-colorful {
      background-color: #f0ad4e;
      border-color: #EEA236;
      color: #fff
  }
  .panel-danger .panel-heading, .panel-danger .panel-footer, .panel-danger.panel-colorful {
      background-color: #f0300b;
      border-color: #E53935;
      color: #fff
  }
  .panel-mint .panel-heading, .panel-mint .panel-footer, .panel-mint.panel-colorful {
      background-color: #48c5a3;
      border-color: #48c5a3;
      color: #fff
  }
  .panel-purple .panel-heading, .panel-purple .panel-footer, .panel-purple.panel-colorful {
      background-color: #925e8b;
      border-color: #AB47BC;
      color: #fff
  }
  .panel-pink .panel-heading, .panel-pink .panel-footer, .panel-pink.panel-colorful {
      background-color: #E91E63;
      border-color: #D81B60;
      color: #fff
  }
  .panel-dark .panel-heading, .panel-dark .panel-footer, .panel-dark.panel-colorful {
      background-color: #3b4146;
      border-color: #3b4146;
      color: #fff
  }
  .panel>.panel-heading:after, .panel.panel-colorful>.panel-heading:after {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      left: 0;
      right: 0;
      border-bottom: 1px solid rgba(0,0,0,0.1)
  }
  .panel-colorful>.panel-heading {
      border: 0
  }
  .panel-default>.panel-heading:after, 
  .panel-primary>.panel-heading:after, 
  .panel-info>.panel-heading:after, 
  .panel-success>.panel-heading:after, 
  .panel-warning>.panel-heading:after, 
  .panel-danger>.panel-heading:after, 
  .panel-purple>.panel-heading:after, 
  .panel-pink>.panel-heading:after, 
  .panel-dark>.panel-heading:after {
      display: none
  }
  .panel-bordered-default, .panel-default.panel-bordered {
      border: 1px solid #b3c1d1
  }
  .panel-bordered-primary, .panel-primary.panel-bordered {
      border: 1px solid #4285f4
  }
  .panel-bordered-info, .panel-info.panel-bordered {
      border: 1px solid #4ebcda
  }
  .panel-bordered-success, .panel-success.panel-bordered {
      border: 1px solid #34a853;
  }
  .panel-bordered-warning, .panel-warning.panel-bordered {
      border: 1px solid #EEA236
  }
  .panel-bordered-danger, .panel-danger.panel-bordered {
      border: 1px solid #f76c51
  }
  .panel-bordered-mint, .panel-mint.panel-bordered {
      border: 1px solid #50c7a7
  }
  .panel-bordered-purple, .panel-purple.panel-bordered {
      border: 1px solid #986291
  }
  .panel-bordered-pink, .panel-pink.panel-bordered {
      border: 1px solid #e17ca7
  }
  .panel-bordered-dark, .panel-dark.panel-bordered {
      border: 1px solid #3b4146
  }
  .panel-group .panel {
      border-radius: 0;
      margin-bottom: 20px
  }
  .panel-group>div {
      padding-left: 0;
      padding-right: 0
  }
  .panel-group>div:first-child>.panel {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px
  }
  .panel-group>div:last-child>.panel {
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px
  }
  .panel-group>div+div>.panel {
      margin-left: -1px
  }
  .panel-control {
      height: 100%;
      position: relative;
      float: right;
      padding: 0 15px
  }
  .panel-control:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      left: -1em;
      position: relative
  }
  .panel-control>i, .panel-control>.badge, .panel-control>label {
      vertical-align: middle
  }
  .panel-control .nav-tabs {
      display: inline-block;
      height: 50px;
      vertical-align: bottom;
      border: 0
  }
  .panel-control .nav-tabs>li {
      margin-top: 1px;
      margin-right: 5px;
      height: 100%
  }
  .panel-control .nav-tabs>li>a {
      border-radius: 0;
      margin-right: 0;
      height: 100%;
      line-height: 50px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding: 0 15px
  }
  .panel-control .nav-tabs>li:not(.active) {
      background-color: transparent;
      opacity: .6
  }
  .panel-control .nav-tabs>li:not(.active) a {
      color: inherit;
      border-bottom: 0 !important
  }
  .panel-control .nav-tabs>.active>a {
      z-index: 1
  }
  .panel-control .progress {
      min-width: 150px;
      margin: 0;
      display: inline-block;
      vertical-align: middle
  }
  .panel-control .switchery {
      margin-left: 15px;
      vertical-align: middle
  }
  .panel-control .pager {
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      border-radius: 0
  }
  .panel-control .pagination {
      margin: 0;
      border-radius: 0;
      vertical-align: middle
  }
  .panel-control .pagination>li>a, .panel-control .pagination>li>span {
      padding: 0 10px;
      border: 0 0 0 0;
      border-color: rgba(0,0,0,0.09);
      box-shadow: none;
      height: 100%;
      line-height: 30px
  }
  .panel-control .pagination>li:not(.active):not(.disabled)>a:hover {
      background-color: rgba(0,0,0,0.05);
      border-color: rgba(0,0,0,0.09)
  }
  .panel-control .pagination>.disabled>a, .panel-control .pagination>.disabled>a:hover, .panel-control .pagination>.disabled>a:active {
      border-color: rgba(0,0,0,0.09)
  }
  .panel-control .pagination>li:not(.active)>a, .pagination>li>a {
      background-color: transparent;
      color: inherit
  }
  .panel-control .pagination>li>a:hover, .pagination>li>a:focus {
      box-shadow: none
  }
  .panel-control .btn, .panel-control .dropdown-toggle.btn {
      border: 0
  }
  .panel-control .open>.btn, .panel-control .btn.active, .panel-control .btn:active {
      box-shadow: none !important
  }
  .panel-control .btn-default {
      background-color: transparent;
      color: inherit
  }
  .panel-control>.btn:first-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0
  }
  .panel-control>.btn:last-child, .panel-control>.btn-group:last-child>.btn:first-child {
      border-bottom-right-radius: 0
  }
  
  .panel.panel-expand {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      overflow: hidden;
      z-index: 1080
  }
  .panel-expand .height-full,
  .panel-expand .height-lg,
  .panel-expand .height-md,
  .panel-expand .height-sm,
  .panel-expand .height-xs {
      height: 100%!important
  }
  @keyframes panelExpand {
      from {
          top: 50%;
          left: 50%;
          right: 50%;
          bottom: 50%
      }
      to {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0
      }
  }
  @-webkit-keyframes panelExpand {
      from {
          top: 50%;
          left: 50%;
          right: 50%;
          bottom: 50%
      }
      to {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0
      }
  }
  .panel.panel-expand>.panel-heading .fa.fa-expand:before {
      content: '\f066'
  }
  .panel.panel-expand,
  .panel.panel-expand>.panel-body,
  .panel.panel-expand>.panel-heading {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0
  }
  .panel.panel-expand>.panel-body {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      top: 40px;
      overflow-y: scroll;
      z-index: 1020
  }
  .panel.panel-expand>.panel-footer {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0
  }
  .panel.panel-loading .panel-body {
      position: relative;
      z-index: 0
  }
  .panel.panel-loading.panel-expand .panel-body {
      position: absolute
  }
  .panel.panel-loading .panel-body .panel-loader {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #fff;
      opacity: .9;
      filter: alpha(opacity=90);
      animation: fadeIn .10s;
      -webkit-animation: fadeIn .10s;
      z-index: 1020;
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px
  }
  @keyframes fadeIn {
      from {
          opacity: 0
      }
      to {
          opacity: 1
      }
  }
  @-webkit-keyframes fadeIn {
      from {
          opacity: 0
      }
      to {
          opacity: 1
      }
  }
  