@font-face {
  font-family: Oswald-Regular;
  src: url('../fonts/Oswald-Regular.ttf');
}

* {
  -webkit-font-smoothing: antialiased;
  font-family: Oswald-Regular,Roboto,Arial,Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  background-color: transparent;
}

html, body {
  height: 100%;
}

body {
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-family: Oswald-Regular,Roboto,Arial,Sans-Serif;
  font-weight: normal;
  font-size: 16px;
}

#main {
  overflow: auto;
  padding-top: 58px;
  padding-bottom: 40px;
  min-height: 100%;
}

.bg-white {
  background-color: #fff !important;
}

.border-black {
  color: #000000 !important;
}

.footer {
  position: relative;
  margin-top: -40px;
  height: 40px;
  clear: both;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.caption-hover {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  background:rgba(70, 70, 70, 0.75);
  padding:2%;
  display: none;
  text-align:center;
  color:#fff !important;
  z-index:2;
}

.session-header {
  color: #a55;
  text-align: left;
  font-size: 28px;
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 5px;
  border-style: none none solid none;
  border-width: 2px;
  border-color: #ddd;
  width: 100%;
}

.block-header {
  color: #a55;
  text-align: left;
  font-size: 28px;
  margin: 10px 0;
  border-style: none none solid none;
  border-width: 2px;
  border-color: #ddd;
  width: 100%;
}

.card, .modal-content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.login > .card-header, .login > .modal-header {
  background-color: #fff !important;
}

.card-header, .modal-header {
  color: #ffffff;
  background-color: #9ab !important;
  border-style: none none solid none;
  border-width: 1px;
  border-color: #aaa;
}

.card-header a, .modal-header a {
  color: #aaa;
}

.card-footer, .modal-footer {
  border-style: solid none none none;
  border-width: 1px;
  border-color: #aaa;
}

.card-header-tabs .nav-item {
  margin: 0 1px;
}

.card-header {
  border-width: 0;
}

.table thead {
  color: #ffffff;
  background-color: #707a70;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.imgbox {
  position:relative;
  overflow:hidden;
  display:inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.close.btn-del-banner {
  margin-top: -105px;
  margin-right: 5px;
  padding: 3px;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: rgba(191,191,127,0.95);
}

.close.btn-del-image {
  margin-top: -221px;
  margin-right: 5px;
  padding: 3px;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: rgba(191,191,127,0.95);
}

.colorbox {
  display: inline-block;
  margin: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.colorbox:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.colorbox.active::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: white;
  position: absolute;
  margin-top: -2px;
  margin-left: 2px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.sizebox {
  display: inline-block;
  margin: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  width: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 10px;
  color: #999;
  background-color: #eee;
  padding: 2px 0;
}

.sizebox:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.sizebox.active::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: black;
  position: absolute;
  margin-top: -12px;
  margin-left: -5px;
}

#bigimage {
  max-height: 95%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-xl {
    width: 98%;
    max-width: 98%;
  }
}

@media (min-width: 992px) {
  .modal-xl {
    width: 98%;
    max-width: 1200px;
  }
}
