﻿.loader {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 999;
}

.no-decoration {
    text-decoration: none !important;
}

.up-arrow {
    background: url("../images/tab-arrow.png") no-repeat;
    background-position: -1px -18px;
    width: 13px;
    height: 10px;
}

.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .error-actions .btn {
        margin-right: 10px;
    }


.ldapButton {
    border: 1px solid #1286ce;
    color: #1286ce;
}

.tooltipicon {
    opacity: 2 !important;
    font-weight: 100 !important;
    color: #000 !important;
    position: relative !important;
}

    .tooltipicon .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: #FFFFE0;
        border: 1px solid #000;
        color: #000;
        text-align: left;
        top: -92%;
        margin-left: 12px;
        border-radius: 6px;
        padding: 5px 5px 5px 5px;
        position: absolute;
        z-index: 1;
        font-family: Arial, Helvetica, sans-serif !important;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: small !important;
        position: absolute !important;
    }
   .tooltipicon:hover .tooltiptext 
    {
        visibility: visible;
        opacity: 10000;
    }


@media all and (max-width: 768px) {
}

@media all and (max-width: 480px) {
    table thead {
        display: none;
    }

    table tbody tr td span > span::before {
        content: attr(data-col);
        color: #333;
        display: block;
        font-weight: bold;
        padding-right: 10px;
    }

    td {
        display: block;
    }

    .tooltipicon .tooltiptext {
        visibility: hidden;
        width: 300px;
        background-color: #FFFFE0;
        border: 1px solid #000;
        color: #000;
        text-align: left;
        top: 98%;
        margin-left: -120px;
        border-radius: 6px;
        padding: 5px 5px 5px 5px;
        position: absolute;
        z-index: 1;
        font-family: Arial, Helvetica, sans-serif !important;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: small !important;
        position: absolute !important;
    }

    .tooltipicon:hover .tooltiptext {
        visibility: visible;
        opacity: 10000;
    }

}

.rp-table a {
    color: #1286ce;
}

    .rp-table a :hover {
        color: #1286ce;
    }


.accordion .detail-list .form-group {
    font-size: 15px;
    color: #424040;
    font-weight: 500;
    padding: 4px 10px;
    margin-right: 30px;
    display: inline-block;
}

.remove-bottom-margin {
    margin-bottom: 0px !important;
}



.loader-wall {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background-color: #ededed;
}

.loader-image {
    z-index: 999;
    display: block;
    position: fixed;
    top: 45%;
    left: 45%;
}

.text-center {
    text-align: center;
}

.panel-body > h4 {
    background: #efefef;
    height: 27px;
    /*width: 1140px;*/ /*Remove extra header line in case detail page PMROADMAP-112 */
    margin-top: 7px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
    font-size: large;
    padding-left: 10px;
    padding-top: 4px;
}
/*.detail-list div{
    .col-sm-5 .col-sm-offset-2 .col-md-6 .col-md-offset-0

}*/
.panel-title-up-arrow > .alertmessagenotupdated {
    color: red;
    font-size: small;
}

.alertmessageupdated {
    color: green;
    font-size: small;
    line-height: 1.4;
}

td > a {
    color: #1286ce !important;
    cursor: pointer;
    text-decoration: none;
}

#forgetPassword, #forgetUserName, #pingonelogin, #pingfederatelogin {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal !important;
}

    #forgetPassword:hover, #forgetUserName:hover, #pingonelogin:hover, #pingfederatelogin:hover {
        color: #1286ce !important;
        cursor: pointer;
        text-decoration: none;
    }

td > a .glyphicon glyphicon-pencil {
    color: #777 !important;
    cursor: pointer;
    text-decoration: none;
}

td > a .glyphicon glyphicon-pencil {
    color: #777 !important;
    cursor: pointer;
    text-decoration: none;
}

.panel-body .form-horizontal label {
    text-align: left;
}


.icon-font {
    font-size: 30px;
    color: #1286ce;
    margin-bottom: 20px;
}

.glyphicon .glyphicon-calendar:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.signature {
    /*Updated font as per PMROADMAP-26*/
    font-family: Arizonia;
    font-weight: bold;
    font-size: 1.8rem;
    /*font-style: italic;
    font-family: 'Brush Script MT';
    font-size: x-large;
    font-weight: bold;
    font-stretch: ultra-expanded;*/
    color: #3d3b3b;
    /*text-shadow: 4px 4px 3px rgba(0,0,0,0.1);*/
}



