/* Main html-tags */

html {
    background-color: #fbfbfb;
}

body {
    padding-right: 0 !important;
    background-color: #fbfbfb;
}

a {
    color:#957d9f;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #957d9f;
    text-decoration: underline
}

select {
    border: 1px solid #e9ecef;
}

select .input{
    border: 1px solid #e9ecef;
}

label {
  font-weight: 700;
}

.h1, h1 {
  font-size: 36px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}

.h2, h2 {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.h3, h3 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.h4, h4 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}

.h5, h5 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.h6, h6 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
}

blockquote {
    color: #666;
    margin: 0;
    padding-left: 2em;
    border-left: 0.5em #eee solid;
}

/* Navbar items for dashboard */
.navbar-header {
    width: 225px;
}

.nav-tabs > li > a {
    color: #2a3142;
    font-weight: 600;
    background-color: #f1f1f1;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #d6f3fd;
    border-color: #ddd #ddd #fff;
    border-bottom: 1px solid #5dc7eb;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.settings {
    color: #495057;
    background-color: #e6e6e6;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-right: 5px;
}

/* x-editable  */
td.x-editable-cell {
    height: 48px;
    vertical-align: middle;
}

/* Remove default bullets of list items */

ul.icon {
    list-style-type: none;
    margin-bottom: 0px;
}
ul.icon li {
    margin-left: -40px;
    margin-right: 10px;
    text-indent: -20px;
    padding-left: 20px;
}
ul.icon li:before {
    font-family: 'FontAwesome';
    content: "";
    float: left;
    width: 1.4em;
}
ul.icon li.folder:before {
    content: "";
}
ul.icon li.info:before {
    font-family: "Material Design Icons";
    content: "\F2FD";
}
ul.icon li.event:before {
    font-family: 'themify';
    content: "\e6c5";
}
ul.icon li.risk:before { 
    font-family: "weathericons";
    content: "";
}
ul.icon li.activity:before { 
    font-family: "Material Design Icons";
    content: "\F2E6";
}
ul.icon li.task:before { 
    font-family: "Material Design Icons";
    content: "\F46E";
}
ul.icon li.workorder:before { 
    font-family: "Ionicons";
    content: "";
}

/*--------------------------*/

/* Page components */

/* Put content against header */
.content-page > .content {
    /*padding: 0px 5px 15px 5px;*/
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 0px;
}

.container-fluid .page-container {
    padding-left: 0px;   
}

.footer {
    background-color: #fbfbfb;
}

.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #f7f7f7;
}

.topbar .topbar-left {
    float: left;
    position: relative;
    width: 240px;
    height: 70px;
    z-index: 1;
    background: #fafafa;
}

#wrapper.enlarged .topbar .topbar-left {
    padding-left: 0px;
}

.logo-area {
    height: 70px;
}

.logo{
    padding-left: 20px;
    font-size: 25px;
}

.dropdown-menu {
    padding: 0px 0;
    font-size: 0.9em;
}

.card-box {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    border: 1px solid #f1f1f1;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #acf1ff30;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.unindent20{
  margin-left: -20px;
}

.navbar-custom {
    height: 70px;
    background-color: #fafafa;
}

.page-title {
    height: 70px;
    padding-left: 10px;
}

@media (max-width:767px){
    .page-title{
        display:none
    }
}

.page-name {
    display: block !important;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: 555;
}

.titlebar {
    background-color: #fafafa;
    margin-top: 70px;
    margin-bottom: 0px;
    box-shadow: none;
    border-bottom: 1px solid rgba(54, 64, 74, 0.08);
    border-left: none;
    border-right: none;
    border-top: none;
    min-height: 52px;
    padding-top: 6px;
    padding-left: 100px;
    padding-bottom: 0px;
    padding-right: 20px;
    margin-left: -15px;
    margin-right: -20px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;

}

.header-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 8px;
    margin-top: 0px;
    font-weight: bold;
}

.detail-header {
   margin-top: -10px;
   color: #3bafda;
}

.descr-header{
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 5px;
    padding-bottom: 7px;
}
.descr-body{
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 0px;
    margin-top: 15px;
   margin-bottom: 10px;
}

