@charset "utf-8";

/*7-2-20 S*/

.nav.side-menu li span,
.nav.side-menu li img {
    display: inline-block;
    vertical-align: bottom;
}


/*7-2-20*/

.h3,
h3 {
    font-size: 18px;
}

img {
    max-width: 100%;
}

.login {
    background: url(../images/background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.login:before {
    position: absolute;
    content: "";
    background: url(../images/2curve-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 100vh;
    z-index: 9;
    min-height: 600px;
}

.login_wrapper {
    margin: 0 auto;
    max-width: 350px;
    position: relative;
    z-index: 9;
}

.login_content {
    margin: 0 auto;
    padding: 45% 0 0;
    position: relative;
    text-align: center;
    font-size: 20px;
    /* text-shadow: 0 1px 0 #fff; */
    min-width: 280px
}

.login_content h1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0 30px;
    text-transform: uppercase;
    color: #006b7a;
}

.login .logo-box {
    max-width: 230px;
    padding: 50px 30px 0;
    margin: 0 auto;
}


/*============CSS BY AG ON 30 SEP 2019  FOR MULTISELECT CHECKBOX DESIGN ========*/

.lblclass {
    padding: 9px 23px 9px !important;
}

.ulcls {
    /*margin: 0 0 0 -25px;*/
}


/*===================================================================================*/

.login_content form input[type="text"],
.login_content form input[type="email"],
.login_content form input[type="password"] {
    box-shadow: none;
    color: #006b7a;
    margin: 0 0 20px;
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid #006b7a;
    padding-left: 10px;
    font-size: 16px;
}

.login_content form input[type=text]:focus,
.login_content form input[type=email]:focus,
.login_content form input[type=password]:focus {
    box-shadow: none;
    background: none;
    outline: 0
}

.login_content ::-webkit-input-placeholder {
    /* Edge */
    color: #333;
    opacity: 1;
}

.login_content :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
    opacity: 1;
}

.login_content ::placeholder {
    color: #333;
    opacity: 1;
}

.btn-default {
    background: #006b7a;
    color: #fff;
    border-radius: 30px;
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 10px 10px;
    min-width: 150px;
}

.site_title {
    background: #EDEDED;
}

.site_title img {
    max-height: 50px;
}

.user-detail {
    margin: 0px 0 0;
    padding: 0px;
}

.user-detail li {
    list-style-type: none;
    margin: 12px 0 0;
    display: block;
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    font-size: 14px;
}

.user-detail li i {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #006b7a;
    border-radius: 50%;
    line-height: 26px;
    margin-right: 10px;
    color: #006b7a;
}

h3 {
    color: #00606e;
    font-weight: bold;
}

.edit-profile-btn {
    margin-top: 14px;
}

.top_tiles {
    /*padding-top: 30px;*/
}

.icon-box {
    text-align: center;
    position: relative;
}

.tile-stats h3 {
    color: #00606e;
    font-size: 19px;
}

.count-no {
    position: absolute;
    width: 75px;
    text-align: center;
    border-radius: 16px;
    top: 66%;
    left: 53%;
    background: #fff;
    padding: 3px 5px;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0px 0px 6px #b5b5b5;
    color: #00606e;
}

.right-detail {
    text-align: center;
    /*min-height:50px;*/
}

.tile-stats {
    padding: 10px 10px 20px;
}

.inline-chk-area {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 8px;
}

.form-horizontal .control-label {
    font-weight: normal;
}

.title_left {
    padding-bottom: 15px;
}

.top-mar {
    margin-top: 10px;
}


/*2-7-2020*/

.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
}

.nav-sm .nav-text {
    display: block !important;
    padding: 0px;
}


/*3-7-2020*/

.form-area-outer.wrapperONE .form-area-inner li {
    padding-right: 0 !important;
}


/*19-9-19*/

.top_nav .navbar-right {
    padding-right: 10px;
}

.login {
    height: 100vh;
    min-height: 600px;
}

.page-header {
    padding-bottom: 0;
    margin: 20px 10px 20px;
    border-bottom: 0;
}

.page-header h1 {
    font-size: 26px;
    font-weight: bold;
    color: #006b7a;
}

h4 {
    color: #006b7a;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 35px;
}

.btn-area {
    margin-bottom: 20px;
    text-align: center;
}

.btn-sm {
    color: #fff;
    background-color: #006b7a;
    border-color: #07626f;
    min-width: 100px;
    padding: 7px 10px 5px !important;
    font-size: 16px !important;
    border: 0;
    display: inline-block;
}

.btn-sm.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

@media screen and (max-width:1200px) {
    .table-wrapper {
        width: 100%;
        overflow-x: scroll;
    }
    .table-wrapper table {
        width: 1200px;
    }
}

