/* Your custom styles */
.general_width {
    margin: 0 auto;
    /*max-width: 1024px;*/
    padding: 0px 15px 0px 15px;
    padding-bottom: 160px;
    margin-top: 100px;
}

.footer {
    position: absolute;
    right: 0px;
    bottom: 30px;
    left: 0px;
    height: 140px;
    /*padding-top: 40px;
    padding-bottom: 40px;*/
    background-color: #184e7c;
    /*background-color: #00b4e9;*/
    text-align: center;
    color: #fffff5;
    display: flex;
    align-items: center; /* align vertical */
}


.copyright {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 30px;
    background-color: #fffff5;
    color: #184e7c;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    font-size: 13px;
}

#upBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background-color: #dfb76f;
}

#upBtn:hover {
    background-color: #184e7c;
}

.top-header-line {
    border: 1.5px solid #dfb76f;
    /*border: 1.5px solid #00b4e9;*/
    position: fixed;
    top: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    z-index: 1035;
}

a.custom-card,
a.custom-card:hover {
    color: inherit;
}

.menubutton {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0px;
}

.ellipsis {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #184e7c;
}

    .ellipsis:hover {
        cursor: pointer;
        color: #dfb76f;
    }

#opaque {
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: white;
    opacity: 1;
}

* html #opaque {
    position: absolute;
}


#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.graph-card {
    margin-left: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.graph-card2 {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.table-card {
    margin-right: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #c0bfc4;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #dfb76f;
}

.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 0%;
    filter: alpha(opacity=65);
    opacity: 0.65;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 400;
    background-image: url("../Images/general/loading2.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}


.container-fluid {
    height: 100%;
    display: table;
    width: 100%;
    padding: 0;
}

.row-fluid {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.centering {
    float: none;
    margin: 0 auto;
}



section {
    margin: 0 auto;
}

circle {
    fill: #dfb76f;
    background: #dfb76f;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.buttonlink{
	display:inline-block;
	border-style:solid;
	border-color:#bbb #888 #666 #aaa;
	border-width:3px 4px 4px 3px;
	width:300px;
	height:150px;
	background:#e9ecef;
	color:#184e7c;
	line-height:2;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
}
.buttonlink:hover{
	border-color: #666 #aaa #bbb #888;
	border-width:4px 3px 3px 4px;
	color:#184e7c;
}


.buttonlink2{
	display:inline-block;
	border-style:solid;
	border-color:#bbb #888 #666 #aaa;
	border-width:3px 4px 4px 3px;
	width:300px;
	height:150px;
	background:#e9ecef;
	color:#184e7c;
	line-height:2;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
}
.buttonlink2:hover{
	border-color: #666 #aaa #bbb #888;
	border-width:4px 3px 3px 4px;
	color:#184e7c;
}


* This parent can be any width and height */
.block {
  text-align: center;
  width: 100px;
  display: inline-block; 
  white-space: nowrap;
}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 18px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #184e7c;
    content: " > ";
    padding: 0 5px;
}

/*.sideNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2be7e;
  opacity: 0.95;
  text-align: center;
  overflow: auto;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  z-index:100000;
}

.sideNav.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}*/

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100000; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #e2be7e; 
    opacity: 0.98;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 70px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    /*color: #818181;*/
    color: #184e7c;
    display: block;
    transition: 0.3s; 
    text-align: center;
    font-size: large;

}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}




/* The side navigation menu */
.sidenav2 {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100000; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #bbb; 
    opacity: 0.99;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 70px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav2 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    /*color: #818181;*/
    color: #FFFFFF;
    display: block;
    transition: 0.3s; 
    text-align: center;
    font-size: large;

}

/* When you mouse over the navigation links, change their color */
.sidenav2 a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav2 .closebtn {
    position: absolute;
    top: 50px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}




/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-right .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


* {
    margin:0;
    padding:0;
}
#hp-ctn-howItWorks img {
    vertical-align:middle;
}
#hp-ctn-howItWorks {
    padding:0px 0px 0px 0px;
    text-align: center;
    margin:0px;
    width: 160px;
    height:40px;
    /*background:#F5F5F5;*/
    /*background: #CC0000;*/
    background-color: #dfb76f;
    
    opacity: 0.95;
    z-index:100000;
    border-radius: 5px 5px 0px 0px;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: bottom right;
    position: fixed;
    right: 0px;
    
}
#hp-ctn-howItWorks p {
    /*color:#666;*/
    color: #184e7c;
    display:inline-block;
    line-height:40px;
    cursor: pointer;
}

#hp-ctn-howItWorks2 img {
    vertical-align:middle;
}
#hp-ctn-howItWorks2 {
    padding:0px 0px 0px 0px;
    text-align: center;
    margin:0px;
    width: 160px;
    height:40px;
    /*background:#F5F5F5;*/
    /*background: #CC0000;*/
    background-color: #bbb;
    
    opacity: 0.95;
    z-index:100000;
    border-radius: 5px 5px 0px 0px;
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform-origin: bottom right;
    position: fixed;
    right: 0px;
    
}
#hp-ctn-howItWorks2 p {
    /*color:#666;*/
    color: #184e7c;
    display:inline-block;
    line-height:40px;
    cursor: pointer;
}



.pic {
  border: 1px solid #184e7c;
  border-radius: 5%;   
  float: left;
  margin: 10px;
  
  overflow: hidden;
  max-width: 100%;
  height: auto;
  
  -webkit-box-shadow: 3px 3px 3px #184e7c;
          box-shadow: 3px 3px 3px #184e7c;  
}

/*MORPH*/
.morph {
    cursor: none;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  cursor: pointer;
  border-radius: 5%;
  -webkit-transform: rotate(-2deg);
     -moz-transform: rotate(-2deg);
       -o-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

tspan {
    text-align: center !important;
}

select { text-align-last: center; }


.wrapper{
  /*background: #497dd0;*/
  padding:100px;
}

.toggle_radio{
  position: relative;
  /*background: rgba(255,255,255,.1);*/
  background: #184e7c;
  margin: 4px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 26px;
  /*width: 528px;*/
}
.toggle_radio > * {
  float: left;
}
.toggle_radio input[type=radio]{
  display: none;
  /*position: fixed;*/
}
.toggle_radio label{
  font: 90%/1.618 "Source Sans Pro";
  color: rgba(255,255,255,.9);
  z-index: 0;
  display: block;
  width: 80px;
  height: 20px;
  margin: 3px 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  /*background: rgba(0,0,0,.1);*/
  text-align: center;
  /*margin: 0 2px;*/
  /*background: blue;*/ /*make it blue*/
}
.toggle_option_slider{
  /*display: none;*/
  /*background: red;*/
  width: 80px;
  height: 20px;
  position: absolute;
  top: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

#zeroth_toggle:checked ~ .toggle_option_slider{
  background: rgba(255,255,255,.3);
  left: 5px;
}
#first_toggle:checked ~ .toggle_option_slider{
  background: rgba(255,255,255,.3);
  left: 89px;
}
#second_toggle:checked ~ .toggle_option_slider{
  background: rgba(255,255,255,.3);
  left: 174px;
}
#third_toggle:checked ~ .toggle_option_slider{
  background: rgba(255,255,255,.3);
  left: 260px;
}
#fourth_toggle:checked ~ .toggle_option_slider{
  background: rgba(255,255,255,.3);
  left: 346px;
}