/* Write your custom CSS here */

.amber {
    background-color: #00000096 !important;
}

/* .btn {
    background-color: #7dc450 !important;
} */

.golden {
    background-color: #7dc450 !important;
}

h3,
.input-field .prefix.active,
input[type=date]:focus:not([readonly])+label,
input[type=file]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=text]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #7dc450 !important;
}


input[type=date]:focus:not([readonly]),
input[type=file]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #7dc450;
    box-shadow: 0 1px 0 0 #7dc450;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: #7dc450 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    padding: 0px 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    padding: 0px 10px !important;
    background: #7dc450 !important;
    border-color: #7dc450 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    padding: 0px 10px !important;
    background: #7cc44f !important;
    border-color: #7cc44f !important;
}

/*.pos_set
{
    position: unset;
}
*/
input.pass {
    z-index: 1111;
    position: relative;
}

i.material-icons.pass_eye {
    position: relative;
    top: -51px;
    left: 910px;
    z-index: 22222222;
    cursor: pointer;
}

label.btn {
    width: 20px;
}

/*.card .card-content {
   
    padding: 10px!important;
}*/
.btn_size {
    width: 100px !important;
    height: 44px !important;
    padding: 5px;
}

.file-field .btn.btn_size {
    padding: 1PX;
}

/*.card_pos
{
    padding:20px 20px 20px 0px!important;

}*/

.file-field input[type=file] {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 10px;
    bottom: 0;
    width: 15%;
    height: 67%;
    margin: 0;
    padding: 0;
    font-size: 40px !important;
    cursor: pointer;
}

.file-field input[type=file]:before {
    content: 'hello';
    cursor: pointer;
}

.card_pos {
    padding: 20px 20px 8px 0px !important;
    box-shadow: 0px 0px 20px 20px #fff !important;
}

.col label {
    left: 12px !important;
}

.label_setting {
    position: relative;
    left: 20px;
    top: 10px;
}

.card_pos span.card-title {
    color: rgba(0, 0, 0, 0.67) !important;
}