@media screen and (max-width:991px) {
    .main-content {
        max-width: 95%;
        margin: 0 auto;
    }
    .form-horizontal .control-label {
        text-align: left !important;
    }
    #academicPrint_1 .form-group .col-md-2,
    #academicPrint_1 .form-group .col-md-4,
    #academicPrint_1 .form-group .col-md-10 {
        width: 100%;
        display: block;
        float: none;
    }
    .form-group p.Academicboxed {
        width: 100% !important;
    }
    .jumbotron .row.search-btn .col-md-6 {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .col-sm-6 {
        width: 50%;
    }
    .form-horizontal .control-label {
        width: 100%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .form-horizontal .control-label {
        text-align: left !important;
    }
}

@media screen and (max-height:700px) {
    .login_content {
        padding: 17% 0 0;
    }
    .page-header h1 {
        font-size: 22px;
    }
    h4 {
        font-size: 17px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .login_wrapper {
        max-width: 80%;
    }
    .login_content {
        min-width: inherit;
    }
    .toggle a i {
        font-size: 18px;
    }
    .toggle {
        padding-top: 21px;
    }
    .top_nav li a i {
        font-size: 13px;
    }
    .nav.navbar-nav>li>a {
        font-size: 12px;
    }
    .nav>li>a {
        padding: 13px 4px 12px;
    }
}

.modal-body input[type="text"] {
    width: 100%;
    padding: 7px;
}

.total-area {
    padding: 50px 0;
}

.pagination {
    margin: 0px;
}

.subtotal-area-seprate {
    margin: 10px 0 25px;
    background: #eaeaea;
    padding: 5px 10px;
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 15px;
}

.subtotal-area-seprate label {
    display: inline-block;
    vertical-align: middle;
    width: 71%;
    margin: 0;
}

.subtotal-area-seprate .vlaue-box {
    display: inline-block;
    vertical-align: middle;
    width: 28%;
    padding: 0 10px;
}

.tabbable #myTab li a {
    padding-left: 6px;
    padding-right: 6px;
    color: #222;
}

.tabbable #myTab {
    margin-bottom: 20px;
}

.new-addition-area {
    margin: 20px 0;
}

#subdept .form-control {
    margin-bottom: 12px !important;
}

#subdept .control-label {
    margin-top: 8px;
}

.total-area .table.table-striped.table-bordered.table-hover.dataTable.no-footer {
    border: 0;
}


/* shivali 16 nov*/

.info {
    padding: 20px 60px;
    background: #fff;
    margin: 0 auto 20px;
    max-width: 95%;
}

.job-img {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.job-detail-box {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.job-detail-box li {
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 4px;
}

.job-detail-box-serach li {
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 4px;
    display: inline-block;
    width: 49%;
}

.job-detail-box li h3 {
    color: #2A3F54;
    margin: 0 0 8px;
}

.job-detail-box li h4 {
    padding: 0 0 20px;
    font-size: 14px;
}

.job-img .btn {
    margin: 15px 0 0;
    width: 100%;
    background: #2A3F54;
    border-radius: 0px;
}

.job-img .btn:hover {
    background: #374A5E;
}

.job-detail-box li span {
    font-weight: bold;
}

div#message {
    background: #f7f7f7;
    border-radius: white;
    border-color: #f7f7f7;
    /* color: green; */
    color: rgba(38, 185, 154, .88);
}


/*shivali */

a.btn-xs.btn-success.table-link.detail_btn {
    font-size: 19px !important;
    float: right !important;
    padding: 0px 10px 1px 10px;
    margin: 1px 4px 1px 1px;
    margin-bottom: 10px;
}


/*shivali */

.model_btn {
    margin-top: 12px !important;
}


/*9-12-19*/

.download-area {
    padding-bottom: 15px;
    text-align: right;
    padding-right: 15px;
}

.download-area .btn-sm {
    border: 0;
    padding: 5px 10px !important;
    width: auto;
    min-width: inherit;
    font-size: 15px !important;
    line-height: 120%;
    display: inline-block;
    vertical-align: middle;
}

.not-found-msg {
    text-align: center;
    padding: 50px 0;
    font-weight: bold;
    color: #2A3F54;
    font-size: 32px;
}

.page-header h1 {
    text-align: left;
    display: inline-block;
    border-bottom: 3px solid #006b7a;
    margin: 4px 10px 4px 0;
}


/*responsive csss*/

.select2.select2-container.select2-container--default {
    max-width: 90%;
    width: 100% !important;
}

.total-area {
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    border: 1px solid #ccc !important;
}


/*edit-job-post page css*/

.form-area-inner li {
    list-style-type: none;
    margin-top: 20px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-right: 40px;
}

.form-area-inner label {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-weight: normal;
}

.form-area-inner li .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}


/*03-01-20*/

.msg.notification {
    max-height: 300px;
    overflow-y: scroll;
}

.msg.notification a {
    padding: 10px 5px !important;
    border-bottom: 1px solid #999;
    display: block;
}

.msg.notification br {
    display: none !important;
}

.res_formt {
    display: block;
    margin-left: 37px;
    margin-bottom: 0;
}

ul.msg_list li a .image i.fa.fa-envelope {
    /* border-radius: 2px; */
    -webkit-border-radius: 2px;
    float: left;
    margin-right: 8px;
    width: 11%;
}

.right-adition-box a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #006b7a;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    line-height: 30px;
}

.btn-row-bar {
    width: 100%;
}

.form-edit-area .form-area-outer {
    margin-bottom: 30px;
}


/* 08-01-2020 */

.printrequirements {
    display: none;
}


/*11-1-2020*/

.panel-group {
    width: 90%;
    margin: 0 auto;
}

.panel.panel-default {
    margin: 0 !important;
    border: 0;
}

.panel-title {
    padding: 0;
}

.panel-default>.panel-heading {
    padding: 0px;
}

