@font-face {
  font-family: 'geetafont';
  src:  url('../fonts/geeta/geetafont.eot?tro29e');
  src:  url('../fonts/geeta/geetafont.eot?tro29e#iefix') format('embedded-opentype'),
    url('../fonts/geeta/geetafont.ttf?tro29e') format('truetype'),
    url('../fonts/geeta/geetafont.woff?tro29e') format('woff'),
    url('../fonts/geeta/geetafont.svg?tro29e#geetafont') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-geeta_"], [class*=" icon-geeta_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'geetafont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-geeta_absensi:before {
  content: "\e900";
}
.icon-geeta_cctv:before {
  content: "\e901";
}
.icon-geeta_logout:before {
  content: "\e902";
}
.icon-geeta_masterdata:before {
  content: "\e903";
}
.icon-geeta_nilai:before {
  content: "\e904";
}
.icon-geeta_pembayaran:before {
  content: "\e905";
}
.icon-geeta_reports:before {
  content: "\e906";
}
.icon-geeta_calendar:before {
  content: "\e907";
}
.icon-geeta_calendar2:before {
  content: "\e908";
}
.icon-geeta_dataAkademik:before {
  content: "\e909";
}
.icon-geeta_dataKelas:before {
  content: "\e90a";
}
.icon-geeta_excel:before {
  content: "\e90b";
}
.icon-geeta_filePDF:before {
  content: "\e90c";
}
.icon-geeta_foto:before {
  content: "\e90d";
}
.icon-geeta_jenisNilai:before {
  content: "\e90e";
}
.icon-geeta_jenisPembayaran:before {
  content: "\e90f";
}
.icon-geeta_masterSiswa:before {
  content: "\e910";
}
.icon-geeta_matapelajaran:before {
  content: "\e911";
}
.icon-geeta_plus:before {
  content: "\e912";
}
.icon-geeta_print:before {
  content: "\e913";
}
.icon-geeta_report:before {
  content: "\e914";
}
.icon-geeta_search:before {
  content: "\e915";
}

body {
  color: #4d4d4d;
}


.col-sm-12 {
  overflow-x: auto;
}

a {
  transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.cardboxCenter {
    margin-bottom: 0;
    box-shadow: 1px 1px 45px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px 1px 45px rgba(0,0,0,0.15);
    z-index: 111;
}
.accountbg {
  background-image: none !important;
  /* background-color: #1d3244 !important; */
}

.loginPage .accountbg {
    background-color: #1d3244 !important;
}

.card-box .greeting {text-align: center;margin-bottom: 35px;font-size: 17px;}

.menuNav-dashboard .menu-item {
    display: block;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid transparent;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.menuNav-dashboard .menu-item:hover {
    border: 1px solid #aabac7;
}

.menuNav-dashboard .menudashboard {
    margin-bottom: 30px;
}

.menuNav-dashboard .menulogout .menu-item {
    padding: 10px;
}

.menuNav-dashboard .labelGeeta {
    margin-top: 10px;
    color: #666;
    font-weight: 600;
}

.dashboard-page-full .cardboxCenter {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-top: 10px !important;
}

.dashboard-page-full .card {
    background:transparent;
}

.menulogout .menuImage {
    display: inline-block;
}

.menulogout .labelGeeta {
    display:inline-block;
}

.menulogout .menuImage img {
    height: 34px;
}

.clearfix {
    clear: both;
    display: inline-block;
    width: 100%;
}

.page-title-box .iconTitle {display: inline-block;float: left;line-height: 45px;}
.page-title-box .iconTitle img {height: 40px;}
.page-title-box h3.page-title {
    vertical-align: middle;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    margin-left: 10px;
    line-height: 45px;
    font-weight: 600;
    color: #1d3244;
    font-family: 'Roboto', sans-serif;
}

.page-title-box h3.page-title .smallText {
    font-size: 12px;
    font-weight: normal;
    color: #aaaaaa;
}

.slimscroll-menu {
 background:#1d3244;
 color:#ffffff;   
}
#sidebar-menu > ul > li > a {
    color:#ffffff;
    font-size: 15px;
}

.side-menu .topbar-left .logo img {
    height: 55px;
}

.timeNow .blockTime {font-weight: bold;font-size: 33px;line-height: 1;margin-bottom: 0px;}
.timeNow .blockDate {
    
}
.message_error,
.message_info {
  font-size: 12px;
  background:#D50000;
  color:#ffffff;
  padding: 5px;
  margin-bottom:10px;
  text-align:center;
  border-radius:3px;
}

.message_info {
    background:#2196F3;
}

#sidebar-menu > ul > li > a {
  padding: 23px 15px;
  border-bottom: 1px solid #264c66;
}

#sidebar-menu > ul > li:first-child > a {
    border-top: 1px solid #264c66;
}

.content-page {
    margin-left: 260px;
    overflow: hidden;
    padding: 0;
    min-height: 80vh;
}

.footer {
    left: 260px;
}

.side-menu {
    width: 260px;
}