.table td, .table th {
    padding: .5rem;
    vertical-align: top;
    border-top: none;
}

.table > thead > tr > th {
    border-top: none;
    border-bottom: none;
    background-color: #f5f5f5;
}

.tbl-row{
    display: none;
}

/* Overrulen rijkleur geselecteerde rij in Datatable */
table.dataTable tbody tr.selected {
    color: #000000;
    background-color: #f7f8ce;
    border-collapse: unset;
}

.table-hover tbody tr:hover {
    background-color: #f7f8ce;
}

.table-responsive {
    overflow-x: unset;
}

.page-link:focus, .page-link:hover {
    color: #F05D0C;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #f5f5f5;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .page-item.active .page-link {
    background-color: #f5f5f5;
    color: #F05D0C;
    border: 1px solid #ddd;
}

/*--------------------------*/

/* Left sidebar */

.side-bar {
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.2);
}

#sidebar-menu {
    padding-bottom: 30px;
    padding-top: 0px;
    width: 100%;
}
#sidebar-menu > ul > li > a {
    margin: 0px;
}
#wrapper.enlarged .left.side-menu {
    width: 70px;
    z-index: 99;
    margin-top: 0px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
    display: none;
    margin-top: 0px;
}

.active_menu {
  border-left-width: 5px;
  border-left-color: red;
}

.mnu-item{
    min-height: 52px;
    height: 52px;
}

#sidebar-menu ul li a i {
    display: inline-block;
    font-size: 16px;
    line-height: px;
    margin-left: 3px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
    min-height: 52px;
}

#sidebar-menu ul ul a {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 25px;
}

/* Right sidebar */

.side-bar-form.right-bar-form {
    float: right !important;
    right: -2000px; /* make sufficiently large so that sidebar will hide on wide screens*/
    top: 70px;
    bottom: 0;
    font-size: 0.9rem;
}

.side-bar-form {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    background-color: #ffffff;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    overflow: auto;
    position: fixed;
    transition: all 200ms ease-out;
    /*min-width: 635px;*/
    width: 33%;
    /*max-width: 800px;*/
}

.right-bar-form {
    /*background: #ffffff !important;*/
    background-color: #f9f9f9f5;
    border: 1px solid #fff;
    z-index: 99 !important;
}

.right-bar-form h4 {
    /*border-bottom: 1px solid #eeeeee;*/
    padding-bottom: 10px;
    font-size: 1.2rem;
}

.right-bar-form .nav-link {
    font-size: 16px;
}

.right-bar-form .tab-content {
    padding: 20px;
}

.js-right-bar-form-close {
    background-color: #cbcbcb;
    border-color: #c2c2c2;
    color: black;
    padding-top: 5px;
}

.js-right-bar-form-close:focus {
    background-color: #cbcbcb;
}

.js-right-bar-form-close:hover {
    background-color: #cbcbcb;
}

#wrapper.right-bar-form-enabled .right-bar-form {
    right: 0;
}

#wrapper.right-bar-form-enabled .left-layout {
    left: 0;
}

/*--------------------------*/

/* Buttons and form elements */

.btn-primary {
    background-color: #D3EDF6;
    border: 1px solid #3bafda;
    color: #195c74;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary, .btn-outline-primary.active, .btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-primary.active,
.btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #93e2ff;
  border: 1px solid #3296bb;
  color: #195c74;
}

.bg-primary {
    background-color: #89bed8 !important;
}

.btn-secondary {
    background-color: #e5e5e5;
    border-color: #aaaaaa;
    color: #555;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active,
.btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary, .btn-outline-secondary.active, .btn-outline-secondary:active,
.show > .btn-outline-secondary.dropdown-toggle, .btn-outline-secondary:hover, .btn-secondary.active,
.btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  background-color: #dfdfdf;
  border-color: #aaaaaa;
  color: #555;
}

