﻿.spinner:before {
    background-color: #89C4F4 !important;
    border-radius: 6px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    content: " ";
    opacity: 0.3;
}

.ui-grid-header {
    background-color: rgb(57, 128, 181);
    color: white;
}

#gridheaderstyleId .ui-grid-cell-contents {
    white-space: initial;
}

.gridStyle {
    width: 100%;
    height: 77vh;
    box-shadow: 0px 3px 3px #C5BDBD;
}

.gridStyleTest {
    width: 189vh;
    height: 77vh;
    box-shadow: 0px 3px 3px #C5BDBD;
}

.gridStyleShort {
    width: 100%;
    height: 66vh;
    box-shadow: 0px 3px 3px #C5BDBD;
}

.ui-grid-row .is-odd .ui-grid-cell {
    background-color: #FFFFFF;
}

.ui-grid-row .is-even .ui-grid-cell {
    background-color: #d9edf7;
}

.studykey .ui-grid-row .is-odd .ui-grid-cell {
    background-color: #FFFFFF;
    height: 40px;
}

.studykey .ui-grid-row .is-even .ui-grid-cell {
    background-color: #d9edf7;
    height: 40px;
}

.disabled {
    color: grey;
}

.gridScroll {
    overflow: auto !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #C9C9C9;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

.adminsidebar {
    background: #272930;
    padding: 9px 10px;
    -moz-transition: left .1s;
    -webkit-transition: left .1s;
    -o-transition: left .1s;
    transition: left .1s;
    left: 0px;
}


.cl-vnavigation {
    margin: 0 0 0 0;
    padding: 0;
    border-top: 1px solid #1a1c20;
    border-bottom: 1px solid #404348;
}

    .cl-vnavigation .active > a {
        background: #3A3C44;
        border-left: 2px solid #2494f2;
    }

    .cl-vnavigation li a {
        border-top: 1px solid #32353e;
        border-bottom: 1px solid #222325;
        display: block;
        padding: 7px 0px 7px 5px;
        color: #c9d4f6;
        font-size: 12px;
        font-weight: 300;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
        white-space: nowrap;
    }
    .cl-vnavigation li{
         background: black;
    }

.adminView {
    height: 545px;
    overflow-y: auto;
    overflow-x: hidden;
}

.innerDiv {
    height: 88.6vh;
    top: -2px;
    bottom: 0; /* vertical center */
    left: 0;
    right: 0;
}

.innerDiv1 {
    height: 88.6vh;
}


.imgstyle {
    height: 23px;
    width: 23px;
}

.disabled1 {
    cursor: not-allowed;
}

/*for marquee in login page*/

/* Make it a marquee */
.marquee {
    width: 450px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px green solid;
}

    .marquee span {
        display: inline-block;
        padding-left: 100%;
        text-indent: 0;
        border: 1px red solid;
        animation: marquee 15s linear infinite;
    }

        .marquee span:hover {
            animation-play-state: paused;
        }

/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

/* Make it pretty */
.microsoft {
    padding-left: 1.5em;
    position: relative;
    font: 16px 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

    /* ::before was :before before ::before was ::before - kthx */
    .microsoft:before, .microsoft::before {
        z-index: 2;
        content: '';
        position: absolute;
        top: -1em;
        left: -1em;
        width: .5em;
        height: .5em;
        box-shadow: 1.0em 1.25em 0 #F65314, 1.6em 1.25em 0 #7CBB00, 1.0em 1.85em 0 #00A1F1, 1.6em 1.85em 0 #FFBB00;
    }

    .microsoft:after, .microsoft::after {
        z-index: 1;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 2em;
        height: 2em;
        background-image: linear-gradient(90deg, white 70%, rgba(255,255,255,0));
    }

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

    .vanity a, .microsoft a {
        color: #1570A6;
        transition: color .5s;
        text-decoration: none;
    }

        .vanity a:hover, .microsoft a:hover {
            color: #F65314;
        }

/* Style toggle button */
.toggle {
    display: block;
    margin: 2em auto;
}

.textarea {
    resize: none;
}

#clientgrid {
    margin-top: 10px;
    margin-left: 20px;
    width: 1100px;
}

.searchstyle {
    width: 30%;
    left: 35.5%;
    /*margin-top:1.8%;*/
}

.searchiconstyle {
    color: #3980B5;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 10px 10px 0px;
    width: 25px;
    top: 0px;
}

.modal-header {
    border-bottom: 1px solid #1080de !important;
    background-color: #2494f2;
    color: #fff;
}

.page-head {
    margin-top: 10px;
}

#error .ng-dirty.ng-valid {
    box-shadow: 0px 0px 5px #61C5FA;
}

