﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

a{
    color:#1890cf;
}
    .blue-button{
        background-color:#1890cf;
        border:none;
        color:white;
        padding:10px;
        padding-left:30px;
        padding-right:30px;
        font-size:13px;
        padding-top: 8px;
        height: 33px;
    }
    .blue-button:hover{
        background-color:#3d61c4!important;
    }
    .grey-button{
        background-color:#d3d9de;
        border:none;
        color:black;
        padding:10px;
        padding-left:30px;
        padding-right:30px;
        font-size:13px;
        padding-top: 8px;
        height: 33px;
    }
    .blue-button:hover{
        background-color:#3d61c4!important;
    }
    
.default-fs{
    font-size:13px;
}
.default-fs-2{
    font-size:20px;
}
.enadoc-blue-font{
    color:#1890cf!important;
}
.enadoc-blue-back{
    background-color:#1890cf!important;
}

.blue-progress{
  width:100%;
  height:2px;
  background:#d3d9de;
}
.blue-progress-bar{
  width:50%;
  height:2px;
  background: #2686db;
}

.grey-font{
    color:#838383;
}

.padding-five{
    padding:5px;
}
.margin-five{
    margin:5px;
}