/*
	lisence modal
*/

.alert-modal-license {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    display: none;
    border: 7px solid rgb(168, 168, 168);
}

.alert-modal-license h2 {
    padding: 15px;
    margin: 0;
    font-size: 16px;
    border-bottom: 1px dotted #BBD1E4;
}

.alert-modal-license p {
    color: #666;
    padding: 5px;
}

.license-content {
    max-height: 450px;
    max-width: 900px;
    /*overflow-y: scroll;*/
    padding: 20px;
}

.btn-confirm {
    background-color: #337ab7;
    border: 1px solid #2e6da4;
}

.btn-confirm:hover {
    background-color: #286090;
    border-color: #204d74;
}

.btn-modal {
    float: right;
    margin: 20px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 5px;
    color: white;
    background-color: #337ab7;
    border: 1px solid #2e6da4;
    cursor: pointer;
}