﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}*/

.hidden{
    display:none!important;
}


/* Custom Styles */
/*header {
    background-color: #2c3e50;
}*/

label.answer{
    font-weight:normal!important;
}

label.label-light{
    font-weight: normal!important;
}

.full-width {
    width: 100% !important;
    max-width: 100% !important;
}

.no-padding {
    padding: 0 !important;
}

.hide {
    display: none !important;
}

.subject-item .down-content {
    padding-left: 10px;
}

.subject-item.subject-locked  {
    border:2px dashed #ccc;
    border-radius:5px;
    color:#777;
}
.subject-item.subject-locked h4{
    color: #777;
}

.question-editor .note-editable {
    min-height: 300px;
    background-color: #fff;
}

.question-description {
    white-space: pre-line;
}

/* override styles */
.navbar-brand .logo {
    float: left;
    margin-top: -12px;
    max-height: 65px;
}

/*Override sumoselect custom */
.sumoselect-custom .SumoSelect .select-all {
    height: unset;
}

.sumoselect-fullwidth .SumoSelect {
    width: 100% !important;
}

span.placeholder {
    color: #495057 !important;
    font-style: unset !important;
}

.SumoSelect > .optWrapper > .options li.opt {
    border-bottom: unset;
}

.SumoSelect > .CaptionCont {
    border: 1px solid #ced4da;
    border-radius: .2rem;
}

@-moz-document url-prefix() {
    .SumoSelect > .CaptionCont > label {
        background-color: #E1E1E1;
        width: 17px;
        border: 1px solid #adadad;
    }

    .SumoSelect > .CaptionCont > span {
        padding-right: 17px;
    }

    .SumoSelect > .CaptionCont > label > i {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAaElEQVQYlZWPsQ3AIAwEP6lZi7kQs7AF3sIbsAN9okdyhCEp8hX47yw4WmsXfuQ0VFU/rbkbQu8dpRTUWjeYM3ZkHiGEgJQSRMRJPHPGjgzj/sAtOWfEGMd9hTdhlpgVfhVMsqe6ALgBo3I/ZV/NbcsAAAAASUVORK5CYII=');
    }
}
