﻿
.buttons-excel {
    display: none !important;
}
.OnClick_Email:hover{
        text-decoration: underline !important;
    }
.dataTables_length {
    display: none;
}

.lbl_Col {
    font-weight: 500;
}

.Tblthead tr th {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    white-space: nowrap;
    height: 45px;
}

.Tbltbody {
    padding-left: 4px;
    padding-right: 4px;
    height: 30px;
    font-size: 14px;
}

#TblUser tr.odd {
    /*background: #e8e389 !important;*/
    background: #f2f2f2 !important;
}

#TblUser {
    border: 1px solid silver;
}

#TblUserDetailsDataDiv {
    display: none;
}

thead {
    background: #F5F7FA !important;
    color: black;
}

.SpnTitle {
    font-size: 22px;
}

table, tbody, td {
    line-height: 2.5;
}

.Clsddl {
    display: inline;
    margin-left: 1%;
    width: 320px;
}
.note-editor.note-frame .note-editing-area {
    overflow: hidden;
    height: 200px;
    overflow-y: auto !important;
    overflow-x: auto !important;
}
.lblCls {
    margin-left: 3%;
}

.ClsFile {
    margin-top: 5px;
    display: inline;
    padding: 3px;
    width: 235px;
    color: white;
    background: #8DDBE8;
    height: 37px;
    margin-left: 4.2%;
}

.ClsCustomerNo {
    width: 135px;
    display: inline;
    margin-left: 1%;
}

#SubmitForm {
    width: 100%;
}

.chosen-container-single .chosen-single {
    height: 35px !important;
    margin-left: 4%;
    padding: 5px 0px 0px 10px !important;
}

.btnAddUser {
    float: right;
    width: 135px;
    margin-top: 7px;
}

.chosen-container .chosen-drop {
    margin-top: 0%;
    margin-left: 4%;
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 96%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}


@media only screen and (max-width: 768px) {
    .btnAddUser {
        float: right;
        width: 102px !important;
        margin-top: 7px;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: 66%;
    }
    .chosen-container-single .chosen-single {
        height: 35px !important;
        margin-left: 4%;
        padding: 5px 0px 0px 10px !important;
        width: 150px;
    }

    .btnFIleUpload {
        height: 35px;
        margin-top: -2px;
        width: 140px;
    }

    .btnMediaSearch {
        float: right;
        width: 117px !important;
        margin-bottom: 1%;
    }

    .Clsddl {
        width: 150px;
        display: inline;
        margin-left: 1%;
    }

    .ClsCustomerNo {
        width: 117px;
        display: inline;
        margin-left: 1%;
        margin-bottom: 1%;
    }

    .lblCls {
        margin-left: 1.6%;
    }

 

    .btnDowloadTemp {
        margin-top: -2px;
        width: 200px;
    }

    .ClsFile {
        margin-top: 5px;
        display: inline;
        padding: 3px;
        width: 240px;
        color: white;
        background: #8DDBE8;
        height: 37px;
        margin-left: 4.2%;
    }
}

#TblUser{
    width:100% !important;
}
.buttons-html5 {
    width: 198px;
    background: #008F6B;
    color: white;
    border: none;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s !important;
    transition-duration: 0.4s;
    border-radius: 3px;
    margin-left: 84.8%;
    margin-bottom: 1%;
}
.BtnExportUser {
    height: 34px;
    float: right;
    color: white;
    background-color: #008F6B;
    width: 196px;
    margin-bottom: 2%;
}