/* Start Context Menu CSS */

div.menu {
    display: none;
    color: white;
    background-color: #313530;
    z-index: 99;
}

div.top {
    display: inline-block;
}

    div.top.hmb > div.item {
        display: inline-block;
    }

div.menu > div.item {
    white-space: nowrap;
    cursor: pointer;
    padding: 5px 10px;
    margin: 0;
    border-top: 4px solid transparent;
}

.top-nav ul li a {
}

.menu.vmb a {
    font-size: 12px !important;
}

@media (min-width:481px) {
    div.menu > div.item:hover {
        background-color: #262626;
    }

    div.menu.top > div.item:hover {
        border-top: 4px solid #009ac7;
    }
}

div.menu > div.item > a {
    text-decoration: none;
    color: white;
    display: block;
    padding: 0 10px;
}

div.menu > div.item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.menu > div.item ul li {
    display: block;
    float: none;
    padding: 0;
}

div.menu > div.item.dropdown_list ul li a {
    display: block;
    padding: 5px 20px 5px 35px;
    border-top: 4px solid transparent;
}

div.menu > div.item.dropdown_list ul li ul li a {
    padding: 5px 20px 5px 55px;
}

div.menu > div.item.dropdown_list ul li ul li ul li a {
    padding: 5px 20px 5px 75px;
}

div.menu > div.item.dropdown_list ul li a:hover {
    background-color: #262626;
}

div.menu > div.item.dropdown_list {
    padding: 5px 0 0;
}

div.menu > div.item.dropdown_list a {
    padding: 0 10px 6px 20px;
    background-color: #313530;
}

div.menu > div.item.dropdown_list:hover > a {
    background-color: #262626;
}

div.menu > div.item.dropdown_list> a.active img, div.menu > div.item.dropdown_list ul li a.active img {
    transform: rotate(180deg);
    position:relative;
    /*top: 1px;*/
}


.item.dropdown_list:hover > a {
    background-color: #262626 !important;
}

.item.dropdown_list > ul {
    overflow: hidden;
    /*height: 0;*/
}

.item.dropdown_list:hover > ul {
    /*height: auto;*/
}


div.menu > div.item.dropdown_list a img {
    display: inline-block;
    position: relative;
    /*top: -2px;*/
    padding: 0;
    margin-left: 5px;
    width: auto !important;
    vertical-align: baseline !important;
}


/*  Adjust the exact display and positions of sub-menus  */

@media (min-width:767px) {
    div.hmb > div.item:hover > div.vmb { /* Horizontal menu w/ vertical sub-menu */
        position: absolute;
        display: block;
        margin-top: 5px;
        margin-left: -10px;
        z-index: 999;
        right:0;
    }
}

div.hmb > div.item:hover > div.vmb { 
    overflow: auto;
    max-height: 90vh;
}

@media (max-width:820px) {
    div.hmb > div.item:hover > div.vmb { /* Horizontal menu w/ vertical sub-menu */
        overflow: auto;
        max-height: 80vh;
    }
}

@media only screen and (min-width: 320px) and (max-width: 499px){
    div.hmb > div.item:hover > div.vmb { /* Horizontal menu w/ vertical sub-menu */
        right: unset !important;
    }
}

.top-nav .dropdown-menu.collapse{
	overflow:hidden;
}

.top-nav .dropdown-menu.collapse.in{
	overflow:unset;
}

/* End Context Menu CSS */
.sort {
    cursor: pointer;
    color: inherit !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
}

.submit {
    margin-top: 15px;
    margin-left: 15px;
}

.display-case-no {
    font-size: 17px;
}

