﻿.btn-addnew {
    background-color: #795548;
    border-color: #6d4b3f;
    color: #fff;
}

    .btn-addnew:hover, .btn-addnew:active, .btn-addnew.hover {
        background-color: #6d4b3f;
        color: #fff;
    }

.btn-export {
    background-color: #f44336;
    border-color: #ea1c0d;
    color: #fff;
}

    .btn-export:hover, .btn-export:active, .btn-export.hover {
        background-color: #f44336;
        color: #fff;
    }

.labelActiveInActive {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.labelBedgeActive {
    background-color: #5ac594;
}

.labelBedgeInActive {
    background-color: #e98b7f;
}

.pagination {
    display: unset !important;
    padding-left: 0;
    margin: unset !important;
    border-radius: 4px;
}

.dataTables_info {
    padding-top: 8px !important;
    white-space: nowrap !important;
}

.modal-header .close {
    margin-top: 3px;
    color: white;
}

.close {
    float: right;
    font-size: x-large;
    font-weight: 500;
    line-height: 1;
    color: black;
    text-shadow: unset;
    opacity: unset;
}


.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

/* Start Attendance  css Class*/
.IsAlreadyExistsAttendanceClass {
    background-color: #f7be64;
    color: black;
}

.IsLeaveStudentColor {
    background-color: #efff00e0;
    color: black;
    opacity: .65;
}

.IsAbsentStudentColor {
    background-color: #dd4b39;
    color: white;
    opacity: .65;
}

.IsPresentStudentColor {
    background-color: #00a65a;
    color: white;
    opacity: .65;
}

.IsDisableStudentColor {
    background-color: #999;
    color: black;
    opacity: 0.4;
}
/* End Attendance  css Class*/

/* Start File Upload Custom Css*/
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    z-index: unset !important
}

    .image-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.image-preview-input-title {
    margin-left: 2px;
}
/* End File Upload Custom Css*/

/*Start Disable filupload icon*/
.fileuploadDisabled {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
/*end Disable filupload icon*/

/*Start Wrap text in select2*/
.select2-selection--single {
    height: 100% !important;
}

.select2-selection--multiple {
    height: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: 38px !important;
}

.select2-search__field {
    width: 100% !important;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}
/*End Wrap text in select2*/

/*Start checkbox Cursor Set*/
input[type="checkbox"], input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    cursor: pointer !important;
}

    /*input[type=checkbox] {
    transform: scale(1.5);
}*/
    input[type='radio']:disabled {
        cursor: not-allowed !important;
    }

    input[type='checkbox']:disabled {
        cursor: not-allowed !important;
    }
/*End checkbox Cursor Set*/

/* start Fileupload Disabled CSS*/
/*.fileuploadDisabled {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}*/
/*end Fileupload Disabled CSS*/

/* start multipleSelect CSS*/
.ms-choice {
    height: 34px !important;
    line-height: 34px !important;
    border-radius: 0px !important;
    border: 1px solid #ccc;
}

.ms-drop {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.ms-search input {
    border: 1px solid #ccc !important;
}

    .ms-search input:focus {
        border-color: #3c8dbc !important;
    }

.ms-drop ul {
    padding: 0px 5px !important;
}

    .ms-drop ul > li.selected {
        background-color: #DDDDDD !important;
        color: black !important;
    }

        .ms-drop ul > li.selected:hover {
            background-color: #DDDDDD !important;
            color: black !important;
        }

    .ms-drop ul > li:hover {
        background-color: #3c8dbc !important;
        color: #FFFFFF !important;
    }

.ms-choice:focus {
    border-color: #3c8dbc !important;
}

.ms-drop ul > li .disabled {
    opacity: 100 !important;
}
/* end multipleSelect CSS*/
