﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    font-family: 'robotoregular';
}

/*--- ---*/

@font-face {
    font-family: 'robotomedium';
    src: url('../font/roboto-medium-webfont.eot');
    src: url('../font/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../font/roboto-medium-webfont.woff') format('woff'), url('../font/roboto-medium-webfont.ttf') format('truetype'), url('../font/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}





@font-face {
    font-family: 'robotolight';
    src: url('../font/roboto-light-webfont.eot');
    src: url('../font/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/roboto-light-webfont.woff') format('woff'), url('../font/roboto-light-webfont.ttf') format('truetype'), url('../font/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'robotobold';
    src: url('../font/roboto-bold-webfont.eot');
    src: url('../font/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/roboto-bold-webfont.woff') format('woff'), url('../font/roboto-bold-webfont.ttf') format('truetype'), url('../font/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'robotoregular';
    src: url('../font/roboto-regular-webfont.eot');
    src: url('../font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/roboto-regular-webfont.woff') format('woff'), url('../font/roboto-regular-webfont.ttf') format('truetype'), url('../font/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




* {
    margin: 0;
    padding: 0;
}

.header-wrapper {
    width: 100%;
    float: left;
    margin: 0;
    background: #2286d1;
    padding: 20px 0px;
}

.rps-logo {
    float: left;
    width: 25%;
    margin: 0;
}

    .rps-logo h1 {
        background: url(../images/rps-logo.png) no-repeat;
        text-indent: -10000px;
        padding: 0;
        margin: 0;
        width: 120px;
        height: 65px;
    }


.container {
    width: 1200px;
    padding: 0px;
    margin: 0 auto;
}

i.fa.fa-sign-out.padsgnout {
    padding: 0 0 0 6px;
}


.media767 {
    display: none;
}

.resp-tablewrap {
    display: none;
}


.media767-seach {
    display: none;
}

.media980 {
    display: block;
}

.rps-right-header {
    float: right;
    width: 75%;
    margin: 0;
}

    .rps-right-header ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right;
        position: relative;
    }

        .rps-right-header ul li {
            display: inline;
            /* padding: 0px 15px;*/
        }


input.srchbox {
    border: none;
    border-radius: 20px;
    padding: 8px 10px;
    font-size: 13px;
}

.rps-right-header span {
    color: #fff;
    padding: 0px 8px;
    font-family: 'robotoregular';
    font-size: 13px;
}

select.slectopt {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 8px;
    width: 150px;
    background: #2286d1;
    color: #fff;
    font-family: 'robotolight';
    font-size: 14px;
    margin: 0 18px 0 0;
}


.bodywrap {
    width: 100%;
    float: left;
    background: #dfdfdf;
    margin: 0;
    min-height: 100%;
    position: relative;
}

.srchwrap {
    width: 100%;
    float: left;
    padding: 24px 0px;
    display: inline-block;
    color: #375a80;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

input.srchbox-1 {
    border: none;
    border-radius: 20px;
    padding: 8px;
}

a.srchbtn {
    background: #868893;
    color: #fff;
    padding: 8px 30px;
    margin: 0 10px 0 14px;
    border-radius: 16px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'robotolight';
    letter-spacing: 1px;
}

a.srchbtngrn {
    background: #49bdbd;
    color: #fff;
    padding: 8px 30px;
    margin: 0 10px 0 0px;
    border-radius: 16px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'robotolight';
    letter-spacing: 1px;
}

input.chkbx {
    margin: 0px 6px;
}

i.fa.fa-graduation-cap {
    font-size: 18px;
    padding: 0 0 0 10px;
}

table.trinstble th {
    background: #2286d1;
    color: #fff;
    font-size: 13px;
    font-family: 'robotoregular';
    padding: 7px 0px 7px 8px !important;
    font-weight: normal;
    text-transform: uppercase;
}

    table.trinstble th:hover {
        background: #49a4e8;
    }


.tblewrap {
    width: 100%;
    float: left;
    /* margin: 0px 0px 20px 0px;*/
	margin: 5px 0px 20px 0px;
}

table.trinstble td {
    font-size: 13px;
    font-family: 'robotomedium';
    color: #272B35;
    padding: 7px 0px 7px 8px !important;
}

a.tblebtngrn {
    background: #49bdbd;
}

a.tblebtn {
    color: #fff;
    padding: 4px 0 0 8px;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    border-radius: 4px;
    font-family: 'robotoregular';
    font-size: 10px;
    cursor: pointer;
    text-decoration: none;
}

a.tblebtngry {
    background: #868893;
}


a.tblebtnblu {
    background: #2286d1;
    margin: 0 0 4px 0;
}

a.tblebtn i.fa {
    padding: 6px 9px;
    margin: -3px 0 0 6px;
    float: right;
}



i.fa.fa-commenting-o {
    background: #40a8a8;
}



i.fa.fa-envelope-o {
    background: #717171;
}

i.fa.fa-eye {
    background: #1d77bb;
}





/*a.tblebtnred {
    color: #fff;
    background: #d31b28;
    padding: 4px 16px;
    
}

a.tblebtnblu {
    color: #fff;
    background: #22aadc;
    padding: 4px 16px;
    
}*/

table.trinstble tr:nth-child(even) {
    background: #edf2f6;
}

table.trinstble tr:nth-child(odd) {
    background: #fff;
}

table.table.trinstble {
    border: 1px solid #ddd;
}

.pagintwrap {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
}

ul.pagination {
    float: right;
}

.pagination > li > a {
    position: relative;
    float: left;
    padding: 4px 8px;
    margin-left: 6px;
    line-height: 1.42857143;
    color: #343a46;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 8px;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #1d77bb !important;
    cursor: default;
    background-color: #fff !important;
    border-color: #ddd;
}


.footerwrap {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #2286d1;
}

    .footerwrap p {
        color: #fff;
        font-family: 'robotolight';
        font-size: 12px;
        padding: 25px 0px;
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px !important;
}

.tblewrap td p {
    margin: 4px 6px 0px;
    width: 90%;
}



/*.form-control-feedback {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}*/



button.srchbtn-new {
    position: absolute;
    top: 0px;
    right: 16px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 34px;
    /* text-align: center; */
    /* pointer-events: none; */
    border: none;
    background: transparent;
}

i.fa.fa-search {
    color: #999;
    font-size: 16px;
}


span.stars i.fa.fa-star {
    color: #fa9736 !important;
    padding: 9px 2px;
    font-size: 12px;
}

.trinstbletd.brdbtm {
    border-bottom: 1px solid #000;
}


.tblecnt i.fa.fa-map-marker {
    padding: 0 5px 0 0;
}


i.fa.fa-star {
    color: #A6A6A6;
}


table.skilltble tr {
    background: inherit !important;
    border-bottom: 1px solid #ddd;
}

table.skilltble td {
    padding: 2px 0px !important;
    border-right: 1px solid rgb(221, 221, 221);
}


i.fa.fa-star {
    padding: 9px 0 0 0;
    float: left;
    font-size: 12px;
}


.send-btn {
    width: 100%;
    float: left;
    margin: 0px;
}

.sndbtn {
    background: #0a5d85;
    color: #fff;
    font-size: 12px;
    padding: 6px 15px;
    font-family: 'robotomedium';
}

input.btn.btn-default.sndbtn:hover {
    background: #0a5d85;
    color: #fff;
}

.modal-footer {
    border-top: none !important;
}

span.stars.fltrg {
    float: right;
    padding: 0 10px 0 0;
}


/*-----------------------------balu-------------------------------------*/



.bodywrap .vew-trnr {
    background: #dfdfdf;
}

.half-div {
    float: left;
    width: 50%;
}

.clas-pht {
    float: left;
    width: 66%;
    padding: 90px 0 0 0;
}

    .clas-pht label {
        text-transform: uppercase;
        font-weight: normal;
        font-family: 'robotomedium';
        width: 40%;
        float: left;
    }

    .clas-pht:first-child {
        padding: 0 19px 0 0;
        width: auto;
    }

    .clas-pht p {
        float: left;
        width: 100%;
    }

.txt-frm {
    width: 69%;
    box-shadow: inset 0px 0px 2px 2px rgba(230, 225, 225, 0.89);
    border: 0;
    padding: 7px 5px;
    border-radius: 4px; font-family: robotoregular;
}

.txt-prgh label {
    font-family: robotoregular;
    font-weight: normal;
    color: #343a46;
}
p,a,span,input {
font-family: robotoregular;
}
.txt-prgh {
    margin: 0 0 21px 0;
}

.txtst-dv .txt-frm {
    width: 93%;
}

.txtst-dv {
    float: left;
    width: 25%;
}

.half-div:first-child {
    margin: 0 0 10px 0;
}

.trn-tb {
    float: left;
    width: 100%;
    margin: 0 0 14px 0;
    background: #edf2f6;
    padding: 0 22px;
    display: block;
}

table.trnrs {
    width: 93%;
    margin: 0 0 26px 0;
    /*display: block;*/
}

    table.trnrs tr th {
        background: #868893;
        color: #fff;
        font-family: robotomedium;
        font-weight: normal;
        border-right: 1px solid #e9e9e9;
    }

    table.trnrs td {
        color: #424752;
        font-size: 13px;
        font-family: robotomedium;
        padding: 8px 14px;
        border-right: 1px solid #e9e9e9;
    }

    table.trnrs td, table.trnrs tr th {
        padding: 8px 14px;
    }

    table.trnrs tr:nth-child(even) {
        background: #fff;
    }

    table.trnrs tr:nth-child(odd) {
        background: #edf2f6;
    }

.thead-tbl {
    background: #2286d1 !important;
    color: #fff !important;
    font-size: 15px !important;
    padding: 10px 20px;
    margin: 0;
    width: 93%;
}

.trnrs.full {
    width: 100%;
}

.nts-div.trnrs.full h4 {
    color: #2286d1;
    font-family: 'robotobold';
}

.searchdivbtn.text-center {
    float: none;
    width: 100%;
    margin: 10px 0 0px 0;
}

    .searchdivbtn.text-center a {
        margin: 0px 13px 0px 0;
    }

.srchbtngrnsrch {
    background: #49bdbd;
    color: #fff;
    padding: 8px 30px;
    margin: 0 10px 0 0px;
    border-radius: 16px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'robotoregular';
    letter-spacing: 1px;
    border: none;
}

.dwnlds.text-center {
    float: left;
    width: 100%;
   margin: 35px 0 58px 0;
/*margin: 0px 0 58px 0;*/
}

    .dwnlds.text-center a {
        margin: 0 13px 0 0;
    }

.dwnld.pdf {
    background: #49bdbd;
}

.dwnld {
    padding: 11px 17px;
    color: #fff;
    border-radius: 4px;
}

a.dwnld.rps {
    background: #2286d1;
}

h3.hd-vw-cnt {
    background: #2286d1;
    margin: 27px 0 0 0;
    padding: 10px 11px;
    color: #fff; font-family: robotoregular;
}

.trn-tb .half-div {
    padding: 34px 0 0 0;
}

/*-----------------balu---------- close-----------------------*/


.trn-tb-resp {
    display: none;
}



.non-resptble {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    min-height: 370px;
}

.resp-tble {
    display: none;
}


.tblewrap-1 {
    display: none;
}

textarea.txt-frm.trnrs.full {
    width: 96%;
    margin: 10px 16px;
}


.nts-div h4 {
    padding: 0 0 0 30px;
    font-family: 'robotomedium';
    font-size: 17px;
    color: #2286d1;
}



.dropbtn {
    border: none;
    cursor: pointer;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 142px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


    .dropdown-content a {
        background: #2286d1;
        color: #fff;
        font-family: 'robotolight';
        font-size: 14px;
        text-decoration: none;
        display: block;
        padding: 8px;
    }


        .dropdown-content a:hover {
            background: #3c9be3;
            color: #fff;
        }


.show {
    display: block;
}


.dropbtn.slectopt {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 6px;
    width: 160px;
    background: #2286d1;
    color: #fff;
    font-family: 'robotolight';
    font-size: 14px;
    margin: 0 18px 0 0;
}



.starbuttons {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .starbuttons li {
        display: inline;
        margin: 5px 0 0 0;
        font-size: 11px;
    }

table.pagination-1 {
    float: right;
    border: none;
    margin: 20px 0px;
}


    table.pagination-1 td {
        padding: 0;
        margin: 0;
    }

    table.pagination-1 tr {
        border: none;
        text-align: center;
    }

    table.pagination-1 td a {
        padding: 3px 7px;
        background-color: #fff;
        border: 1px solid #efefef;
        border-radius: 8px;
        color: #343a46;
        font-size: 12px;
    }








a.srch-btn-clk {
    cursor: pointer !important;
    appearance: button;
}

i.fa.fa-sign-out {
    color: white;
    /*padding: 0px 12px 0px 10px;*/
    padding: 0 30px 0 6px;
}

.srchbtn {
    background: #868893;
    color: #fff;
    padding: 8px 30px;
    margin: 0 10px 0 14px;
    border-radius: 16px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'robotolight';
    letter-spacing: 1px;
    border: none;
}

.srchbtngrn {
    background: #49bdbd;
    color: #fff;
    padding: 8px 30px;
    /*margin: 0 10px 0 0px;*/
    margin: 0 10px 12px 0px;
    border-radius: 16px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'robotolight';
    letter-spacing: 1px;
    border: none;
}

span.bords {
    float: left;
    border-bottom: 1px solid rgba(128, 128, 128, 0.66);
    width: 100%;
    padding: 3px 0;
    font-size: 12px;
}
/*pagination*/

.Rpagination-1 {
    border: none;
    margin: 20px 0px;
    float: left;
}

    .Rpagination-1 td a {
        padding: 3px 7px;
        background-color: #fff;
        border: 1px solid #efefef;
        border-radius: 8px;
        margin: 0px 5px 0px 0px;
        font-size: 12px;
        text-decoration: none;
    }

    .Rpagination-1 span {
        padding: 3px 7px;
        background-color: #49bdbd;
        border: 1px solid #49bdbd;
        border-radius: 8px;
        color: #343a46;
        font-size: 12px;
    }




    .Rpagination-1 td a.page_disabled {
        background: #49bdbd;
        border: #49bdbd;
    }




.pagination-1 {
    border: none;
    margin: 20px 0px;
    background: #DFDFDF !important;
}

    .pagination-1 td a {
        padding: 3px 7px;
        background-color: #fff;
        border: 1px solid #efefef;
        border-radius: 8px;
        font-size: 12px;
        text-decoration: none;
    }

    .pagination-1 span {
        padding: 3px 7px;
        background-color: #49bdbd;
        border: 1px solid #49bdbd;
        border-radius: 8px;
        color: #343a46;
        font-size: 12px;
    }

    .pagination-1 td {
        background: #DFDFDF;
    }

table.trinstble th a {
    color: #fff !important;
    font-size: 13px;
    font-family: 'robotoregular';
    /*padding: 7px 0px 7px 14px !important;*/
    padding: 7px 0px 7px 0px !important;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}

/*rating*/
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.emptyRatingStar {
    background-image: url(/images/star-button-gray.png);
}

.filledRatingStar {
    background-image: url(/images/star-button.png);
}

table.pagination-1 td a.page_disabled {
    background: #1d77bb !important;
}

.srchbtn-new {
    position: absolute;
    top: 9px;
    right: 16px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 34px;
    border: none;
    background: url(../images/srchbtn.png) no-repeat;
}

/*03-23-2016*/

ul#dropmnu {
    width: 160px;
    float: left;
    margin: 0;
}

    ul#dropmnu li {
        position: relative;
    }


        ul#dropmnu li a {
            border: 1px solid #fff;
            border-radius: 20px;
            padding: 6px 28px;
            background: #2286d1;
            color: #fff;
            font-family: 'robotoregular';
            font-size: 14px;
            text-decoration: none;
            font-size: 13px;
            /* margin: 0 18px 0 0; */
        }


        ul#dropmnu li ul.sub-drpmnu {
            display: none;
            position: absolute;
            top: 28px;
            left: 0px;
            width: 180px;
            margin: 5px 0px;
            background: #2286d1;
            color: #fff;
        }


            ul#dropmnu li ul.sub-drpmnu li {
                margin: 6px 0px;
                padding: 8px 16px;
            }

        ul#dropmnu li:hover ul.sub-drpmnu {
            display: block;
            margin: 0;
            background: #2286d1;
        }

    ul#dropmnu li, ul#dropmnu ul.sub-drpmnu li {
        list-style-type: none;
        display: block;
    }


        ul#dropmnu li ul.sub-drpmnu li a {
            border: none;
            border-radius: 0px;
            padding: 4px 4px;
            color: #fff;
            font-family: 'robotoregular';
            font-size: 14px;
            width: 160px;
            text-decoration: none;
        }

        ul#dropmnu li ul.sub-drpmnu li:hover {
            background: #49a4e8;
        }


        ul#dropmnu li ul.sub-drpmnu li a:hover {
            background: #49a4e8;
        }


