
* {
    font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

a img {
    border: none;
    outline: none
}

a, a:visited:not(.btn) {
    color: #00A65A
}

th a {
    color: #fff;
    text-decoration: none;
    font-size: 9px
}

.hidden-obj {
    display: none
}
.ctn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.ctn-success:hover {
    color: #fff !important;
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

.ctn-info {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.ctn-info:hover {
    color: #fff !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.ctn-warning {
    color: #212529 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.ctn-warning:hover {
    color: #212529 !important;
    background-color: #e0a800 !important;
    border-color: #d39e00 !important;
}

.cbtn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.cbtn-danger:hover {
    color: #fff !important;
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}

.tips {
    color: #ccc;
    font-style: italic;
    font-size: .9em
}


#penilaian input {
    float: left;
    border: 1px solid #CCCCCC;
    min-width: 1em;
    padding: 3px 2px;
    margin-right: 5px;
    font: 12px tahoma, arial lighter !important
}

.capitalize {
    text-transform: capitalize
}

.data-input {
    margin: 1em 0 1.2em 0;
    float: 5px 0
}

.data-input button, .data-input fieldset, .data-input input, .data-input select {
    margin: .3em 0
}

.data-input textarea {
    min-height: 60px
}

/* .data-input fieldset {border: 1px dotted #bbbbbb;clear: both;padding: .4em; width: 100%} */
.data-input fieldset {
    font-family: "Open Sans";
    border: 1px solid #f4f4f4;
    clear: both;
    padding: 16px;
    /* width: 100%; */
}

#perhatian {
    background-color: #fff !important;
    margin-top: 0px;
}

legend {
    font-size: 10pt;
    font-family: "Open Sans" !important;
    font-weight: 1200 !important;
}

#perhatian > legend {
    background-color: #fff !important;
    font-size: 12pt !important;
    text-transform: none !important;
    border: none !important;
}

#perhatian > legend + ul {
    margin-top: 0px !important;
    padding-left: 20px !important;
}

#perhatian > legend + ul > li {
    margin-bottom: 10px;
    line-height: 20px;
}

.data-input fieldset fieldset legend {
    font-size: 1em
}

.data-input input[type=text], .data-input input[type=password], .data-input input[type=file], .data-input textarea, .data-input .field-value, .input-text-global, .search-form .category, .search-form .input-text {
    float: left;
    border: 1px solid #CCCCCC;
    min-width: 19em;
    /* padding:3px 2px; */
    padding: 6px;
    margin: 8px;
    margin-left: 0px;
    font-size: 10pt;
    font-family: "Open Sans";
    font-weight: bold;
    border-radius: 3px;
    /* font: 12px tahoma,arial lighter */
}

.data-input input[type=submit],
.data-input input[type=button] {
    min-width: 80px;
}


/* Button Submit and cancel */
#tambahBaris,
.field-group input[type=submit],
.field-group input[type=button],
.input-process input[type=submit],
.input-process input[type=reset],
.data-input input[type=submit],
.data-input input[type=button] {
    margin-top: 10px;
    margin-right: 5px !important;
    padding: 10px;
    cursor: pointer;
    min-width: 80px;
    border-radius: 3px;
    /* font-family: "Open Sans"; */
}

/* blue button */
.field-group input[type=submit],
.input-process input[type=submit],
.data-input input[type=submit] {
    border: 1px solid #00A65A;
    background-color: #00A65A;
    color: white;
    margin-right: 5px;
}

/* grey button */
#tambahBaris,
.field-group input[type=button],
.input-process input[type=reset],
.data-input input[type=button] {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #505050;
}

/* disabled button */
.field-group input[type=button][disabled=disabled] {
    cursor: no-drop;
    opacity: 0.6;
}

/* blue button hover */
.field-group input[type=submit]:hover,
.input-process input[type=submit]:hover,
.data-input input[type=submit]:hover {
    background-color: rgb(0, 166, 90, 0.9);
}

/* grey button hover */
#tambahBaris:hover,
.field-group input[type=button]:not([disabled=disabled]):hover,
.input-process input[type=reset]:hover,
.data-input input[type=button]:hover {
    background: rgba(238, 238, 238, 0.5);
}

