/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/ 
/* 
    Created on : 22 May 2020, 17:14:02
    Author     : Nathan
*/

#sortable { list-style-type: none; margin: 0; padding: 0;  font-size: 1.4em;  }
#sortable li {margin: 0 13px 13px 13px;  padding: 0.4em; padding-left: 1.5em;}
#sortable li span { position: absolute; margin-left: -1.3em; }
#topBar{
    background-color: #a1252b;
    height: 33px;
    margin-bottom: 10px;
    background: rgb(161,37,43); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(161,37,43,1) 0%, rgba(104,0,1,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(161,37,43,1) 0%,rgba(104,0,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(161,37,43,1) 0%,rgba(104,0,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1252b', endColorstr='#680001',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.DIVspMemberBox {
    background-color:#a1252b;
    color:#ffffff;
    font-size:16px;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #854629;
}

#ajaxLoadingArea{
    display: none;
    text-align: center;
    padding-top: 100px;  
}
.searchMagnifier{
    width: 50px;
    height: 50px;
    padding-top: 5px;
}
#searchbarWrap{
    width: calc(100% - 100px);
}
.searchBarWrap{
    width: 95%;
    margin: auto;
    border: 1px solid; 
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    padding: 0px;
    -moz-box-shadow: 0px 10px 14px -7px #bc3315;
    -webkit-box-shadow: 0px 10px 14px -7px #bc3315;
    box-shadow: 0px 10px 14px -7px #bc3315;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
    background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
    background-color:#bc3315;

}
.inline-block{
    display: inline-block;

}
.width90Perc{
    width: 90%;
} 
.menuButtonImage{
    width: 60px;
    height: 60px;
}

/*video syllabus video container*/
.container {
    position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 56.25%;
    margin: auto;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*other stuff */

    .dynamicThumbnailContainer{
        width: 200px;
        height: 200px;
        text-align: center;
        vertical-align: middle;
        margin: auto;
    }
    .DynamicProductBox{
        height: 480px;
        padding-top: 10px;
        border: 1px solid #cccccc;
        margin: 10px 1px 10px 38px; 
    }
    .descriptionContainer{
        height: 150px;
        overflow: hidden;
        padding-left: 10px; 
        padding-right: 10px;
    }
    
.dynamicShopThumbnail{
    max-width: 100%;
    max-height: 100%;
    padding: 0px;
    margin: 0px;
}
.thumbDescription{
    font-size: 16px;
    margin-top: 10px;

}
.fade-out{

    width: 100%;
    height:30px;   
    top: -30px;
    position: relative;
    left:0;
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cartContainer{
    border: 1px solid #0066C0;
    margin-left: auto;
    margin-right: auto;
    color: #0066C0;
}
.miniThumbnail{
    max-width: 80px;
    max-height: 80px;   
    padding: 5px;
}

@media print {
  body * {
    visibility: hidden;
  }
  .w3-content, .w3-content * {
    visibility: visible;
  }
  .w3-content {
    position: absolute;
    left: 0;
    top: 0;
  }
}



.cookieswitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.cookieswitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.cookieslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookieslider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .cookieslider {
  background-color: #2196F3;
}

input:focus + .cookieslider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .cookieslider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.cookieslider.round {
  border-radius: 34px;
}

.cookieslider.round:before {
  border-radius: 50%;
}