.right {
    float: right;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

/*Change password alert message */
.medium {
    font-size: medium;
    width: 100%;
}

/* Display today date*/
.today-date {
    display: inline !important;
    vertical-align: top;
}

.instructions-Change-password {
    color: #0e3656;
}
/*green*/
/*.ng-valid[required].ng-touched {
        border-right: 5px solid #42A948; 
    }*/
/*red*/
/*.ng-invalid:not(form).ng-touched {
        border-right: 5px solid #a94442; 
    }*/
/*green*/

.green-border-class {
    border-right: 5px solid #42A948;
}

/*red*/
.red-border-class {
    border-right: 5px solid #a94442;
}

.form-control {
    padding-left: 7px;
    padding-right: 7px;
}

.table_type1 tr td {
    padding: 7px 5px;
}

@media (min-width:768px) {
    .table_type1 tr td label {
        min-width: 110px;
    }
}

@media (max-width:767px) {
    .table_type1 tr td {
        display: block;
        padding: 0px 5px;
        line-height: 1.1;
    }

        .table_type1 tr td label {
            padding-top: 10px;
        }
}

.menu.top.hmb {
    position: relative;
}

div.top {
    display: block;
}

@media (max-width:767px) {
    .menu.vmb {
        display: block;
    }
}

.top-nav ul li .item img {
    display: block;
    margin: auto;
}

@media (max-width:767px) {
    .top-nav ul li .item img {
        display: inline-block;
        margin: auto;
        vertical-align: top;
        margin-right: 8px !important;
    }
}

.dropdown-menu > li > a {
    line-height: 1.3;
}

@media only screen and (max-width: 767px) and (min-width: 500px) {

   /*.top-nav ul li a {
        margin-top: 5px;
    }*/
}

.reviewer-f {
    padding-left: 13px !important;
    cursor: pointer;
}

.table_1 tbody tr:first-child td:first-child {
    white-space: nowrap;
}

a:focus {
    outline: none;
}

@media only screen and (min-width: 768px) {
    .empty_label {
        height: 23px;
        display: block;
    }
}

.section_block {
    margin-bottom: 15px;
}

.charcount {
    float: right;
    padding-top: 5px;
}

.header-text-color {
    color: white;
}
/* center align in PMROADMAP-73 */
.table.table_1 th {
    vertical-align: middle;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-top-20 {
    margin-top: 20px;
}

.opt-out {
    color: #428bca !important;
}

.mandatory {
    color: red;
}

.normal-font label {
    font-weight: normal !important;
}

.date {
    width: 110px !important;
}

.date-range-label {
    width: 70px;
    padding-right: 0px;
    padding-left: 0px;
}

.complete-container {
    display: inline;
}

.complete-lable {
    display: inline-block;
    vertical-align: top !important;
    padding-top: 7px;
}

.complete-input-container {
    display: inline-block;
    padding-left: 5px;
    vertical-align: top;
}

.complete-input {
    width: 150px;
    vertical-align: top !important;
}


.complete-button {
    display: inline-block;
    vertical-align: top !important;
}



@media only screen and (max-width: 600px) {
    .complete-input-container {
        display: inherit;
        padding-left: 5px;
    }

    .complete-button {
        padding-top: 5px;
    }
}

/*Change as per PMROADMAP-112 */
a:hover, a:focus {
    text-decoration: none !important;
}

.remove-left-padding {
    padding-left: 0px !important;
}

.remove-left-margin {
    margin-left: 0px !important;
}


@media only screen and (max-width: 700px) {
    .remove-left-margin {
        margin-left: 0px !important;
    }
}

.calender-new {
    top: -4px !important;
}

.name-new {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
    padding: 0px 0 0 0 !important;
}

/* Update with for PMROADMAP-144 */
@media all and (max-width:1000px) {
    .rp_large table thead {
        display: none;
    }

    .rp_large table tbody tr td span > span::before {
        content: attr(data-col);
        color: #333;
        display: block;
        font-weight: bold;
        padding-right: 10px;
    }

    .rp_large table td {
        display: block;
    }
}

.summary {
    font-size: 15px;
    color: #424040;
    font-weight: 500;
}

.detail-list a {
    font-size: 15px;
    color: #424040;
    font-weight: 500;
    padding: 4px 10px;
    margin-right: 0px;
    display: inline-block;
    text-decoration: none;
}

.detail-list .removepadding a {
    padding: 0px !important;
    margin-right: 0px !important;
}

    .detail-list a:hover {
        color: #1388cf;
    }

.detail-list .form-group {
    font-size: 15px;
    color: #424040;
    font-weight: 500;
    padding: 4px 10px;
    margin-right: 30px;
    display: inline-block;
}

/*@media only screen and (max-width:767px){
     .container {
        width:auto;
    }
 }*/
@media only screen and (min-width: 320px) and (max-width:527px) {
    .name p {
        float: none !important;
    }

    .name p, .due-date p {
        text-align: center;
        margin: 10px;
    }
    .tooltipicon .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #FFFFE0;
        border: 1px solid #000;
        color: #000;
        text-align: left;
        top: 98%;
        margin-left: -200px;
        border-radius: 6px;
        padding: 5px 5px 5px 5px;
        position: absolute;
        font-family: Arial, Helvetica, sans-serif !important;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: small !important;
        position: absolute !important;
    }

    .tooltipicon:hover .tooltiptext {
        visibility: visible;
        opacity: 10000;
    }
}

/* Changes as per  PMROADMAP-111 */
.indicator-icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #333333;
    margin-top: 3px;
}

    .indicator-icon.red {
        background: #9c4526;
        border-color: #ac654b;
    }

    .indicator-icon.green {
        background: #1e9a7c;
        border-color: #aad9cd;
    }

    .indicator-icon.yellow {
        background: #f1be48;
        border-color: #be890e;
    }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #eee !important;
}