button.srchbtn-new {
    position: absolute;
    top: 9px;
    right: 16px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 34px;
    border: none;
    background: url(../images/srchbtn.png) no-repeat;
}



a.lgout {
    color: #fff;
    padding: 0px 12px;
    font-family: 'robotoregular';
    font-size: 13px;
    text-decoration: none;
}

ul#dropmnu, ul#dropmnu ul.sub-menu {
    padding: 0;
    margin: 0;
    z-index: 99;
}

.thead-tbl-full {
    background: #2286d1;
    color: #fff !important;
    font-size: 15px !important;
    padding: 10px 20px;
    margin: 0;
    width: 100%;
    float: left;
}


.successMessage {
    background-image: url(../images/success-icon-w-bg.gif);
    background-color: #b6e7a2;
    background-repeat: no-repeat;
    background-position: 5px 3px;
    height: 33px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 35px;
    padding-bottom: 1px;
    color: #326823;
    font-size: 13px;
    font-weight: bold;
    /*width: 300px;*/
    width: 292px;
    margin-right: auto;
    margin-left: 50px;
    border: 1px solid #326823;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    clear: left;
    margin-top: 20px;
    margin-bottom: 12px;
}

.successMessageSmall {
    background-image: url(../images/success-icon.gif);
    background-repeat: no-repeat;
    background-position: 3px 4px;
    padding-left: 23px;
    color: #333;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    font-weight: bold;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    clear: left;
    margin-top: 20px;
}