#error .ng-dirty.ng-invalid {
    border-color: red;
}

#error .ng-touched.ng-invalid {
    border-color: red;
}

#error .ng-touched.ng-valid {
    box-shadow: 0px 0px 5px #61C5FA;
}

.showerror {
    color: red;
    font-weight: normal;
    text-align: center;
}

#studyprivilegemappingForm .studydropdown {
    border: solid;
    background-color: #f5f5f5;
    border-left-color: #ddd;
    border-left: solid;
    border-color: #ddd;
    border-bottom: solid;
    border-bottom-color: #ddd;
    border-width: 1px;
    width: 562px;
    height: 35px;
}

#studyprivilegemappingForm .privilegedropdown {
    border: solid;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom: solid;
    border-bottom-color: #ddd;
    border-width: 1px;
    width: 562px;
    height: 35px;
}

#studyprivilegemappingForm .plussign {
    border: solid;
    background-color: #f5f5f5;
    border-bottom: solid;
    border-color: #ddd;
    border-bottom-color: #ddd;
    border-width: 1px;
    width: 130px;
    height: 35px;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
}

#studyprivilegemappingForm .studyheader {
    border: solid;
    border-color: #ddd;
    background-color: rgb(57, 128, 181);
    color: white;
    border-bottom: solid;
    border-width: 1px;
    width: 562px;
    font-weight: bold;
    padding-top: 5px;
    height: 30px;
}

#studyprivilegemappingForm .privilegeheader {
    border: solid;
    border-color: #ddd;
    background-color: rgb(57, 128, 181);
    color: white;
    border-bottom: solid;
    border-width: 1px;
    width: 562px;
    font-weight: bold;
    padding-top: 5px;
    height: 30px;
}

#studyprivilegemappingForm .actionheader {
    border: solid;
    border-color: #ddd;
    background-color: rgb(57, 128, 181);
    color: white;
    border-bottom: solid;
    border-width: 1px;
    width: 130px;
    font-weight: bold;
    padding-top: 5px;
    height: 30px;
}

#studyprivilegemappingForm .glyphicon glyphicon-plus {
    height: 25px;
    top: 7px;
    color: #008ae6;
}

#studyprivilegemappingForm .form-control {
    height: 30px;
}


#clientstudymappingForm .clientdropdown {
    border: solid;
    background-color: #f5f5f5;
    border-left-color: #ddd;
    border-left: solid;
    border-color: #ddd;
    border-bottom: solid;
    border-bottom-color: #ddd;
    border-width: 1px;
    width: 562px;
    height: 35px;
}

#clientstudymappingForm .studydropdown {
    border: solid;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom: solid;
    border-bottom-color: #ddd;
    border-width: 1px;
    width: 562px;
    height: 35px;
}

#clientstudymappingForm .plussign {
    border: solid;
    background-color: #f5f5f5;
    border-bottom: solid;
    border-color: #ddd;
    border-bottom-color: #ddd;
    border-width: 1px;
    width: 130px;
    height: 35px;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
}

#clientstudymappingForm .clientheader {
    border: solid;
    border-color: #ddd;
    background-color: rgb(57, 128, 181);
    color: white;
    border-bottom: solid;
    border-width: 1px;
    width: 562px;
    font-weight: bold;
    padding-top: 5px;
    height: 30px;
}

#clientstudymappingForm .studyheader {
    border: solid;
    border-color: #ddd;
    background-color: rgb(57, 128, 181);
    color: white;
    border-bottom: solid;
    border-width: 1px;
    width: 562px;
    font-weight: bold;
    padding-top: 5px;
    height: 30px;
}

#clientstudymappingForm .actionheader {
    border: solid;
    border-color: #ddd;
    background-color: rgb(57, 128, 181);
    color: white;
    border-bottom: solid;
    border-width: 1px;
    width: 130px;
    font-weight: bold;
    padding-top: 5px;
    height: 30px;
}