.content-page .topbar {
    height: 85px;
    padding: 0 25px;
    background: #ffffff;
}
.side-menu .topbar-left {
    background-color: #ffffff;
    height: 85px;
    padding-left: 10px;
    position: fixed;
    z-index: 999999;
    width: 260px;
    top: 0;
    padding-top: 5px;
}
.content-page>.content {
    padding: 25px;
    margin-top: 0;
}
.navbar-custom .nav-link {
  border-left: 1px solid #eeeeee;
  padding: 7px 12px 7px 20px !important;
}
.navbar-custom .nav-link .username .userNama {
    float: left;
    clear: both;
    font-weight: bold;
    color: #777777;
}
.navbar-custom .nav-link .username .userRole {
    float: left;
    clear: both;
    font-size: 11px;
    border: 1px solid #aaaaaa;
    padding: 3px 7px;
    border-radius: 5px;
    color: #aaaaaa;
    margin-top: 5px;
}

.navbar-custom .nav-link .username {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.content-page .content .page-title-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    line-height: 45px;
}

.page-title-box .btnHeaderAct {
    float: right;
}
.navbar-custom .logoMobile .logomobile {
  height: 50px;
  width: auto;
  margin-top: 12px;
}

.navbar-custom .logoMobile {
  display:none;
}

.containerMasterData .card-body {display: inline-block;width: 100%;border-radius: 7px;-webkit-border-radius: 7px;-moz-border-radius: 7px;overflow: hidden;margin-bottom: 20px;box-shadow: 1px 1px 10px rgba(0,0,0,0.05);-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.05);transition: all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}

