/* ---------------------------------------------------
    SIDEBAR STYLE (use font family poppins on sidebar)
----------------------------------------------------- */
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
	font-family: 'Poppins', sans-serif; 
    background: #fff;
}

p {
/*  font-family: 'Poppins', sans-serif; */
	font-family : Arial, Helvetica, sans-serif; 
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000000;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #336600;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);	
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #000000;	
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #fff;	
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
	color: #000000;
    background: #FFFF99;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #669933;	
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
	font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #669933;	
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    TOP NAVBAR STYLES
-----------------------------------------------------*/
.navbar-saq {
    background-color: #000000;
	color: #FFFFFF;
    border: 1px solid #000000;
	padding-top: 1px;
	padding-bottom: 0px;
    border-radius: 6;
}

.navbar-saq .navbar-nav > li > a:hover,
.navbar-saq .navbar-nav > li > a:focus {
    background-color: #ffff99;
	color: #000000;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
	border-radius: 5;
}

.wrapper {
    display: flex;
    align-items: stretch;
    perspective: 1500px;
}

.badge-checkout {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #336600;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}

/* ---------------------------------------------------
    PANEL STYLES
----------------------------------------------------- */
.panel-saq {
  border-color: #336600;
  width: 100%;
}
.panel-saq > .panel-heading {
  color: #fff;
  background-color: #336600;
  border-color: #336600;
}
.panel-saq > .panel-heading .badge {
  color: #336600;
  background-color: #fff;
}

/* ---------------------------------------------------
    BUTTON STYLES
----------------------------------------------------- */
.btn-saq {
  color: white;
	background-color: #336600;
	border-color: #336600;
}
.btn-saq:focus,
.btn-saq.focus {
  color: white;
  /*background-color: #e6e6e6;*/
  background-color: #336600;  
  border-color: #8c8c8c;
}
.btn-saq:hover {
  color: white;
  background-color: #669966;
  /*border-color: #adadad;*/
}
.btn-saq:active,
.btn-saq.active,
.open > .dropdown-toggle.btn-saq {
  color: white;
  /*background-color: #e6e6e6;*/
  background-color: #336600; 
  border-color: #adadad;
}
.btn-saq:active:hover,
.btn-saq.active:hover,
.open > .dropdown-toggle.btn-saq:hover,
.btn-saq:active:focus,
.btn-saq.active:focus,
.open > .dropdown-toggle.btn-saq:focus,
.btn-saq:active.focus,
.btn-saq.active.focus,
.open > .dropdown-toggle.btn-saq.focus {
  color: black;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-saq:active,
.btn-saq.active,
.open > .dropdown-toggle.btn-saq {
  background-image: none;
}
.btn-saq.disabled:hover,
.btn-saq[disabled]:hover,
fieldset[disabled] .btn-saq:hover,
.btn-saq.disabled:focus,
.btn-saq[disabled]:focus,
fieldset[disabled] .btn-saq:focus,
.btn-saq.disabled.focus,
.btn-saq[disabled].focus,
fieldset[disabled] .btn-saq.focus {
  background-color: #d4d4d4;
  border-color: #ccc;
}
.btn-saq .badge {
  color: #336600;
  background-color: white;
}

/* ---------------------------------------------------
    HEADING, TEXT & OTHER STYLES
----------------------------------------------------- */
h3 {
  color: #336600;
}
h4 {
  color: #000000;
}
h4.saq {
  color: #336600;
}
h5 {
  color: #336600;
}
h5.saq {
  color: #000000;
}
h6 {
  color: #336600;
}
.messageb {
  color: #336600; font-weight:bold;
}
.messagen {
  color: #336600; 
}

.jumbotron {
    background-color: #FFF !important; 
	height: 235px; 
}

/* Tooltip */
.over + .tooltip > .tooltip-inner {
  background-color: #669966; 
  color: #FFFFFF; 
  border: 1px solid #336600;
}
.over + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #336600;
}

/* list with 2 colomns */
ul.list { width: 900px; }
ul.list li { display:inline-block; width: 400px; }

/* list with square bullets */
ul.box { list-style-type:square; }

/* Show select hover: */
a.show { 
  color : #333333; 
  text-decoration : none; 
  font-weight : normal; 
  font-family : Arial, Helvetica, sans-serif; 
} 
a.show:hover { 
  color : #336600; 
  text-decoration : underline; 
  font-weight : normal; 
  font-family : Arial, Helvetica, sans-serif; 
}
a.link { 
  color : #333333; 
  text-decoration : none; 
  font-weight : bold; 
  font-family : Arial, Helvetica, sans-serif; 
} 
a.link:hover { 
  color : #336600; 
  text-decoration : underline; 
  font-weight : bold; 
  font-family : Arial, Helvetica, sans-serif; 
}

/* Table hover special colour*/
.table-hover tbody tr:hover td  {
  background: #E6F0E0;
}
.asterisk  { 
  color:#336600; font-weight:bold; font:10pt verdana,arial;
} 
td.accom { 
  border:1px solid #336600;
  padding-left:5px;
  padding-top:5px;
  padding-bottom:5px;  
}
/* Table cell style for results */
th {
  background-color: #336600;
  color: #FFFFFF;
}

/* Show/Hide styles */
.payDiv {
	display:none;
}  
#showcc {
    border:0px;
    padding:0px;
}
#showeft {
    border:0px;
    padding:0px;
}
#showpp {
    border:0;
    padding:0px;
}