.statuteTestAlign {
    font-family: arial;
    font-size: 11px;
    color: #999999;
}

@media only screen and (max-width:899px) {
    .hide-cell {
        display: none !important;
    }
}



/*Change hover when click on accordion */
.panel-title-up-arrow > a {
    cursor: pointer;
}


/* */
.fa-circle-o-notch {
    color: #1286ce !important;
    font-size: 17px;
}

@font-face {
    font-family: 'arizonia';
    src: url('../../font-awesome/fonts/arizonia-regular.ttf') format('truetype');
}


/* for word count for PMROADMAP-144 */
.count {
    color: black;
}
/*Work for drop down work for ticket PMROADMAP-135 */
.facility_box.dropdown .dropdown-menu {
    background: #31b0d5;
    text-shadow: none;
}

    .facility_box.dropdown .dropdown-menu a {
        color: #fff;
    }

        .facility_box.dropdown .dropdown-menu a:hover {
            color: #333;
        }

@media (max-width:500px) {
    .facility_box.dropdown .dropdown-menu {
        max-width: 300px;
        font-size: 12px;
        overflow-x: auto;
    }
}

@media only screen and (min-width:981px) {
    .facility_box.dropdown:hover .dropdown-menu {
        display: block;
        top: 96%;
    }
}

.active-facility {
    background-color: #165a86 !important;
}


.facility_check {
    display: inline-block;
}

.facility_box.dropdown {
    background-color: #1072af !important;
}

button.dropdownbtn {
    padding-left: 0 !important;
}

.dropdownul {
    background-color: #1286ce !important;
    background-color: #1286ce !important;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15);
}

    .dropdownul li a {
        padding-left: 6px;
    }

.loader {
    z-index: 9999;
}

.dropdownbtn {
    color: #fff;
    background-color: #1286ce !important;
    border-color: #1286ce !important;
    box-shadow: none;
    text-overflow: ellipsis;
    position: relative;
    display: inline-block;
}

.textminifys {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 500px;
}

@media screen and ( max-width:1100px ) {
    .textminifys {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 300px;
    }
}

@media screen and ( max-width:550px ) {
    .textminifys {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 200px;
    }
}

.dropdownbtn:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
    right: -1px;
    bottom: 13px;
}

.dropdownbtn-singleFacility {
    color: #fff;
    background-color: #1286ce !important;
    border-color: #1286ce !important;
    box-shadow: none;
    text-overflow: ellipsis;
    position: relative;
    display: inline-block;
}

.dropdownbtn:hover {
    color: #fff;
    background-color: #1286ce !important;
    border-color: #1286ce !important;
    box-shadow: none;
}

.dropdownbtn:focus {
    color: #fff;
    background-color: #1286ce !important;
    border-color: #1286ce !important;
    box-shadow: none;
}



.dropdownul li a:hover {
    background-color: #165a86 !important;
    color: #fff !important;
    overflow: auto;
    margin-top: 1px;
    margin-bottom: 1px;
}

.dropdownul li a:active,
.dropdownul li a:focus {
    background-color: #1286ce;
    color: #fff !important;
    overflow: auto;
}


/*Create class for PMROADMAP-144 */
.fixedstatuswidth {
    width: 120px;
    overflow: auto;
    min-width: 120px;
}

.statuswidth {
    width: 25px;
    display: inline-block;
    height: 22px;
    float: left;
}

.inlinetxt {
    display: inline-block;
    margin: 0 4px;
    vertical-align: bottom;
}

    .inlinetxt span i {
        vertical-align: bottom;
    }

@media screen and ( max-width:1300px ) {
    td, th {
        word-break: keep-all;
    }

    .fixedstatuswidth {
        width: auto;
    }
}

