@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../assets/fonts/glyphicons-halflings-regular.eot');
    src: url('../assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.hand {
    cursor: pointer;
}

.parentUploadImg {
    position: relative;
    width: 100px;
    height: 100px;
}

.uploadImg {
    width: 100%;
    height: 100%;
    border: 1px solid #D5D5D5;
    cursor: pointer;
}

#removeImage {
    position: absolute;
    top: 0;
    right: 0;
}

#removeImage p {
    background: #000;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 5px 5px 5px;
}

.pagi {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.pagi a {
    color: black;
    border: 1px solid #ddd;
    padding: 8px 16px 8px !important;
    border-radius: 0px !important;
}

.pagi strong {
    background-color: #4CAF50;
    color: white;
    padding: 8px 16px;
    border: 1px solid #4CAF50;
}

.upercase {
    text-transform: uppercase;
}

@media(max-width:600px) {
    .hideMobile {
        display: none;
    }
}

#alertMsg {
    position: fixed;
    bottom: 45px;
    right: 0;
}

.chosen-single {
    padding: 5px 5px 28px !important;
    border-radius: 0px !important;
}

.scroll-content {
    overflow: visible;
    display: flow-root;
}

.marginZero {
    margin: 0px !important;
}

.paddingZero {
    padding: 0px !important;
}

.reportTable thead tr th {
    /* background: #F4F4F4 !important; */
    color: #000 !important;
    border: 1px solid #666666 !important;
    padding: 1px 5px;
}

.reportTable tbody tr td {
    /* background: #FFFFFF; */
    color: #000000 !important;
    border: 1px solid #666666;
    padding: 1px 5px;
}

.reportTable tfoot tr td {
    /* background: #F4F4F4 !important; */
    color: #000000 !important;
    border: 1px solid #666666 !important;
    padding: 1px 5px;
}

.reportFoot td {
    color: #000000 !important;
    font-weight: bolder !important;
    border: 1px solid #000000;
}

.panelHeaderTex {
    color: black !important;
}

.parentUploadImg {
    position: relative;
    width: 100px;
    height: 100px;
}

.uploadImg {
    width: 100%;
    height: 100%;
    border: 1px solid #D5D5D5;
    cursor: pointer;
}

#removeImage {
    position: absolute;
    top: 0;
    right: 0;
}

#removeImage p {
    background: #000;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 5px 5px 5px;
}

.displayNone {
    display: none;
}

.salaryFromPadding {
    padding-top: 15px;
}

.lineTrough {
    text-decoration: line-through;
}

.emptySortStyle {
    padding: 50px 150px 50px 450px;
    margin-top: 5px;
    border-style: dashed;
    border-color: #CCCCCC;
    min-height: 150px;
    color: #CCCCCC;
    font-size: 16px;
}

.formPaddingBottom {
    padding-bottom: 10px;
}


/*@import('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css') .funkyradio div {
    clear: both;
    overflow: hidden;
} */

.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
    color: #777;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked~label:before,
.funkyradio-danger input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked~label:before,
.funkyradio-warning input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5bc0de;
}

.existEmployee {
    background: #660000;
    color: #FFFFFF;
}

.existEmployee:hover {
    background: #3366FF;
}