#clientstudymappingForm .glyphicon glyphicon-plus {
    height: 25px;
    top: 7px;
    color: #008ae6;
}

#clientstudymappingForm .form-control {
    height: 30px;
}

#btns {
    margin-top: 20px;
    margin-left: 1035px;
}

#adminstudymappingForm .clientheader {
    border: solid;
    border-color: #ddd;
    background-color: rgb(57, 128, 181);
    color: white;
    border-bottom: solid;
    border-width: 1px;
    width: 374px;
    font-weight: bold;
    padding-top: 5px;
    height: 30px;
}

#adminstudymappingForm .adminheader {
    border: solid;
    border-color: #ddd;
    background-color: rgb(57, 128, 181);
    color: white;
    border-bottom: solid;
    border-width: 1px;
    width: 376px;
    font-weight: bold;
    padding-top: 5px;
    height: 30px;
}

#adminstudymappingForm .studyheader {
    border: solid;
    border-color: #ddd;
    background-color: rgb(57, 128, 181);
    color: white;
    border-bottom: solid;
    border-width: 1px;
    width: 376px;
    font-weight: bold;
    padding-top: 5px;
    height: 30px;
}

#adminstudymappingForm .actionheader {
    border: solid;
    border-color: #ddd;
    background-color: rgb(57, 128, 181);
    color: white;
    border-bottom: solid;
    border-width: 1px;
    width: 134px;
    font-weight: bold;
    padding-top: 5px;
    height: 30px;
}

#adminstudymappingForm .studydropdown {
    border: solid;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom: solid;
    border-bottom-color: #ddd;
    border-width: 1px;
    width: 376px;
    height: 38px;
}

#adminstudymappingForm .admindropdown {
    border: solid;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-bottom: solid;
    border-bottom-color: #ddd;
    border-width: 1px;
    width: 376px;
    height: 38px;
}

#adminstudymappingForm .clientdropdown {
    border: solid;
    background-color: #f5f5f5;
    border-left-color: #ddd;
    border-left: solid;
    border-color: #ddd;
    border-bottom: solid;
    border-bottom-color: #ddd;
    border-width: 1px;
    width: 374px;
    height: 38px;
}

#adminstudymappingForm .plussign {
    border: solid;
    background-color: #f5f5f5;
    border-bottom: solid;
    border-color: #ddd;
    border-bottom-color: #ddd;
    border-width: 1px;
    text-align: center;
    width: 134px;
    height: 38px;
    padding-top: 5px;
    cursor: pointer;
}

.slide-out {
    -moz-transition: left 1s;
    -webkit-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s;
    left: -200px;
}

#siteAccessForm #available, #selected {
    height: 150px;
}

#siteAccessForm #moveright {
    padding-left: 20px;
    padding-top: 20px;
}

#siteAccessForm #moverightall {
    padding-top: 10px;
    padding-left: 20px;
}

#siteAccessForm #moveleft {
    padding-top: 10px;
    padding-left: 20px;
}

#siteAccessForm #moveleftall {
    padding-top: 10px;
    padding-left: 20px;
}

#select1, #select2 {
    overflow: auto;
}

#available, #selected {
    overflow: auto;
}

#uitxtbox {
    margin-left: 5px;
    width: 50%;
    height: 30px;
    padding: 2px 4px;
    font-size: 14px;
    line-height: 1.428571;
    color: #555;
    background-color: #fff;
    /*background-image: none;*/
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 5px #61C5FA;
}

.dropdowngrid {
    margin-top: 5px;
    margin-left: 5px;
    width: 50% !important;
    height: 30px;
    padding: 2px 4px;
    font-size: 14px;
    line-height: 1.428571;
    color: #555;
    background-color: #fff;
    /*background-image: none;*/
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 5px #61C5FA;
}


#brdcastsearch {
    margin-left: 175px;
}

.success {
    border-color: green;
    background-color: #ccffee;
    color: black;
}

.error {
    border-color: #ff4d4d;
    background-color: #ffe6e6;
    color: black;
}

.searchleft {
    width: 30.5%;
    margin-top: 1.5%;
    margin-left: 2px;
}

.broadcast {
    width: 30%;
    left: 27.2%;
    margin-top: 1.5%;
}

.roleIcon {
    padding-left: 20px;
}

.vHomePageBackColor {
    width: 100%;
    background: url("../../Images/new/bg-pattern.gif") repeat;
}