.containerMasterData .card-body:hover {
    box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
}
.containerMasterData .icon {font-size: 40px;float: left;color: #b3b3b3;}
.containerMasterData .card-title {float: left;line-height: 40px;margin-left: 15px;margin-bottom: 0;font-size: 16px;}

.containerMasterData .actMD {position: absolute;line-height: 40px;right: 0;top: 0;border-left: 1px solid #dddddd;}

.containerMasterData .actMD a {
    color: #999999;
    text-align: center;
    padding: 20px 30px;
    display: block;
    font-size: 15px;
}
.btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
  padding: 5px 10px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.btn .iconBtn {}

.btn.btn-lg .iconBtn {
    font-size: 21px;
    float: left;
    margin-right: 5px;
}
.btn-group-lg > .btn, .btn-lg {
    padding: .6rem 1.4rem;
    font-size: 15px;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
}
.containerMasterData .actMD a:hover {
    color: #666666;
    background: #f8f8f8;
}

.iconTitle .iconFont {
  font-size: 45px;
  float: left;
}

.iconFont.iconOrange {
    color: #ff9100;
}

.iconFont.iconBlue {
    color: #2d7bf4;
}

.form-group .formitem {
  float: left;
  margin-right: 15px;
}

.filterHeader .newrowForm {
    display: inline-block;
    width: 100%;
    height: 5px;
    margin-top: 10px;
}

.form-group .formitem select {
    min-width: 180px;
}

.filterPembayaran .form-group .formitem select {
    width: 300px;
}
.form-group .formact {
  float: left;
  vertical-align: middle;
  display: inline-block;
}

.formact .col-form-label {
    display: block;
}

.contentTable .dataTables_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.dataTable thead tr {background: #203d51;color: #ffffff;}

.dataTable.tableWhite thead tr {
    background: #ffffff;
    color: #203d51;
}

.dataTable.tableWhite th {padding: 15px 10px;text-transform: uppercase;vertical-align: middle;font-size: 12px;}

.dataTable.tableWhite th.rataCol {
    background: #285CA8;
    color: #fff;
    border-color: transparent;
}

.dataTable.tableWhite td.rataCol {
    background: #124C91;
    color: #fff;
    border-color: transparent;
}

.dataTable.tableWhite .even td.rataCol {
    background: #285CA8;
    color: #fff;
}

.dataTable.tableWhite .editBt a {
    text-transform: none;
    text-align: center;
    font-size: 10px;
    border: 1px solid #203d51;
    border-radius: 5px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    color: #203d51;
}

.dataTable.tableWhite .editBt a:hover {
    background:  #203d51;
    color: #ffffff;
}

.dataTable.tableWhite .editBt {
    display: block;
    text-align: center;
}
.dataTable.tableWhite td {padding: 10px 10px;position: relative;}
.dataTable.tableWhite td .form-control {padding: 5px 10px;font-size: 13px;text-align: center;}

.dataTable.tableWhite td .form-control.wrapInput {
    border-color: transparent;
    background: transparent;
}

.dataTable.tableWhite td .form-control.wrapInput.rata2 {
    color: #ffffff;
}

.dataTable tbody tr {
  
}
.containerBody .headerFilter>*:first-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
table.dataTable {
  background:#ffffff;
  border-spacing: 0 !important;
}

.tableFinalNilai {
    font-size: 12px;
    text-align: center;
}

.tableFinalNilai .noNilai {
    font-size: 12px;
    text-align: center;
    width: 25px;
}

.tableFinalNilai th {
    text-transform: uppercase;
}

.tableFinalNilai .namaSiswa {
    text-align: left;
}

.tableFinalNilai tr:nth-child(even) td {
  background:#e6e6e6;
  border-color: #dee2e6;
}

.tableFinalNilai tr th.sigmaNilai, .tableFinalNilai tr td.itemRata {
    background: #285ca8;
    color: #ffffff;
    border-color: #124c91;
    width: 80px;
}

.tableFinalNilai tr:nth-child(even) .sigmaNilai, .tableFinalNilai tr:nth-child(odd) .itemRata {
  background:#124c91;
}

.tableFinalNilai tr th.singleNilai, .tableFinalNilai tr td.itemSatu {
    background: #8d4f9f;
    color: #ffffff;
    border-color: #723689;
    width: 80px;
}

.tableFinalNilai tr:nth-child(even) .singleNilai, .tableFinalNilai tr:nth-child(odd) .itemSatu {
  background:#723689;
}

.tableFinalNilai tr th.nilaiRaport, .tableFinalNilai tr td.nilaiRaport {
    background: #1fbb9d;
    color: #ffffff;
    border-color: #009377;
    width: 80px;
}

.tableFinalNilai tr:nth-child(odd) .nilaiRaport, .tableFinalNilai tr:nth-child(odd) .nilaiRaport {
  background:#009377;
}
.tableFinalNilai tr:first-child .nilaiRaport {
  background:#1fbb9d;
}

table.dataTable.tableWhite {
    border-top: 0;
    /* font-size: 13px; */
}

form table.dataTable {
    width: 100%;
}

.reportTransaksi .dataTables_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.reportTransaksi {}

.reportTransaksi .headerAbsen {
    margin-bottom: 20px;
}

.headerAbsen .smallAbsenHead {
    color: #999999;
    font-size: 15px;
}

.headerAbsen .bigAbsenHead {
    color: #1d3244;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}


.btnIcon {
  vertical-align:middle;
}

.btnIcon .text {
    float: left;
    line-height: 31px;
    margin-left: 5px;
}

.formSubmitTahunan {
    display: block;
    width: 100%;
}
.dataTable tbody tr.odd {
  background: #e6e6e6;
}
.dataTable tbody tr.even {
  background: #ffffff;
}

.dataTable tr.nilaiRaport {
    background: #203d51 !important;
    color: #ffffff;
}

.dataTable tr.nilaiRaport td {
    /* border-color: transparent; */
}
.actBtn a {
  margin-right:10px;
  margin-bottom: 5px;
}
/* .contentTable td.status { font-weight:bold; } */

.custom-modal-title {
  background:#203d51;
}

.whitePopup .custom-modal-title {
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    color: #313a46;
    font-size: 18px;
    border-bottom: 1px solid #dddddd;
    padding: 10px 25px 10px 20px;
    line-height: 30px;
    display: inline-block;
    width: 100%;
}

.whitePopup .custom-modal-title .iconHeadPop {
    font-size: 30px;
    float: left;
    margin-right: 10px;
}
.form-wrapper.PopUpCol {
  display: inline-block;
  width: 100%;
}

.separatorLine {
    display: inline-block;
    width: 100%;
    height: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 12px;
}
.contentEditModal .subTitle {
    font-size: 16px;
    font-weight: bold;
    color: #1d3244;
    margin-bottom:10px;
}

.form-wrapper.PopUpCol .item-half {
    width: 45%;
    margin-right: 5%;
}
.whitePopup .custom-modal-title .txHead {
    line-height: 30px;
    float: left;
    font-family: 'Roboto', sans-serif;
}

.whitePopup .custom-modal-title .txHead.smallerTextHead {
    font-size: 15px;
}

.whitePopup.modal-demo .close {
  color: #888888;
}
.modal-demo {
    background-color: #ffffff;
    width: 500px !important;
    border-radius: 8px;
    display: none;
    -webkit-border-radius: 8px;
    position: relative;
}

.modal-demo .custom-modal-text {
    background-color: #ffffff;
}

.modal-demo .action-btn {
  margin-top: 30px;
}
#sidebar-menu ul li a i {
  font-size: 29px;
  width: 25px;
}
#sidebar-menu > ul > li > a > span {
  font-weight: 500;
}
#sidebar-menu > ul > li > a {
  border-right:5px solid transparent;
}
#sidebar-menu > ul > li.hoverOrange > a:hover,
#sidebar-menu > ul > li.hoverOrange > a:focus,
#sidebar-menu > ul > li.hoverOrange > a.active {
  border-right-color:#ff9100; color: #ffffff;
}
#sidebar-menu > ul > li.hoverOrange > a i,
#sidebar-menu > ul > li.hoverOrange > a:hover i,
#sidebar-menu > ul > li.hoverOrange > a:focus i,
#sidebar-menu > ul > li.hoverOrange > a.active i {
  color:#ff9100; 
}

#sidebar-menu > ul > li.hoverRed > a:hover,
#sidebar-menu > ul > li.hoverRed > a:focus,
#sidebar-menu > ul > li.hoverRed > a.active {
  border-right-color:#c33f32; color: #ffffff;
}
#sidebar-menu > ul > li.hoverRed > a i,
#sidebar-menu > ul > li.hoverRed > a:hover i,
#sidebar-menu > ul > li.hoverRed > a:focus i,
#sidebar-menu > ul > li.hoverRed > a.active i {
  color:#c33f32;
}