.panel-title a:before {
    position: absolute;
    content: "+";
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 17px;
    border-radius: 2px;
    left: -13px;
    background: #005662;
    background: -moz-linear-gradient(top, #005662 0%, #1f747a 100%);
    background: -webkit-linear-gradient(top, #005662 0%, #1f747a 100%);
    background: linear-gradient(to bottom, #005662 0%, #1f747a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#005662', endColorstr='#1f747a', GradientType=0);
    font-weight: bold;
}

.panel-title a {
    display: block;
    font-size: 14px;
    text-transform: lowercase;
    padding: 8px 20px 10px;
    color: #005662;
    position: relative;
    background: #e3ebed;
    background: -moz-linear-gradient(top, #e3ebed 0%, #f0f9ff 100%);
    background: -webkit-linear-gradient(top, #e3ebed 0%, #f0f9ff 100%);
    background: linear-gradient(to bottom, #e3ebed 0%, #f0f9ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e3ebed', endColorstr='#f0f9ff', GradientType=0);
    font-weight: bold;
    border-bottom: 1px solid #D1DADB;
}

.panel.panel-default:first-child .panel-title a {
    border-bottom: 1px solid #D1DADB;
}

.panel-body li {
    list-style-type: none;
    display: inline-block;
    width: 49%;
}


/*css for resume*/


/*css for resume*/

.model-contant-area {
    padding: 20px 30px 0;
}

.model-contant-area ul {
    padding: 0px;
}

.model-contant-area ul li {
    list-style-type: none;
    text-align: left;
    margin-bottom: 20px;
}

.model-contant-area .left-label {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-weight: bold;
    /* font-size: 15px; */
    /* font-style: italic; */
    /* color:#00707F; */
}

.model-contant-area .right-detail {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    text-align: left;
}

.header-left-detail {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
}

.header-left-detail h1 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.resume-name {
    padding: 23px 64% 0px 1px;
    text-align: center;
    text-transform: capitalize;
}

.resume-content {
    border-radius: 14px;
    box-shadow: 0 0 8px #181914C4;
    width: 71%;
    margin: 0px 14%;
}

.resume-heading {
    padding: 5% 0px 0px 1px;
    text-align: center;
    margin: 0px 0 -1% 0;
}

.resume-div ul li {
    /* padding: 0% 15% 0% 0%; */
}

.print-btn {
    float: right;
    margin: 1% 4%;
    border: 1px solid #2a3f54;
    width: 6%;
    padding: 3px 0px;
    border-radius: 5px;
    background: #2a3f54;
    color: #f7f7f7;
    font-weight: bold;
    font-size: 16px;
}

.model-header {
    border-bottom: 2px solid #2A3F54;
    padding: 20px 30px;
}


/*13jan*/

.content-section-box {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.form-area-outer h1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
    margin: 50px 0 30px;
    text-transform: uppercase;
    color: #006b7a;
    text-align: center;
}

.form-area-inner .full-width li {
    width: 100%;
}

.form-area-inner li input[type="date"].form-control {
    padding-top: 0;
}

.form-area-inner ul {
    padding: 0px;
}

.form-area-inner label {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-weight: normal;
}

.form-area-inner li:last-child {
    display: block;
    width: 100%;
    padding-top: 25px;
}

.form-area-outer {
    background: #fff6;
    padding: 10px 30px;
    margin-bottom: 25px;
    border-radius: 19px;
    box-shadow: 0px 1px 2px 0px #0000003d;
}

.left-btn {
    float: left;
}

.right-btn {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.multi-location-label-li .multi-location-label {
    padding: 0 !important;
    width: auto !important;
}

.multi-location-label-li {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
}


/*====================== resume box seciton 14 jan 2020 ======================================*/

.info.info-inline {
    position: relative;
}

.info.info-inline {
    width: 47%;
    border: 1px solid #eaeaea;
    display: inline-block;
    vertical-align: top;
    margin: 15px 1%;
    border-radius: 19px;
}

.info.info-inline .job-detail-box-serach {
    padding: 0px;
    width: 100%;
}

.info.info-inline .job-detail-box-serach li {
    display: block;
    width: 100%;
}

.job-detail-box-serach {
    width: 79%;
    display: inline-block;
    vertical-align: top;
}

.info-inline.info .top-btn-bar {
    width: 100%;
    text-align: left;
}

.info-inline.info .top-btn-bar {
    /*width: 28%;*/
    /*text-align: center;*/
    vertical-align: top;
}

.top-btn-bar {
    /*text-align: right;*/
    padding-right: 0;
    margin-bottom: 20px;
    display: inline-block;
    /*width: 39%;*/
    /*vertical-align: bottom;*/
    margin-left: 0px;
}

.row.row-data.search-btn {
    /* margin: -14px 0;
    border: 1px solid #0000002b;
    padding: 19px 0 0px 0;
    box-shadow: 0 0 8px #1819144d;*/
}

input#next1 {
    /*margin: -2px 0 0 0;
    background: #006b7a;
    color: #fff;
    border-radius: 30px;
    font-size: 16px !important;
    text-transform: uppercase;
    min-width: 150px;
    padding: 7px 0 7px 0;*/
}

.info-inline.info .top-btn-bar .inline-btn-div {
    margin-top: 0px;
    font-size: 14px !important;
}

.top-btn-bar a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 12px;
    margin: 0 3px;
    background: #204d74;
    color: #fff;
    border-radius: 0;
    line-height: 13px;
    margin-top: 0px;
    font-size: 14px !important;
}

.top-btn-bar a .fa {
    display: block;
}

.top-btn-bar a:hover {
    background: #374A5E;
}

.job-detail-box-serach span {
    font-weight: bold;
}


/*====================== resume box seciton ======================================*/


/*multi-leval form css*/

.stepwizard-row.setup-panel {
    padding: 50px 0 30px;
}

.stepwizard-step {
    display: inline-block;
    width: 30%;
    text-align: center;
}

.stepwizard-step .btn {
    margin-right: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    min-width: inherit;
    line-height: 40px;
    background: #fff;
    color: #828282;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    z-index: 99;
    border: 1px solid #ccc;
}

.stepwizard-step.btn-primary .btn {
    background: #006B7A;
    color: #fff;
}

.stepwizard-step {
    position: relative;
}

.stepwizard-step::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ccc;
    top: 18px;
    left: -50%;
}

.stepwizard-step.btn-primary::before {
    background: #006B7A;
}

.stepwizard-step:first-child::before {
    display: none;
}

.stepwizard-step.btn-primary {
    background: none;
    border: 0px;
    color: inherit;
}

.btn-sm:hover,
.btn-sm:focus {
    color: #fff;
}

#multi-location1 {
    margin: 0 3px 5px;
    display: inline-block;
    vertical-align: middle;
}

.form-control {
    max-width: 90%;
}

.appendclass {
    background: #e6e6e6;
    /*padding: 8px 20px 20px!important;*/
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.form-area-inner li .form-control {
    background: #fff;
}

.appendclass select.appendclass {
    padding: 6px 12px;
}

.remove_delete {
    position: relative;
    border: 0;
    font-size: 0;
    background: none;
}

.remove_delete:before {
    position: absolute;
    content: "\f1f8";
    font-size: 18px;
    background: #006b7a;
    border-radius: 50%;
    width: 35px;
    color: #fff;
    top: -16px;
    height: 35px;
    line-height: 36px;
    font: normal normal normal 14px/1 FontAwesome;
    padding-top: 9px;
}

.form-area-inner li .form-control {
    background: #fff;
    border: 1px solid #ccc;
}

.appendclass li:last-child {
    display: inline-block;
    width: inherit;
}

.inline-radio input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.chk-text {
    margin-right: 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #333;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none !important;
    border-color: transparent !important;
}

label span#lcountrychk {
    line-height: 10px;
}

.jumbotron.full-jumbo {
    padding-left: 15px;
    padding-right: 15px;
}

.tabbable #myTab li a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff !important;
    background-color: #017F91;
}

.offender-form .inline-section {
    display: inline-block;
    vertical-align: baseline;
    width: 70%;
}

.offender-form .inline-section.inline-right {
    width: 28%;
}

.right-adition-box a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #017F91;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    margin: 0 2px;
    cursor: pointer;
}

.offender-form.form-area-inner li:last-child {
    width: 49%;
    display: inline-block;
    padding-top: 0px;
}

.form-area-outer {
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
}

.skill-area {
    padding-top: 25px;
}

a.skill-pills {
    border-radius: 0;
    margin-right: 5px;
    color: #333;
    padding: 4px 8px;
    font-size: 12px;
}

.download-row {
    padding-right: 20px;
}

.no-bottom-mar {
    margin-bottom: 0px !important;
}

.form-horizontal .control-label {
    font-weight: bold;
}

body {
    font-size: 14px;
}

.label-width-area .jumbotron {
    padding: 40px 0 25px !important;
}

li.full-width-li {
    width: 100%;
}

li.full-width-li .form-control {
    width: 95%;
    max-width: 100%;
}

.btn-custom-1 {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff !important;
    background-color: #017F91;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    padding: 13px 15px 12px;
    position: relative;
    display: block;
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
}


/* ===========================css for resume by ag 19 aug 2020  copied from admin folder css file================== */

.header-right-detail {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}

.header-right-detail p {
    margin: 0;
    height: 20px;
}


/*--------------------------------------css for resume start--------------------------------------------------*/

div#DivIdToPrint {
    /* margin: -11% 0 0 0;*/
}

