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;
}

body {
    margin-bottom: 60px;
    background-image: no-repeat;
}

html, body {
/*    overflow: hidden; */
    height: 100%; /* Ensure the body takes up the full height */
}


.layout_outer {
    background-color: #fff;
    border-radius: 3px;
    float: right;
}

.links {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

.body_image {
    background-size: cover;
}

.main_panel {
    background-color: #fff;
    border-radius: 3px;
    opacity: 0.95;
}


.main_paneli {
    background-color: #ccc;
    border-radius: 3px;
    opacity: 0.95;
}

/*All about the lists*/

.todoList {
    background-color: #EBECED;
    border-radius: 3px;
    width: 100%;
}

.todo_inner_group {
    display: inline-block;
    width: 100%;
}

.todo_search_group {
    width: 100%;
    padding: 20px 20px 0px 20px;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.todo_inner_group_item_left {
    margin: 20px 10px 20px 20px;
    border-radius: 6px;
    background-color: #fff;
    float: left;
    padding: 20px 20px 20px 10px;
}

.todo_inner_group_item_right {
    margin: 20px 20px 20px 10px;
    border-radius: 6px;
    background-color: #fff;
    float: right;
    padding: 20px 20px 20px 10px;
}

.todo_inner_group_item_Icon {
    border-radius: 25px;
    float: left;
    margin-left: 8px;
}

.todo_actions_panel {
    background-color: #fff;
    margin: 0px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
    border-radius: 6px;
    overflow-x: hidden;
    overflow-y: auto;
}

.todo_inner_item_row {
    border-bottom: 1px solid #ccc;
    height: 55px;
}

.todo_inner_row_item_Icon {
    border-radius: 25px;
    float: left;
    margin-top: 7px;
}

.todo_inner_group_item_Image {
    width: 25px;
    height: 25px;
    margin: 12px 12px 12px 12px;
}

.todo_inner_group_item_Icon_small {
    font-size: 1.8rem;
    font-weight: 600;
    float: right;
    color: #292b2c;
    margin-top: 17px;
}

.icon {
    display: inline-block;
}

.todo_inner_group_item_Number {
    font-size: 2.2rem;
    font-weight: 700;
    float: right;
    color: #292b2c;
    margin-top: -12px;
}

.todo_inner_group_item_Number_small {
    font-size: 1.2rem;
    font-weight: 600;
    float: right;
    color: #292b2c;
    margin-top: 10px;
    margin-right: 10px;
}

.todo_inner_group_item_Text_small {
    font-size: 1.2rem;
    font-weight: 600;
    float: left;
    color: #292b2c;
    margin-top: 12px;
    margin-left: 20px;
}

.todo_inner_group_item_Text {
    font-size: 1.1rem;
    font-weight: 700;
    float: right;
    color: #292b2c;
    margin-top: -15px;
}

.issueList {
    background-color: #EBECED;
    padding: 0px 20px 20px 20px;
}

.compact {
    margin-bottom: 0.01rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0B7A9E;
    font-weight: 600;
}

.nav-link {
    color: #0B7A9E;
    font-weight: 600;
}

.myWhite {
    background: transparent;
    border: none;
    color: white;
}

.myWhiteLabel {
    color: white;
}

.myWhite:focus {
    background-color: white;
    background-color: white !important;
    border-color: white !important;
    box-shadow: rgb(255, 255, 255) 0px 0px inset !important;
}