.vHeaderFont {
    /*padding: 8px; 
    margin-bottom: 4px;*/
    font-size: 20px;
    font-weight: bold;
}

.vHomeLayout {
    position: fixed;
    width: 95.5%;
    margin-left: 3.7%;
}

.vHeaderLayout {
    background-color: white;
    box-shadow: 0px 5px 5px #C5BDBD;
}

.vHeaderLayout2 {
    margin-top: 1px;
    background-color: white;
    width: 100%;
    margin-left: 1px;
    box-shadow: 0px 5px 5px #C5BDBD;
    margin-bottom: 2px;
    padding-top: 4px;
}

.vButtonAdd {
    background-color: #04A060;
    cursor: pointer;
    border: 1px solid #04A060;
    outline: none;
    padding: 5px 5px 5px 5px;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    font-family: inherit;
    color: #fff;
    font-weight: bold;
    min-width: 80px;
}

    .vButtonAdd:hover {
        border: 1px solid #aaa;
        background: #00b16a;
        text-decoration: none;
    }

.vButtonAddGray {
    background-color: #aaa;
    cursor: pointer;
    border: 1px solid #aaa;
    outline: none;
    padding: 5px 5px 5px 5px;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    font-family: inherit;
    color: black;
    font-weight: bold;
    min-width: 80px;
}

    .vButtonAddGray:hover {
        border: 1px solid #aaa;
        background: white;
        text-decoration: none;
    }

.vButtonLeft {
    left: 35.5%;
}

.vFormHeaderLayout {
    background-color: antiquewhite;
    margin-left: -30px;
    margin-top: -10px;
}

.msgsearchstyle {
    width: 30%;
    left: 35.5%;
    margin-top: 1vw;
    /*margin-top:1.8%;*/
}

.multiselect {
    margin-left: -0.5vh;
}

.multilingualtextbox {
    width: 91px;
}

#feedbackcss .radio {
    padding-top: 0px;
}

.ui-grid-row .OtherEDCFlag .ui-grid-cell {
    background-color: #FAFA78;
}


.studyConfigHead {
    margin-left: 0.6vw;
}

.page-body {
    padding: 1px 25px;
    padding-top: 5px;
    background-color: white;
    height: 76vh;
}

.studyConfigTable {
    margin-left: 4vw;
    margin-top: 2vh;
    margin-right: 1vw;
    margin-top: 1vw;
}

.mcCustomGridHeader {
    padding-top: 0.6vh;
    height: 5.8vh;
    border-bottom: solid;
    border-right: solid;
    border-color: #ddd;
    border-width: 0.2vh;
}

.mcCustomFirstCol {
    margin-left: -0.5vw;
    border-left: solid;
    border-color: #ddd;
    border-left-width: 0.2vh;
}

.mcDropdownRow {
    height: 7vh;
}

.odd {
    background: #D7ECFD;
    padding-left: 10px;
}

.even {
    background: #ffffff;
    padding-left: 10px;
}

.mcSaveBtn {
    margin-top: 2vh;
    margin-right: -0.5vw;
}

.mcCoderBodyFirstRow {
    margin-top: 10px;
    padding-left: 15px;
}

.mcCoderBodySecondRow {
    padding-left: 15px;
}

.mcCoderBodyThirdRow {
    height: 30px;
}

.mcCoderBodyFourthRow {
    padding-left: 30px;
    overflow: auto;
}

.headerStyle {
    background-color: rgb(57, 128, 181);
    color: white;
    font-weight: bold;
    height: 5vh;
}

.customGridHeader {
    padding-top: 0.6vh;
    height: 6.2vh;
    border-bottom: solid;
    border-right: solid;
    border-color: #ddd;
    border-width: 0.2vh;
}

.form-control {
    width: 90%;
    padding-top: 6px;
    padding-right: 12px;
}

.mcLeftMargin {
    margin-left: 4vw;
}

.dropdown-menu {
    width: 13.4vw;
}

.btn-group > .btn:first-child {
    width: 13.4vw;
    text-align: left;
}

.btn-group > .btn span {
    margin-left: 7.3vw;
}

.mc1Margin {
    margin-left: 1vw;
    margin-right: 0.8vw;
}