.resume-name {
    padding: 23px 64% 0px 1px;
    text-align: center;
    text-transform: capitalize;
}

.resume-content {
    border-radius: 14px;
    box-shadow: 0 0 8px #181914C4;
    width: 71%;
    margin: 0px 14%;
}

.resume-heading {
    padding: 5% 0px 0px 1px;
    text-align: center;
    margin: 0px 0 -1% 0;
}

.resume-div ul li {
    /* padding: 0% 26% 0% 0%;*/
    line-height: 165%;
}

.print-btn {
    float: right;
    margin: 1% 4%;
    border: 1px solid #2a3f54;
    width: 6%;
    padding: 3px 0px;
    border-radius: 5px;
    background: #2a3f54;
    color: #f7f7f7;
    font-weight: bold;
    font-size: 16px;
}

.model-contant-area .left-label,
.job-other-detail .left-label {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-weight: bold;
    /* font-size: 15px;
    font-style: italic;
    color:#00707F;*/
}

.model-contant-area .right-detail,
.job-other-detail .right-detail {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    text-align: left;
}

.model-contant-area {
    padding: 20px 30px 0;
}

.model-contant-area ul,
.job-other-detail ul {
    padding: 0px;
}

.model-contant-area ul li,
.job-other-detail ul li {
    list-style-type: none;
    text-align: left;
    margin-bottom: 10px;
}


/*--------------------------------------css for resume end--------------------------------------------------*/

.ms-options-wrap button {
    width: 90% !important;
}

.ulcls li {
    margin: 0px;
    padding: 0 5px;
    display: block;
    width: 100%;
}

.ulcls li:last-child {
    padding-top: 0px;
}


/*new-login-page-css*/

.logo-right {
    max-width: 165px;
    margin: 0px auto 0;
    padding-top: 100px;
}

.login .logo-box {
    width: 100%;
    padding: 50px 0px 0;
    text-align: center;
    max-width: inherit;
}