.errorMessage {
    background-image: url(../images/error-icon-w-bg.gif);
    background-color: #ffc6ca;
    background-repeat: no-repeat;
    background-position: 5px 3px;
    height: 30px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 35px;
    padding-bottom: 1px;
    color: #e23b30;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #e23b30;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    float: left;
    clear: left;
    margin-top: 20px;
}

.errorMessageSmall {
    background-image: url(../images/error-icon.gif);
    background-repeat: no-repeat;
    background-position: 3px 4px;
    padding-left: 23px;
    color: #E2392E;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    font-weight: bold;
    text-align: left;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    clear: left;
    margin-top: 20px;
}

.notificationMessage {
    background-image: url(../images/notify-icon-w-bg.gif);
    background-color: #fff5c3;
    background-repeat: no-repeat;
    background-position: 5px 3px;
    height: 20px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 35px;
    padding-bottom: 1px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #ffc947;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    float: left;
    clear: left;
    margin-top: 20px;
}

.notificationMessage100 {
    background-image: url(../images/notify-icon-w-bg.gif);
    background-color: #fff5c3;
    background-repeat: no-repeat;
    background-position: 5px 3px;
    height: 20px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 35px;
    padding-bottom: 1px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    width: 600px;
    border: 1px solid #ffc947;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    margin-right: auto;
    margin-left: auto;
    clear: left;
    float: left;
    margin-top: 20px;
}

