/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 #affilate_table th {
    font-weight: bold;
 }

 /* Create four equal columns that floats next to each other */
.column {
   float: left;
   width: 25%;
   margin-bottom: 5px;
 }
 
 .row {
   margin-top:10px;
 }
 .label {
    font-weight: bold;
 }
 /* Clear floats */
 .row:after {
   content: "";
   display: table;
   clear: both;
   
 }
 
 /* Responsive layout - makes a two column-layout instead of four columns */
 @media screen and (max-width: 900px) {
   .column {
     width: 50%;
   }
 }
 
 /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
 @media screen and (max-width: 600px) {
   .column {
     width: 100%;
   }
 }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.multiselect {
  width: 170px;
  font-size: 15px;
  padding-bottom: 4px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  outline: none;
}

.multiselect:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.multiselect.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid transparent;
}

.multiselect > .title {
  cursor: pointer;
  height: 16px;
  padding: 6px;
}

.multiselect > .title > .text {
  max-width: 130px;
  max-height: 25px;
  display: block;
  float: left;
  overflow: hidden;
  line-height: 1.3em;
}

.multiselect > .title > .expand-icon,
.multiselect > .title > .close-icon {
  float: right;
  border-radius: 50%;
  padding: 0 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  transition: 0.2s;
  display: none;
}

.multiselect.selection > .title > .expand-icon {
  display: none;
}

.multiselect > .title > .expand-icon,
.multiselect.selection > .title > .close-icon {
  display: block;
}

.multiselect > .title > .close-icon:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgb(203, 32, 32);
  color: #fff;
}

.multiselect > .container {
  max-height: 200px;
  overflow: auto;
  margin-top: 4px;
  margin-left: -1px;
  width: 170px;
  transition: 0.2s;
  position: absolute;
  z-index: 99;
  background: #fff;
  border: 1px solid transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.multiselect.active > .container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 0;
}

.multiselect:hover > .container {
  border-top-color: rgba(0, 0, 0, 0.3);
}

.multiselect.active:hover > .container {
  border-color: rgba(0, 0, 0, 0.3);
}

.multiselect > .container > option {
  display: none;
  padding: 5px;
  cursor: pointer;
  transition: 0.2s;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.multiselect > .container > option.selected {
  background: rgb(122, 175, 233);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
}

.multiselect > .container > option:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.multiselect.active > .container > option {
  display: block;
}

div.notice-box {
  border: 1px LightSkyBlue solid;
  border-left-width: 5px;
  padding: 10px 15px;
  margin: 30px;
}

div.notice-box.notice-success {
 border-color: MediumSpringGreen ;
}

div.notice-box.notice-danger{
  border-color: LightCoral ;
}

div.notice-box h4 {
  font-size: 18px;
  margin:0 0 10px 0;
}
div.notice-box p {
  font-size: 16px;
  line-height: 24px;
  margin:0;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 24rem;
  border-radius: 0.5rem;
}
.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}
.close-button:hover {
  background-color: darkgray;
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.closebtn {
  margin-left: 370px;
  margin-top: -30px;
  background: red;
  color: white;
  border: red;
}

.bg-image {
  /* The image used */
  background-image: url("https://i.ibb.co/HrMDGtf/Cover-tips.jpg");

  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0,0,0);
  background-color: #ffffff;
  color: #504e4e;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70%;
  padding: 20px;
  text-align: center;
}

.bg-column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.bg-row:after {
  content: "";
  display: table;
  clear: both;
}

.myButton {
	background-color:#e68712;
	border-radius:28px;
	border:1px solid #e68712;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e68712;
}
.myButton:hover {
	background-color:#f0a818;
  color: white;
}
.myButton:active {
	position:relative;
	top:1px;
}