.login .logo-box img {
    width: 100%;
}

.login_content {
    padding-top: 10px;
}

.login_wrapper {
    padding-top: 0vh;
}

.login_content h1 {
    font-weight: normal;
}

.login_content .btn {
    margin-top: 25px;
}

.login_content .form-control {
    max-width: 100%;
}


/*============================07 feb 2020 ==============================================================*/

.detail-bottom-area {
    margin-top: 10px;
}

.no-job-before.info-inline.info .job-detail-box:hover::before {
    background: none;
}

.no-job-before.info-inline.info .job-detail-box:hover h3 {
    color: #2A3F54;
}


/*============================08 feb 2020 ==============================================================*/

.atlo-box {
    max-width: 150px;
    margin-left: 25px;
    position: relative;
    z-index: 9;
    margin-top: 25px;
}


/*12-2-2020*/

.top-margin {
    margin-top: 30px;
}


/*15-2-2020*/

.nav-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.side-menu .icon_class {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    font-size: 17px;
}


/*15-2-2020*/

input[type="checkbox"],
input[type="radio"] {
    margin-top: 0px;
    margin-right: 10px;
}

.filter-area {
    margin-top: 10px;
}


/*17-2-2020*/

.login-detail-top {
    padding-left: 0;
    padding-top: 16px;
    display: inline-block;
}


/*====================29 DEC 2020  for showing all job post with search box ==========================*/

.auto-height {
    height: auto !important;
    min-height: initial !important;
}

.full-info .info.info-inline {
    width: 98.5%;
    display: block;
}

.full-info .info-inline.info .top-btn-bar {
    margin-top: 100px;
    text-align: left;
}

.full-info .info-inline.info .top-btn-bar {
    margin-top: 10px;
    text-align: right;
    z-index: 99;
    position: relative;
    width: 36%;
}

.full-info .info-inline.info .top-btn-bar a {
    border: 0px;
    box-shadow: 0px 0px 0px 1px #fff inset;
    background: none;
}

.full-info .info-inline.info .top-btn-bar a:hover {
    background: #3E4A57;
}

.job-other-detail h3 .icon-box {
    font-size: 18px;
    text-align: left;
}

.btn-default:hover,
.btn-sm:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.full-info .info-inline.info .job-detail-box h4 {
    font-size: 14px;
    font-weight: normal;
}

.full-info .info-inline.info .job-detail-box h4 span {
    font-weight: normal;
}

.info-inline.info .job-detail-box,
.full-info .info-inline.info .job-detail-box {
    width: 62%;
}

.info-inline.info .job-img {
    width: 20%;
}

.info-inline.info .top-btn-bar,
.full-info .info-inline.info .top-btn-bar {
    width: 28%;
    text-align: center;
    vertical-align: top;
}

.info-inline.info .top-btn-bar .inline-btn-div {
    margin-top: 0px;
    font-size: 14px !important;
}

.info-inline.info .top-btn-bar .applied-btn {
    min-width: 138px;
}

.info.info-inline {
    width: 31%;
    border: 1px solid #eaeaea;
}

.info-inline.info .job-detail-box {
    width: 100%;
    padding: 0;
    min-height: 450px;
}

.info-inline.info .top-btn-bar {
    width: 100%;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 0;
}

.job-description-area .detail-dis {
    max-height: 45px;
    overflow: hidden;
    margin: 0px;
}

.job-description-area.expand .detail-dis {
    height: auto;
    overflow: visible;
    max-height: inherit;
}

.info.info-inline {
    position: relative;
}

.info-inline.info .job-detail-box:hover::before {
    position: absolute;
    content: "";
    background: #616C77;
    width: 98%;
    height: 75px;
    left: 1%;
    top: 1%;
}

.full-info .info-inline.info::before {
    position: absolute;
    content: "";
    background: #2A3F54;
    width: 98.5%;
    height: 75px;
    left: 10px;
    top: 10px;
    border-radius: 4px;
}

.full-info .info-inline.info:hover .job-detail-box:before {
    background: none;
}

.job-detail-box:hover h3,
.job-detail-box:hover h4,
.full-info .info-inline.info h3,
.full-info .info-inline.info h4 {
    position: relative;
    z-index: 99;
    color: #fff;
}

.full-info .info-inline.info .job-detail-page h3 {
    color: inherit;
}

.info.info-inline:hover {
    box-shadow: 0px 2px 4px 0px #BBB;
    border-bottom: 3px solid #2A3F54;
}

.info {
    padding: 20px;
    background: #fff;
    margin: 0 10px 20px;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    min-height: 50px;
}

.info .job-detail-box {
    width: 100%;
}


/*4-12-19*/

.job-img {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    text-align: center;
}

.job-detail-box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.job-detail-box li {
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 4px;
}

.job-detail-box li h3 {
    color: #2A3F54;
    margin: 0 0 8px;
}

.job-detail-box li h4 {
    padding: 0 0 20px;
    font-size: 14px;
}

.job-img .btn {
    margin: 15px 0 0;
    width: 100%;
    background: #2A3F54;
    border-radius: 0px;
}

.job-img .btn:hover {
    background: #374A5E;
}

.job-detail-box li span {
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
}

.job-detail-page.detail-page-hide {
    margin: 0;
    background: #f4f4f470;
    border: 2px solid #eee;
    border-radius: 5px;
}

.read-more-section {
    /*text-align: right;*/
    padding-top: 5px;
    font-weight: bold;
}

