/* Modal pilih modul akses*/
/*myModalModul*/
.modal-body-modul{
    padding: 15px;
}
.modal-login {      
    color: #636363;
    width: 550px;
}
.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-login .modal-header {
    border-bottom: none;   
    position: relative;
    justify-content: center;
}
.modal-login h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
    font-size: 18px;
    color: rgb(90 84 84);
    font-weight: bold;
    font-family: "Open Sans",sans-serif !important;
}
.modal-login .form-control:focus {
    border-color: #70c5c0;
}
.modal-login .form-control, .modal-login .btn {
    min-height: 40px;
    border-radius: 3px; 
}
.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px;
}   
.modal-login .modal-footer {
    background: #ffa500;
    border-color: #dee4e7;
    text-align: center;
    justify-content: center;
    margin: 0 -20px -20px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
}
.modal-login .modal-footer a {
    color: #999;
}       
.modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #60c7c1;
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-login .avatar img {
    width: 100%;
}
.modal-login.modal-dialog {
    margin-top: 80px;
}
.modal-login .btn {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-login .btn:hover, .modal-login .btn:focus {
    background: #45aba6;
    outline: none;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
a.icon-btn.modul-btn {
    height: 100px;
    width: 100px;
    text-align: center !important;
    /* padding: 23px 0 0; */
}
i.icon-modul {
    font-size: 49px;
    color: orange;
}
.text-modul {
    font-weight: 500 !important;
    font-size: 13px !important;
    font-variant:   small-caps;
}
a.link-login.forgot {
    color: #fff;
}
h4.block.info-search {
    margin: 0px 0 -15px;
}
button.btn.blue-madison.portal {
    width: 100% !important;    
    margin-top: 6px !important;
    border: 1px solid #929598 !important;
}
img.icon-list-modul:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.modal-login > .modal-content > .modal-header {
    background: white !important;
    border-bottom: none !important;
}