/* ================================ */


.data-input select:not(.simple) {
    float: left;
    /* border: 1px inset #CCCCCC; */
    min-width: 21.5em;
    /* padding:2px; */
    margin: 8px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
    padding: 6px;
    font-size: 10pt;
    font-family: "Open Sans";
    font-weight: bold;
    border-radius: 3px;
}

.data-input .filter-predicate {
    min-width: 150px;
    width: 253px;
}

.data-input .filter-values {
    min-width: 150px;
}

.data-input .mini {
    min-width: 2em;
}

.data-input .mini-select {
    min-width: 10em;
    padding: 1px;
    margin-left: 5px;
    white-space: nowrap;
}

.data-input .mini-select2 {
    min-width: 22.5em;
    padding: 1px;
    margin-left: 10px;
    white-space: nowrap;
}

.data-input .page-row {
    min-width: 2em;
    display: block;
}

.data-input label, .data-input .field-title {
    clear: both;
    display: block;
    float: left;
    line-height: 1.1em;
    /* padding: .7em .0em 0; */
    padding: 6px;;
    width: 12em;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 10px;
}

.data-input .blocked {
    display: block;
    padding-right: 2.4em;
}

.data-input span {
    float: left;
    font-size: 11px;
}

.data-input .field-group {
    border: none;
    padding: 0;
}

.data-input .field-group input {
    min-width: 1em;
}

.data-input .field-group legend {
    clear: both;
    display: block;
    float: left;
    font-weight: normal;
    padding: .35em .5em .1em;
    width: 12em;
    font-size: 10pt;
}

.data-input .field-group .tanggal {
    font-weight: normal;
    width: 8.7em;
    margin-right: 1em;
}

.data-input .field-group .tgl {
    font-weight: normal;
    width: 7.5em;
    margin-right: 1em;
}

.data-input .field-group .small-input {
    font-weight: normal;
    width: 3em;
    margin-right: 5px;
}

.data-input .field-group .span-normal {
    font-size: 12px;
    padding-top: 5px;
    margin-right: 5px
}

.data-input .field-group .datepicker-input {
    font-weight: normal;
    width: 7.5em;
    margin-right: 1em;
}

.data-input .field-group .umur {
    font-weight: normal;
    width: 4.7em;
}

.data-input .info {
    color: #666;
    float: left;
    font-size: .8em;
    padding: 1em .2em 0;
}

.data-input .inline-title {
    clear: none;
    width: auto;
}

.data-input .inline-value {
    float: left;
}

.data-input .field-option {
    clear: none;
    display: inline;
    float: none;
    margin-right: 1em;
}

.data-input .input-process {
    border: none;
    clear: both;
    float: left;
    padding-left: 14em;
    border: none;
    left: 100px;
}

.data-input .field-value {
    line-height: 1.1em;
    padding: .7em .5em 0 0;
}

/* --addButton-- */
.data-input .add, .addButton {
    background: #ccc;
    padding-left: 17px;
    font: 1.1em tahoma, arial, verdana !important;
    cursor: pointer;
    color: #000;
}

.addButton {
    float: left;
    margin: 10px 0
}

.data-input .sort-by {
    display: block;
    padding: 2px 2px 2px 17px;
    background: #f4f4f4 url(../images/icons/add.png) no-repeat left
}

.monthly-selector input {
    float: left;
    min-width: 1em
}

.monthly-selector .month {
    min-width: 1em;
    margin: 3px
}

.monthly-selector input.year {
    min-width: 4em;
    margin: 3px
}

.monthly-selector .prev-year-button {
    background: url(../images/prev-year.png) no-repeat top;
    border: none;
    height: 20px;
    float: left
}

.monthly-selector .prev-month-button {
    background: url(../images/prev-month.png) no-repeat top;
    height: 20px;
    border: none;
    float: left
}

.monthly-selector .next-year-button {
    background: url(../images/next-year.png) no-repeat top;
    height: 20px;
    border: none;
    float: left
}

.monthly-selector .next-month-button {
    background: url(../images/next-month.png) no-repeat top;
    height: 20px;
    border: none;
    float: left
}

.monthly-selector .none {
    float: left;
    white-space: nowrap;
    padding: 3px
}

