.custom-font-header{
    font-family: 'Tangerine', serif;
    font-size: 48px;
    text-shadow: 4px 4px 4px #aaa;
}
.custom-font{
    font-family: 'Lobster', serif;
    font-size: 18px;
}
.no-border {
  border-style: none;
}
.red-color {
  color: red;
}
.blue-color {
  color: blue;
}
.gold-color {
  color: gold;
}
.green-color {
  color: green;
}

.display-inline{
    display: inline-block;
}


.callout-card {
  background: white;
  border: 1px solid #333;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
  overflow: hidden; }
  .callout-card .card-label {
    border-color: transparent #333 transparent transparent;
    border-color: rgba(255, 255, 255, 0) #333333 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card.primary {
    border-color: #446cb3; }
    .callout-card.primary .card-label {
      border-color: transparent #446cb3 transparent transparent;
      border-color: rgba(255, 255, 255, 0) #446cb3 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card.secondary {
    border-color: #adb2bd; }
    .callout-card.secondary .card-label {
      border-color: transparent #adb2bd transparent transparent;
      border-color: rgba(255, 255, 255, 0) #adb2bd rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card.info {
    border-color: #89c4f4; }
    .callout-card.info .card-label {
      border-color: transparent #89c4f4 transparent transparent;
      border-color: rgba(255, 255, 255, 0) #89c4f4 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card.alert {
    border-color: #f22613; }
    .callout-card.alert .card-label {
      border-color: transparent #f22613 transparent transparent;
      border-color: rgba(255, 255, 255, 0) #f22613 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card.success {
    border-color: #87d37c; }
    .callout-card.success .card-label {
      border-color: transparent #87d37c transparent transparent;
      border-color: rgba(255, 255, 255, 0) #87d37c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card.warning {
    border-color: #f89406; }
    .callout-card.warning .card-label {
      border-color: transparent #f89406 transparent transparent;
      border-color: rgba(255, 255, 255, 0) #f89406 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }
  .callout-card .card-label {
    border-style: solid;
    border-width: 0 70px 80px 0;
    float: right;
    height: 0px;
    width: 0px;
    transform: rotate(360deg); }
  .callout-card .callout-card-content {
    padding: 0.5rem 1.5rem 0.875rem; }
  .callout-card.radius {
    border-radius: 0.6rem; }
  .callout-card .label-text {
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    position: relative;
    right: -30px;
    top: 2px;
    white-space: nowrap;
    transform: rotate(50deg); }
 


.div-no-style{
    margin : 0px;
    padding : 2px;
    border : 0px;
}
.div-no-wrap{
    overflow: hidden;
    white-space: nowrap;
}

.row{
    margin-top: 0px;
    margin-bottom: 0px;
    padding : 0px;    
}

.no-margin{
     margin: 0px;
}
.no-border{
     border: 0px;
}
/*input[type="text"]{   
    font-size: 0.9em;
}*/
label{    
    line-height: 0.9;
    font-size: 0.85em;
}
/*div{
    margin : 4px;
    padding : 4px;
}*/

table{
    text-align:  center;
    border : 1px;
}

/*table tr td{
    padding : 0px;
    margin : 0px;
}*/
table.hover tr:hover {
  background-color:#89c4f4; }

table.hover tr:nth-of-type(even):hover {
  background-color:#f89406; }

.horizontal-scroll {
  overflow: hidden;
  overflow-x: auto;
  clear: both;
  width: 100%;
}

.my-table {
  min-width: rem-calc(640);
}

h5{
    color:#8a1f11;
    font-weight: bold;
}

.tabs {
  margin: 0;
  list-style-type:none;
  background: #fefefe; 
  border: 0px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: " ";
    display: table; }
  .tabs::after {
    clear: both; }
  .tabs.simple > li > a {
    padding: 0; }
  .tabs.simple > li > a:hover {
      background: transparent; }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block; }
  .tabs.primary {
    background: #2199e8;
  }
    .tabs.primary > li > a {
      color: #fefefe; }
      .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
        background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 0.75rem 0.75rem;     
    line-height: 1;
    font-size: 0.9rem; 
    font-weight: normal; 
    color:blue; 
    background: #cccccc; 
    margin-right: 1px; 
    margin-bottom: 1px; 
    } 
    .tabs-title > a:hover {
      background: lightskyblue;} 
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }
    
.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }


/* span {
    margin: 0.75rem auto;
   }*/
.smallIcon { 
    font-size: 0.8rem; 
    color : red;
}
.mediumIcon { font-size: 1rem; }
.largeIcon { font-size: 1.4rem; 
color : red;}
.title-bar-title a{
    color:white;
}

.tab-red { background-color: #ff0000; }
.tab-blue { background-color: #00ff00; }
.tab-green { background-color: #0000ff; }


    .tabs > li > a {
      color: #fefefe;
      background-color: blue;
      border: 2px solid #e6e6e6;}
    .tabs > li > a:hover{
      background: lightskyblue;  
    } 
      .tabs > li > a:focus {
        background: green; }
      .tabs-title > a[aria-selected='true'] {
      background: green; }

      .button-border{
          border: 1px solid white;
      } 
      
.secondary .tabs > li > a {
      color: #fefefe;
      background-color: #6699ff;
      border: 2px solid #e6e6e6;}
    .secondary.tabs > li > a:hover{
      background: lightskyblue;  
    } 
      .secondary.tabs > li > a:focus {
          background:#66cc00; }
    .secondary  .tabs-title > a[aria-selected='true'] {
      background: #66cc00; }

      .button-border{
          border: 1px solid white;
      }       
.align-center{
    text-align: center;
}      