﻿/* The default DentSource styles - need to find out what the plan is -- product planning anyone? */ 

    
.k-header h1 {
    margin: 0;
    padding: 30px 15px;
    font-size: 32px;
    font-weight: lighter;
}

/* Sticky footer styles
   -------------------------------------------------- */
 html {
        position: relative;
        min-height: 100%;
 }

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 50px; Set the fixed height of the footer here -- removing it to allow dynamic resizing of footer*/
    /*background-color: #0076a9;*/
    background-color: #438579;
    color: white;
}

.container-fluid .text-muted {
    margin: 20px 0;
}

footer .text-muted {
    color: white;
}

footer .text-muted a {
    color: white;
    text-decoration:underline;
}

.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

.btn-toggle .k-icon {
    opacity: 1;
}

.btn-toggle,
.k-primary.btn-toggle:hover,
.btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
.btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
    box-shadow: none;
    border-radius: 0;
}

.btn-toggle .k-i-hbars,
.k-primary.btn-toggle:hover .k-i-hbars,
.btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
.btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
    background-position: -80px -32px;
}

@media (max-width: 768px) {
    .k-item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }

    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }
}



.buttonDefaultStyle 
{
    width:100px;
}

.ndm-teal {
    color: #07b6b6;
    font-size: 1.2em;
}

a {
    color: #438579;
}