/* --Pendaftaran-- */
.pendaftaran {
    width: 100%;
    position: relative
}

.pendaftaran .primary,
.pendaftaran .secondary {
    width: 45%;
    display: block
}

.pendaftaran .primary {
    float: left
}

.pendaftaran .secondary {
    float: left
}

.pendaftaran .pembayaran select {
    min-width: 1em
}

.pendaftaran .tanggal {
    width: 9em
}

.pendaftaran .umur {
    width: 3em
}

.umur2 {
    width: 2em
}

/*.dcs {width: 2em}*/

/* --Modul Datalist-- */
.data-list {
    margin: 0.3em 0 0.5em;
    overflow: visible;
    padding: 1px;
    padding: 10px 0
}

.data-list .title {
    color: #003399
}

.data-list .active {
    background: url(../images/icons/aktive.ico) no-repeat center;
    background: 12px;
    padding: 6px;
}

.data-list .add, .data-list .varianButton {
    font: 11px "Open Sans";
    border: 1px solid #ccc;
    padding: 5px 8px 5px 24px;
    margin: 13px 5px 13px 0;
    text-decoration: none;
    color: #666;
    position: relative;
    cursor: pointer
}

.data-list .add:hover {
    background: #ECF5E9
}

.data-list .aksi {
    text-align: center;
    width: 0.5em;
    white-space: nowrap
}

.data-list .aksi a, .data-list .aksi a:visited {
    padding: 1px 1px 1px 19px;
    margin-left: .4em;
    font-size: .9em;
    text-indent: 1em;
    position: relative
}

.data-list .aksi a small {
    position: absolute;
    top: 18px;
    left: -6px;
    padding: 7px 10px 3px 0;
    font-size: .8em;
    opacity: 0.8
}

.data-list .aksi a:hover small {
    visibility: visible
}

.data-list .aksi .edit {
    background: url('../images/icons/pencil.png') no-repeat 0 50%
}

.data-list .aksi .add {
    background: url('../images/icons/add.png') no-repeat 0 50%
}

.data-list .aksi .delete {
    background: url('../images/icons/delete.png') no-repeat 0 50%;
    cursor: pointer
}

.data-list .aksi .detail {
    background: url('../images/icons/detail-icon.png') no-repeat 0 50%;
    cursor: pointer
}

.data-list .aksi .reset {
    background: url('../images/icons/reset.png') no-repeat 0 50%
}

.data-list .bolder {
    font-size: 12px;
    text-transform: capitalize
}

.data-list .aksi .aktif {
    background: url(../images/icons/accept.png) no-repeat 0% 50%
}

.data-list .aksi .nonaktif {
    background: url(../images/icons/cross.png) no-repeat 0 50%
}

.data-list .even {
    background: #fff
}

.data-list .even:hover {
    background: #d8fabd
}

.data-list .group-history {
    background-color: #cccccc;
    display: block;
    width: 70%;
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    color: #ffffff;
    margin-bottom: 4px
}

.data-list .group-history:hover {
    background-color: #aaaaaa
}

.data-list .no-active {
    background: url(../images/icons/non.ico) no-repeat center;
    background: 12px;
    padding: 6px
}

.data-list .no-wrap {
    white-space: nowrap
}

.data-list .odd {
    background: #ecf2f6;
}

.data-list .odd:hover {
    background: #d8fabd
}

.btn {
    margin-top: 10px;
    margin-right: 5px !important;
    padding: 8px;
    padding-left: 10px;
    cursor: pointer;
    min-width: 70px;
    border-radius: 4px;
    margin-right: 5px;
    color: white;
    font-family: "Open Sans" !important;
}

.btn-info:hover {
    background-color: #1dbed6;;
    border: 1px solid #1dbed6; /* Green */
    color: white;
}

.btn-success:hover {
    background-color: rgb(7, 185, 105);
    border: 1px solid rgb(7, 185, 105); /* Green */
    color: white;
}

.btn-danger:hover {
    background-color: #f5384a;
    border: 1px solid #f5384a; /* Green */
    color: white;
}

.btn-warning:hover {
    background-color: #f8af49;
    border: 1px solid #f8af49; /* Green */
    color: white;
}