.mcGridStyle {
    width: 98%;
    max-height: 40vh !important;
    border: 0px solid #ddd;
    margin-top: 1vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.mcSetUpGridStyle {
    width: 98%;
    max-height: 20vh !important;
    border: 0px solid #ddd;
    margin-top: 1vh;
    overflow-y: auto;
    overflow-x: hidden;
}


.mcHead {
    margin-left: 1vw;
}

.mcLabelColor {
    background-color: #737272;
}

.mcShowerror {
    color: red;
    font-weight: normal;
    text-align: center;
    margin-left: 1.4vw;
}

.mctitle {
    margin-top: -4vh;
}

.mcsrcdropdown {
    font-weight: bold;
    padding-left: 5vw;
    padding-top: 1vh;
    margin-left: 6vw;
}

.mcstudydropdown {
    font-weight: bold;
    padding-left: 5vw;
    padding-top: 1vh;
}

.mcsrcdropdownrow {
    margin-top: 0vh;
}

.mcsrcdropdownvalue {
    margin-left: -2vw;
}

.mcstudydropdownvalue {
    margin-left: -4vw;
}

.mcconfigemptydata {
    margin-top: 3vh;
}

#accordion .panel-open .panel-heading {
    background-color: rgba(77,140,199,1) !important;
    color: #fff !important;
}

#accordion .panel-open {
    box-shadow: 0px 0px 5px #337ab7 !important;
}

#accordion .panel-group {
    width: 89vw;
}

#accordion .panel-body {
    padding-left: 15px !important;
    padding-bottom: 0px !important;
    padding-top: 7px !important;
    padding-right: 0px !important;
}

#emailConfig #moveright {
    margin-left: -0.5vw;
    padding-top: 4.5vh;
}

#emailConfig #moverightall {
    padding-top: 1vh;
    margin-left: -0.3vw;
}

#emailConfig #moveleft {
    padding-top: 1vh;
    margin-left: -0.5vw;
}

#emailConfig #moveleftall {
    padding-top: 1vh;
    margin-left: -0.5vw;
}

#emailConfig .availablemultiple {
    width: 43vw;
    padding-left: 4vh;
    padding-top: 1vh;
}

#emailConfig .selectedmultiple {
    width: 39vw;
    padding-top: 1vh;
    margin-left: -1vw;
}

#emailConfig #textarea {
    resize: none;
    width: 89vw;
}

#emailConfig {
    vertical-align: central;
    width: 97.5vw;
}

    #emailConfig select option:nth-child(odd) {
        background: #ECE7E7;
        padding: 4px;
    }

    #emailConfig select option:nth-child(even) {
        padding: 4px;
    }

    #emailConfig #available, #selected {
        overflow: auto;
        height: 20vh;
        width: 37vw;
    }

.emailsavebtn {
    margin-right: -1vw;
}

.uploadbtn {
    margin-top: 30px;
}

.mcdragdropRow {
    margin-top: 10px;
}

.mcDropZoneWell {
    margin-top: 10px;
    width: 1050px;
    border: dashed;
    border-color: orange;
    background-color: white;
    /*overflow-y: none;*/
    max-height: 29.5vw;
    /*height:29.5vw;*/
}

.dropzone .dz-preview, .dropzone-previews .dz-preview {
    margin: 9px !important;
    padding: 0px 10px 0px 10px !important;
}

    .dropzone .dz-preview .dz-details, .dropzone-previews .dz-preview .dz-details {
        height: 50px;
    }

.dropzone {
    padding-top: 7px;
    min-height: 397px;
    background: rgba(0,0,0,0);
}

.mch3style {
    margin-top: 0px;
    font-family: Arial;
}

.mch5style {
    margin-top: 0px;
    font-family: Arial;
}

.mcconfigddstyle {
    height: 4.6vh;
}

.mcGridStyleWhodd {
    width: 96%;
    height: 25vh !important;
    border: 0px solid #ddd;
    padding-left: 30px;
    margin-top: 1vh;
}

.setupemptydata {
    margin-top: 1vw;
    width: 90.5vw;
    margin-left: 1vw;
}

.getmcGridStyle {
    width: 98%;
    height: 14vh !important;
    border: 0px solid #ddd;
    margin-top: 1vh;
    overflow-y: hidden;
    overflow-x: hidden;
}
/*.ui-grid-viewport {
    opacity: 0;
}*/

