#overlayStyle {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 33%; /* 33% width  */
    height: 100%; 
    top: 0;
    /*left: 0;*/
    right: 0;
    /*bottom: 0;*/
    background-color: rgba(245,245,245,1); /* Grey background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    overflow: scroll;
    /*padding: 20px;*/
}

#overlayStyle .container{
	padding:20px 35px;
}

#overlayStyle .closeOverlay {padding-right: 0px;}

#overlayStyle .row {
	width: 100%;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-top-6 {
    padding-top: 6px;
}

.padding-top-20 {
	padding-top: 20px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
  
#overlayStyle .label {
	color: #ca7f7f;
	text-transform: uppercase;
	margin-bottom:5px;
}

.sizetext1, .sizetext2, .sizetext3, .sizetext4, .sizetext5 {
	text-align: center;
	line-height: 26px;
} 

.sizetext2 {
	font-size: 18px;
}
.sizetext3 {
	font-size: 20px;
}
.sizetext4 {
	font-size: 24px;
}
.sizetext5 {
	font-size: 28px;
}

.sizetextinput {
	text-align: center;
}

/*.sizetextinput input {
	background: #666;
}*/

/* COMMON RADIO AND CHECKBOX STYLES  */
.sizetextinput input[type=radio], .bginput1 input[type=radio], .bginput2 input[type=radio], .bginput3 input[type=radio] {
  /* hide original inputs */
  visibility: hidden;
  position: absolute;
}

.sizetextinput input[type=radio] + label, .bginput1 input[type=radio] + label, .bginput2 input[type=radio] + label, .bginput3 input[type=radio] + label {
  cursor:pointer;
}

.sizetextinput input[type=radio] + label:before {
  height:20px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  transition: 0.3s;
  border:1px solid #bbbfc4;
  border-radius:10px;
  box-shadow: inset 0 -3px 6px #bbbfc4;
  transition: 0.3s;
  background: #bbbfc4;
}

.bginput1 input[type=radio] + label:before {
  height:20px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  transition: 0.3s;
  border:1px solid #bbbfc4;
  border-radius:10px;
  /*box-shadow: inset 0 -3px 6px #bbbfc4;*/
  transition: 0.3s;
  background: #FFFFFF;
}
.bginput2 input[type=radio] + label:before {
  height:20px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  transition: 0.3s;
  border:1px solid #bbbfc4;
  border-radius:10px;
  /*box-shadow: inset 0 -3px 6px #bbbfc4;*/
  transition: 0.3s;
  background: #f9efe1;
}
.bginput3 input[type=radio] + label:before {
  height:20px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  transition: 0.3s;
  border:1px solid #bbbfc4;
  border-radius:10px;
  /*box-shadow: inset 0 -3px 6px #bbbfc4;*/
  transition: 0.3s;
  background: #545454;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
/* DEFAULT */
.sizetextinput input[type=radio] + label:before, .bginput1 input[type=radio] + label:before, .bginput2 input[type=radio] + label:before, .bginput3 input[type=radio] + label:before {
  border-radius:50%;
  width:20px;
}

/* CHECKED */
.sizetextinput input[type=radio]:checked + label:before{
    box-shadow: none;
    background: #FFF;
    border: 5px solid #bbbfc4;
}

.bginput1 input[type=radio]:checked + label:before{
    box-shadow: none;
    background: #fff;
    border: 5px double #bbbfc4;
}

.bginput2 input[type=radio]:checked + label:before{
    box-shadow: none;
    background: #fff;
    border: 5px double #f9efe1;
}

.bginput3 input[type=radio]:checked + label:before{
    box-shadow: none;
    background: #fff;
    border: 5px double #545454;
}

.select-font-family {
	border-radius: 10px;
    padding: 9px;
    background: url('../assets/caret-down-solid.svg') #e3e5e8 no-repeat 96% center;;
    border: 1px solid #d2d2d2;
    color: #9d9d9d;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
}

.select-font-family:focus {outline:0;}

.custom-control-input-success:checked ~ .custom-control-label::before {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.custom-control-input-danger:checked ~ .custom-control-label::before {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.custom-control-input-warning:checked ~ .custom-control-label::before {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.custom-control-input-info:checked ~ .custom-control-label::before {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

/* Large toggl switches */
.custom-switch-lg .custom-control-label::before {
    left: -2.25rem;
    width: 3rem;
    border-radius: 1.5rem;
    background-color: #adb5bd;
    border: #adb5bd solid 1px;
}

.custom-switch-lg .custom-control-label::after {
    top: calc(.25rem + 3px);
    left: calc(-2.25rem + 4px);
    width: calc(1.5rem - 6px);
    height: calc(1.5rem - 6px);
    border-radius: 1.5rem;
    background-color: #fff;
}

.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.4rem);
}

.custom-switch-lg .custom-control-label::before {
    height: 1.5rem;
}

.custom-switch-lg .custom-control-label {
    padding-left: 1.5rem;
    line-height: 1.7rem;
}


@media screen and (max-width: 767px) {
	#overlayStyle {
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	#overlayStyle {
		width: 50%;
	}
}