.read-more-section a {
    color: #006b7a;
}

.read-more-section a:hover {
    color: #204d74;
}

.job-detail-page {
    width: 98%;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}

.job-detail-page h2 {
    margin: 0;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 20px;
}

.job-detail-page p {
    margin-bottom: 5px;
}

.job-detail-page p span {
    font-weight: bold;
    padding-right: 5px;
}

.job-detail-page .header-left-detail {
    width: 45%;
}

.job-detail-page .header-right-detail {
    width: 45%;
}

.job-detail-page .top-btn-bar {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

.job-other-detail {
    margin: 0px 0 20px;
}

.requ-detail {
    margin-bottom: 20px;
}

.job-other-detail h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #2A3F54;
    font-size: 20px;
}

.job-other-detail input[type="checkbox"] {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.model-contant-area .right-detail,
.job-other-detail .right-detail {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    text-align: left;
}

.model-contant-area {
    padding: 20px 30px 0;
}

.model-contant-area ul,
.job-other-detail ul {
    padding: 0px;
}

.model-contant-area ul li,
.job-other-detail ul li {
    list-style-type: none;
    text-align: left;
    margin-bottom: 10px;
}

.model-contant-area .left-label,
.job-other-detail .left-label {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-weight: bold;
    /* font-size: 15px;
    font-style: italic;
    color:#00707F;*/
}

.inline-resume {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-bottom: 0;
}

.inline-resume .job-other-detail li {
    padding: 0;
}

.job-detail-box.inline-li {
    width: 100% !important;
    min-height: initial !important;
}

.inline-li li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.page-header h1 {
    text-align: left;
    display: inline-block;
    border-bottom: 3px solid #006b7a;
    margin: 4px 10px;
}

.info-inline.info-employ .job-detail-box:hover::before {
    background: none;
}

.info-inline.info-employ .job-detail-box:hover h3 {
    color: #2A3F54;
}

.job-detail-box-no-height .job-detail-box {
    min-height: auto !important;
    margin-bottom: 20px
}


/*====================  END HERE 29 DEC 2020  for showing all job post with search box ==========================*/

.right_hdng {
    font-weight: bold;
}

textarea:focus,
select:focus,
input:focus {
    border: 1px solid #006B7A !important;
    box-shadow: 0 0 3px #006B7A !important;
    -moz-box-shadow: 0 0 3px #006B7A !important;
    -webkit-box-shadow: 0 0 3px #006B7A !important;
}

.top_search .form-control:focus {
    border: 1px solid #006B7A !important;
    box-shadow: 0 0 3px #006B7A !important;
    -moz-box-shadow: 0 0 3px #006B7A !important;
    -webkit-box-shadow: 0 0 3px #006B7A !important;
}

.download-row {
    margin-bottom: 10px;
}

.btn-area .col-sm-7.col-md-offset-5 {
    margin: 0;
    width: 100%;
}

.modal-header .modal-title {
    padding-bottom: 0px;
}

.btn-sm {
    display: inline-block;
}


/*16-10-2020 S*/

.user-detail-area {
    padding: 25px;
}

.personal-detail h4 {
    font-size: 24px;
    padding-bottom: 15px;
}

.personal-detail p {
    margin-bottom: 2px;
}

.interest-area span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

.status-label {
    font-weight: bold;
    padding: 0 15px;
    display: inline-block;
}

.check-area-outer {
    display: inline-block;
    border: 1px solid #c1c1c1;
    margin-left: 10px;
}

.check-area-outer span {
    display: inline-block;
    padding: 4px 12px;
    text-align: center;
    border-right: 1px solid #c1c1c1;
}

.interest-area {
    min-height: 100px;
}

.status-box select {
    display: inline-block;
    padding: 5px;
}

.tab-application {
    padding: 40px 35px;
}

.tab-application .tab-content {
    padding: 20px 0;
}

.msg-list a {
    display: inline-block !important;
    vertical-align: middle;
}

.ques-list {
    padding: 5px;
}

.que-box {
    display: inline-block;
    vertical-align: middle;
    width: 63%;
}

.ans-box {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    font-weight: bold;
    font-size: 18px;
    color: #00606e;
}

.ques-list li {
    list-style-type: none;
}

.ques-list li {
    list-style-type: none;
    margin-bottom: 18px;
}

.resizeable {
    resize: both;
    overflow: auto;
    border: 2px solid #00000017;
    width: 100%;
    height: fit-content;
}


/*16-10-2020 E*/

@media only screen and (max-width:1400px) {
    .form-actions.btn-area .col-sm-7.col-md-offset-5 {
        width: 100%;
        float: none;
        margin: 0;
        text-align: center;
    }
    .multi-location-label-li .multi-location-label {
        padding: 0 !important;
        width: auto !important;
    }
    .multi-location-label-li {
        width: 100% !important;
        text-align: center;
        margin: 0 !important;
    }
    .resume-content {
        width: 85%;
        margin: 0px auto;
    }
}

@media only screen and (max-width:1340px) {
    .jumbotron.full-jumbo {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width:1325px) {
    .info {
        padding: 20px 10px;
    }
    .top-btn-bar a {
        margin: 0px;
    }
    .info-inline.info .top-btn-bar .applied-btn {
        min-width: 110px;
    }
    .info-inline.info .job-detail-box {
        padding-left: 20px;
    }
}

@media only screen and (max-width:1280px) {
    .top_nav .navbar-right {
        float: right !important;
        width: auto;
    }
}

@media only screen and (max-width:1200px) {
    .dataTables_length {
        width: 40%;
    }
    .info.info-inline {
        margin: 0 1.5% 20px;
        width: 30%;
    }
    .three-part.info.info-inline {
        width: 30%;
        margin: 0 1% 20px;
    }
}

@media only screen and (max-width:1130px) {
    .info.info-inline {
        width: 46%;
    }
    .info.info-inline .top-btn-bar {
        padding-left: 0px;
    }
}

@media only screen and (max-width:1091px) {
    .hide-now {
        display: none !important;
    }
    .full-width {
        width: 100%;
        display: block;
        float: none;
    }
}

@media only screen and (max-width:1025px) {
    .tile-stats h3 {
        min-height: 50px;
    }
}

@media only screen and (max-width:991px) {
    #submit-div .col-sm-7.col-md-offset-5 {
        width: 100%;
        float: none;
    }
    .col-md-6.col-md-offset-2 {
        width: 100%;
        float: none;
    }
    /*.form-actions.btn-area {
    margin: 0;
    text-align: center;
    width: 100%;
}*/
    .offset-no {
        margin: 0 !important;
        width: 100%;
    }
    .form-horizontal .row.mrgin {
        padding-left: 15%;
        padding-right: 15%;
    }
    .jumbotron.full-jumbo .col-md-8.col-sm-12,
    .jumbotron.full-jumbo .col-md-7.col-sm-12 {
        padding: 0px;
    }
    .jumbotron.full-jumbo .submit {
        margin-top: 20px !important;
    }
    /*3-7-2020*/
    .form-horizontal .jumbotron.full-jumbo {
        padding-left: 20px;
        padding-right: 20px;
    }
    .search-btn .control-label.no-padding-right {
        padding-left: 10px !important;
    }
    .jumbotron .search-btn .btn.btn-default {
        margin-top: 24px;
    }
    .form-box.label-width-area .jumbotron {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .form-horizontal .jumbotron .search-btn .col-md-6 {
        width: 50%;
    }
    .modal-body .col-md-4,
    .modal-body .col-md-8 {
        float: none;
        width: 100%;
        display: block;
    }
    .modal-body .col-md-8 p.boxed {
        width: 100%;
    }
    .btn-sm {
        font-size: 14px !important;
    }
}

@media only screen and (max-width:800px) {
    .form-actions.btn-area {
        padding-left: 0px;
        text-align: center;
    }
    .form-actions.btn-area .col-sm-6 {
        width: 100%;
        float: none;
    }
    .resume-div ul li {
        padding: 0% 0% 0% 0%;
    }
    .resume-content {
        width: 100%;
    }
}

@media only screen and (max-width:779px) {
    .row.row-data.search-btn .btn-sm.btn-primary {
        margin-top: 30px;
    }
}

@media only screen and (max-width:767px) {
    .dataTables_wrapper .dataTables_filter input {
        margin: 0px !important;
    }
    .dataTables_length label,
    .dataTables_filter label {
        display: block;
    }
    .dataTables_length,
    .dataTables_filter {
        width: 100%;
        display: block;
        text-align: left !important;
    }
    .dataTables_length .form-control.input-sm,
    .dataTables_filter .form-control.input-sm {
        display: inline-block;
        vertical-align: middle;
        max-width: 50%;
        margin: 0 8px !important;
    }
    .row.mrgin .form-group .col-sm-8 {
        width: 100%;
        float: none;
    }
    .info.info-inline {
        width: 100%;
        margin: 10px 0;
    }
    .three-part.info.info-inline {
        width: 47%;
    }
    .form-horizontal .clearfix.form-actions.btn-area {
        margin-left: 5% !important;
    }
    .jumbotron .submit {
        margin-top: 28px !important;
    }
    .provider-form .col-sm-6.col-sm-offset-2 {
        width: 100%;
    }
    /*2-7-2020*/
    .form-area-outer.wrapperONE .form-area-inner .col-sm-4,
    .form-area-outer.wrapperONE .form-area-inner .col-sm-8 {
        width: 100%;
        display: block;
    }
    /*3-7-2020*/
    .form-area-outer .offender-form .inline-section {
        width: 100%;
    }
    .form-area-outer h1 {
        font-size: 20px;
    }
    .wrapperONE .form-area-inner .col-sm-4,
    .wrapperONE .form-area-inner .col-sm-8,
    .wrapperONE .form-area-inner .col-sm-2,
    .wrapperONE .form-area-inner .col-sm-10 {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width:680px) {
    .job-detail-box.inline-li li {
        width: 100%;
    }
}

@media only screen and (max-width:640px) {
    .job-detail-box {
        width: 100%;
        padding: 20px 0 0;
    }
    .job-detail-box {
        width: 100%;
        padding: 20px 0 0;
    }
    .page-header h1 {
        font-size: 20px;
        margin-left: 0;
    }
}


/*14-2-2020*/

@media only screen and (max-height: 600px) {
    .logo-right {
        max-width: 120px;
    }
    .logo-box {
        max-width: 215px !important;
        margin: 0 auto;
    }
    .login .logo-box {
        padding-top: 30px;
    }
    .logo-right {
        padding-top: 60px;
    }
}

@media only screen and (max-width:590px) {
    .main-content {
        width: 90%;
    }
    .jumbotron.full-jumbo .col-sm-3 {
        width: 100%;
        float: none;
    }
    .resume-content {
        width: 100%;
        box-shadow: none;
        padding: 0;
    }
    .model-header.resume-header {
        text-align: left;
        padding: 20px 0;
    }
    .resume-name {
        text-align: left;
    }
    .model-contant-area.resume-div {
        padding: 20px 0;
    }
    .model-contant-area .left-label,
    .model-contant-area .right-detail {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width:580px) {
    .form-area-outer.wrapperONE .form-area-inner li {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .form-area-outer.wrapperONE .form-area-inner li .col-sm-4,
    .form-area-outer.wrapperONE .form-area-inner li .col-sm-8 {
        display: block;
        float: none;
        width: 100%;
    }
    .form-area-inner li .form-control {
        width: 100%;
    }
    /*3-7-2020*/
    .form-area-inner li .form-control {
        width: 100%;
    }
    .form-control {
        max-width: 100%;
    }
    .form-area-inner li,
    form-area-inner li:last-child {
        display: block;
        width: 100% !important;
        padding-right: 0px;
    }
    .form-area-inner li .col-sm-4,
    .form-area-inner li .col-sm-8 {
        display: block;
        width: 100% !important;
        padding-right: 0px;
    }
    .col-sm-6 {
        width: 100%;
    }
    .select2.select2-container.select2-container--default {
        max-width: 100%;
    }
    .ms-options-wrap button {
        width: 100% !important;
    }
    .form-horizontal .jumbotron .search-btn .col-md-6 {
        width: 100%;
        display: block;
    }
    .jumbotron .row.search-btn .col-md-6 {
        width: 100%;
    }
}

@media only screen and (max-width:560px) {
    .three-part.info.info-inline {
        width: 100%;
    }
    .form-horizontal .clearfix.form-actions.btn-area {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .nav>li>a {
        padding: 13px 6px 12px;
    }
    .top_nav .navbar-right {
        padding-right: 20px;
    }
    .info-number .badge {
        right: -8px;
    }
    a.btn-xs.btn-success.table-link.detail_btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 460px) {
    .login {
        background-size: 100% 100%;
    }
    .form-horizontal .row.mrgin {
        padding-left: 0%;
        padding-right: 0%;
    }
    .btn-default {
        min-width: 120px;
        font-size: 14px !important;
    }
}

.resizeable {
    resize: both;
    overflow: auto;
    border: 2px solid #00000017;
    width: 100%;
    height: fit-content;
}

.sort-div {
    width: fit-content;
    position: absolute;
    top: 22px;
    left: 8px;
    background-color: #f7f7f7;
    z-index: 9;
    border: 1px solid #006b7a;
    text-align: left;
}

.dataTables_filter {
    width: fit-content!important;
}

.sort-ul {
    list-style: none;
    padding: 10px;
    width: max-content;
}

.sort-ul>li {
    cursor: pointer;
    border-bottom: 1px solid #006b7a30;
}

.sort-btn {
    width: 120px;
    border: none!important;
    border-radius: 16px!important;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.7)!important;
    text-align: left;
    top: 8px;
}

.sort-container {
    position: relative;
    display: inline;
    width: 100px;
}

table.dataTable thead .sorting {
    background-image: none!important;
}

table.dataTable thead .sorting_asc {
    background-image: none!important;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 4%;
    bottom: 0;
    right: 0;
    width: 95%;
    height: 100%;
    border: none;
}

.pdf-modal,
.modal-pdf {
    height: 90%;
}

.modal-body-pdf {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 95%;
}

.sign-div>p {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 0 8px;
    margin: 0;
}

.initials-div>p,
.date-div>p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 0 8px;
    margin: 0;
}

.sign-div {
    height: 40px;
    width: 200px;
    border: 2px solid #006b7a;
    z-index: 99;
    border-radius: 8px;
    display: table-cell;
}

.initials-div {
    text-align: center;
    font-weight: bold;
    height: 30px;
    /* height: 100px; */
    width: 200px;
    border: 2px solid #006b7a;
    z-index: 99;
    border-radius: 8px;
    display: table-cell;
}

.date-div {
    text-align: center;
    font-weight: bold;
    /* height: 100px; */
    width: 200px;
    height: 30px;
    /* width: 120px; */
    border: 2px solid #006b7a;
    z-index: 99;
    border-radius: 8px;
    display: table-cell;
}

.sign-inner-div {
    border: 1px solid #006b7a;
    margin: 0 2px;
    border-radius: 4px;
}

.sign-div-parent {
    height: 75px;
    width: 210px;
    display: inline-block;
}

.sign-buttons-div {
    position: relative;
    top: -55px!important;
    display: inline-block;
}

.delete-sign-btn {
    color: #d00e0e;
    float: right
}
/* css for Announcement by Priya */
.accordion_new {
    color: #fff;
    cursor: pointer;
    padding: 14px;
    width: 80%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    cursor: pointer;
    margin-top: 12px;
    background: #006b7a;
}

.activeaccordion,
.accordion_new:hover {
    background: #2A3F54;
    color: #ffffff;
}

.panel_ans {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    width: 80%;
}

.activeaccordion:after {
    -webkit-transform: rotate(90deg);
}

.accordion_new:after {
    content: "\276F";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.btn-bar {
    text-align: left !important;
    display: block;
    position: relative;
}

.btn-bar .fa {
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
}
span.qu-text {
   /* float: right;
    padding-right: 25px;
    margin-top: 8px;*/

    float: right;
    padding-right: 40px;
    margin-top: 0px;
    margin-left: -55px;

}  

span.btn-bar-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;;
}
.btn-bar:after {
     color: #fff !important; 
}
/* css for Announcement by Priya */ 
.modal-body .table {
    width: 100%;
}