.btn-trans:hover {
    background-color: #f1f1f1;
}

.btn-info {
    /* background: url('imgs/report.png') no-repeat; */
    background-position: left;
    background-position-x: 3px;
    background-position-y: 4px;
    border: 1px solid #17a2b8;
    background-color: #17a2b8;
}

.btn-success {
    /* background: url('imgs/excel.png') no-repeat; */
    background-position: left;
    background-position-x: 3px;
    background-position-y: 4px;
    border: 1px solid #00A65A;
    background-color: #00A65A;
}

.btn-danger {
    /* background: url('imgs/trash.png') no-repeat; */
    background-position: left;
    background-position-x: 3px;
    background-position-y: 4px;
    border: 1px solid #dc3545;
    background-color: #dc3545;
}

.btn-warning {
    /* background: url('imgs/trash.png') no-repeat; */
    background-position: left;
    background-position-x: 3px;
    background-position-y: 4px;
    border: 1px solid #eea236;
    background-color: #eea236;
}

.btn-cetak {
    /* background: url('imgs/printer.png') no-repeat; */
    background-position: left;
    background-position-x: 3px;
    background-position-y: 4px;
    border: 1px solid #007bff;
    background-color: #007bff;
}

.btn-trans {
    /* background: url('imgs/printer.png') no-repeat; */
    color: #000;
    background-position: left;
    background-position-x: 3px;
    background-position-y: 4px;
    border: 1px solid #b1b1b1;
    background-color: #ffffff;
}

input[type=submit].aktif {
    margin-left: .4em;
    font-size: .9em;
    text-indent: 1em;
    position: relative;
    color: #0078E6;
    cursor: pointer;
    border: 0;
}

.autoadd-delete {
    background: url('../images/icons/delete.png') no-repeat;
    background-position: 0 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: left;
    text-indent: 1999px
}

/******************************************************/
.acInput {
    width: 200px;
}

.acResults {
    padding: 0px;
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: hidden;
}

