.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: 1.2rem; 
    color : red;
}
.IconRed{
   color : red;
   text-shadow: 1px 1px 1px #ccc;
}
.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;
} 

.slidebg{
    background-image: url("/client/img/00/bgbar.jpg");
    background-size: cover;
    background-clip: border-box;
}
.button.white {
    color: white; }
.button.yellow {
    color: yellow; }
.top-bar-right ul li { background-image: url("/client/img/00/bgbar.jpg"); }
.top-bar { background: white; 
background-image: url("/client/img/00/bgbar.jpg");}
  .contain-to-grid { background: white; }
  .top-bar ul li a { color: yellow; background-image: url("/client/img/00/bgbar.jpg"); }
  .top-bar-section ul li.active > a { background: #22C0E8 !important; }
  .top-bar-section ul li.active > a:hover { color: #303030 !important; background:#21c5ed !important; }
  .top-bar-section li a:not(.button):hover { color: white; background:#22C0E8 !important; }
  
  .title-bar { background: white; 
background-image: url("/client/img/00/bgbar.jpg");}
  .contain-to-grid { background: white; }
  .title-bar ul li a { color: yellow; background-image: url("/client/img/00/bgbar.jpg"); }
  .top-bar-section ul li.active > a { background: #22C0E8 !important; }
  .top-bar-section ul li.active > a:hover { color: #303030 !important; background:#21c5ed !important; }
  .top-bar-section li a:not(.button):hover { color: white; background:#22C0E8 !important; }
  
#custtable {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#custtable thead td, #custtable thead th, #custtable tbody td, #custtable tbody th {
    border: 1px solid #ddd;
    padding: 8px;
}

/*#custtable tr:nth-child(even){background-color: #f2f2f2;}

#custtable tr:hover {background-color: #ddd;}*/

#custtable th {
/*    padding-top: 12px;
    padding-bottom: 12px;*/
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

.red td {
    text-align: center;
    color: red;    
}
.divider{
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  
.alert-box {
  background: #f7f7f7;
  color: #333;
  border: none;
  border-left: 6px solid #008CBA;
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2); }
  .alert-box.success {
    background: #f7f7f7;
    color: #333; }
  .alert-box.alert {
    background: #f7f7f7;
    color: #333; }
  .alert-box.warning {
    background: #f7f7f7;
    color: #333; }
  .alert-box.info {
    background: #f7f7f7;
    color: #333; }
  .alert-box.small {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem; }
    .alert-box.small .close {
      font-size: 1.5rem; }
  .alert-box.large {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 2rem; }
  .alert-box.medium {
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
    font-size: 1rem; }
    .alert-box.large .close {
      font-size: 3rem; }
  .alert-box .close {
    font-size: 2rem;
    line-height: 1.25rem; } 
  
  .pricing-table {
  border: solid 1px #DDDDDD; }
  .pricing-table li {
    border-bottom: dotted 1px #DDDDDD;
    font-size: 0.75rem;
    padding: 0.875rem 1.125rem; }
    .pricing-table li:last-child {
      border-bottom: 0; }
  .pricing-table .title {
    background-color: #333333;
    color: #EEEEEE;
    font-size: 1.50rem;
    border-bottom: 0; }
  .pricing-table .bullet-item {
    background-color: #F6F6F6;
    color: #333333;
    font-size: 1.15rem;
    border-bottom: 0; }
  .pricing-table .description {
    color: #777777;
    font-size: 0.625rem; }
  .pricing-table .button {
    margin: 0; }

/*.top-bar ul li a {
  background-color: #ff6600 !important;
} */

/* .top-bar { background: white; }
  .contain-to-grid { background: white; }
  .top-bar ul li a { color: #303030; background: #ffffff !important; }
  .top-bar-section ul li.active > a { background: #22C0E8 !important; }
  .top-bar-section ul li.active > a:hover { color: #303030 !important; background:#21c5ed !important; }
  .top-bar-section li a:not(.button):hover { color: white; background:#22C0E8 !important; }*/
  
/*  .top-bar-section ul li.active > a { 
background: #ffffff !important;
color: black !important;
}*/


