.bg-custom {
    background: #36D1DC;
    background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
    background: linear-gradient(to right, #5B86E5, #36D1DC);
    font-family: 'Source Sans Pro', sans-serif;
}

.waktu {
    color: white;
    font-size: 30px;
    text-align: right;
    margin-top: 20px;
}

.headerTitle {
    color: white;
    font-size: 60px;
}

.headerSubTitle {
    color: white;
    font-size: 30px;
    margin-top: -15px;
}

.headerSubTitleInfo {
    color: white;
    font-size: 15px;
    margin-top: -20px;
}

.warna-hijau {
    background-color: #40883f;
}

.warna-biru {
    background-color: #11499e;
}

.btn-custom {
    display: block;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #f4f3f9;
    background-color: #40883f;
    position: relative;
    -webkit-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    cursor: pointer;
}

.btn-custom2 {
    display: block;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #f4f3f9;
    background-color: #11499e;
    position: relative;
    -webkit-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    cursor: pointer;
}

.btn-custom3 {
    display: block;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #f4f3f9;
    background-color: #343a40;
    position: relative;
    -webkit-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, .75);
    cursor: pointer;
}

.btnTitle {
    font-weight: bold;
    font-size: 63px;
    color: #f4f3f9;
    display: block;
    text-align: center;
}

.btnTitle2 {
    font-weight: bold;
    font-size: 40px;
    color: #f4f3f9;
    display: block;
    text-align: center;
}

.gambar {
    width: 100%;
    border: 3px solid #fff;
}

.textGambar {
    color: #f4f3f9;
    font-weight: bold;
    text-align: center;
    font-size: 34px;
    margin-top: 20px;
}

.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

/*  */

.span4 {
    width: 40px;
    float: left;
    margin: 0 8px 10px 8px;
}

.num-pad {
    padding-left: 0px;
}

.num {
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    height: 40px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.num:hover {
    background-color: #9e9e9e;
    color: #fff;
    transition-property: background-color .2s linear 0s;
}

.txt {
    font-size: 17px;
    text-align: center;
    margin-top: 7px;
    font-family: 'Lato', sans-serif;
    color: #333;
}

/*  */

.dx-datagrid-rowsview .dx-selection.dx-row>td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover>td {
    background-color: #40883f !important;
    color: white !important;
}

#section1,
#section2,
#section3,
#section4,
#section5,
#section8 {
    margin-top: 120px;
}

#section6 {
    margin-top: 20px;
}

#section7 {
    margin-top: 30px;
}