﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/


@media (max-width: 600px) {
    .hide-for-mobile {
        display: none
    }
}

.Critical {
    color: red;
}

.High {
    color: red;
}

.Medium {
    color: orange;
}

.Low {
    color: green;
}

#example1 {
    font-size: 14px;
}

#elem-delete-btn {
    float: right;
}
#add-date-btn {
    background-color: lightgreen;
}
.remove-date-btn {
    background-color: red;
}
.select2 {
    width: 100% !important;
}

@media (max-width: 767px) { 
    #elem-delete-btn span {
        display: inline-block;
    }
    #elem-delete-btn span + span {
        display: none;
    }
}

/*body.sidebar-mini .sidebar,
body.sidebar-mini .main-sidebar {
    position: fixed;
}*/

/*body.sidebar-mini .main-header {
    position: fixed;*/
    /*width:100%;*/
/*}*/


