/*@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');*/

/*body {*/
/*font-family: 'Quicksand', 'Roboto', sans-serif;*/
/*font-weight: 400;*/
/*background-color: #f5f5f5;*/
/*}*/

/*h1, h2, h3, h4, h5, h6, span, p, button, input {*/
/*font-family: 'Quicksand', 'Roboto', sans-serif;*/

/*}*/

/*a {*/
/*color: #00a3df;*/
/*}*/

/*[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {*/
/*display: none !important;*/
/*}*/

.centric {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.category {
    padding: 2rem;
}

.claim_img_holder {
    border-bottom: 1px solid #dddddd;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.kido-green {
    color: #33b04a;
}

.kido-yellow {
    color: #F9cd15;
}

.kido-blue {
    color: #00a3df;
}

.kido-orange {
    color: #F16522;
}

.kido-red {
    color: #EE3E34;
}

.kido-green-bg {
    background-color: #33b04a;
}

.kido-yellow-bg {
    background-color: #F9cd15;
}

.kido-blue-bg {
    background-color: #00a3df;
}

.kido-orange-bg {
    background-color: #F16522;
}

.kido-red-bg {
    background-color: #EE3E34;
}

/*
 * Content
 */

[role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.dashboard-box {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.dashboard-box-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
}

.dashboard-box-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.dashboard-box-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: none;
}

.claim-element:first-child {
    margin-top: 0;
}

.new-claim-list .claim-element {
    border-bottom: 1px solid #e7eaec;
}

.claim-element, .claim-element .media {
    margin-top: 15px;
}

.claim-element, .media-body {
    overflow: hidden;
}

.claim-element {
    padding-bottom: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}

.panel-primary {
    border-color: #1ab394;
}

.primary-btn {
    background-color: #1ab394;
    border-color: #1ab394;
    color: white;
}

.danger-btn {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #ffffff;
}

.panel-heading {
    color: white;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-primary > .panel-heading {
    background-color: #1ab394;
    border-color: #1ab394;
}

.panel-body {
    padding: 15px;
}

.panel-danger > .panel-heading {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #ffffff;
}

.panel-success {
    border-color: #1c84c6;
}

.panel-success > .panel-heading {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #ffffff;
}

.sidebar {
    transition: left 300ms ease-in-out, width 300ms ease-in-out;
}

.sidebar {
    position: fixed;
    /*top: 70px;*/
    top: 60px;
    left: 0;
    bottom: 0;
    /*width: 250px;*/
    width: 150px;
    /*background: #fff;*/
    background: #333333;
    font-size: 14px;
    z-index: 100;
    overflow: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: width 300ms ease-in-out;
}

.sidebar .nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sidebar .nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.sidebar .nano-content > ul {
    width: 250px;
    transition: width 300ms ease-in-out;
}

.sidebar ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.sidebar .nano-content > ul > li.label, .sidebar .nano-content > ul > li.content, .sidebar .nano-content > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar .nano-content > ul li.label {
    font-size: 0.9em;
    height: 30px;
    line-height: 40px;
    color: #03A9F5;
    text-transform: uppercase;
    font-weight: normal;
}

.sidebar .nano-content > ul > li.active > a, .sidebar .nano-content > ul > li.open > a, .sidebar .nano-content > ul > li > ul {
    /*background: #fff;*/
    background: #F9cd15;
}

.sidebar .nano-content > ul li:hover > a, .sidebar .nano-content > ul li.active > a, .sidebar .nano-content > ul li.open > a {
    /*color: #03A9F5;*/
    color: #333333;
    position: relative;
}

.sidebar .nano-content > ul > li.label, .sidebar .nano-content > ul > li.content, .sidebar .nano-content > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar .nano-content > ul li > a {
    display: block;
    cursor: pointer;
    /*color: #878787;*/
    color: #ffffff;
    padding: 10px;
    line-height: 20px;
    border-bottom: none;
    background: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.header {
    /*background: #fff;*/
    background: #333333;
    position: fixed;
    width: 100%;
    min-height: 56px;
    z-index: 990;
    top: 0;
}

.logo {
    display: inline-block;
    padding: 18px 0;
    text-align: center;
    /*width: 250px;*/
    width: 200px;
    transition: width 300ms ease-in-out;
}

.logo span {
    /*color: #252525;*/
    color: #eeeeee;
    font-size: 16px;
    font-weight: 600;
}

.hamburger {
    display: inline-block;
    left: 10px;
    position: relative;
    top: 7px;
    transition: all 0.3s ease-in-out 0s;
    width: 37px;
    z-index: 999;
}

.hamburger .line {
    /*background-color: #252525;*/
    background-color: #F9cd15;
    display: block;
    height: 3px;
    margin: 4px auto;
    width: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar.sidebar-shrink ~ .content-wrap {
    margin-left: 150px;
    transition: margin-left 300ms ease-in-out;
}

.content-wrap {
    margin-top: 55px;
}

.item-style {
    margin: 0 10px;
    font-weight: 500;
    text-transform: capitalize;
}

.items-box {
    margin-top: 1rem;
    margin-left: 1rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    border: none;
    font-weight: 500;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
    font-weight: 500;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #00a3df;
    /*background-color: #5bc0de;*/
}

.userAccount {
    padding: 0;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 10px;
}

.itemDetailBox {
    padding: 1rem;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 10px;
}

.dashboard-date {
    border: none;
    border-radius: 10px;
    margin: 0 1rem;
}

.dashboard-date .card-body {
    /*font-size: 2rem;*/
    font-weight: 500;
}

.claim-img {
    height: 128px;
    width: 128px;
    border: 2px solid #ced4da;
    border-radius: 5px;
    padding: 0.3rem;
}

.button_home {
    text-align: left;
    background-color: #333333;
    color: #eeeeee;
    border: 0;
    display: inline-block;
    border-radius: 6px;
    padding: 1rem;
    cursor: pointer;
}

.button_home:focus {
    outline: none !important;
}

.sch_input {
    /*position: relative;*/
    border: 1px solid;
    left: 30px;
    width: 20%;
    text-align: center;
    float: left;
}

.daily_input {
    border: 1px solid #eeeeee;
    left: 30px;
    width: 50%;
    text-align: center;
    float: left;
}

label input {
    position: relative;
    float: right;
}

.Sat, .Sun {
    background-color: pink;
}

.Sat input, .Sun input {
    background-color: pink;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

th, td {
    padding: 0 2px;
    text-align: left;
}

/*form  {*/
/*margin: 60px 0 0 0 !important;*/
/*}*/

/*.ui-slider .ui-btn-inner {*/
/*padding: 4px 0 0 0 !important;*/
/*}*/

/*.ui-slider-popup {*/
/*position: absolute !important;*/
/*width: 64px;*/
/*height: 64px;*/
/*text-align: center;*/
/*font-size: 36px;*/
/*padding-top: 14px;*/
/*z-index: 100;*/
/*opacity: 0.8;*/
/*}*/

section.range-slider {
    position: relative;
    width: 100%;
    height: 30px;
    top: -50px;
    /* height: 100px; */
    float: left;
    text-align: left;
    /* position: relative; */
    /* width: 300px; */
    /* height: 300px; */
    /* float: left; */
    /* text-align: center; */
}

section span.rangeValues {
    position: relative;
    bottom: 0;
    top: 3.3rem;
    font-size: 11px;
    font-weight: bold;
    left: 2px;
}

section.range-slider input[type="range"] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 14px;
    /* background: #F1EFEF; */
    /* box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4; */
    /* -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4; */
    overflow: hidden;
    left: 4rem;
    top: 49px;
    /* width: 300px; */
    width: 80%;
    outline: none;
    height: 10px;
    margin: 0;
    padding: 0;
    margin-top: 0.8rem;
}

section.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 14px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dad8da), color-stop(100%, #413f41));
    /* android <= 2.2 */
    background-image: -webkit-linear-gradient(top, #dad8da 0, #413f41 100%);
    /* older mobile safari and android > 2.2 */
    background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
    /* W3C */
}

section.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 14px;
    background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
    /* W3C */
}

section.range-slider input[type="range"]::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -ms-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 14px;
    border: 0;
    background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
    /* W3C */
}

section.range-slider input[type="range"]::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: black;
    border: 0;
}

section.range-slider input[type="range"]:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

section.range-slider input[type="range"]::-moz-focus-outer {
    border: 0;
}

.daterangepicker {
    top: 44px !important;
}