.logincform>table.form-table {width: 97% !important;}span.on_off {font-size: 18px;font-weight: 500;padding: 4px 10px;					margin: 0px;					height: 26px;					display: inline-block;				}								input#showcase_tax_media_button {					width: 100px !important;				}				input#showcase_tax_media_remove {					width: 106px !important;				}				.switch {				  position: relative;				  display: inline-block;				  width: 60px;				  height: 34px;				}				.switch input { 				  opacity: 0;				  width: 0;				  height: 0;				}				.slider {				  position: absolute;				  cursor: pointer;				  top: 0;				  left: 0;				  right: 0;				  bottom: 0;				  background-color: #ccc;				  -webkit-transition: .4s;				  transition: .4s;				}				.slider:before {				  position: absolute;				  content: "";				  height: 26px;				  width: 26px;				  left: 4px;				  bottom: 4px;				  background-color: white;				  -webkit-transition: .4s;				  transition: .4s;				}				input:checked + .slider {				  background-color: #2196F3;				}				input:focus + .slider {				  box-shadow: 0 0 1px #2196F3;				}				input:checked + .slider:before {				  -webkit-transform: translateX(26px);				  -ms-transform: translateX(26px);				  transform: translateX(26px);				}				/* Rounded sliders */				.slider.round {				  border-radius: 34px;				}				.slider.round:before {				  border-radius: 50%;				}								/* The container */				.containercheckbox {					display: block;					position: relative;					padding-left: 27px;					cursor: pointer;					font-size: 14px;					-webkit-user-select: none;					-moz-user-select: none;					-ms-user-select: none;					user-select: none;					margin: 0px 55px 20px 0px !important;				}				/* Hide the browser's default checkbox */				.containercheckbox input {				  position: absolute;				  opacity: 0;				  cursor: pointer;				  height: 0;				  width: 0;				}				/* Create a custom checkbox */				.containercheckbox .checkmark {					position: absolute;					top: 0;					left: 0;					height: 19px;					width: 19px;					background-color: #eee;				}				/* On mouse-over, add a grey background color */				.containercheckbox:hover input ~ .checkmark {				  background-color: #ccc;				}				/* When the checkbox is checked, add a blue background */				.containercheckbox input:checked ~ .checkmark {				  background-color: #2196F3;				}				.SUM_inp{					width: 25em  !important;				}				.SUM_textarea {					height: 80px  !important;					width: 25em  !important;				}				/* Create the checkmark/indicator (hidden when not checked) */				.containercheckbox .checkmark:after {				  content: "";				  position: absolute;				  display: none;				}				/* Show the checkmark when checked */				.containercheckbox input:checked ~ .checkmark:after {				  display: block;				}				/* Style the checkmark/indicator */				.containercheckbox .checkmark:after {					left: 6px;					top: 1px;					width: 5px;					height: 10px;					border: solid white;					border-width: 0 3px 3px 0;					-webkit-transform: rotate(45deg);					-ms-transform: rotate(45deg);					transform: rotate(45deg);				}				label.containercheckbox {					width: 14%;				}				@media screen and (max-width: 768px){					label.containercheckbox {						width: 20%;					}					.SUM_inp {						width: 100% !important;					}					.SUM_textarea {						width: 100% !important;					}				}
/* HIDE RADIO */
.radio_sellected [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.radio_sellected [type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
.radio_sellected [type=radio]:checked + img {
  outline: 2px solid #0f89ea;
}

.radio_sellected input[type="radio"] {
    width: auto !important;
}
img.radio_image_icon {
    width: 135px;
    margin: 0px 20px 0px 0px;
}

img.radio_image_slid {
    width: 165px;
    margin: 0px 20px;
}



 




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 700px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
@media screen and (max-width: 992px) {
  .modal-content {
	width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .modal-content {
	width: 98%;
  }
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.modal_close_button {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: 13px;
}

.modal_close_button:hover,
.modal_close_button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
a#myBtn {
    cursor: pointer;
}