
.dropdown-container {
    display: none;
    background-color: #ccc;
    padding-left: 14px;
}

@font-face {
  font-family: Source Sans Pro;
  font-display: fallback;
}

body {
    font-family: Source Sans Pro, sans-serif;
}

.admin-breadcrumbs {
    font-size: 1.6em;
    font-family: Source Sans Pro, sans-serif;
    text-transform: uppercase;
}

.card {
    border-radius: 0px;
}

.card-header {
    border-radius: 0px;
}

.form-control  {
    border-radius: 0px;
    background-color: #efefef;
    /*font-weight: bold;*/
    color: #444;
}



#cover {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    position: fixed;
    opacity: 0.6;
    margin-top:10px;
    display: none;
}

/*
@font-face {
    font-family: "Martin";
    src: url("../../../fonts/Martin-Regular.eot") format("eot"),
         url("../../../fonts/Martin-Regular.woff2") format("woff2"),
         url("../../../fonts/Martin-Regular.woff") format("woff"),
         url("../../../fonts/Martin-Regular.otf") format("otf");
}
*/

.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor ol,
.ql-editor ul,
.ql-editor p {
    /* margin-bottom: 16px; */
}

.ql-editor h1,
.ql-editor h2,
.ql-editor h3 {
    /* font-family: Martin, sans-serif;*/
    font-weight: 600; 
    font-display: normal;
    text-transform: uppercase;
}

.ql-snow .ql-editor h1 {
    font-size: 24px;
}
.ql-snow .ql-editor h2 {
    font-size: 21px;
}
.ql-snow .ql-editor h3 {
    font-size: 18px;
}

.ql-snow .ql-editor p,
.ql-snow .ql-editor ol {
    /* font-family: Stratos, sans-serif; */
    padding-left: 0;
}
.bg-dark {
    /*background-color: #2b3a42 !important;*/
    background-color: #313E42 !important;

}
.thead-light th {
    background-color: #f5f5f5 !important;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 40px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.nav-link {
    font-family: 'Source Sans Pro';
    text-transform: uppercase;
    font-weight: bold !important;
    color:#fff !important;
}

.sidebar-sticky {
    /*background-color: #2b3a42;*/
    background-color: #313E42;
    color:#fff;
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.hr-menu {
    margin-top:0px;
    margin-bottom:0px;
}


.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {


  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 2px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #333;
  border: none;
  padding-left: 20px;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {

  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 4px;
  border-left: 2px solid #2e353d;

}
.nav-side-menu li a {
    padding-left: 0px;
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 0px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 2px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

body {
  font-size: .875rem;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  /*color: #007bff;*/
  color: #000;
  background-color: #555;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 48px; /* Space for fixed navbar */
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.card-header-general {
  background-color: #00000020; 
  color:#777;
  border-radius:0px !important;
  font-weight:bold;
}

/*
 * Buttons
 */
.btn-sm {
    border-radius: 2px;
    font-family: Source Sans Pro, sans-serif;
}

.btn-admin {
  border-radius: 2px;
}

/*
 * Cards
 */
.card-dark {
  border:1px solid #2b3a42;

}

.card-dark .card-header {
  background-color: #2b3a42;
  border-radius: 0px;
  color:#fff;
  font-family: 'Source Sans Pro';
  text-transform: uppercase;
}

.header-caps {
  font-family: 'Source Sans Pro';
  text-transform: uppercase;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