.notifyMessageSmall {
    background-image: url(../images/notify-icon.gif);
    background-repeat: no-repeat;
    background-position: 3px 4px;
    padding-left: 23px;
    color: #333;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    font-weight: bold;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    clear: left;
    margin-top: 20px;
}

div#body_trainerrating {
    display: inline-block;
    float: left;
    margin: 4px 0px 0px -73px;
}

.dropdown-resp {
    display: none;
}



.course-wrap {
    width: 100%;
    float: left;
    background: #fff;
    margin: 10px 0;
    padding: 30px;
    border-radius: 6px;
}

.curse-logo {
    width: 22%;
    float: left;
    margin: 10px 13px;
    padding: 0px 0px;
    height: 100%;
    max-height: 120px;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    text-align: center;
}

    .curse-logo img {
        text-align: center;
        max-width: 200px;
        max-height: 90px;
        height: 47px;
    }

.srchwrap.course-cont h3 {
    font-family: 'robotomedium';
    font-size: 20px;
    color: #000;
    padding: 0 0 20px 0;
}

.cours-wrap-contr {
    width: 100%;
    margin: 0;
    float: left;
    background: #dfdfdf;
    margin: 0px 0 40px 0px;
    display: block;
    height: 100%;
    min-height: 370px;
}

span.mresppad {
    padding: 0 20px 0 0;
}


