@charset "UTF-8";

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .w-sm-100 {
  width:100%!important;
  }
  .w-sm-75 {
  width:75%!important;
  }
  .w-sm-50 {
  width:50%!important;
  }
  .w-sm-40{
    width:40%!important;
  }
  .w-sm-25 {
  width:25%!important;
  }
  .h-sm-100 {
  height:100%!important;
  }
  .h-sm-75 {
  height:75%!important;
  }
  .h-sm-50 {
  height:50%!important;
  }
  .h-sm-40{
    height:40%!important;
  }
  .h-sm-25 {
  height:25%!important;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .w-md-100 {
  width:100%!important;
  }
  .w-md-75 {
  width:75%!important;
  }
  .w-md-50 {
  width:50%!important;
  }
  .w-md-40{
    width:40%!important;
  }
  .w-md-25 {
  width:25%!important;
  }
  .h-md-100 {
  height:100%!important;
  }
  .h-md-75 {
  height:75%!important;
  }
  .h-md-50 {
  height:50%!important;
  }
  .h-md-40{
    height:40%!important;
  }
  .h-md-25 {
  height:25%!important;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .w-lg-100 {
  width:100%!important;
  }
  .w-lg-75 {
  width:75%!important;
  }
  .w-lg-50 {
  width:50%!important;
  }
  .w-lg-40{
    width:40%!important;
  }
  .w-lg-25 {
  width:25%!important;
  }
  .h-lg-100 {
  height:100%!important;
  }
  .h-lg-75 {
  height:75%!important;
  }
  .h-lg-50 {
  height:50%!important;
  }
  .h-lg-40{
    height:40%!important;
  }
  .h-lg-25 {
  height:25%!important;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .w-xl-100 {
  width:100%!important;
  }
  .w-xl-75 {
  width:75%!important;
  }
  .w-xl-50 {
  width:50%!important;
  }
  .w-xl-40{
    width:40%!important;
  }
  .w-xl-25 {
  width:25%!important;
  }
  .h-xl-100 {
  height:100%!important;
  }
  .h-xl-75 {
  height:75%!important;
  }
  .h-xl-50 {
  height:50%!important;
  }
  .h-xl-40{
    height:40%!important;
  }
  .h-xl-25 {
  height:25%!important;
  }
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  background-color: #f2f2f2;
}

h1 {
  font-weight: bold;
  color: #808080;
}
h3 {
  font-weight: bold;
  color: #808080;
}
h4 {
  font-weight: bold;
  color: #808080;
}

div {
  box-sizing: border-box;
}

nav.navbar {
  margin-bottom: 1rem;
}

.author-breadcrumb{
  z-index: 1031;
}

/* Content padding in author case creation page*/
.registration-padding{
  background-color: #f2f2f2;
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 70px;
}

/* Content padding in author case creation page*/
.create-case-padding{
  background-color: #f2f2f2;
  padding-left: 70px;
  padding-right: 70px;
}

/* author draft css start*/
.draft-scroll-container{
  padding-bottom: 2%;
  width: 100% !important;
}

.draft-author-case-container{
  min-width: 25%;
  margin: 10px;
  padding: 5px;
  border-radius: 5px;

}
.draft-author-case-container:hover{
  background-color: #ffffff;
  border-color: #808080;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
}

.create-template-author-container{
  width: 200px !important;
  min-width: 200px !important;
  height: 315px !important;
  margin: 10px;
  background-color: #ffffff;
  border-color: #808080;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
}

.draft-author-description{
  font-size: 12px;
  color: #808080;
  margin-right: 3%;
  margin-left: 3%;
}

.draft-case-title{
  font-size: 18px;
  font-weight: bold;
  color: #808080;
  line-height: 1.2;
  margin-right: 13px;
}

.draft-case-image{
  background-color: #e6e6e6;
  margin-top: 7%;
}

.author-panel-button {
  width: 33%;
  background-color: #a2a2a2;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.create-author-panel-button {
  width: 100%;
  background-color: #a2a2a2;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.author-panel-button:hover {

  background-color: #808080;

}

.control-button {
   flex: 10%;
   max-width: 48px;
   max-height: 48px;
   margin-right: 10px;
   color: #495057;
}

/* author draft css ended*/

/* author home css start*/
.home-text{
  color: #808080;
  height: 10%;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .home-text{
    font-size: 20px;

  }
}

.home-content-padding{

  background-color: #f2f2f2;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 70px;
}

.draft-content-padding{
  border-color: #505050;
  border-width: 0.5rem;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-left-radius: 0.94rem;
  border-top-right-radius: 0.94rem;
  background-color: #f2f2f2;

  padding-left: 13px;
  padding-right: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.draft-quest-icon{
  border: 7px solid #e8e8e8;
  border-radius: 142px;
}

.draft-quest-icon:hover{
  border: 7px solid #505050;
  width: 152px;
}
.draft-quest-container{
  width: 300px;
  margin: 5px;
  border-radius: 5px;
  border-color: #b4b4b4;
  border-style: solid;
  border-width: 2px;
  background-color: #f7f7f7;

  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.home-author-box-content{
  width: 33%;
  margin: 10px;
  background-color: #ffffff;
  border-color: #808080;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
  cursor: pointer;
}
.home-author-case-box{
  font-size: 40px;
  color: #808080;
  font-weight: bold;
  text-align: center;
}
.home-author-case-box:hover{
  color: black;
  text-decoration: none;
}
.home-author-sub-text{
  font-size: 15px;
}
.home-author-image {
   object-fit: contain;
   max-width: 100%;
   max-height: 100%;
}
/* author home css ended*/


.grey-text{
  color: rgb(120,120,120);
}
.modal-border{
  border-style: solid;
  border-color: rgb(180,180,180);
  border-radius: 7px;
  margin-bottom: 8px;
  padding: 13px;
}
.no-spacing{
  padding: 0px;
  margin: 0px;
}
.hidden-overflow{
  overflow: hidden;
}
.index-boot-padding{
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.home-author-padding{
  background-color: #ffffff;
}
.draft-author-padding{
	background-color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
}
.scroll-y{
  overflow-x: hidden;
  overflow-y: scroll;
}
.scroll-x{
  overflow-x: scroll;
  overflow-y: hidden;
}

.container-padding{
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.parent-dcc-margin{
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom:15px;
}
.std-border, .std-panel, .navbar-light {
  border: .1rem solid #707070;
  border-radius: .25rem;
}

.std-panel, .navbar-light {
  background-color: white;
}

.std-border {
  margin: .5rem;
}

.std-monospace {
  font-family: monospace;
  font-size: 10pt;
}

.navbar-light {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-sub {
  border-left: .1rem solid #707070;
  border-right: .1rem solid #707070;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.lead {
  font-size: 10pt;
  color: #808080;
}

.btn-secondary {
  border-color: #707070;
  /* background-color: #a6a6a6; */
  font-weight: bold;
  text-transform: uppercase;
}

.btn-nav {
  background-color: white;
  font-weight: normal;
  color: #707070;
}

.sticky-top {
  z-index: 0;
}

.custom-switch {
  font-size: 10pt;
  text-align: center;
}

/* <TODO> Align with Bootstrap */
.panel-label {
  color: #ffffff;
  background-color: #a6a6a6;
  padding-left: .5rem;
}

.sty-navigation-expansion {
   width: .700rem;
   height: .963rem;
}

.breadcrumb {
  list-style-type: inherit;
  list-style-position: outside;
  background-color: unset;
  padding-left: 0px;
  text-transform: uppercase;
}

.breadcrumb-item {
  font-size: 8pt;
  background-color: #a6a6a6;
  color: white;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumb-item:hover{
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
  margin-left: 9px;
}

.breadcrumb-item::marker {
  content: "";
}

.breadcrumb-item + .breadcrumb-item::marker {
  content: " > ";
  background-color: #f2f2f2;
  color: #a6a6a6;
  margin-right: 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none;
  padding-right: 10px;
}

.breadcrumb-item.active {
  color: white;
}

.breadcrumb-item a {
  color: white;
}

.page-btn{
  margin: 1px;
}