@media screen and ( max-width:1000px ) {
    .statuswidth {
        width: auto !important;
        margin-bottom: 7px;
    }
}

@media screen and (min-width: 1000px) and (max-width:1300px) {
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 12px !important;
        padding: 8px 4px !important;
    }

    .table_1 > thead > tr > th:last-child {
        width: 90px;
    }
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    word-wrap: break-word;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td span {
        word-wrap: break-word !important;
    }

        .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td span span {
            word-wrap: break-word !important;
        }

.page-content {
    overflow: hidden;
}

img.inlinetxt {
    height: 16px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px 4px !important;
}

/*Add css for PMROADMAP-65*/
.diabled-link {
    pointer-events: none;
}
/*Fonts added as per PMROADMAP-71*/
/*@font-face {
    font-family: 'filmotype_filmotypelacrosse';
    src: url('../../font-awesome/fonts/filmotype_filmotypelacrosse.otf') format('opentype');
}

@font-face {
    font-family: 'filmotype_filmotypelacrosse';
    src: url('../../font-awesome/fonts/filmotype_filmotypelacrosse.otf') format('opentype');
}

@font-face {
    font-family: 'sudtipos_missrobertsonpro';
    src: url('../../font-awesome/fonts/sudtipos_missrobertsonpro.otf') format('opentype');
}

@font-face {
    font-family: 'softmaker_kunohandwriting';
    src: url('../../font-awesome/fonts/softmaker_kunohandwriting.otf') format('opentype');
}

@font-face {
    font-family: 'nicky_laatz_just_lovely';
    src: url('../../font-awesome/fonts/nicky_laatz_just_lovely.otf') format('opentype');
}

@font-face {
    font-family: 'kimberly_geswein_kg_eyes_wide_open';
    src: url('../../font-awesome/fonts/kimberly_geswein_kg_eyes_wide_open.ttf') format('truetype');
}

@font-face {
    font-family: 'softmaker_fabiohandwriting';
    src: url('../../font-awesome/fonts/softmaker_fabiohandwriting.otf') format('opentype');
}*/
@font-face {
    font-family: 'Brush Script MT';
}

@font-face {
    font-family: 'Mistral';
}

@font-face {
    font-family: 'Pristina';
}

@font-face {
    font-family: 'Bradley Hand ITC';
}

@font-face {
    font-family: 'Vladimir Script';
}


.Brush_Script_MT {
    font-family: Brush Script MT;
    font-weight: bold;
    font-size: 2.4rem;
    color: #3d3b3b;
    padding-top: 5px;
}

.Mistral {
    font-family: Mistral;
    font-weight: bold;
    font-size: 2.4rem;
    color: #3d3b3b;
    padding-top: 5px;
}

.Pristina {
    font-family: Pristina;
    font-weight: bold;
    font-size: 2.4rem;
    color: #3d3b3b;
    padding-top: 5px;
}

.Bradley_Hand_ITC {
    font-family: Bradley Hand ITC;
    font-weight: bold;
    font-size: 2.4rem;
    color: #3d3b3b;
    padding-top: 5px;
}

.Vladimir_Script {
    font-family: Vladimir Script;
    font-weight: bold;
    font-size: 2.4rem;
    color: #3d3b3b;
    padding-top: 5px;
}


/*.Brush Script MT {
    font-family:'Brush Script MT';
    font-weight: bold;
    font-size: 2.4rem;
    color: #3d3b3b;   
    padding-top:5px;   
    
}
.sudtipos_missrobertsonpro {
   font-family:'Mistral';
    font-weight: bold;
    font-size:2.3rem;
    color: #3d3b3b;   
    padding-top:14px;   
}
    
.softmaker_kunohandwriting {
    font-family:'Pristina';
    font-weight: bold;
    font-size: 2.4rem;
    color: #3d3b3b;  
    padding-top:5px;     
}

.nicky_laatz_just_lovely {
    font-family: 'Bradley Hand ITC';
    font-weight: bold;
    font-size: 2.4rem;
    color: #3d3b3b; 
    padding-top:5px;
}
   
.kimberly_geswein_kg_eyes_wide_open{
    font-family: 'Vladimir Script';
    font-weight: bold;
    font-size: 2.4rem;
    color: #3d3b3b;
    padding-top:5px;
    padding-bottom:5px !important    
}*/
/*.softmaker_fabiohandwriting {
    font-family: 'Vladimir Script';
    font-weight: bold;
    font-size: 2.4rem;
    color: #3d3b3b;
    padding-top:5px;
}
   
}*/