span.pdficon {
    padding: 0 0 0 10px;
}



.symantc-wrap {
    width: 100%;
    margin: 0;
    float: left;
    background: #dfdfdf;
    display: block;
    height: 100%;
    min-height: 370px;
}

table.symntc-tbl.trnrs.full {
    float: left;
    width: 100%;
    margin: 20px auto;
}

span.clkhr {
    display: inline;
}


p.symantec-icon {
    padding: 10px 0 15px 0;
}

.dwnld.rps {
    background: #2286d1;
    border: none;
}



/*<!--Add triner style start here-->*/

.add-trnr-tp {
    width: 100%;
    margin: 0 0 14px 0;
    background: #edf2f6;
    padding: 0 22px;
    display: block;
}

.txtst-dv.addtr {
    width: 33%;
    float: left;
    margin: 0;
}

.clas-pht-addtr:first-child {
    padding: 0 19px 0 0;
    width: 20%;
}

.clas-pht-addtr {
    float: left;
    width: 80%;
    padding: 90px 0 0 0;
}

.chk-addtr span {
    padding: 0 20px 0 0;
}

p.chse-fle {
    padding: 10px 0 0 0;
}

.trnrs input.skl-btn {
    color: #fff;
    float: right;
    padding: 5px 10px;
    border-radius: 18px;
    background: #22aadc;
    border: none;
    margin: 0 10px 0 0px;
}