.getmcGridStyleWhodd {
    width: 96%;
    height: 25vh !important;
    border: 0px solid #ddd;
    padding-left: 30px;
    margin-top: 1vh;
}

.getemptygrid {
    margin-top: 1vw;
    margin-left: 1vw;
    width: 90.5vw;
}

.mcFirstCol {
    margin-left: -0.5vw;
    border-left: solid;
    border-color: #ddd;
    border-left-width: 0.2vh;
    padding-left: 3vw;
}

#studyleveltable .slimScrollDiv {
    margin-left: -1.3vh;
}

.templateRow {
    padding-left: 2vw;
    padding-top: 1vh;
}

.meddraTermCol {
    width: 17.06vw !important;
    padding: 5px;
}

.redBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(95, 97, 6, 0.69);
    border-radius: 10px;
}

.greenBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(5, 90, 95, 0.83);
    border-radius: 10px;
}

.blueBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(73, 5, 123, 0.75);
    border-radius: 10px;
}

.yellowBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(90, 12, 4, 0.71);
    border-radius: 10px;
}

.orangeBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(2, 11, 80, 0.78);
    border-radius: 10px;
}

.templateRow {
    padding-left: 3vw;
    padding-top: 1vh;
}

.meddraTermCol {
    width: 17.99vw;
    padding: 5px;
}

.whoddTermCol {
    width: 21.8vw;
    padding: 5px;
}

.whoddCodeCol {
    margin-left: 0.3vw;
    width: 15vw;
    padding-right: 0vw;
    padding-left: 0px;
    word-wrap: break-word;
}

.meddraTermCoderCol {
    width: 18.06vw;
    padding: 5px;
}

.whoddCoderTermCol {
    width: 18.06vw;
    padding: 5px;
}

.blueBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(73, 5, 123, 0.75);
    border-radius: 10px;
}

.yellowBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(90, 12, 4, 0.71);
    border-radius: 10px;
}

.orangeBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(2, 11, 80, 0.78);
    border-radius: 10px;
}

.meddraCodeCol {
    margin-left: 0.3vw;
    width: 11vw;
    padding-right: 0vw;
    padding-left: 0px;
    word-wrap: break-word;
}

.reviewerrowtemplate {
    width: 100%;
}

.revFirstRowTemplateStyle {
    font-weight: bold;
    font-size: 13px;
}

.studyPhaseDiv {
    margin-left: -2vw;
    top: -5vh;
    /*background-color: darkgray;
        border-radius: 2.5vh;*/
}

.studyPhaseDiv {
    margin-left: -2vw;
    top: -5vh;
    /*background-color: darkgray;
        border-radius: 2.5vh;*/
}

.firstBox {
    width: 83%;
    margin-left: 5vw;
    height: 19vh;
}

.secondBox {
    margin-top: 1vh;
    width: 83%;
    height: 19vh;
    margin-left: 5vw;
    margin-top: -10vh;
    margin-bottom: 10vh !important;
}

.thirdBox {
    width: 83%;
    height: 19vh;
    margin-left: 5vw;
}

.expandPanel {
    /*left: 5vw;*/
    padding-left: 0vw;
    bottom: 4vh;
    width: 98%;
    /*margin-left: 3vw;*/
    /*top: 0vh;*/
}

.expandPanelOne {
    padding-left: 0vw;
    bottom: 4vh;
    width: 115%;
    /*margin-left: 3vw;*/
}



.homePanelRow {
    height: 8vh;
    bottom: 30vh;
    margin-top: -6.3vh;
    margin-bottom: -2vh;
    color: rgb(57, 128, 181);
}


.umtile-margin {
    margin: 0.5vh;
    padding: 10px;
}

.umfavourites-small-div {
    position: relative;
    overflow: hidden;
    height: 15vh;
    width: 10vw;
    cursor: pointer;
    border-radius: 1vh;
}

.umfavourites-small-div-selected {
    position: relative;
    overflow: hidden;
}

.umfavourites-small-div:hover {
    position: relative;
    overflow: hidden;
    border: 0.4vh solid;
    border-color: white;
}

.umhomeTab {
    color: inherit;
    text-decoration: none;
}

.umfavourites-hover {
    background-color: white;
}

.umfavourites-text {
    font: 14px Segoe UI;
    color: white;
}