.subheading {
    margin-bottom: 5px;
    margin-left: -15px !important;
}

.signaturecheckbox {
    margin-left: 17px !important;
    margin-right: 10px !important;
    margin-top: 2px;
    margin-bottom: 14px;
}

.sign_text {
    margin-top: -2px;
    margin-bottom: 5px;
}

/*Css for PMROADMAP-113*/
.settings_checkbox.form-control-static {
    text-align: right !important;
    padding-bottom: 0px !important;
}

.control-label.shorttd {
    min-width: 40% !important;
    display: inline-block !important;
}


/*Change for PMROADMAP-166 */
/*Change for PMROADMAP-89 */
.audit-detail {
    font-style: italic;
    font-size: inherit;
    font-weight: normal;
}

/*Change for PMROADMAP-166 */
.main-audit-detail {
    /*padding-left: 28%;*/
    font-size: 12px;
    position: absolute;
    right: 32px;
}

/*Change for PMROADMAP-166 */
@media screen and (max-width:700px) {
    .main-audit-detail {
        display: block;
    }
}


/*Change for PMROADMAP-166 */
@media screen and (max-width:960px) {
    .main-audit-detail {
        font-size: 13px;
        padding-top: 4px;
        padding-left: 0px;
        line-height: 17px;
        position: initial;
    }

    .audit-detail {
        font-style: italic;
        font-size: inherit;
        font-weight: normal;
    }

    h4.panel-title {
        font-size: 13px;
    }

    h4.panel-title-up-arrow {
        font-size: 13px;
    }

    /*space between indicator and form name in blue bar */
    .panel-title > a.reviewer-form-list {
        padding-right: 10px;
    }

    .next-line {
        /*display: inline-block !important;*/
        display: inline-block;
    }

    .panel-title-up-arrow > a.reviewer-form-list {
        display: inline-block;
        width: 310px !important;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        vertical-align: middle;
        line-height: 1.4;
    }
}
/*Change for PMROADMAP-166 */
@media screen and (min-width:1024px) and (max-width:1024px) {

    .main-audit-detail {
        font-size: 12px;
        /*padding-top: 4px;*/
        padding-left: 28%;
        line-height: 12px;
    }

    .audit-detail {
        font-style: italic;
        font-size: inherit;
        font-weight: normal;
    }

    h4.panel-title {
        font-size: 13px;
    }

    h4.panel-title-up-arrow {
        font-size: 13px;
    }
}

/*Make css for PMROADMAP-91*/
.reviewer-form-list {
    width: 500px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 1.4;
}

.panel-title > a.reviewer-form-list {
    display: inline-block;
}

/*Change for PMROADMAP-166 */
.panel-title-up-arrow > a.reviewer-form-list {
    /*display: inline-block;*/
    width: 500px;
    text-decoration: none !important;
    height: auto !important;
}

.panel-title-up-arrow > .main-audit-detail {
    /*padding-top: 3px;*/
}

@media screen and (max-width:960px) {
    .reviewer-form-list {
        width: 320px !important;
    }
}

/*.signaturetext {
    padding: 0 10px 10px 7px !important;
    line-height: 79px !important;
    height: 43px;
    flood-color:red;
    font-weight: bold;
    font-size: 2.9rem;
}*/


/*Change for PMROADMAP-166 */
.next-line {
    display: block;
}

@media screen and (max-width:320px) {
    /*space between indicator and form name in blue bar */
    .panel-title > a.reviewer-form-list

{
    padding-right: 45px;
}

}


@media screen and (min-width:320px) and (max-width:414px) {
    .next-line {
        display: inline-block;
    }

    .main-audit-detail {
        font-size: 11px !important;
    }
}

@media screen and (min-width:700px) and (max-width:768px) {

    .main-audit-detail {
        font-size: 11px !important;
        padding: 0 !important;
        position: absolute !important;
        right: 32px;
        line-height: 11px !important;
    }

    .next-line {
        display: block;
    }
}


.submitSign {
    margin-top: 15px;
    margin-left: 0px;
}

.recommendationsign {
    margin-top: 6px !important;
    font-size: 2.4rem !important;
}