i.fa.fa-trash-o {
    font-size: 16px;
}

tr.pagination-1 td {
    border: none;
}


.validation {
    padding: 5px 0 0 2px;
    float: left;
    color: Red;
}

table.trnrs.full.others tr {
    background: #edf2f6;
}

table.trnrs.full.others th {
    background: #2286d1;
}

table.trnrs.half-wdth-rgt {
    width: 100%;
    float: left;
    /*margin: 0px 0 0 0;*/
}
/*Modified by Deepanshu on 23 feb17 */
table.trnrs.half-wdth-lft {
    width: 96%;
    float: right;
    margin: 0px 0 0 2%;
}

h3.thead-tbl.tbletri-head-rght {
    float: right;
    width: 96%;
    font-size: 15px !important;
    padding: 10px 20px;
    margin: 0;
}

h3.thead-tbl.tbletri-head-left {
    float: left;
    width: 100%;
    font-size: 15px !important;
    padding: 10px 20px;
}
/*Deep -28feb*/

span.span-arr {
    width: 13px;
    float: left;
    background-color: #49bdbd;
    height: 5px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}

table.trnrs.full.partner th {
    background: #2286d1;
}

.txtst-dv.course {
    width: 33%;
}

.cust-btn {
    background: #49bdbd;
    border: none;
    padding: 8px 33px;
    border-radius: 20px;
    color: white;
}




.add-trnr-tp {
    width: 100%;
    margin: 0 0 14px 0;
    background: #edf2f6;
    padding: 0 22px;
    display: block;
}

.txtst-dv.addtr {
    width: 25%;
    float: left;
    margin: 0;
}

.clas-pht-addtr:first-child {
    padding: 0 19px 0 0;
    width: 20%;
}

.clas-pht-addtr {
    float: left;
    width: 80%;
    padding: 90px 0 0 0;
}



.chk-addtr span {
    padding: 0 20px 0 0;
}

p.chse-fle {
    padding: 10px 0 0 0;
}

.trnrs input.skl-btn {
    color: #fff;
    float: right;
    padding: 5px 10px;
    border-radius: 18px;
    background: #22aadc;
    border: none;
    margin: 0 10px 0 0px;
}

i.fa.fa-trash-o {
    font-size: 16px;
}

.chk-addtr {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.chk-addtr1 {
    float: left;
    width: 50%;
    margin: 10px 0px;
}
/*ModifiedBy Deepanshu*/

.srch-tri-mastr {
    width: 100%;
    float: left;
    margin: 0px auto;
    border-top: 1px solid #ddd;
    padding: 20px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}

    .srch-tri-mastr input.txt-frm {
        width: 31%;
    }


.TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    padding: 8px 36px !important;
    margin: 0px 1px 0px 0px;
    font: bold 0.7em sans-serif;
    background-color: #2286d1 !important;
    list-style: none;
    color: #fff;
    font-size: 13px !important;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    font-weight: normal;
    font-family: 'robotoregular' !important;
}

.cont-wrap-master {
    width: 100%;
    float: left;
    margin: 0;
}

.srch-master {
    background: #49bdbd;
    color: #fff;
    padding: 8px 40px;
    margin: 0 10px 0 0px;
    border-radius: 16px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'robotolight';
    letter-spacing: 1px;
    border: none;
}

span.pblsh-mstr-chk {
    float: left;
    padding: 0 12px 0 0;
}

.login-frm {
    padding: 50px 60px;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    width: 100%;
}

.lgn-contnr {
    width: 500px;
    margin: 50px auto;
}

#lgn-wrp {
    /*width: 100%;
    margin: 0 auto;
    float: left;
    text-align: center;
    background: url(../images/lgn-bckgrnd-bnr.jpg) no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 1366px;*/
    width: 100%;
    margin: 0 auto;
    float: left;
    text-align: center;
    background: url(../images/lgn-bckgrnd-bnr.jpg) no-repeat top center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 1366px;
    max-height: 668px;
    height: 100%;
    /*width: 100%;
margin:0;
float: left;
text-align: center;
background: url(../images/lgn-bckgrnd-bnr.jpg) no-repeat;
position: fixed;
top: 0;
left:0;
bottom:0;
right:0;*/
}


