@import url('https://fonts.googleapis.com/css?family=Prompt&display=swap');

.module-body .section-head {
    margin-bottom: 15px;
    margin-top: 0px;
    border: solid 2px #444;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: #ffffff;
}

.module-section .module-section-link {
    line-height: 3em;
    font-weight: bold;
    margin-left: 10px;
    padding: 10px;
    border-radius: 10px;
    color: #5e64ff;
    font-size: 12px;
    border: solid;
}

.form-control {
    border: solid 2px #5e64ff;
    border-radius: 5px;
}

.form-control:focus {
    border-color: #ff5858;
}

.has-error .form-control:focus {
    border-color: #ff5858;
    background-color: #ffe1e187!important;
}
.has-error .form-control {
    border-color: #ff5858;
    background-color: #ffe1e187!important;
}

.navbar a:hover, .navbar a:focus, .dropdown-menu a:hover, .dropdown-menu a:focus {
    /* border-bottom: none; */
}

body {
    font-family: Prompt!important;
}

.dropdown-help {
    display: none!important;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    color: #000000;
    background: #ffffff;
    border-radius: 10px;
    border: solid 1px black;
    margin: 5px;
    height: auto;
}

body[data-route=""] .navbar-default, body[data-route="desktop"] .navbar-default {
    background-color: #dedeff;
    border-color: #000000;
}

.navbar a:hover, .navbar a:focus, .dropdown-menu a:hover, .dropdown-menu a:focus {
    border-bottom: solid 1px black;
}

#navbar-breadcrumbs > li > a {
    /* padding: 6px 15px 10px 0px; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* max-width: 170px; */
    display: none;
}

.navbar-default {
    background-color: #5e64ff;
    border-color: #000000;
    height: auto;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #36414c;
    background-color: #ffffff;
    height: auto;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #36414c;
    background-color: #ffffff!important;
    height: auto;
}

@media (max-width: 991px) {
    #navbar-breadcrumbs {
    /* padding: 6px 15px 10px 0px; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* max-width: 170px; */
    display: none;
    }
    body.no-breadcrumbs .navbar .navbar-home:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        display: inline-block;
        speak: none;
        font-size: 24px;
        transition: 0.2s;
        position: relative;
        top: 3px;
        content: "";
        margin-right: 10px;
        color: #6c7680;
    }
    body.no-breadcrumbs .navbar .navbar-home {
    display: inline-block !important;
    padding-left: 5px;
    /* margin-left: 0px; */
    padding-top: 10px;
    }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .form-page .form-control {
        border: solid 2px #5e64ff;
        /* border-bottom: 1px solid #d1d8dd; */
        box-shadow: none;
        background-color: inherit;
        /* height: auto; */
        padding: 5px;
        margin-bottom: 0px;
        border-radius: 5px;
        text-align: left !important;
    }
    .has-error .form-control {
    border-color: #ff5858!important;
    background-color: #ffe1e187!important;
    }
    #icon-grid {
    max-width: 80%;
    }
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }
    .col-sm-2 {
        width: 20%;
    }
}

@media (max-width: 400px) {
    #icon-grid {
    max-width: 90%;
    }
}

.form-group-sm .form-control {
    height: 43px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 10px;
}

.btn-default {
  /* padding: 1px 5px; */
  /* font-size: 20pt; */
  /* line-height: 1.5; */
  /* border-radius: 3px; */
  /* width: 80%; */
  background-color: #5e64ff;
  color: white;
  font-family: Prompt;
  font-weight: bold;
}

.btn-xs, .btn-group-xs > .btn {
    /* padding: 1px 5px; */
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 5px;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: inherit;
    background-color: #f7d1ba;
    border-color: rgba(0, 0, 0, 0);
}

.active-tag-filters .add-filter, .active-tag-filters .filter-tag {
    margin: 0 10px 10px 0;
    color: white!important;
}

.active-tag-filters {
    background-color: 
}

.form-section .section-head, .form-section .form-section-heading {
padding: 10px 10px 10px 0px;
}

.form-section .form-section-heading, .section-head.collapsed, .h6.uppercase, .form-section .section-head {
    margin: 10px 0px;
    width: 100%;
    color: #fffefe;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    background: #5e64ff;
    border-radius: 5px;
    line-height: 0.5em;
}

.form-section .section-head .collapse-indicator {
    color: #ffffff;
    margin-left: 10px;
    position: relative;
    bottom: 0px;
    text-align: right;
    font-size: large;
    font-weight: bold;
}

.form-section .section-head.collapsed {
    margin-bottom: 10px;
}

.text-color {
  color: black !important;
}
.text-muted {
  color: #8D99A6 !important;
}
.text-extra-muted {
  color: #d1d8dd !important;
}

.control-label, .grid-heading-row {
    color: #000000;
    font-size: 12px;
    font-weight: bold!important;
}