
/* admin-test.css */


/* colorbox-ext.css */

/* ... Colorbox ...
-----------------------------------------------*/
.in-iframe body {
	padding: 0 24px;
	background-color: #fff;
}
.in-iframe #main .inside {
	padding-top: 0;
}
#cboxOverlay {
  background-color: #fff;
}
#colorbox {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
}
#cboxLoadingGraphic {
  background-image: url(img/loading.gif);
}
#cboxContent {
  margin-top: 0;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 40px 0 20px;
}
.no-iframe #cboxContent {
  padding-top: 40px;
}
#cboxLoadedContent {
  border: 0 none;
}
#cboxTitle {
  top: auto;
  color: #111;
  bottom: -40px;
  width: 100%;
  text-align: center;
  padding: .25em 1em 0;
  box-sizing: border-box;
  background-color: #fff;
  height: 40px;
  font-size: .75rem;
}
.no-iframe #cboxTitle {
  color: #111;
}
.iframe #cboxTitle {
  color:#fff;
}

#cboxCurrent {
  top: auto;
  color: #bbb;
  background-color: #fff;
  bottom: -40px;
  padding: 0 .5em;
  font-size: .75rem;
}
.no-iframe #cboxCurrent {
  color: #888;
  padding: .5em 1em;
}
.iframe #cboxPrevious,
.iframe #cboxNext,
.iframe #cboxClose {
  background-size: 24px;
  background-position: center;
  top: 0;
  left: auto;
  margin: 0;
  width: 40px;
  height: 40px;
  opacity: .25;
  transition: opacity .1s ease 0s;
}
.iframe #cboxClose {
  background-image: url(img/circle-close.svg);
  top:2px;
  right: 5px;
}
.iframe #cboxNext {
  background-image: url(img/circle-r.svg);
  top:2px;
  right: 40px;
}
.iframe #cboxPrevious {
  background-image: url(img/circle-l.svg);
  top:2px;
  right: 75px;
}
.iframe #cboxPrevious:focus,
.iframe #cboxPrevious:hover,
.iframe #cboxNext:focus,
.iframe #cboxNext:hover,
.iframe #cboxClose:focus,
.iframe #cboxClose:hover {
  background-position: center;
  opacity: 1;
}
.no-iframe #cboxPrevious,
.no-iframe #cboxNext,
.no-iframe #cboxClose {
  background-image: url(img/controls.png);
  opacity: .25;
  transition: opacity .1s ease 0s;
}
.no-iframe #cboxPrevious:focus,
.no-iframe #cboxPrevious:hover,
.no-iframe #cboxNext:focus,
.no-iframe #cboxNext:hover,
.no-iframe #cboxClose:focus,
.no-iframe #cboxClose:hover {
  opacity: 1;
}
.no-iframe #cboxClose {
  top: 0;
  right: 3px;
  height: 40px;
  border-top: 20px solid transparent;
  border-bottom: 70px solid transparent;
}
.no-iframe #cboxClose:hover {
  background-position: center top;
}
.no-iframe #cboxPrevious,
.no-iframe #cboxNext {
  width: 32px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.no-iframe #cboxPrevious {
  left: 3px;
  border-left: 8px solid transparent;
}
.no-iframe #cboxPrevious:hover {
  background-position: left top;
}
.no-iframe #cboxNext {
  right: 3px;
  border-right: 8px solid transparent;
}
.no-iframe #cboxNext:hover {
  background-position: right top;
}
#colorbox [type="button"]:-moz-focusring,
#colorbox button:-moz-focusring {
  outline: 0 none;
}
/* ... Colorbox ...END
-----------------------------------------------*/



/* ... Colorbox click 50/50 ...
-----------------------------------------------*/
.no-iframe #cboxPrevious,
.no-iframe #cboxNext {
  background: transparent;
  width: 50%;
  height: calc(100% + 40px);
  top: 0;
  margin-top: 0;
  border: 0 none;
}
.no-iframe #cboxPrevious:before,
.no-iframe #cboxNext:before {
  background-image: url(img/controls.png);
  position: absolute;
  width: 32px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  content: '';
}
.no-iframe #cboxPrevious:before {
  background-position: left top;
  left: 5px;
}
.no-iframe #cboxNext:before {
  background-position: right top;
  right: 5px;
}
/* ... Colorbox click 50/50 ... END
-----------------------------------------------*/

