/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-left-50 {
    padding-left: 50px;
}

.no-Padding {
    padding: 0px 0px 0px 0px;
}

.searchTextBox {
    width: 90% !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#ctl00_SiteMapPath1 span {
    color: #FFFFFF !important;
    text-decoration: none;
}

    #ctl00_SiteMapPath1 span a {
        color: #FFFFFF !important;
        text-decoration: none;
    }

#ctl00_plcMainContent_MemberDetailsUserRoles_ddlRoles {
    min-width: 0px !important;
}


/*@media all and (min-width:768px)*/
.SearchSection {
    display: inline-block !important;
    width: 90% !important;
    vertical-align: middle !important;
}

/*media screen*/
.alert-danger {
    border-color: #953b39 !important;
    color: #fff !important;
    background-color: #c26565 !important;
    text-shadow: none;
}


/*Grid paging style*/

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #3276b1;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #ffffff;
            background-color: #3276b1;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #f5f5f5;
            background-color: #3276b1;
            border-color: #3276b1;
        }
/*Grid paging style / ends*/

/*text Box classes*/
.txt-width-90pct {
    width: 90%;
}
/*end text box classes*/

#SusidiaryInfo .form-control, #CompanyDetails .form-control {
    width: 95% !important;
}

.ajax__calendar_container {
    z-index: 1000;
}

.form-actions {
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(249,249,249,.9);
    /* margin-top: 25px; */
    /* margin-left: -13px; */
    margin-right: -13px;
    margin-bottom: -13px;
    text-align: right;
}

.table > tbody > tr > th {
    background-color: #FBFBFB;
}

.ajax__tab_xp .ajax__tab_tab {
    height: 22px !important;
    padding: 4px;
    margin: 0;
    background: url(WebResource.axd?d=IDxsKJNGayequ-SFMAdllAAkeMOIIerWHLR48fizqhgNiGgvgMPtjMaIzvg7TC32Jd8mbofSLZO2hQbcx30kg06iyWFrTYs0HKSfF9Ei-YEAWaE3Tc6y4wq2Udt9x5XbIv79LRVmCQzmWGrKad4-9g2&t=635304831440000000) repeat-x;
}

.ems_ems_hr_manageEmployee_gvHeaderRow{
    background-color: #a6a9ad!important;
}
.EMS-EMS-modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.EMS-EMS-popUpTable th{
    background-color: #bbbbbb;
}

.PMS-gvHeaderRow{
    background-color: #a5a5a5!important;
}


.PMS-gvPagerRow{
    background-color: #cdcdcd!important;
}


.PMS-gvPagerRow span{
        font-weight:bold;
}


.myrblclass input[type="radio"]{
    margin-left: 10px;
    margin-right: 1px;
}