#sidebar-menu > ul > li.hoverGreen > a:hover,
#sidebar-menu > ul > li.hoverGreen > a:focus,
#sidebar-menu > ul > li.hoverGreen > a.active {
  border-right-color:#50bc72; color: #ffffff;
}
#sidebar-menu > ul > li.hoverGreen > a i,
#sidebar-menu > ul > li.hoverGreen > a:hover i,
#sidebar-menu > ul > li.hoverGreen > a:focus i,
#sidebar-menu > ul > li.hoverGreen > a.active i {
  color:#50bc72;
}

#sidebar-menu > ul > li.hoverBlue > a:hover,
#sidebar-menu > ul > li.hoverBlue > a:focus,
#sidebar-menu > ul > li.hoverBlue > a.active {
  border-right-color:#2d7bf4; color: #ffffff;
}
#sidebar-menu > ul > li.hoverBlue > a i,
#sidebar-menu > ul > li.hoverBlue > a:hover i,
#sidebar-menu > ul > li.hoverBlue > a:focus i,
#sidebar-menu > ul > li.hoverBlue > a.active i {
  color:#2d7bf4;
}

#sidebar-menu > ul > li.hoverPurple > a:hover,
#sidebar-menu > ul > li.hoverPurple > a:focus,
#sidebar-menu > ul > li.hoverPurple > a.active {
  border-right-color:#b133ac; color: #ffffff;
}
#sidebar-menu > ul > li.hoverPurple > a i,
#sidebar-menu > ul > li.hoverPurple > a:hover i,
#sidebar-menu > ul > li.hoverPurple > a:focus i,
#sidebar-menu > ul > li.hoverPurple > a.active i {
  color:#b133ac;
}


#sidebar-menu > ul > li.hoverLightBlue > a:hover,
#sidebar-menu > ul > li.hoverLightBlue > a:focus,
#sidebar-menu > ul > li.hoverLightBlue > a.active {
  border-right-color:#29abe2; color: #ffffff;
}
#sidebar-menu > ul > li.hoverLightBlue > a i,
#sidebar-menu > ul > li.hoverLightBlue > a:hover i,
#sidebar-menu > ul > li.hoverLightBlue > a:focus i,
#sidebar-menu > ul > li.hoverLightBlue > a.active i {
  color:#29abe2;
}




#sidebar-menu li.active .menu-arrow {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
#sidebar-menu .menu-arrow { display:none; }

.dataSiswaPembayaran {margin-top: 30px;margin-bottom: 30px;display: inline-block;width: 100%;} 

.dataSiswaPembayaran .itemSiswa {
  
}

.dataSiswaPembayaran.listDataSiswa .itemSiswa {
    padding: 10px;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-top: 20px;
}

.dataSiswaPembayaran.listDataSiswa {
    margin-top: 10px;
} 

.dataSiswaPembayaran .itemSiswa > div {
  
}
.dividerAtau p {
  margin-bottom: 0;
  margin-top: 15px;
}
.dataSiswaPembayaran .itemSiswa .col2, .dataSiswaPembayaran .itemSiswa .col3 {
    /* padding-top: 45px; */
    padding-top: 10px;
} 

.currentImage.imageSiswa {
    float: left;
    margin-right: 20px;
    width: 120px;
    border-radius: 7px;
    overflow: hidden;
    padding: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
    margin-top: 30px;
}

.currentImage.imageSiswa+.inputUpload {
    float: left;
    margin-top: 30px;
}

.currentImage.imageSiswa img {
    width: 100%;
}

.dataSiswaPembayaran .fotoSiswa {
  float: left;
  margin-right: 20px;
  width: 120px;
  border-radius: 7px;
  overflow: hidden;
  padding: 5px;
  background: #ffffff;
  box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
}

.dataSiswaPembayaran.listDataSiswa .itemSiswa .fotoSiswa {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.dataSiswaPembayaran .noinduk {
    font-weight: bold;
    margin-bottom: 10px;
    color: #999;
    font-size: 16px;
    margin-top: 10px;
}

.fotoSiswa img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
} 

.dataSiswaPembayaran .data1 {
  margin-left: 140px;
}