.btn-success {
  background-color: #e4f0e7;
  border: 1px solid #586e2c;
  color: #384d10;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover,
.open > .dropdown-toggle.btn-success, .btn-outline-success.active, .btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle, .btn-outline-success:hover, .btn-success.active,
.btn-success:active, .show > .btn-success.dropdown-toggle {
  background-color: #f5fff7;
  border: 1px solid#586e2c;
  color: #384d10;
}

.btn-info {
  background-color: #d1f8ff;
  border: 1px solid #18aac4;
  color: #157586;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus,
.btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info,
.btn-outline-info.active, .btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle, .btn-outline-info:hover, .btn-info.active, .btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: #e7fbff;
  border: 1px solid #18aac4;
  color: #157586;
}

.btn-warning {
  background-color: #ffe69b;
  border: 1px solid #ecbb27;
  color: #b48906;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover,
.open > .dropdown-toggle.btn-warning, .btn-outline-warning.active, .btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:hover, .btn-warning.active,
.btn-warning:active, .show > .btn-warning.dropdown-toggle {
  background-color: #ffeeb9;
  border: 1px solid #ecbb27;
  color: #b48906;
}

.btn-danger {
  background-color: #ffbcbb;
  border: 1px solid #ef5350;
  color: #750000;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active,
.btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover,
.open > .dropdown-toggle.btn-danger, .btn-outline-danger.active, .btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle, .btn-outline-danger:hover, .btn-danger.active,
.btn-danger:active, .show > .btn-danger.dropdown-toggle {
  background-color:  #ffd5d4;
  border: 1px solid #ef5350;
  color: #750000;
}

.switch input:checked + label::before {
    background-color: #957d9f;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: -webkit-linear-gradient(top,#F7F8CE,#F7F8CE);
    color: #555;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover, .open > .dropdown-toggle.btn-secondary, .btn-outline-secondary.active, .btn-outline-secondary:active, .show > .btn-outline-secondary.dropdown-toggle, .btn-outline-secondary:hover, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    background-color: #fafafa;
    border-color: #aaaaaa;
    color: #F05D0C;
}


/* Multiselect */
.ms-container .ms-list {
    height: 130px;
}

.ms-container{
  width: 100%;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    background-color: #F7F8CE;
    color: #555;
}

.ms-container .ms-list {
    box-shadow: none;
    border: 1px solid #e9ecef;
}

input.search-input {
    border: 1px solid #e9ecef
}

.select-info {
    padding-left: 5px;
}

/* Highlight if input field gets focus */
.form-control:focus {
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 0px 1px 2px #80bdff;
}

/* Searchfield above multiselect box */
.search-input {
    margin-bottom: 5px;
    width: 100%;
}

.labelcol {
  min-width: 100px;
}

.form-control {
    border: 1px solid #e9ecef;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
}

select.form-control:not([size]):not([multiple]) {
    height: unset;
}

/*--------------------------*/

/* Datatable */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    background-color: #3bafda;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #00b19d;
}

/* Overrule rowcolor selected row in Datatable */
table.dataTable tbody tr.selected {
    color: #000000;
    background-color: #e9f8fd;
}

/* Searchfield of Datatable */
div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    margin-left: 0px;
    margin-top: 5px;
}

div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    min-width: 300px;
    width: auto;
}

.buttons-copy,
.buttons-excel,
.buttons-csv,
.buttons-pdf,
.buttons-collection{
    background-color: #f5f5f5;
    border: none;
    height: 32px;
    font-size: 0.9em;
}

.dt-buttons, .btn-group{
    margin-right: 25px;
    padding-top: 4px;
    vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
    margin-top: 2px;
}

.buttons-insert {
    background-color: #c9f9ff59;
    border: none;
    height: 32px;
    font-size: 0.9em;
}
/*--------------------------*/