.signaturesettings {
    margin-top: 6px !important;
    margin-left: -14px !important;
    padding-top: 10px !important;
    padding-left: 0px;
}

.tabs_casenumber {
    font-size: 15px;
    color: #424040;
}

.linemargin {
    margin-top: 0px !important;
}

#signaturetextbox {
    font-size: 2.4rem !important;
}

/*---- Start Discussion ---- */
.discussion .blue {
    background-color: #c2e1f9;
}

.discussion > ul > li {
    padding: 5px;
}

.discussion > .chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .discussion > .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .discussion > .chat li.left .chat-body {
            margin-left: 60px;
        }

        .discussion > .chat li.right .chat-body {
            margin-right: 60px;
        }


        .discussion > .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }

.discussion > .panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}

.discussion > .panel-body {
    overflow-y: scroll;
    height: 250px;
}

.discussion > ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.discussion > ::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.discussion > ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.discussion > ul {
    margin-top: 10px !important;
}
/*---- End Discussion ---- */
#btn-input {
    overflow: hidden;
}

.chat-body > p{
    margin-top:5px !important;
}

.send-button{
    vertical-align:top;
}

/*Fixed the width of the past-outcomes columns in PMBR=-1485 */

.RFR-WIDTH {
    min-width:210px;
}

.Case-Desc {
    min-width: 280px;
}
.Action-Disposition {
    width: 200px;
}
.break-word {
  
    word-break: break-all;

}

#btn-input {
    resize: none;
}

#btn-input {
    height: 30px;

}
.modal {
    text-align: center;
    padding: 0 !important;
    z-index: 2500;
    background-color: gray;
    opacity: 10;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;  
}

.modal-dialog-custom {
  top: 96px;
}

.session-clock {
    color: white;
    float: right;
    right: 0;
    font-size: 20px;
    font-weight: 400;
    margin: 17px 0;
    margin-right: -123px;
}

@media only screen and (max-width:1200px) {
    .session-clock {
        margin-right: 0;
    }
}
@media only screen and (max-width:480px) {
    .mob_view {
        text-align: center;
    }

        .mob_view .session-clock {
            float: none;
            text-align: center;
            font-size: 18px;
            display: inline-block;
        }
}


/*Review Complete pmroadmap-256*/
.case-no-hyperlink {
    color: black !important;
    cursor: pointer;
    text-decoration: underline !important;
}

/*Session Clock pmroadmap-303*/

.sessionClock-button {
    border-radius: 10px;
    background-color: #eaeaea;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 10px;
    color: #000;
    vertical-align: top;
    border: #cecece solid 2px;
    position: relative;
    top: -2px;
    display: inline-block;
    margin: 0 0 0 15px;
}
@media(max-width:767px) {
    .sessionClock-button {
        border: #ccc solid 2px;
        font-size: 14px;
        padding: 4px 8px;
    }
}
    .alert-height {
        line-height: 34px;
        min-height: 48px;
        padding: 5px 15px;
    }

        .alert-height .btn {
            margin-left: 60px;
            border-radius: 8px;
            padding: 6px 18px;
        }

    @media(max-width:767px) {
        .alert-height {
            line-height: 18px;
            min-height: auto;
            padding-right: 80px;
            padding: 10px 80px 10px 15px;
        }

            .alert-height .btn {
                margin-left: 0;
                margin-top: 10px;
                display: block;
            }
    }

    shared-message {
        width: 100%;
        display: inline-block;
        position: relative;
        max-width: 1200px;
        margin: auto;
        min-height: 27px;
    }

    .headingBatchProcessing{
        display:inline-block;
    }

    .instructionsBatchProcessing{
        margin-left:-20px;
    }

    h3.headingBatchProcessing + img {
        height: 30px;
        margin-bottom: 4px;
        margin-left: 10px;
        cursor:pointer;
    }

    .batchCheckBox {
        background-color: #fff;
        margin: 0px;
        border-top-color: #fff !important;
    }

    .holdForBatch{
        float:right;
        padding:15px 0 0 0;
    }

    .pagination-center {
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

        /* Ensure they stay inline */
        .pagination-center > div {
            display: inline-block;
            vertical-align: middle;
            margin: 0 5px;
            color: #2a6496;
        }

    /* On mobile, allow wrapping nicely */
    @media (max-width: 575.98px) {
        .pagination-center > div {
            display: block;
            margin: 5px 0;
            color: #2a6496;
        }
    }