.rps-logo-lgn {
    text-align: center;
    background: url(../images/rps-logo-login.png) no-repeat;
    width: 95px;
    height: 65px;
    text-indent: -9999px;
    margin: 0px auto 20px;
}

.input-bx {
    background: rgba(255, 255, 255, 0.18);
    padding: 14px 40px;
    margin: 0 0 20px 0;
    border-radius: 26px;
    box-shadow: none;
    border: none;
    width: 100%;
}

span.glyphicon.login-bx {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    font-size: 16px;
}

.sign-btn-lgn {
    background: rgba(255, 255, 255, 0.2);
    padding: 14px 60px;
    margin: 0px auto 20px;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'robotoregular';
}

.login-frm p.frgt-paswd {
    font-family: 'robotoregular';
    font-size: 13px;
}

    .login-frm p.frgt-paswd a {
        padding: 2px 10px;
        color: #fff;
        text-decoration: underline;
    }

span.wel-msg-lgn {
    float: left;
    padding: 10px 0px 14px 20px;
    font-size: 20px;
    font-family: 'robotoregular';
}

.login-frm p.pst-input-bx {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
}

/*.login-frm p.pst-input-bx i.fa.fa-user {
       position: absolute;
    left: 120px;
    top: 118px;
    font-size: 18px;
}

.login-frm p.pst-input-bx i.fa.fa-lock {
       position: absolute;
    left: 120px;
    top: 195px;
    font-size: 18px;
}*/


input#addtr-chk {
    vertical-align: middle;
}


.fotter-wrap {
    width: 100%;
    margin: 5px auto;
    text-align: center;
    color: #fff;
    font-family: 'robotoregular';
    background: transparent;
    /*position: absolute;*/
    /*left:0;
bottom:0;*/
}


.tblewrap .mng-role {
    width: 100%;
    background: #fff !important;
    padding: 30px;
    margin: 0;
    float: left;
}

    .tblewrap.mng-role h4 {
        font-family: 'robotomedium';
        font-size: 17px;
        color: #2286d1;
    }

.tblewrap.mng-role {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px 30px;
}

.srch-wrap-mng-rle {
    width: 60%;
    float: left;
    padding: 25px 0px;
    margin: 0;
}

input.txt-frm.mng-role-txt {
    width: 50%;
    box-shadow: inset 0px 0px 2px 2px rgba(230, 225, 225, 0.89);
    border: 0;
    padding: 7px 10px;
    border-radius: 4px;
    margin: 0 22px 0px;
}


.wt {
    width: 100%;
    float: left;
    margin: 0;
}

h3.hed {
    background: #2286d1;
    margin: 27px 0 0 0;
    padding: 10px 20px;
    color: #fff;
    font-family: 'robotoregular';
    font-style: normal;
    font-size: 17px;
    margin: 0;
}


.wrapper {
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 90%;
    display: block;
}

    .wrapper .selection {
        width: 400px;
        border: 1px solid #ccc;
        overflow-y: scroll;
        box-shadow: inset 0px 0px 2px 2px rgba(230, 225, 225, 0.89);
        border: 0;
        padding: 0 0 0 10px;
        font-family: 'robotoregular';
        font-size: 13px;
    }

span.cret-user {
    float: left;
    width: 100%;
    margin: 0;
}

.selt-mgn-role {
    float: right;
    width: 60%;
    margin: 0 0 0 5%;
    margin: 0;
    display: block;
}


.mng-rle-half {
    width: 47%;
    float: left;
    background: #fff;
    margin: 0 2% 0 0;
}

    .mng-rle-half span {
        float: left;
        padding: 0 10px 24px 0px;
        width: 33%;
    }



.cont-mng-rle-wrp {
    width: 100%;
    float: left;
    padding: 24px;
    margin: 0;
}

p.dlete-btn-mngrl {
    width: 100%;
    float: left;
    margin: 0;
    display: block;
    padding: 20px 0 0 0;
}


.btn-sp-mngrle {
    display: block;
    padding: 10px 0px;
    float: left;
    width: 100%;
}



.srchbtn-mng {
    background: #22aadc;
    color: #fff;
    padding: 8px 30px;
    margin: 0 10px 0 14px;
    border-radius: 16px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'robotolight';
    letter-spacing: 1px;
    border: none;
}

input.srchbtn-mng.mng-rl {
    margin: 0;
}




.trn-tb h5 {
    font-size: 16px;
    font-family: 'robotoregular';
    color: #343a46;
    padding: 0 0 20px 0;
}

.cont-nr.avlb-user-wrap {
    width: 100%;
    float: left;
    padding: 0 0 24px 0;
}


