body {
    magin: 0;
    padding: 0;
    padding-top: 130px;
}

footer {
    background-color: #e7e7e7;
    padding: 5px;
}

.navbar-header a.navbar-brand img {
    height: auto;
    padding: 0;
    width: auto;
}

.inline-block {
    display: inline-block;
}

.margin-top-bottom {
    margin-top: 15px;
    margin-bottom: 15px;
}

.padding-top-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background: #2b6598;
    color: #fff;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-xs {
    width: 20px;
    height: 20px;
    font-size: 10px;
    border-radius: 100%;
    padding: 0;
    text-align: center;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

button.btn.btn-primary.btn-drag.btn-xs.btn-circle {
    position: absolute;
    top: -8px;
    right: 25px;
}

/****** LOGIN MODAL ******/

.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text],
input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

.validatestar {
    color: red;
}


/*Days*/

.day-info,
.day-row {
    border: 1px solid #f5f5f5;
    padding: 5px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    width: 100%;
    background: #EEEEEE;
}

.day-row {
    background: #f0f0f0
}

.remove {
    position: absolute;
    right: -8px;
    top: -8px
}

.frequency {
    width: 50px !important;
}

.remede-col {
    margin-right: 10px;
    background: #fff;
    padding: 0 5px;
    position: relative;
    margin: 10px;
}

.remede-col .remove {
    width: 15px;
    height: 15px;
}

.add-new-remede {
    margin: 0 10px;
}

.info-daily-remedies {
    padding: 5px;
    border: 1px solid #d0cfcf;
}

.info-days {
    margin-top: 15px;
    padding: 5px;
    border: 1px solid #d0cfcf;
}

.info-day:nth-child(even) {
    background: #f5f5f5;
    margin: 15px 0;
}

.info-day-row {
    margin: 15px 0;
    border-bottom: 2px solid #d0cfcf;
    padding: 5px;
}

div#navbar1 {
    min-height: 70px;
}
.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.header-flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.daily-remedies .remede-col{
    display: table !important;
}

.daily-remedies .remede-col .remedy-name{
    margin: 0 5px;
}
.daily-remedies .remede-col .frequency{
    margin: 0 5px;
}









@media(max-width:1300px) {
/*.navbar-header {
    width: 20%;
}*/
/*.navbar-header a.navbar-brand img {
    width: 100%;
}*/
/*div#navbar1 {
    width: 80%;
    display: inline-block !important;
}*/
body {
    padding-top: 175px;
}
}
@media(max-width:860px) {
/*.nav>li>a {
    padding: 10px 10px;
}*/
body {
    padding-top: 240px;
}
}
@media(max-width:767px) {
    .table-responsive thead {
        display: none;
    }
    .table-responsive table td {
        display: block;
    }
    .table-responsive table td:before {
        content: attr(data-header) ":";
        font-weight: bold;
        width: 100px;
        display: inline-block;
    }
    .table-responsive table tr {
        margin-top: 10px;
    }
    .table-responsive table tr:nth-child(odd) {
        background: #f5f5f5;
    }
    .table-responsive table,
    .table-responsive tbody,
    .table-responsive table tr {
        border: none !important;
        display: block;
        width: 100%;
    }
    .table-bordered,
    .table-responsive {
        border: none !important;
    }
    div#navbar1 {
    width: 100%;
    margin-left: 0;
    }
    .navbar-header a.navbar-brand img {
    width: 65%;
    }
    .navbar-header {
    width: 100%;
    }
    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    border-radius: 0;
    background-image: none;
    background: #fff;
    box-shadow: none;
    border: none;
}
.container-fluid>.navbar-header{
    margin-right: 0;
    margin-left: 0;
}
.header-flex {
    display: initial;
}
body {
    padding-top: 95px;
}
}
