html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.bg-success {
    background-color: #D4EDDA !important;
}

.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.optional {
    font-style: italic;
    color: #c0c0c0;
}

.steps {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-left: 1rem;
    min-height: 5rem;
    clear: both;
}

.steps img {
    float:left; 
    margin-right:1rem;
}



@media (min-width: 100px) {
    .d3 {
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.2;
    }
}
@media (min-width: 700px) {
    .d3 {
        font-size: 2.25rem;
        font-weight: 300;
        line-height: 1.2;
    }
}
@media (min-width: 800px) {
    .d3 {
        font-size: 2.25rem;
        font-weight: 300;
        line-height: 1.2;
    }
}
@media (min-width: 1000px) {
    .d3 {
        font-size: 3.0rem;
        font-weight: 300;
        line-height: 1.2;
    }
}
@media (min-width: 1200px) {
    .d3 {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.2;
    }
}



@media (min-width: 100px) {
    .d4 {
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.2;
    }
}
@media (min-width: 700px) {
    .d4 {
        font-size: 1.7rem;
        font-weight: 300;
        line-height: 1.2;
    }
}
@media (min-width: 800px) {
    .d4 {
        font-size: 2.25rem;
        font-weight: 300;
        line-height: 1.2;
    }
}
@media (min-width: 1000px) {
    .d4 {
        font-size: 2.2rem;
        font-weight: 300;
        line-height: 1.2;
    }
}
@media (min-width: 1200px) {
    .d4 {
        font-size: 2.7rem;
        font-weight: 300;
        line-height: 1.2;
    }
}


@media (min-width: 768px) and (max-width: 768px) {
	.main-illustration {
		max-width: 310px;
	}
}
@media (min-width: 1024px) and (max-width: 1024px) {
	.main-illustration {
		max-width: 410px;
	}
}

@media (min-width: 768) {
    .main-imgs {
        margin-top:60px !important;
    }
}

.MyChart{
    border: 1px solid black;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px)  calc(.25rem - 1px)  calc(.25rem - 1px);
}

.dashboard-employees table{
    width:100%;
}

.dashboard-employees td{
    border-bottom:1px solid rgba(0,0,0,.125);
}

.dashboard-employees .rtd{
    text-align:right;
    padding-right: 20px;
}

.dashboard-employees .ltdi{
    padding-left: 15px;
}

div.form-body-section{
    padding: 10px;
    padding-bottom: 2px;
    border-radius: calc(.5rem - 1px) calc(.5rem - 1px)  calc(.5rem - 1px)  calc(.5rem - 1px);
    background-color: #E2F0F9;
    margin-bottom: 10px;
}

div.text-primary {
    font-weight: 600;
}

div.form-group {
    padding-right: 0px;
    padding-left: 8px;
}

caption {
    caption-side: top;
    color: #000000;
}

th {
    font-weight: normal;
}

.cpt {
    font-size: 0.7rem;
    justify-content: left !important;
}