.trn-tb.avl-usr-wrp {
    padding: 22px;
}

.srchwrap.course-cont.mngrole-hed h3 {
    padding: 0;
}

table#body_cblRoles {
    width: 100%;
    float: left;
}

    table#body_cblRoles td {
        float: left;
        width: 33%;
    }


.mngaces-right {
    width: 64%;
    float: left;
    margin: 0 0 25px 3%;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
}

    .mngaces-right p {
        padding: 8px 10px 0 0;
    }


.mngaces-left {
    width: 32%;
    float: left;
    background: #edf2f6;
    padding: 15px 30px;
    margin: 0 1% 0 0;
}


.mngaces-right label {
    padding: 0 20px 0 0;
    width: 20%;
}

.acc-rle-chk {
    padding: 0 25px 15px 0px;
    width: 70%;
}

.txt-frm-acess {
    width: 45%;
    box-shadow: inset 0px 0px 2px 2px rgba(230, 225, 225, 0.89);
    border: 0;
    padding: 7px 10px;
    border-radius: 4px;
    margin: 0 4% 0 0;
}

h4 {
    font-family: 'robotomedium';
    font-size: 17px;
    color: #2286d1;
    padding: 0 0 8px 0;
}

p.acce-btn-btm {
    padding: 38px 0 0 0;
}

    p.acce-btn-btm span {
        padding: 0 5px 0px;
    }

.mgn-ace-rules {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

tr.admin-tableCellSelected {
    background: #22aadc !important;
}

/*Update progess*/
.modal-popup-update {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.popup-update-img {
    z-index: 1000;
    margin: 100px auto;
    padding: 10px;
    width: 200px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center img {
    height: 128px;
    width: 128px;
}

.failureNotification {
    color: red;
    float: left;
}

.Searchvalidation {
    padding: 5px 0 0 2px !important;
    color: Red !important;
}

footer {
    float: left;
    width: 100%;
    margin: 0;
    height: 100%;
    position: relative;
}

.skilltble tr > td:last-of-type {
    border: none;
}


span.chkbx {
    margin: 0px 6px;
}

trn-tb.scnd.frgot {
    display: block !important;
}

.txtst-dv.course.psw-wrap {
    width: 100%;
}

.frgt-psw {
    box-shadow: inset 0px 0px 2px 2px rgba(230, 225, 225, 0.89);
    border: 0;
    padding: 4px 2px;
    border-radius: 4px;
    width: 270px;
}



.MobSucessMessage {
    background-image: url(../images/success-icon-w-bg.gif);
    background-color: #b6e7a2;
    background-repeat: no-repeat;
    background-position: 5px 3px;
    height: 30px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 35px;
    padding-bottom: 1px;
    color: #326823;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #326823;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    clear: left;
    margin-top: 20px;
}

.MoberrorMessage {
    background-image: url(../images/error-icon-w-bg.gif);
    background-color: #ffc6ca;
    background-repeat: no-repeat;
    background-position: 5px 3px;
    height: 30px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 35px;
    padding-bottom: 1px;
    color: #e23b30;
    font-size: 13px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #e23b30;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    clear: left;
    margin-top: 20px;
}

p.brd-crumb {
    text-align: left;
}

img.brd-hdr-img2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 4px;
}

p.brd-crumb.brd {
    text-transform: none;
}

.validation.Login {
    position: relative;
    top: -19px;
    left: 22px;
}

a.Sendmailtoall {
    display: inline-block;
    color: #fff !important;
    padding: 4px 0 0 8px;
    /*float: right;*/
    /* width: 90%; */
    margin: 0 0 5px 0;
    border-radius: 4px;
    font-family: 'robotoregular';
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
}

a.Sendmailtoallgray {
    /*background: #868893;*/
}

a.Sendmailtoall i.fa {
    padding: 7px 9px;
    margin: -3px 0 0 10px;
    float: right;
}

i.fa.fa-envelope-o {
    background: #717171;
}

.trnrupdate {
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #2286d1;
    font-weight: 600;
    /*margin-bottom:10px;*/
}


.sndsmsall {
    color: #fff !important;
    /*padding: 4px 20px 6px 8px;*/
    padding: 5px 9px 6px 8px;
    display: inline-block;
    float: right;
    /* width: 90%; */
    margin: 0;
    border-radius: 4px;
    font-family: 'robotoregular';
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
}


.sndbtngrn {
    background: #49bdbd;
}


.divmailsms {
    width: 100%;
    float: left;
    vertical-align: middle;
    text-align: right;
}