﻿.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

body {
    font-family: 'Khmer', Arial !important;
}

footer {
    clear: both;
    text-align: center;
    font-family: 'Khmer OS';
    font-size: .8em;
    /*background-color: #08756b;*/
    color: #08756b;
}

.divLoading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../Content/images/loading.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
    body.loading .divLoading {
        display: block;
    }

.btn-width-sm {
    width: 100px !important;
}

.btn-width-md {
    width: 125px !important;
}

.btn-width-lg {
    width: 150px !important;
}
.srch_bar {
    display: inline-block;
    text-align: right;
    width: 200px;
    position:absolute;
    right:12px;
    top: 10px;
}
.srch_bar input {
    border: 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}