/* Preloader (https://stephanwagner.me/only-css-loading-spinner) */

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("/static/images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

/* Summernote */

.note-float-left {
    margin-right: 10px;
    max-width: 100%;
    height: auto;
}

.note-float-right {
    margin-left: 10px;
    max-width: 100%;
    height: auto;
}

/*--------------------------*/

/* The Magic Float Center Code */

.float-center {
  float: right;

  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.float-center > .child {
  position: relative;
  left: 50%;
}

/*--------------------------*/

/* Select2 settings */

.select2-focusser .select2-offscreen {
    background: #ffffff;
    border-color: red;
    box-shadow: 0px 0px 1px 2px #80bdff;
}

.select2-container .select2-choice .select2-arrow {
    border-left: 1px solid #fff; 
    background: #fff; 
}

.select2-results .select2-highlighted {
    background:  #F7F8CE;
    color: #555;
}

.select2-drop-active {
    border: 1px solid #f3f3f3 !important; 
    /*border: none;*/
}

/*--------------------------*/

/* Settings for bootstrap notify */

.alert-info > [data-notify="message"] {
  color: #2b6b82;
  z-index: 999999;
}
[data-notify="message"] {
  color: #2b6b82;
  z-index: 999999;
}

/*--------------------------*/

/* Settings for Summernote */


/*.note-toolbar-wrapper {
    height: auto !important;
    z-index: 1;
}*/

/*.note-editor.note-frame {
    width: 100%;
}
*/
.note-editor.note-frame {
    border: 1px solid #e9ecef;
}

/*.note-editor.note-frame.fullscreen {
    z-index: 99999;
}
*/

.note-modal-footer {
    margin-bottom: 10px;
}

 /*Dit leidt tot problemen, modal in modal is problematisch, moet nog uitgezocht worden */
.note-modal-backdrop {
    position: unset; 
    z-index: 0;
}

/*--------------------------*/

/* Settings for two factor authentication forms */

#id_auth-username {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
    margin-bottom: 10px;
}

#id_auth-password {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
    margin-bottom: 10px;
}

#id_generator-token  {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
    margin-bottom: 10px;
}

#id_token-otp_token {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
    margin-bottom: 10px;
}

#backup-otp_token {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
    margin-bottom: 10px;
}

/*--------------------------*/

/* Settings for Pivot Table */

.pvtAxisContainer, .pvtVals {
    border: 1px solid #95e2f9;
    background: #b1ebfd4f;
    padding: 5px;
    min-width: 20px;
    min-height: 20px;
}

table.pvtTable tbody tr th, table.pvtTable thead tr th {
    background-color: #d7f4ff3b;
    border: 1px solid #bdeaff;
    font-size: 8pt;
    padding: 5px;
}

table.pvtTable tbody tr td {
    color: #3D3D3D;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #e8e8e8;
    vertical-align: top;
    text-align: right;
}

/*--------------------------*/

/* Settings for Bootstrap slider */

.form-control.sliderfield {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: unset;
}

.form-control.sliderfield:hover {
  opacity: 1;
}

.form-control.sliderfield::-moz-focus-outer {
    border: 0;
}

.form-control.sliderfield::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #3bafda;
  cursor: pointer;
  border-radius: 50%;
}

.form-control.sliderfield::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #3bafda;
  cursor: pointer;
  border-radius: 50%;
  appearance: none;
}

.form-control.sliderfield::-ms-thumb {
  width: 25px;
  height: 25px;
  margin-top: 0; /* Edge specific */
  background: #3bafda;
  cursor: pointer;
  border-radius: 50%;
  appearance: none;
}

input[type="range"]::-moz-range-progress {
    background-color: #3bafda;
    height: 10px;
    border-radius: 10px;
    padding-left: 0; /* Firefox specific */
}
input[type="range"]::-moz-range-track {  
  background-color: #d3d3d3;
}

input[type="range"]::-ms-fill-lower {
  background-color: #3bafda; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #d3d3d3;
}

/*--------------------------*/

/* Settings for Bootstrap radio button */

input[type="radio"] {
    transform: scale(1.5);
    margin: 10px 10px 0px 0px;
}

.custom-control.custom-radio {
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.custom-control-label {
    margin: 5px 0px 0px 1px;
    font-weight: 400;
}

input[type=radio]:checked ~ label{
  color: #3bafda;
  font-weight: 600;
}

/*--------------------------*/

/*Setting for spacing between survey form rows*/

.surveyform .form-group {
  margin-top: 35px;
}

/*--------------------------*/

/*Setting for summernote editor */

.note-editable {
    font-family: 'Verdana' !important;
    font-size: 15px !important;
    text-align: left !important;
}
