﻿
.box-s1 {
    /*box-shadow: 1px 1px 5px 0px #808080;*/
    box-shadow: 2px 2px 5px 0.1px #bbbbbb80;
    border-radius: 6px !important;
}

.box-st1 {
    /*box-shadow: 2px 2px 5px 0.1px #90909080;*/
    /*box-shadow: 2px 2px 5px 0.1px #bbbbbb80;*/
    box-shadow: 0.1px 1px 4px 0.1px #bbbbbb80;
}

.card {
    position: relative !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    background-color: #f0f0f0 !important;
    background-clip: border-box !important;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: 1rem !important;
    border: solid 0px #787878 !important;
    margin-top: 3px
}
.card-body2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    height:70.4px
}

.textbox-v1 {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    /*background-color: #fdff8a;*/
    /*background-color: #f3f3f3;*/
    /*background-color: #f8efa4;*/
    background-color: #EFEFEF;
    background-clip: padding-box;
    border: 1px solid #dedede;
    /*border-radius: 2rem;*/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0.7rem !important;
}
button, select {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    /* background-color: #fdff8a; */
    /* background-color: #f3f3f3; */
    background-color: #EFEFEF;
    background-clip: padding-box;
    border: 1px solid #dedede;
    /* border-radius: 2rem; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0.7rem !important;
    text-transform: none;
}

.textbox-v2 {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f8efa4;
    background-clip: padding-box;
    border: 1px solid #dedede;
    /*border-radius: 2rem;*/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0.7rem 0rem 0rem 0.7rem !important;
}

.flex1 {
    flex: 1 1 0%;
}

.btnM {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-Set1 {
    color: white;
    background-color: #656D78;
    border-color: #656D78;
}

    .btn-Set1:hover {
        color: white;
        background-color: #49525f;
        border-color: #49525f;
    }
.btn-Set2 {
    color: white;
    background-color: #37BC98;
    border-color: #37BC98;
}

    .btn-Set2:hover {
        color: white;
        background-color: #26a281;
        border-color: #26a281;
    }
.btn-Search {
    color: white;
    background-color: #4A89DC;
    border-color: #4A89DC;
}

    .btn-Search:hover {
        color: white;
        background-color: #3b76c3;
        border-color: #3b76c3;
    }
.btn-print {
    color: black;
    background-color: #ffb428;
    border-color: #ffb428;
}
    .btn-print:hover {
        color: black;
        background-color: orange;
        border-color: orange;
    }

    .btnPaging {
    color: #343a40;
    font-size: 12px;
    background: #ffffff;
    border-left: solid #343a40 1px;
    border-top: solid #343a40 1px;
    border-bottom: solid #343a40 1px;
    border-right: none;
    text-decoration: none;
    cursor: pointer;
}

    .btnPaging.rightBorder {
        border-right: solid #343a40 1px;
    }

    .btnPaging.leftRadius {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .btnPaging.rightRadius {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .btnPaging:hover {
        background: #343a40;
        color: #ffffff;
        text-decoration: none;
    }

.largerCheckbox input {
    margin-top: 2px;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.largerCheckbox label {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px
}

.largerRadio input {
    margin-top: 2px;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.largerRadio label {
    padding-left: 5px;
    padding-top: 3px;
    padding-right: 10px;
    margin-bottom: 0px;
}

.logoHeader {
    /*height: 100px;*/
    width: 100px;
    float: left;
    position: absolute;
    top: 6px;
    left: 10px;
    right: 0px
}

.logoHeader2 {
    /*height: 100px;*/
    width: 100px;
    float: left;
    position: absolute;
    top: 6px;
    left: 10px;
    right: 0px
}

.w30 {
    width: 30px;
}

.modal-dialog {
    background-color: #000000a3;
}

.modal-popup {
    background-color: #000000a3;
}

.modal-content {
    background-color: white !important;
}

.modal-body {
    background-color: white;
}

.modal-footer {
    background-color: white;
}

.ShowHeader {
    display: none !important;
}

.loader {
    /*border:solid;
            border-width:5px;
            border-color:red;*/
    position: fixed;
    z-index: 100000001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: transparent;*/
    background-color: rgb(223 223 223 / 60%);
    cursor: wait;
    /*background-color: rgba(0, 0, 0, 0.6);
            border-radius: 10px 10px 10px 10px;*/
    /*.loader*/
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.No {
    width: 30px
}

.inner_position_top {
    position: absolute;
    display: block;
    height: 0px;
    width: 100%;
    top: -6px;
    z-index: 2;
    text-align: right;
    padding-right: 2px;
    margin-left: 5px;
}

.inner_position_bottom {
    position: absolute;
    display: block;
    height: 0px;
    top: 5px;
    z-index: 1;
    text-align: right;
    padding-right: 2px;
    margin-left: 5px;
    width: 100%;
}

div.ui-datepicker {
    font-size: 16px;
}

div.ui-datepicker {
    font-size: 16px !important;
}


.ui-widget-header {
    background: #19449c !important;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #c5dbec !important;
        background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x !important;
        font-weight: bold !important;
        color: #19449c !important;
    }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #fec13a !important;
        background: #fec13a !important;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: solid 2px !important;
        border-color: #fec13a !important;
    }

@media (max-width: 576px) {
    .card-body2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem;
        height:100%;
    }

    .pr5 {
        padding-right: 5px !important;
    }

    .pl5 {
        padding-left: 5px !important;
    }

    .w30 {
        width: 19px;
    }

    .ShowHeader {
        display: inline-block !important;
        width: 100px;
        font-weight: bold;
    }

    .trJobDescription {
        display: none !important;
    }
    .No {
        width: 100%
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .card-body2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem;
        height: 100%;
    }
    .pr5 {
        padding-right: 5px !important;
    }

    .pl5 {
        padding-left: 5px !important;
    }
    .w30 {
        width: 19px;
    }
    .ShowHeader {
        display: inline-block !important;
        width: 100px;
        font-weight: bold;
    }
    .No {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .No {
        width: 30px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

@media (min-width: 1200px) {
   
}
