h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
h3,
h4,
h5 {
    margin-top: 5px;
    font-weight: 600;
}
.minimalize-styl-2 {
    padding: 4px 12px;
    margin: 14px 5px 5px 20px;
    font-size: 14px;
    float: left;
}
.pace-done .navbar-static-side,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #page-wrapper,
.pace-done .footer {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.btn {
    border-radius: 3px;
}
.page-item.active .page-link {
    background-color: #0190B0 !important;
    border-color: #0190B0 !important;
}
.btn-primary {
    background-color: #0190B0 !important;
    border-color: #0190B0 !important;
    color: #FFFFFF !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #0190B0 !important;
    border-color: #0190B0 !important;
    color: #FFFFFF !important;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #1dc5a3;
    border-color: #1dc5a3;
}
.btn-danger {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
    background-color: #ec4758;
    border-color: #ec4758;
    color: #FFFFFF;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #ef6776;
    border-color: #ef6776;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    box-shadow: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.list-group-item {
    background-color: inherit;
    border: 1px solid #e7eaec;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
/* DATATABLES */
table.dataTable {
    width: 100% !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}
.dataTables_wrapper {
    padding-bottom: 30px;
}
.dataTables_length {
    float: left;
}
.dataTables_filter label {
    margin-right: 5px;
}
.html5buttons {
    float: right;
}
/* PEACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #CCCCCC;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.pace-inactive {
    display: none;
}
.form-control,
.single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}
.form-control:focus,
.single-line:focus {
    border-color: #346786 !important;
}
body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #CCCCCC;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
    margin-bottom: 60px;
}
html,
body {
    height: 100%;
}
.block {
    display: block;
}
a {
    cursor: pointer;
}
a:hover,
a:focus {
    text-decoration: none;
}
.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}
.font-italic {
    font-style: italic;
}
.wrapper {
    padding: 0 20px;
    width:100%;
}
.wrapper-content {
    padding: 20px 10px 40px;
}
.footer {
    position: absolute;
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    width:100%;
    padding: 10px 20px;
    left: 0;
    right: 0;
}
.footer-full{
    position: fixed !important;
}
.table > thead > tr > th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.border-bottom {
    border-bottom: 1px solid #e7eaec;
}
.gray-bg,
.bg-muted {
    background-color: #f3f3f4;
}
.text-muted {
    color: #888888;
}
.text-white {
    color: #ffffff;
}
/* Show profile dropdown on fixed sidebar */
body.mini-navbar.fixed-sidebar .profile-element,
.block {
    display: block !important;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0; /* Behind the navbar */
    padding: 20px 0 0; /* Height of navbar */
    color:#fff;
    min-width: 300px;
    max-width: 300px;
    background: #32373d;
    /*    background: #c2d8f2;*/
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.sidebar .nav
{
    position: absolute;
    right: -5px;
    top: 150px;
    z-index: 100; /* Behind the navbar */

}
.sidebar .nav li {
    font-size: 16px;
    display: block;
    animation-name: animateIn;
    animation-duration: 350ms;
    animation-delay: calc(var(--animation-order) * 100ms);
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}
.sidebar ul > li > a {
    padding: 15px 30px;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
}
.sidebar ul li.active > a {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #2f89fc;
}
.sidebar ul > li > a:hover {
    background: #0190B0;
    border-bottom: 1px solid #2f89fc;
    color: #fff;
}
.sidebar .logo h3{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
.sidebar .logo img{
    width: 100px;
/*    border-radius: 50%;*/
    margin: 0 auto;
    margin-bottom: 10px;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-grow:1;
}
a{
    text-decoration: none;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.anychart-credits
{
    display:none !important;
}
#ac_path_3
{
    opacity: 0;
}
.btn-red{
    background-color: #0190B0 !important;
    border-color: #0190B0 !important;
    color: #FFFFFF !important;
}
.btn-lightred
{
    background-color: #f26c63;
    border-color: #0190B0;
    color: #FFFFFF !important;
}
.btn-green{
    background-color: #01b169 !important;
    border-color: #01b169 !important;
    color: #FFFFFF !important;
}
.btn-lightgreen
{
    background-color: #82d8b5;
    border-color: #01b169;
    color: #FFFFFF !important;
}
.btn-orange{
    background-color:#f8b243 !important;
    border-color: #f39c12 !important;
    color: #FFFFFF !important;
}
.btn-lightorange
{
    background-color: #f8b243 ;
    border-color: #f39c12;;
    color: #FFFFFF !important;
}
.btn-purple{
    background-color:#9c00c5 !important;
    border-color: #9c00c5 !important;
    color: #FFFFFF !important;
}
.btn-lightpurple
{
    background-color: #af7ac4 ;
    border-color: #9c00c5;;
    color: #FFFFFF !important;
}
.btn.disabled{
    background-color: #1dc5a3;
    border-color: #1dc5a3;
}
.bg-lightblue{
    background-color: #bcd5ec;
}
.bg-lightpink{
    background-color: #fbd2e3;
}
.bg-lightred{
    background-color: #f26c63;
}
.bg-lightestred{
    background-color: #f0d2d0;;
}
.bg-lightgreen{
    background-color: #82d8b5;
}
.bg-lightestgreen{
    background-color: #dcf7ec;
}
.bg-lightestyellow{
    background-color: #f4f4c0;
}
table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child{
    border-left: 1px solid #000;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td{
    border-top:1px solid #000;
    border-right:1px solid #000;
}

.user-list{
    position: fixed;
    /*    top:0;*/
    bottom:0;
    right:0;
    z-index:1;
    padding-top: 20px;
    min-width:200px;
    max-width: 200px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    max-height: 90%;

}
.brand-logo{
    margin-bottom: 2rem;
    box-shadow:none;
}
.content{
    margin: 0 0 0 300px !important; 
    position: relative !important;
}
.content-admin{
    margin: 0 200px 0 300px !important; 
    position: relative !important;
}
.height-scroll{
    max-height:80%;
    overflow-y:scroll !important;
}
header-full{
    height:60px;

}
.chart-area{
    min-height:500px;
}
.chart-plot{
    min-height:500px;
}

#reader
{
    /* background: #212121  !important; */
    border: #212121 solid 1px !important;
    padding: 30px !important;

}

#reader > div
{

    background: #fff !important;

}


#reader > div:first-child
{


    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
#reader > div:last-child
{


    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}


#reader button
{

    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
    background: #00c853 !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

}

#cameraResult
{
    margin: 0px 0px 10px 0px;

}
.camera-canvas
{

    padding: 20px;
    clear: both !important;
    min-height: 350px;
}
#pictureCountDown
{

    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */

}
#pictureCountDown .counter
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    -webkit-border-radius: 360px 360px 360px 360px;
    border-radius: 360px 360px 360px 360px;
    -webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px 10px rgba(0,0,0,.5);
    background: #dd2c00 ;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
    text-align: center;

}

.select-wrapper input.select-dropdown
{

    width: 95% !important;
    background: #fff !important;
    padding: 5px  20px !important;
    -webkit-border-radius: 10px 10px 10px 10px !important;
    border-radius: 10px 10px 10px 10px !important;
    border:solid 5px #fff !important;
    -webkit-box-shadow:inset 0 0 10px 1px rgba(0,0,0,.5) !important;
    box-shadow:inset 0 0 10px 1px rgba(0,0,0,.5) !important;
}
.btn-large-multi-line
{

    line-height: 35px !important;
    text-align: left !important;
}

.btn-large-multi-line  i
{

    line-height: 50px !important;
}
.text-align-left
{

    text-align: left !important;
}
.exit-btn
{
    position: absolute;
    right: 232px;
    top: 162px;
    z-index: 10;
}

.exit-btn
{
    position: absolute;
    right: 232px;
    top: 162px;
    z-index: 10;
}

.qr-btn
{
    position: absolute;
    left: 226px;
    top: 162px;
    z-index: 10;
}
.btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover
{

    background: #fff !important;
    color: #000 !important;

}
.model-small
{

    width: 500px !important;
}

.model-medium
{

    width: 50% !important;
}
.bigger-fonts{

    font-size: 50px;

}
.logo_extra
{

    padding: 20px;
}
.top-spacing
{

    padding-top: 58px !important;
}
.top-spacing-medium
{

    padding-top: 77px !important;
}

h6 span{

    font-size: 1rem !important;

}
.min-height
{

    min-height: 500px !important;
}
.text-right
{

    text-align: right;
}
.bp-background{

    background: url("../images/BP_background.png") no-repeat center bottom;
}
.pls-background{

    background: url("../images/plusox_bg.png") no-repeat center bottom;
}

.bt-background{

    background: url("../images/bt_background.png") no-repeat left bottom;
}

.width-medium
{
    width: 200px;
    text-align: center;
}
.spacing
{

    padding: 15px;
}
.green-light{
    background-color: #0CD68C;    
}
.green-dark{
    background-color: #03AB77;
}
.green-darker{
    background-color: #286D5E;
}

.rounded {
    border-radius: 20px;
    padding: 10px;
    min-width: 500px;
    height: 80px;
}

.large-text{
    font-size: 18px;
    line-height:20px;

}

.no-display{
    display:none !important;
}


.btn-deep-orange{
    color: #fff;
    background-color: #ff8300;
    border-color: #ff5300;
}

.box {
    width: 320px;
    height: 250px;
    margin: 30px;
    position: relative;
}

.box > div.corner {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
}

.camera{
    color:#ff5300;
}
.picture-correct{
    color:#53ff00;
}
.picture-incorrect{
    color:#ff5300;
}
.top {
    top: 0px;
    border-top-style: solid;
}

.bottom {
    bottom: 0px;
    border-bottom-style: solid;
}

.left {
    left: 0px;
    border-left-style: solid;
}

.right {
    right: 0px;
    border-right-style: solid;
}

.addPatient fieldset:not(:first-of-type) {
    display: none;
}

.hr-line-dashed{
    border-top: 1px dotted #8c8b8b;
    margin: 5px;
}
.exercise-checkbox{
    vertical-align: middle;
    position: relative;
    bottom: 3px;
}


.uploadedMedicineImages{
    margin: 20px 0 20px 0;
    position: relative;
}

.uploadedMedicineImages .btn {
    position: absolute;
    right: 5px;
    top: 5px;

}

.medicenUploadImage {
    margin-right: 10px;
}
#bp_trend_chart{
    min-height: 600px;
}

.btn-grey
{
    background-color: #ccffff;
    border-color: #0066cc;
    color: #000000 !important;
}