.lblsmall {
  font-size: 11px;
  font-weight: bold;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cancelPayment {font-size: 11px;line-height: 1;padding: 1px 8px;background: #999999;/* margin-left: 10px; */color: #ffffff;border-radius: 12px;letter-spacing: 0;font-weight: 600;}

.namatransaksi {
    margin-right: 7px;
}

.cancelPayment:hover {
    color: #ffffff;
    background: #555555;
}

.PopUpCol .lblsmall {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.PopUpCol .lblContent.statusTagihan {font-size: 17px;/* font-weight: bold; */}

.PopUpCol .statusTagihan.belum {
    color: #ed1c24;
}

.PopUpCol .statusTagihan.lunas {
    color: #1fbb9d;
}
.custombox-overlay + .custombox-content + .custombox-overlay {
  z-index: 9999;
}
.custombox-overlay + .custombox-content + .custombox-overlay + .custombox-content {
  z-index: 10000;
}

.input-group>.input-group-prepend>.input-group-text {
    font-size: 15px;
    color: #ffffff;
    background: #1fbb9d;
}

.bulanNoSama .input-group>.input-group-prepend>.input-group-text {
    background: #4382c5;
}

.inputPotongan .input-group>.input-group-prepend>.input-group-text {
    color: #495057;
    background-color: #e9ecef;
}

.dataSiswaPembayaran .itemdata {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 15px;
  color: #1d3244;
}

.dataSiswaPembayaran .namasiswa .itemdata {
    font-weight: bold;
}

.dataSiswaPembayaran .alamat .itemdata {
    font-size: 15px;
    line-height: 17px;
} 

.containerBulanItem {
  background:#ffffff;
  margin-top:40px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
  -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
  border-radius: 5px;
}

.containerPembayaranLain {
    background: #ffffff;
    margin-top: 40px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
    border-radius: 5px;
    overflow: hidden;
}

.containerBulanItem .head, .headBayarLain {padding:15px 20px 12px 20px;font-weight:bold;color: #666666;border-bottom: 1px solid #eee;font-size: 16px;}
.containerBulanItem .feeCard-container, .boxContainerItems {
  padding: 30px 30px;
}

.boxContainerItems .item-biaya {
    display: inline-block;
    width: 50%;
}

.boxContainerItems .item-biaya a {
    color: #888;
    display: inline-block;
    padding: 15px 20px;
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
    position: relative;
}

.boxContainerItems .item-biaya a:hover {
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
}

.item-biaya .icon_bayar {
    float: left;
    line-height: 45px;
    font-size: 36px;
    margin-top: 6px;
}

.item-biaya .namaBayar {
    float: left;
    /* line-height: 50px; */
    font-size: 14px;
    font-weight: bold;
    margin-left: 12px;
    margin-top: 10px;
}

.item-biaya .namaBayar .nama {
    display: block;
    line-height: 1;
}

.item-biaya .namaBayar .thn_ajaran {
    font-weight: normal;
}

.item-biaya .statusbayar {
    float: left;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 12px;
    margin-left: 20px;
}

.item-biaya .feeBulan {}

.containerBulanItem .feeCard-container .item-biaya {
    text-align: center;
    margin-bottom: 18px;
    display: inline-block;
    margin-right: 13px;
}

.feeCard-container .thebox {
    padding: 17px 25px 20px 25px;
    border: 1px solid #eee;
    border-radius: 7px;
    position: relative;
    min-width: 140px;
    display: block;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
}

.feeCard-container .thebox:hover {
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
}


.feeCard-container .statusbayar {
    font-size: 11px;
    position: absolute;
    top: 0;
    padding: 1px 10px;
    background: #cccccc;
    border-radius: 0 0 10px 10px;
    color: #ffffff;
    font-weight: 600;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: 0;
}

.thebox .statusbayar.sudah {
  background: #1fbb9d;
}
.thebox .statusbayar.belum {
  background: #ed1c24;
}

.historyPembayaran .item {
  font-size: 13px;
  background: #eeeeee;
  padding: 5px;
  margin-bottom: 0 !important;
}

.historyBayar .lblsmall {
    background: #dddddd;
    padding: 7px 5px 5px 5px;
    color: #1d3244;
}

.historyPembayaran .item:nth-child(even) {
    background: #fefefe;
}

.historyPembayaran .item.itemTotal {
    background: #dddddd;
    font-weight: bold;
}

.historyPembayaran .item .tanggal {
    float: left;
}

.historyPembayaran .item .jumlah {
    float: right;
}

.thebox .statusbayar.belumlunas {
    background: #f9bc0b;
}

.thebox .actBtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 50px;
    border-left: 1px solid #eeeeee;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 80px;
}

.feeCard-container .bulanCal {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

.feeCard-container .bulanCal .icon {
    display: block;
    float: none;
    color: #ccc;
}

.feeCard-container .namaBulan {
    font-weight: bold;
    color: #999999;
    display: block;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.feeCard-container .feeBulan {}

.feeCard-container .feeBulan {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #aaaaaa;
    color: #ffffff;
    font-weight: 600;
    padding: 0 14px;
    font-size: 12px;
}

.footerAct {
  margin-top: 50px; margin-bottom: 20px;
}
.footerAct .btn {
  margin-right: 10px;
}

.PopUpCol .item {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}

.item.itemKurang {
    text-align: right;
}

.item.itemKurang .lblContent {
    font-weight: bold;
    color: red;
}

.PopUpCol .inputcontent {
    position: relative;
}

.inputPotongan .inputPercent {
    width: 130px;
    float: left;
    margin-right: 15px;
}

.inputPotongan {
    display: inline-block;
    width: 100%;
}

.inputPotongan .inputRp {
    width: 200px;
    float: left;
}

.PopUpCol .item-half {
  width: 50%;
  float: left;
}

.PopUpCol .lblContent {
  font-size: 21px;
  font-weight: normal;
  color: #1d3244;
  line-height: 1;
}

.PopUpCol .lblContent.totalTagihan {
    font-weight: bold;
}

.dataHistory table {

}

.dataHistory thead {
  
}

.dataHistory thead tr {
  background: #efefef;
}

.dataHistory thead th {
  font-size: 12px;
  vertical-align: middle;
}

.dataHistory tbody tr {
  font-size: 12px;
  line-height: 1;
}

.dataHistory tbody tr td {
  vertical-align: middle;
}


.autocomplete-suggestions {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border: 0;background: #FFF;cursor: default;overflow: auto;z-index: 99999 !important;-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);border-radius: 3px;-webkit-border-radius: 3px;}

.autocomplete-suggestion strong {}
.autocomplete-suggestion {padding: 7px 10px;white-space: nowrap;overflow: hidden;font-size: 13px;color: #999999;}
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; color: #999999; }
.autocomplete-selected strong {color: #313a46 !important;}
.autocomplete-suggestions strong {font-weight: bold;color: #313a46;}
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.lnkfoto {
  color:#313a46;
  font-size:16px;
}

.alignRightText { text-align: right;  }
.titleWithSub {
  
}

.left-title.titleWithSub {
    float: left;
    margin-left: 10px;
}

.right-title.titleWithSub {
    float: right;
    text-align: right;
    line-height: 1;
}

.right-title.titleWithSub .subtitle {
    margin-top: 8px;
}

.right-title.titleWithSub .title {
    font-size: 21px;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    color: #666667;
}

.titleWithSub .subtitle {
    display: block;
    line-height: 1;
    font-weight: bold;
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 11px;
}

.titleWithSub .maintitle {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    color: #1d3244;
    font-family: 'Roboto', sans-serif;
}

.titleWithSub .maintitle span {
    font-weight: normal;
}

.dataTable td, .dataTable th {
  vertical-align: middle;
}

.fontNormal {
  font-weight: normal !important;
}
.fontBold {
  font-weight: bold !important;
}

.reportTransaksi .footerTotal {
  background: #203d51;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.formitem { position: relative;  }
.formitem .fakeDate {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
  /* height: 100%; */
  /* background: #fff; */
  /* cursor: pointer; */
}
.formitem .dateMask {/* color: #fff; */}

formitem {}
.divider {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rightMargin10 {
  margin-right: 10px;
}

.btnActIcon {
  display: inline-block; width: 100%; margin-top: 20px; margin-bottom: 20px;
}

.accessdenied .iconDenied {
  font-size:52px; text-align:center;
  color:#c33f32;
}

.accessdenied h1 {
  display:block;
  text-align:center;
}

.accessdenied .deniedText {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.accessdenied+.form-group {margin-bottom:0;}

.lnkLine {color: #163250;}

.lnkLine:hover {
  text-decoration: underline;
}
.hidden {
  display: none !important;
}
.alert {
  padding: .5rem 1rem;
}

.alert-dismissible .close {
    padding: .5rem 1rem;
}

.tempBuktiBayar {float: left;}

.inputBayarEdit {
    float: left;
}

.gradeLabel {
  font-weight:normal;
}

.gradeName {
  font-weight:bold;
}

.tempBuktiBayar img {
  float: left;
    margin-right: 20px;
    width: 120px;
    border-radius: 7px;
    overflow: hidden;
    padding: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 20px rgba(0,0,0,0.1);
}

.absensiSiswaData {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.absensiSiswaData.dataReport {
    padding: 0;
    background: transparent;
    overflow-x: auto;
}

.absensiSiswaData.dataReport .headingReport {
    background: #203d51;
    color: #ffffff;
}

.absensiSiswaData.dataReport .dateReport {
    font-size: 10px;
    text-align: center;
    line-height: 1 !important;
    vertical-align: middle;
    font-weight: normal;
}

.absensiSiswaData.dataReport .absensiDt {
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
}

.absensiSiswaData.dataReport .absen {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.absensiSiswaData.dataReport .hadir {
    color: #155724;
    background-color: #d4edda;
    border-color: #b2dabc;
}

.absensiSiswaData.dataReport .namaSiswa {
    font-size: 11px;
    vertical-align: middle;
    line-height: 1;
}

.absensiSiswaData.dataReport .hSiswa, .absensiSiswaData.dataReport .headingReport th.hSiswa {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 11px;
    padding: 8px !important;
}

.absensiSiswaData.dataReport .headingReport th, .absensiSiswaData.dataReport .headingReport td {
    border-color: #405e74;
    padding: 5px 0px !important;
    line-height: 1;
}

.dataRaportWrapper {
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
}

.dataRaportWrapper.raportPG {
    max-width: 100%;
}

.dataRaportWrapper .dataReport .headingRaport {
    background: #ffffff;
    color: #203d51;
    text-align: center;
}

.dataRaportWrapper .dataReport .headingRaport th, .dataRaportWrapper .dataReport td {
    border-color: #cccccc;
    border-bottom: 1px;
}

.dataRaportWrapper .dataReport .headingRaport th {
    vertical-align: middle;
    padding: 10px !important;
    font-size: 13px;
}

.dataRaportWrapper .dataReport .tabelRaportSiswa {
    font-size: 13px;
    text-align: center;
}

.dataRaportWrapper .dataReport td {}

.dataRaportWrapper .dataReport .nilaiUnpassed {
    background: #cc0000;
    color: #ffffff;
}

.dataRaportWrapper .dataReport .lnkEditNilai {
    color: #cc0000;
}

.tabelRaportSiswa .jumlahNilai {
  font-weight:bold;
}

.dataRaportWrapper .dataReport .nilaiUnpassed a {
    color: #ffffff;
}

.dataReport .jumlahNilai {
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.dataRaportWrapper .dataReport .namaBidangStudi, .dataRaportWrapper .dataReport .huruf {
    text-align: left;
}

.absensiSiswaData.dataReport .headingReport .sumAbsen, .absensiSiswaData.dataReport .headingReport .totalAbsenSiswa {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 5px !important;
    vertical-align: middle;
}

.absensiSiswaData.dataReport .sumAbsenData, .absensiSiswaData.dataReport .totalData {
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}

.absensiSiswaData.dataReport .headingReport + .headingReport .sumAbsen {
    font-size: 10px;
    text-align: center;
}

.absensiSiswaData.dataReport .row {
    margin-left: 0;
    margin-right: 0;
}

.absensiSiswaData .row {
}

.tabelHadirPerilaku .col-md-6 {
    padding: 0;
}

.tabelHadirPerilaku .tabelKetidakhadiran .headingReport {}

.tabelHadirPerilaku .tabelKetidakhadiran .headingReport td {
    border-color: #cccccc;
    padding: 10px !important;
}

.alignCenter {
    text-align: center !important;
}

.tabelHadirPerilaku .tabelKetidakhadiran {}

.alignLeft {
    text-align: left !important;
}

.absensiSiswaData .row .col-md-3 {
    padding: 5px;
}

.absensiSiswaData .item {
    display: table;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.absensiSiswaData .item .siswa {
    display: table-cell;
    vertical-align: middle;
}

.absensiSiswaData .item .siswa .foto {
    width: 50px;
    padding-left: 10px;
    display: table-cell;
}

.absensiSiswaData .foto .image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-size: cover;
    background-position: center center;
}

.absensiSiswaData .item .siswa .stat {
    vertical-align: middle;
    position: relative;
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
}

.absensiSiswaData .item .siswa .stat .status {
    font-size: 10px;
    line-height: 1;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 30px;
    margin-top: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.absensiSiswaData .item .siswa .stat .status.statusHadir {
    background: #1fbb9d;
    color: #ffffff;
}

.absensiSiswaData .item .siswa .stat .status.statusTidakHadir {
    color: #ffffff;
    background: #ff5148;
}

.absensiSiswaData .item .siswa .namasiswa {
    font-size: 12px;
    font-weight: bold;
    color: #808080;
    line-height: 1;
    display: block;
}

.absensiSiswaData .item .siswa img {
    max-width: 100%;
}

.absensiSiswaData .item .btnAct {
  width: 50px;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #cccccc;
}

.absensiSiswaData .item .btnAct .actBtn:first-child {
    border-bottom: 1px solid #ccc;
}

.absensiSiswaData .item .btnAct .actBtn {
    width: 50px;
    height: 45px;
    display: block;
    text-align: center;
    z-index: 9;
}

.absensiSiswaData .item .btnAct .actBtn span {
    font-size: 28px;
    top: 10px;
    margin-top: 8px;
    display: inline-block;
}

.absensiSiswaData .item .btnAct .actBtn.actyes {
    color: #aaaaaa;
    border-radius: 0 7px 0 0;
    -webkit-border-radius: 0 7px 0 0;
    -moz-border-radius: 0 7px 0 0;
}

.absensiSiswaData .item .btnAct .actBtn.actyes:hover, .absensiSiswaData .item .btnAct .actBtn.actyes.active {
    background: #1fbb9d;
    color: #ffffff;
}

.absensiSiswaData .item .btnAct .actBtn.actno {
    color: #aaaaaa;
    border-radius: 0 0 7px 0;
    -webkit-border-radius: 0 0 7px 0;
    -moz-border-radius: 0 0 7px 0;
}

.absensiSiswaData .item .btnAct .actBtn.actno:hover, .absensiSiswaData .item .btnAct .actBtn.actno.active {
    color: #ffffff;
    background: #ff5148;
}

.headerNilai .bidangStudiSemester,
.headerNilai .kelas {color: #1d3244;font-size: 30px;font-weight: bold;line-height: 1;}

.headerNilai {
    padding-bottom: 20px;
    /* margin-bottom: 20px; */
    /* border-bottom: 1px solid #dddddd; */
}

.headerNilai .bidangStudiSemester span {
  font-weight: normal;
  font-size: 21px;
}
.headerNilai .tahunAjaran, .headerNilai .jenjang {
  color: #999999;
  font-size: 15px;
}

.headerNilai .tahunAjaran span {
    font-weight: bold;
}

.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.headerNilaiSet {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}

.headerNilaiSet.headerFinalNilai {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
}
.headerNilaiSet .subtitle {
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.headerNilaiSet .subtitle span {
    font-weight: bold;
}
.headerNilaiSet .title {
  color: #1d3244;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
.headerNilaiSet .subtitle2 {
      color: #999999;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: bold;
}

.headerNilaiSet .subtitle2 span {
    font-weight: normal;
    letter-spacing: 0.5px;
}
.wrapperRelative {
  position:relative;
}
.notxtransform {
  text-transform: none !important;
}
.iconDate {
  position: absolute;
  right: 10px;
  font-size: 18px;
  top: 7px;
  color: #999;
}
.upperSeparator {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
.datefk {
  position:absolute;
  top:0;
}
.readNormal, .readNormal[readonly="readonly"] {
  background: #ffffff;
}
.dateHidden {
}
.form-control::-webkit-input-placeholder { 
  color: #cccccc;
}
.form-control::-moz-placeholder {
  color: #cccccc;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control:-moz-placeholder {
  color: #cccccc;
}

.datepickers-container {
  z-index: 999999;
}

.bulkSiswa {
  background: #ffffff;
}

.bulkSiswa tbody tr:nth-child(even) {
  background: #fafafa;
}

.bulkSiswa th, .bulkSiswa td {
  padding: 8px !important;
}

.tableReport span {
  float:left;
  vertical-align: middle;
}

.textRight {
  text-align:right;
}

.headerNilaiSet.headerFinalNilai.headerRaport {
  
}

.headerFinalNilai.headerRaport .dataSiswaRaport {
    font-size: 15px;
    margin-top: 30px;
}

.headerFinalNilai.headerRaport .dataSiswaRaport td {
    color: #203d51;
}

.headerRaport .logoGeeta {
    margin-bottom: 10px;
}

.headerRaport .logoGeeta img {
    width: 150px;
}
.raportPG {
  
}
.dataRaportWrapper .qualitiesName {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #193043;
    margin-bottom: 10px;
    margin-top: 20px;
}

.dataRaportWrapper .raportPreview .qualitiesName {
    padding-left: 0;
}

.dataRaportWrapper .cWrapper {
    margin-bottom: 26px;
}

.categoryName, .categoryNama {
    font-size: 17px;
    font-weight: bold;
    color: #203d51;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dataRaportWrapper .categoryName:before {
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

.dataRaportWrapper .categoryName span {
  background-color: #f3f6f8;
  padding-right: 10px;
}

.dataRaportWrapper .subjectItem {
    margin-bottom: 15px;
}

.dataRaportWrapper .subjectItem .sbName {
    margin-bottom: 3px;
    font-weight: bold;
    color: #888888;
}

.center {
  text-align: center;
}

.inactive {
  display: none !important;
}

.dataRaportWrapper .raportPreview .subjectItem .sbName, .dataRaportWrapper .raportPreview .subjectItem .sbValue {
    color: #000000;
    font-weight: normal;
}

.dataRaportWrapper .raportPreview .categoryNama {
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
}

.dataRaportWrapper .raportPreview .qualitiesName {
    font-size: 20px;
    /* color: #000000; */
}

.danger {
  color: red;
}

.tunggakanTable td {
  vertical-align: middle;
}

.tabelHadirPerilaku.row {
  margin-left: 0; margin-right: 0;
}

.tabelHadirPerilaku.row textarea {
    width: 100%;
    min-height: 90px;
}

.teacherNote .note_content {
  white-space: pre-wrap;
}

/* Responsive */

@media screen and (max-width: 1200px) {
.absensiSiswaData .item .siswa .foto {
      display: none;
    }
    .headerAbsen .bigAbsenHead {
      font-size: 21px;
    }
}
@media screen and (max-width: 1024px) {
    .page-title-box h3.page-title {
        font-size: 20px;
        margin-left: 7px;
        line-height: 30px;
    }

    .absensiSiswaData .item .siswa .foto {
      display: none;
    }
    .dataRaportWrapper {
      max-width:100%;
    }
    .page-title-box {
      margin-top: 20px;
    }
    .page-title-box .iconTitle img {
        height: 30px;
    }
    .side-menu .topbar-left {
      height: 70px;
    }
    .user-box {
        padding-top: 100px;
    }
}

@media (max-width: 768px) {
  .account-pages.enlarged {
    min-height: 100%;
  }
  .content-page .topbar {
    height: 71px;
  }
  .navbar-custom .logoMobile {
    display:block;
  }
.content-page .topbar {
    padding: 0 10px;
}

.navbar-custom {
    padding: 0 10px;
    min-height: 70px;
}

  .button-menu-mobile {
      width: 40px;
  }
  .account-pages .account-page-full {
    width: 100%;
    left: 0;
    margin-left: auto;
  }
  .menuNav-dashboard .menudashboard {
    max-width: 85%;
    float:none;
    position:static;
    display:block;
    margin: 0 auto !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
  }

  .menuNav-dashboard.row {
      display: block !important;
      margin: 0 auto !important;
      flex-wrap: unset;
      -ms-flex-wrap: unset;
      width: 100%;
  }
  .dashboard-page-full {
    max-width: 100%;
    margin: 0;
    position: static;
  }
  .dashboard-page-full .cardboxCenter {
    padding: 0 !important;
  }
  .navbar-custom .nav-link {margin-top: 0px;}

  .navbar-custom .nav-link .username {
      display: none;
  }
  .contentTable .dataTables_wrapper {
    overflow-x: auto;
  }
}

@media (max-width: 460px) {
  .containerMasterData .actMD {
  }
  .containerMasterData .actMD a {
      padding: 20px 20px;
  }
  .containerMasterData .card-title {
      margin-left: 10px;
      font-size: 14px;
  }
  .containerMasterData .icon {
      display: none;
  }
}