.umimgNew {
    width: 45px;
    bottom: 0px;
    position: absolute;
    padding-bottom: 10px;
    height: 45px;
    transform: translate3d(0px, 4px, 0px);
}

    .umimgNew:hover {
        width: 50px;
        bottom: 0px;
        position: absolute;
        padding-bottom: 10px;
        height: 50px;
    }

.umtopRow {
    margin-left: 19vh;
    margin-top: 3vh;
    margin-right: 90px;
}


.tile-color-1 {
    background-color: #10cca6;
}

.tile-color-2 {
    background-color: #f0c000;
}

.tile-color-3 {
    background-color: #5435ae;
}

.tile-color-4 {
    background-color: #67b21b;
    /*#2e8bef,#ef2e8b*/
}

.tile-color-5 {
    background-color: #f63150;
}

.tile-color-6 {
    background-color: #d44032;
}

.tile-color-7 {
    background-color: #f37735;
}

.tile-color-8 {
    background-color: #00b159;
}

.rightAlign {
    right: 5%;
}

.marginTop {
    margin-top: 1vw;
}

/* To align with admin home page*/


.favourites-small-div {
    position: relative;
    overflow: hidden;
    height: 12vh;
    width: 8vw;
    cursor: pointer;
    border-radius: 1vh;
}

.favourites-small-div-selected {
    position: relative;
    overflow: hidden;
}

.favourites-small-div:hover {
    position: relative;
    overflow: hidden;
    border: 0.4vh solid;
    border-color: white;
}

.homeTab {
    color: inherit;
    text-decoration: none;
}

.favourites-hover {
    background-color: white;
}

.favourites-text {
    font: 12px Segoe UI;
    color: white;
}

/*For image*/
.imgNew {
    width: 40px;
    bottom: 0px;
    position: absolute;
    padding-bottom: 10px;
    height: 40px;
    transform: translate3d(0px, 4px, 0px);
}

    .imgNew:hover {
        width: 50px;
        bottom: 0px;
        position: absolute;
        padding-bottom: 10px;
        height: 50px;
    }

.block-flat, .block-wizard {
    /*margin-bottom: 40px;*/
    padding: 10px 25px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.04);
}

.cl-mcont {
    background-color: #f6f6f6;
    color: inherit;
    font-size: 13px;
    font-weight: 200;
    line-height: 21px;
    padding: 5px 5px 5px 5px;
    margin-top: 0;
}

.marginleft40 {
    margin-left: -40px;
}


.field-layout {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    filter: alpha(opacity=0);
    background: #FFF;
    background: rgba(255,255,255,0);
}

.edit-canvas-field {
    padding: 10px;
    margin-bottom: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    padding-bottom: 0px;
    padding-top: 5px;
}

.field-layout .btn-toolbar {
    right: 5px;
    position: absolute;
    margin: 0;
    top: -10px;
}

.textIcon {
    background-position: 8px 0px;
    width: 20px;
    height: 20px;
}

.fieldBg {
    background: url(/images/pngSprite.png) no-repeat;
    opacity: 0.7;
}


/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0,.5); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 9.9%; /* 25% from the top */
    width: 94.3%; /* 100% width */
    text-align: center; /* Centered text/links */
    /* margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    margin-left: 10px;
    left: 3.9%;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 10px;
    }
}


.paddingleft18 {
    padding-left: 18px;
}

.marginleft {
    margin-left: 5px;
}


.required {
    color: black;
    float: right;
    
}
.requiredRP {
    color: black;
    float: right;
    margin-right: 92px;
}

.margintop1 {
    margin-top: 0.5vw;
}

.colorred {
    color: red;
}

.vBlueLayout {
    background-color: #90ECEE;
}

.btn-danger, .btn-danger:focus, .btn-danger:active:focus {
    background-color: #fbf7f7;
    border-color: #ddd;
    color: black;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger:active:hover {
        background-color: #ddd;
        border-color: #ddd;
        color: black;
    }

.listgroupheight {
    height:523px;
    overflow: auto;
    list-style: none;
    margin-top: 10px;
}

.pointer {
    cursor: pointer;
}

.overlaysubject-content {
    position: relative;
    width: 94.3%; /* 100% width */
    /*text-align: center; /* Centered text/links */ */
    /* margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    margin-left: 10px;
    left: 3.9%;
}

.highlightClient{
    background-color:yellow;
}
.unhighlightClient{
    background-color:none;
}


/* study rollback css starts*/
.rollbackstudydatadiv {
     margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}
