.btn{
	background-color: #243746;
	color: #ffffff;
	font-weight: 700;
	text-transform:none;
    font-size: 14px;
    margin-top: 1rem;
}

.btn:hover, .btn:focus{
	background-color: #ffffff;
	color: #243746;
	border-color: #243746;
}

.button-card{
    width:100%;
}

.button-back::before{
    content: "< ";
}

.button-white{
    background-color:#ffffff;
    border-color: #d4d8da;
    color: #3b4148;
}

.button-grey,
.button-back,
.button-white:hover{
    background-color:#e0e4e6;
    color: #3b4148;
}

.button-grey:hover,
.button-back:hover{
    border-color: #243746;
    color: #3b4148;
}

.button-link,
.button-link:hover{
    background-color:#ffffff;
    color:#243746;
    padding:10px 10px 10px 1px;
    border-color:#ffffff;
    border-style: solid;
}

.button-datatable-margin{
    margin-top:2px;
    margin-bottom:2px;
}

.button-summary-modify{
    padding: 2px 5px 2px 5px;
    line-height: 1; 
}

.repeat_prepare_add_btn{
    margin-bottom: 5px;
}

.gnl-btn-lg{
    font-size:16px;
    line-height:2;
    padding-left:15px;
    padding-right:15px;
}

.gnl-btn-link{
    text-decoration:underline;
    background-color:inherit;
    color:#243746;
    font-weight:500;
}

.gnl-btn-logout{
    border: 1px solid #ffffff;
    border-radius: 5px;
}

@media(max-width:768px){
    .gnl-btn-logout{
        border:0px;
        border-radius:0;
        margin-left:30px;
    }
}

.dashboardBtn {
    margin-bottom: 3rem;
    cursor: pointer;
    width: 260px;
    height: 184px;
    text-align: center;
    text-transform: none;
    background-color: rgba(242, 242, 242, 1);
    border-radius: 20px;
    color: black;
    font-weight: bold;
    font-size: 16px;
    padding: 0.5rem;
    line-height: 1.2rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    color: #243746;
}

.dashboardBtn:hover {
    border-color: rgba(242, 242, 242, 1);
    background-color: rgba(242, 242, 242, 1);
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga" 1;
}

.material-icons70 {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 70px;
    color:#004B87;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga" 1;
}
.notopmargin{

    margin-top: 0;
}