.acResults ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.acResults li {
    margin: 0px;
    padding: 2px 5px 2px 2px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.acLoading {
    background: url('indicator.gif') right center no-repeat;
}

.acSelect {
    background-color: #F4F4F4;
    color: HighlightText;
}


.head-laporan {
    text-align: center;
    background: whitesmoke;
    margin: auto;
    width: 600px;
    border: 1px solid #CCCCCC;
}

.contain {
    margin: auto;
    margin-top: 3px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    width: 600px;
    line-height: 20px;
}

.contain2 {
    margin: auto;
    margin-top: 3px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    width: 600px;
}

.contain2 td {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px;
}


/* Jquery Tab Content */
ul.tabs {
    padding: 0;
    /* margin: 0;
    float: left;
    list-style: none; */
    /*--Set height of tabs--*/
    /* height: 22px;  */
    /* border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%; */
}

ul.tabs li {
    float: left;
    padding: 10px 0;
    overflow: hidden;
    background: #fbfbfb;
    /* margin: 0; */

    /*--Subtract 1px from the height of the unordered list--*/
    /* height: 21px; */

    /*--Vertically aligns the text within the tab--*/
    /* line-height: 21px; */
    /* border: 1px solid #999; */
    /* border-left: none; */

    /*--Pull the list item down 1px--*/
    /* margin-bottom: -1px; */

    /* position: relative; */
}

ul.tabs li a {
    color: #505050 !important;
    padding: 12px 20px;
    /* text-decoration: none;
    color: #000;
    display: block;
    font-size: 1em; */
    /*--Gives the bevel look with a 1px white border inside the list item--*/
    /* border: 1px solid #fff; */
    /* outline: none; */
}

ul.tabs li a:hover {
    /* background: #ccc; */
    color: #fff !important;
    background: rgba(0, 0, 0, 0.2) !important;
}

html ul.tabs li.active a,
html ul.tabs li.active a:hover {
    background: #f4f6fa !important;
    color: #0078E6 !important;
}

html ul.tabs li.active,
html ul.tabs li.active a:hover {
    /*--Makes the active tab look like it's connected with its content--*/
    /* border-bottom: 1px solid #fff;  */
    /* color: #0078E6 !important; */
    background: #f4f6fa;
}

.tab_container {
    border: 1px solid #999;

    /* border-top: none; */
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}

.tab_content {
    padding: 20px;
    font-size: 1.2em;
}

.process {
    position: relative;
    left: 270px;
    clear: left;
    padding-top: 30px;
}

.del {
    cursor: pointer;
    color: blue;
    border: 1px solid #c0cdee;
    background: #dfe5f7;
    font-size: 11px;
    -moz-border-radius: 5px;
}

.del:hover {
    color: #CCCCCC;
    -moz-border-radius: 5px;
}

.button {
    background-color: #cccccc;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    color: #ffffff;
    margin-bottom: 10px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -moz-border-webrootkit: 3px;
    border: 1px solid #ccc;
}

.button:hover {
    background-color: #aaaaaa;
    color: #ffffff;
    border: 1px outset #ccc;
}

.cetak {
    background: url(../images/print.png) no-repeat left;
    padding-left: 17px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
}

.konfirm {
    background: url(../images/icons/accept.png) no-repeat left;
    padding-left: 17px;
    font-weight: bold;
    cursor: pointer;
}

.hapus {
    background: url(../images/icons/delete.png) no-repeat left;
    padding-left: 17px;
    font-weight: bold;
    cursor: pointer;
}

.cetak:hover {
    color: #3862a9;
    font-weight: bold;
}

.cetak2 {
    margin-left: 5px;
    color: #0078E6;
    background: url(../images/print.png) no-repeat left;
    padding-left: 18px;
    font-size: 11px;
    cursor: pointer;
}

.detail2 {
    margin-left: 5px;
    color: #0078E6;
    background: url(../images/icons/detail-icon.png) no-repeat left;
    padding-left: 18px;
    font-size: 11px;
    cursor: pointer;
}

.edit {
    /*margin-left: 5px;*/
    /*color:#0078E6;*/
    /*background: url('../images/icons/pencil.png') no-repeat left;*/
    padding-left: 20px;
    /*font-size: 11px;*/
    cursor: pointer;
}

.discharge {
    margin-left: 25px;
    background: url(../images/discharge.png) no-repeat left;
    padding-left: 18px;
    font-size: 19px;
    cursor: pointer;
    font-weight: bold;
}

.aksi .cetakSurat {
    background: url(../images/print.png) no-repeat left;
    padding-left: 17px;
    cursor: pointer;
    color: blue;
    margin-left: 1px;
    text-decoration: underline;
}

.excel {
    background: url(../images/excel_ico.gif) no-repeat left;
    padding-left: 17px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
    color: black;
    text-decoration: none;
}

.excel:hover {
    color: #3862a9;
    font-weight: bold
}

.parent-id {
    background-color: #f4f4f4;
    cursor: pointer
}

.display-blok {
    display: block;
    width: 100%;
    float: right
}

.account {
    background: url('../images/person2_f2.png') no-repeat left;
    min-height: 50px;
    padding: 2px 2px 2px 40px;
    border: 1px dotted silver;
    margin: 3px 2px 0px 3px;
    color: #597dc1;
    font-size: 11px
}

.search-form {
    float: right
}

.search-form .search-button {
    background: #919191 url('../images/icons/x16.png') no-repeat -72px -18px;
    border: 1px solid #626060;
    padding: 6px 16px 3px 9px;
    margin: 0 0 -6px 5px;
    cursor: pointer
}

.search-form .search-input {
    border: 1px solid #ccc;
    font: 12px tahoma, arial;
    padding: 4px 3px
}

.judul, .judul a {
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px dotted #F4F4F4;
    padding: 10px 0;
    font-family: Arial, Tahoma !important;
    font-size: 17px;
    font-weight: bold;
}

.judul a:hover {
    color: #aaa
}

#perpage {
    margin: 8px 5px 8px 0px;
}

.noblock {
    padding: 2px 5px 2px 5px;
    background-color: #777;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.block {
    padding: 2px 5px 2px 5px;
    background-color: #eee;
    border: 1px solid #ccc;
    color: #444;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer
}