/* study rollback css ends*/   

/*.fontsize16 {
    font-size: 16px !important;
    padding: 0px !important;
    color: white !important;
}*/

/*.accordionchanges > .panel-group > .panel-default > .panel-heading {
    color: red;
    background-color: cornflowerblue;
    border: none;
    padding: 0px 15px;
}*/

/*.accordionchanges > .panel-group {
    margin-bottom: 10px;
}

    .accordionchanges > .panel-group > .panel-default > .panel-heading {
        background-color: white;
        border: none;
        padding: 0px 15px;
    }

.accordionchanges > .panel-group {
    margin-bottom: 10px;
}*/

/* PGL changes start */
.labelpgl {
    width: 40%;
}

.dropdownpgl {
    width: 60%;
}

.rowTemplateDeletedChanges {
    background-color: #FF7D7D !important;
}

.rowTemplateAddedChanges {
    background-color: #99ff99 !important;
}

.rowTemplateUpdatedChanges {
    background-color: #FFFF99 !important;
}

.rowTemplateChildUpdatedChanges {
    background-color: #ffdab9 !important;
}

.redSymbol {
    display: inline-block;
    padding: 6px 0px;
    background-color: #FF7D7D;
    border-radius: 10px;
    width: 12px;
}

.greenSymbol {
    display: inline-block;
    padding: 6px 0px;
    background-color: #99ff99;
    border-radius: 10px;
    width: 12px;
}

.yellowSymbol {
    display: inline-block;
    padding: 6px 0px;
    background-color: #FFFF99;
    border-radius: 10px;
    width: 12px;
}

.peachSymbol {
    display: inline-block;
    padding: 6px 0px;
    background-color: #ffdab9;
    border-radius: 10px;
    width: 12px;
}

.searchstylepgl {
    width: 68%;
    left: 33%;
    margin-bottom: 0.7%;
    margin-top: 0.7%;
}

.task-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*.task-checkbox {
float: left;
/*width: 26px;*/

.mt-check {
    display: inline-block;
    text-align: left;
    position: relative;
    /* padding-left: 30px;*/
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

li#freeze {
    background-color: white;
}

    li#freeze:nth-child(odd) {
        background-color: linen;
    }

    li#freeze:nth-child(even) {
        background-color: white;
    }


/* PGL changes end */


/*bootstrap 5 changes */


        label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 700;
        }
        body {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 14px;
            line-height: 1.42857143;
            color: #333;
            background-color: #fff;
        }
        .form-control {
            display: block;
            width: 90%;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            appearance: auto;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        }
        .btn-default {
            color: #333;
            background-color: #fff;
            border-color: #ccc;
        }
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 160px;
            padding: 5px 0;
            margin: 2px 0 0;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, .15);
            border-radius: 4px;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        }
        .dropdown-menu {
            width: 13.4vw;
        }
            .dropdown-menu > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: 400;
                line-height: 1.42857143;
                color: #333;
                white-space: nowrap;
            }
        .form-control:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        }
        
   
      
        html {
            font-family: sans-serif;
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }
        .navbar-fixed-bottom, .navbar-fixed-top {
            position: fixed;
            right: 0;
            left: 0;
            z-index: 1030;
        }

        .navbar-fixed-bottom {
            bottom: 0;
            margin-bottom: 0;
            border-width: 1px 0 0;
        }

        .navbar-default {
            background-color: #f8f8f8;
            border-color: #e7e7e7;
        }

        .navbar-static-top {
            z-index: 1000;
            border-width: 0 0 1px;
        }

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid;
    border-style: groove;
    --bs-navbar-padding-y: unset;
}

        .nav {
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }
        .close {
            float: right;
            font-size: 21px;
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            
            opacity: .2;
        }

        button.close {
            padding: 0;
            /* cursor: pointer; */
            background: 0 0;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        .modal-header {
            padding: 9px;
            display: block;
        }

.pagination > li {
    display: inline;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }


    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
.fade {
    transition: none;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

/*Removing underline*/
 a{
     text-decoration:none !important;
 }

/*Aligning Inactive toggle button*/
.toggle-off.btn-sm {
    font-size: 12px !important;
    padding-left: 12px !important;
}