.ok {
    background: url(../images/icons/alert.png) no-repeat left;
    color: #0000FF;
    padding-left: 17px;
    padding-top: 2px;
    height: 17px;
    margin-left: 0px
}

.page-next {
    background: url(../images/next.png) no-repeat;
    padding: 4px 25px 6px 10px;
    cursor: pointer;
    font-size: 10px;
}

.page-prev {
    background: url(../images/prev.png) no-repeat;
    padding: 4px 14px 6px 25px;
    cursor: pointer;
    font-size: 10px;
}

.sorting {
    color: #fff;
    text-decoration: none;
    background: url(../images/sort.gif) no-repeat 10px;
    padding-left: 20px;
}

.sorting:hover {
    color: #FFF;
    text-decoration: underline;
}

.act-suddenly {
    border: 1px solid #ccc;
    padding: 3px 4px 4px 22px;
    float: left;
    position: relative;
    margin-top: 4px;
    color: #ccc;
    cursor: pointer
}

.act-suddenly:hover {
    background: #FFFDED
}


.icon {
    background-image: url('../images/icons/x16.png');
    height: 16px;
    width: 16px;
    position: absolute;
    top: 4px;
    left: 4px
}

.button-add {
    background-position: -72px 0
}

.button-top {
    background-position: -135px 0
}

.button-sud-add {
    background-position: -73px -1px
}

.button-excel {
    background-position: -92px 0
}


/* --Form & Notifikasi-- */
.notif, #confirm-form {
    background: #FFFFCC;
    border: 1px solid #ECDF3D;
    margin: 10px 0px;
    clear: both;
    float: left;
    padding: 8px 15px
}

.confirmbox {
    background: #FFFFCC;
    border: 1px solid #ECDF3D;
    margin: 10px 0px;
    clear: both;
    float: left;
    padding: 12px 25px;
    -moz-border-radius: 0 0 5px 5px;
    -web-border-radius: 0 0 5px 5px;
    position: fixed;
    z-index: 999;
    top: 18px;
    left: 0
}

.alert {
    border: 1px solid #B05B5B;
    background: #E6B8B8;
    color: #B32222;
    margin: 10px 0px;
    clear: both;
    float: left;
    padding: 8px 15px
}

#confirm-form input {
    font: 11px tahoma, arial;
    font-weight: bold;
    background: #6f9ff1;
    padding: 3px 8px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #006699;
    float: left;
    margin: 10px 2px 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}


/*css datetimepicker*/
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left
}

.ui-timepicker-div dl dt {
    height: 25px
}

.ui-timepicker-div dl dd {
    margin: -25px 10px 10px 65px
}

.ui-timepicker-div td {
    font-size: 90%
}

.tabelflexibel {
    width: 100%;
    overflow: auto
}

.tips {
    background: url('../images/icons/x16.png') no-repeat -192px 0;
    cursor: pointer;
    padding: 2px 20px !important;
    color: #666
}

.tips:hover {
    background-position: -192px -19px
}

.tipstd {
    position: relative !important
}

.tipsbox {
    width: 300px;
    height: 350px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 500;
    display: none
}

#batch {
    width: 80px !important
}


.simple {
    float: left;
    border: 1px inset #CCCCCC;
    min-width: 5em;
    padding: 2px;
    margin-right: 5px;
}

.span-centered-date {
    padding-top: 14px;
    padding-right: 10px
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-large {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
}

.modal-medium {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

.modal-sm-medium {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

.modal-small {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

/* The Close Button */
.closeModal {
    color: #aaaaaa;
    float: right;
    font-size: 15px;
    font-weight: bold;
}

.closeModal:hover,
.closeModal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

input.largerCheckbox {
    width: 25px;
    height: 25px;
} 
/* custom css select role */
.rlSelectrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #3ab319;
    background-image: none;
  }
  
  .rlSelectrow::-ms-expand {
    display: none;
  }

  .rlSelect {
    position: relative;
    display: flex;
    width: 9em;
    height: 3em;
    line-height: 3;
    background: #3ab319;
    overflow: hidden;
    border-radius: .25em;
  }
  .rlSelectin {
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
  }
  
  .rlSelect::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #187b18;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
 
  .rlSelect:hover::after {
    color: #f2f2f2;
  }