/*
    Created On : 20-Jan-2011

    Created By : Baljeetsingh Sucharia

    Purpose    : .Layout .Hierarchy .Classes 
                 This CSS is has common layout styling of page                  
                 To use the below written classes wrap the html in a container like div,
                 and give it class layout

    Example    : <div class="layout"> <ExistingHTML /> <div />
*/

.layout .textAlignRight, .textAlignRight {
  text-align: right;
}

.layout .textAlignCenter {
  text-align: center;
}

.layout .verticleMiddle, .verticleMiddle {
  vertical-align: middle;
}

.layout .verticleTop, .verticleTop {
  vertical-align: top !important;
}

.layout .verticleBottom, .verticleBottom {
  vertical-align: bottom;
}

.layout .roundedCorner {
  border: solid 1px black;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 7px;
}

.layout .squareBorder {
  border: solid 1px black;
}


.layout .padding_0 {
  padding: 0px;
}

.layout .padding_10, .padding_10 {
  padding: 10px;
}

.layout .padding_5 {
  padding: 5px;
}

.layout .center {
  margin: 0px auto;
}

.layout .left, .left {
  float: left;
}

.layout .right, .right {
  float: right;
}

.layout .noOverFlow {
  overflow: hidden;
}

.layout .margin_TopBottom_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.layout .margin_TopBottom_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.layout .margin_Left_5, .margin_Left_5 {
  margin-left: 5px;
}

.layout .margin_Left_10, .margin_Left_10 {
  margin-left: 10px;
}

.layout .margin_Top_5, .margin_Top_5 {
  margin-top: 5px;
}

.layout .margin_Bottom_5, .margin_Bottom_5 {
  margin-bottom: 5px;
}

.layout .margin_Top_10, .margin_Top_10 {
  margin-top: 10px;
}

.layout .margin_Bottom_10, .margin_Bottom_10 {
  margin-bottom: 10px;
}

.layout .margin_Bottom_15, .margin_Bottom_15 {
  margin-bottom: 15px;
}

.layout .margin_Right_5 {
  margin-right: 5px;
}

.layout .margin_Right_10, .margin_Right_10 {
  margin-right: 10px;
}

.layout .textAlignRight {
  text-align: right;
}


/* .old .classes */
.layout_Center {
  margin: 0px auto;
}

.layout_Left {
  float: left;
}

.layout_Right {
  float: right;
}

.layout_Margin_TopBottom_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.layout_Margin_TopBottom_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.footerText {
  font-weight: normal;
  font-size: 13px !important;
  color: black;
  font-family: Lato;
}

a.footerText {
  padding-left: 5px;
  padding-right: 5px;
}

  a.footerText:first-child {
    padding-left: 0;
  }

a.footerText {
  color: #0b48ad !important;
}

  a.footerText:hover {
    text-decoration: none;
  }

.FooterVersionC {
  margin-top: 7px;
  color: #737373;
  display: block;
}

.footerHR {
  background: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 5px 0;
}

.layout .widthBy1, .widthBy1 {
  width: 100% !important;
}

.layout .widthBy2 {
  width: 50%;
}

.layout .widthBy3 {
  width: 33%;
}

.layout .widthBy4 {
  width: 25%;
}

.layout .absoluteRight {
  right: 0;
  position: absolute;
}

.layout .absoluteTop {
  top: 0;
  position: absolute;
}

.termofservice, .termofservice a {
  text-align: right;
  font-size: 11px !important;
  color: #FF8C0B !important;
  margin: 6px 2px;
  font-weight: bold !important;
  text-align: center;
}

#logo #Logo_Text {
  display: none;
  background-image: url('/UX/Images/Common/SmallButtons/MSBA_Logo.PNG');
  background-repeat: no-repeat;
  line-height: 1em;
  color: #fafafa !important;
  font-weight: bold;
  font-style: italic;
  font-size: 25px;
  text-shadow: 0px 0px 0 rgb(213,213,213),1px 0px 0 rgb(190,190,190),2px 0px 0 rgb(167,167,167),3px 0px 0 rgb(144,144,144), 4px 0px 0 rgb(121,121,121),5px 0px 4px rgba(0,0,0,0.5),5px 0px 1px rgba(0,0,0,0.5),0px 0px 4px rgba(0,0,0,.2);
  height: 76px;
  padding: 15px 5px 0 86px;
  max-width: 740px;
  width: 500px;
  overflow: hidden;
  margin: 0 !important;
  position: relative;
}

/*About us images global setting start*/
.PictureContainer {
  background-color: white;
  border-color: #AEAEAE;
  border-width: 1px;
  border-style: Solid;
  height: 111px;
  max-width: 87px;
  text-align: center;
  cursor: pointer;
}

  .PictureContainer img {
    width: 85px !important;
    height: 110px !important;
    overflow: hidden;
    border-radius: 5px;
  }
/*About us images global setting end*/

.MT2 {
  margin-top: 2px;
}

.MT5 {
  margin-top: 5px;
}

.MT8 {
  margin-top: 8px;
}

.MT10 {
  margin-top: 10px;
}

.MT13 {
  margin-top: 13px;
}

.MT15 {
  margin-top: 15px;
}

.MT16 {
  margin-top: 16px;
}

.MT20 {
  margin-top: 20px;
}

.MT25 {
  margin-top: 25px;
}

.MT35 {
  margin-top: 35px;
}

.PT6 {
  padding-top: 6px;
}

.PT10 {
  padding-top: 10px;
}

.PT15 {
  padding-top: 15px;
}

.PT18 {
  padding-top: 18px;
}

.PT20 {
  padding-top: 20px;
}

.PT25 {
  padding-top: 25px !important;
}

.PT32 {
  padding-top: 32px !important;
}

.PL10 {
  padding-left: 10px;
}

.PL34 {
  padding-left: 34px !important;
}

.PL68 {
  padding-left: 68px !important;
}

.PL46 {
  padding-left: 46px !important;
}

.PL55 {
  padding-left: 55px !important;
}

.PR10 {
  padding-right: 10px;
}

.PR20 {
  padding-right: 20px;
}

.PB6 {
  padding-bottom: 6px;
}

.PB10 {
  padding-bottom: 10px;
}

.PB20 {
  padding-bottom: 20px;
}

.MB17 {
  margin-bottom: 17px;
}

.MB25 {
  margin-bottom: 25px;
}

.MB35 {
  margin-bottom: 35px;
}

.MB55 {
  margin-bottom: 55px;
}

.MT13 {
  margin-top: 13px;
}

.MT10 {
  margin-top: 10px;
}

.MR40 {
  margin-right: 40px;
}

.MR20 {
  margin-right: 20px;
}

.MR14 {
  margin-right: 14px;
}

.MR10 {
  margin-right: 10px;
}

.MR7 {
  margin-right: 7px;
}

.MR4 {
  margin-right: 4px;
}

.ML5 {
  margin-left: 5px;
}

.ML25 {
  margin-left: 25px !important;
}

.ML20 {
  margin-left: 20px;
}

.ML18 {
  margin-left: 18px;
}

.ML10 {
  margin-left: 10px;
}

.ML7 {
  margin-left: 7px;
}

.mrgnMinus16 {
  margin-top: -16px !important;
}


.MR17-minus {
  margin-right: -17px;
}

.displayBlock {
  display: block;
}

.labelMsg {
  font-size: 13px;
  color: #ff0000;
}

.labelMsgf12 {
  font-size: 12px;
  color: #ff0000;
}

.enlabel, .enlabel a {
  font-size: 13px !important;
}

.inputBdr {
  border: 1px solid #a9a9a9;
}

.txt-center {
  text-align: center !important;
}

.txtUnderLine {
  text-decoration: underline;
}

/* EB-876 Start */
/*.str-msg {
    background:#f6e8d7;
    padding:10px;
    font-size:13px;
    margin:10px;
    text-align:center;
    line-height:normal;
}*/

.pad-top {
  padding-top: 15px;
}

.str-bdr {
  border: 1px solid #aeaeae;
  border-right: 0;
  border-left: 0;
  background: #f9f9f9;
}

.str-ex-col {
  float: right;
}

  .str-ex-col span {
    float: right;
    margin: 5px 0 0 5px;
  }
/* EB-876 end */


/* For page - Meeting Type Email Message - Start */
.notificationWrap {
  width: 1080px;
  margin-top: 18px;
  margin-left: 15px;
}

.notificationBtns {
  text-align: right;
  margin-top: 35px;
  margin-bottom: 10px;
  margin-right: -8px;
}

  .notificationBtns input, .notificationBtns img {
    margin-left: 10px;
  }
/* For page - Meeting Type Email Message - End */



/* Site Administration Page (Sprint 201702) Start */
.subModuleLabel {
  font-weight: bold;
  background: #f2f2f2;
}

.fieldHdrLabel1 {
  font-weight: bold;
}

  .fieldHdrLabel1 .rgAltRow label {
    font-weight: normal;
  }

.moduleHeading {
  background: #626262;
  color: #fff;
  font-weight: bold;
}

.greyout td input[type="checkbox"], .greyout td label {
  pointer-events: none;
  opacity: 0.5;
}

.rgDisplayAboutUs {
  margin-right: 47%;
}

.rgEnableaddingNewAbout {
  margin-left: 5%;
  margin-top: 5px;
}

.RadGrid .rgMasterTable {
  border-collapse: separate;
}
/* Site Administration Page (Sprint 201702) End */



/* FE02 (Add/Edit Exhibit, View/Edit Policy/Regulation) - Start */
.greyHeadSection, .greyHeadSectionPRView {
  border-top: 1px solid #656565;
  border-bottom: 1px solid #656565;
  background: #f9f9f9;
  margin-top: 31px;
  margin-bottom: 24px;
  box-sizing: border-box;
  font-family: Lato;
  table-layout: fixed;
}

  .greyHeadSection tr td {
    padding: 6px 0 6px 10px;
    text-align: left;
    color: #000;
    white-space: normal;
    word-wrap: break-word;
  }

    .greyHeadSection tr td:first-child {
      font-weight: bold;
    }

    .greyHeadSection tr td:last-child, .AETbl tr td:last-child {
      padding-right: 10px;
    }

  .greyHeadSection tr:first-child td {
    padding-top: 10px;
  }

  .greyHeadSection tr:last-child td {
    padding-bottom: 10px;
  }

.greenSMsg {
  padding: 10px;
  box-sizing: border-box;
  background: #c7f0c6;
  border-top: 1px solid #7fad7e;
  font-size: 13px;
  position: relative;
}

.AETxtHead {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}

.AETbl {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: Lato;
  table-layout: fixed;
  margin-bottom: 24px;
}

  .AETbl tr td {
    padding: 10px;
    padding-right: 0;
    font-size: 13px;
  }

  .AETbl .inputTxt {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    width: 146px;
    height: 20px;
    border: 1px solid #acaaad;
  }

.lineSeparator {
  background: #ccc;
  border: 0;
  height: 1px;
  margin: 0;
}

.CEGrid {
  border: 1px solid #ccc;
  table-layout: fixed;
  box-sizing: border-box;
}

  .CEGrid tr th {
    height: 42px;
    line-height: 42px;
    background: #f9f9f9;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: 0;
    border-left: 0;
    padding: 0 10px;
    font-size: 13px;
  }

  .CEGrid tr td {
    border-bottom: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    padding: 14px 10px;
  }

.policyErrMsg {
  color: #ff0000;
  font-size: 12px;
  display: block;
  padding-top: 4px;
}

.errBorder {
  border: 1px solid #ff0000 !important;
}

table.prTBLHead {
  table-layout: fixed;
}

.prTBLHead tr td {
  padding: 6px 10px;
  word-wrap: break-word;
  white-space: normal;
}

.prTBLHead tr:first-child td {
  padding-top: 6px;
}

.prTBLHead tr:last-child td {
  padding-bottom: 10px;
}

.prTBLHead tr td:first-child {
  font-weight: bold;
}

.datesTbl tr td {
  padding-bottom: 9px;
}

.datesTbl tr:last-child td {
  padding-bottom: 0;
}

.refTbl tr th, .refTbl tr td {
  padding: 6px 10px 6px 0;
  color: #000;
}

/*.refTbl tr:first-child td, .refTbl tr th {
    background: #fff;
}*/

.greyBG {
  background: #f9f9f9;
}

.brdAll {
  border: 1px solid #d5d5d5;
}

.refTbl tr td:first-child {
  width: 33%;
}

.psBg {
  background: #efefef;
}

.inputBdr {
  border: 1px solid #adaaad;
}

.pcommentTxtArea {
  width: 100%;
  height: 110px;
  padding: 4px 6px 6px 6px;
  box-sizing: border-box;
  border: 1px solid #adaaad;
  resize: vertical;
  font-size: 14px;
  font-family: Lato;
}

.lrDateItalic {
  font-size: 13px;
  text-align: right;
  font-style: italic;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px;
}

.boxSizing {
  box-sizing: border-box;
}

.delRescind {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
}

.attachFileWrap {
  background: #fff3e6;
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  box-sizing: border-box;
  line-height: normal;
  table-layout: fixed;
  border-collapse: separate;
}

  .attachFileWrap tr td {
    padding: 5px 0 5px 5px;
    vertical-align: top;
  }

    .attachFileWrap tr td:last-child {
      vertical-align: middle;
    }

  .attachFileWrap .filterList label {
    text-indent: -9999999px;
    line-height: 22px !important;
    margin-top: 2px;
  }

.prEditIcon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.exhibitEmailIcon {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 10px;
}

.exhibitDeleteIcon {
  position: absolute;
  right: 10px;
  bottom: 8px;
  cursor: pointer;
  width: 30px;
}

.hTabWrap input[type=button] {
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  padding: 9px 20px;
  box-sizing: border-box;
  background: #f9f9f9;
  font-weight: bold;
  line-height: normal;
}

  .hTabWrap input[type=button]:hover, .hTabWrap .hlBtn {
    background: #ffffff !important;
  }

.veExhibitDWrap {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 35px;
}

  .veExhibitDWrap input {
    line-height: normal;
    padding-left: 4px;
    font-size: inherit;
    height: 20px;
    border: 1px solid #adaaad;
  }

    .veExhibitDWrap input[type="file"] {
      padding-left: 0;
      border: none;
      outline: 0;
    }

    .veExhibitDWrap input[readonly] {
      background: #fff;
      border: 1px solid #adaaad;
      padding-top: 2px;
      padding-bottom: 2px;
      cursor: pointer;
    }

.watermark {
  color: #8f908f !important;
}

.tblFixBreakWord {
  table-layout: fixed;
  word-break: break-all;
}
/* FE02 (Add/Edit Exhibit, View/Edit Policy/Regulation) - End */



/* Back To Top icon (SF #12199)- Start */
a.backToTop, a.backToTop:active, a.backToTop:visited, button.backToTop, button.backToTop:active, button.backToTop:visited {
  display: none;
  background-color: #555555;
  background-image: url(../../../SB_Assets/images/b2t_arrow.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  border: 1px solid #292929 !important;
  color: #fff !important;
  text-decoration: none !important;
  z-index: 9999;
  position: fixed;
  left: 50%;
  margin-left: -65px;
  padding: 5px 13px 6px 33px;
  bottom: 0;
  white-space: nowrap;
  font-size: 14px;
  width: 119px;
  height: 34px;
  cursor: pointer;
}

  a.backToTop:hover, button.backToTop:hover {
    background-color: #d37829;
  }
/* Back To Top icon (SF #12199)- End */
/* FE02 (Add/Edit Exhibit, View/Edit Policy/Regulation) - End */


/* FE03 (Meeting-PermissionPage) - Start */
.blueTDBG {
  background: #99ccff;
}

.greenTDBG {
  background: #ccffcc;
}

.yellowTDBG {
  background: #f7ea9f;
}

.oliveTDBG {
  background: #cccc99;
}

.brdRTD {
  border-right: 1px solid #aeaeae !important;
}

.bWRTD {
  border-right: 1px solid #fff !important;
  border-bottom: 0 !important;
}

.p-i-col1 {
  width: 60px !important;
}

.p-h-col1 {
  width: 55px !important;
}

.p-i-col2 {
  width: 50px !important;
}

.p-h-col2 {
  width: 57px !important;
}

.p-i-col3 {
  width: 96px !important;
}

.p-h-col3 {
  width: 90px !important;
}

.p-i-col4 {
  width: 95px !important;
}

.p-h-col4 {
  width: 90px !important;
}

.p-i-col5 {
  width: 54px !important;
}

.p-h-col5 {
  width: 54px !important;
}

.p-i-col6 {
  width: 91px !important;
}

.p-h-col6 {
  width: 88px !important;
}

.p-i-col7 {
  width: 109px !important;
}

.p-h-col7 {
  width: 106px !important;
}

.p-i-col8 {
  width: 61px !important;
}

.p-h-col8 {
  width: 61px !important;
}

.p-i-col9 {
  width: 90px !important;
}

.p-h-col9 {
  width: 88px !important;
}

.p-i-col10 {
  width: 70px !important;
}

.p-h-col10 {
  width: 70px !important;
}

.p-i-col11 {
  width: 105px !important;
}

.p-h-col11 {
  width: 102px !important;
}

.p-i-col12 {
  width: 113px !important;
}

.p-h-col12 {
  width: 108px !important;
}

.p-i-col13 {
  width: 50px !important;
}

.p-h-col13 {
  width: 53px !important;
}

.p-i-col14 {
  width: 38px !important;
}

.p-h-col14 {
  width: 42px !important;
}

.p-i-col15 {
  width: 54px !important;
}

.p-h-col15 {
  width: 56px !important;
}

.p-i-col16 {
  width: 51px !important;
}

.p-h-col16 {
  width: 54px !important;
}

.p-i-col17 {
  width: 86px !important;
}

.p-h-col17 {
  width: 85px !important;
}

.p-i-col18 {
  width: 51px !important;
}

.p-h-col18 {
  width: 54px !important;
}

.fixedTable {
  padding-top: 0 !important;
}

_:-ms-lang(x), .p-i-col1 {
  width: 58px !important;
}

_:-ms-lang(x), .p-i-col7 {
  width: 104px !important;
}

_:-ms-lang(x), .p-i-col9 {
  width: 89px !important;
}

@-moz-document url-prefix() {
  .p-i-col1 {
    width: 58px !important;
  }

  .p-i-col7 {
    width: 102px !important;
  }

  .p-i-col9 {
    width: 87px !important;
  }
}

@media screen and (max-width: 2000px) and (min-width: 1680px) {
  _:-ms-lang(x), .p-i-col1 {
    width: 57px !important;
  }

  _:-ms-lang(x), .p-i-col7 {
    width: 105px !important;
  }

  _:-ms-lang(x), .p-i-col9 {
    width: 87px !important;
  }

  @-moz-document url-prefix() {
    .p-i-col1 {
      width: 57px !important;
    }

    .p-i-col7 {
      width: 101px !important;
    }

    .p-i-col9 {
      width: 87px !important;
    }
  }
}
/* FE03 (Meeting-PermissionPage) - End */

.popBluTitle {
  font-size: 17px;
  font-weight: bold;
  font-family: 'Lato Bold';
  color: #002d6c;
}

.cursorPointer {
  cursor: pointer;
}

.maTitle {
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 7px 10px;
  font-size: 15px;
  font-weight: bold;
}

.attendeesTitle {
  box-sizing: border-box;
  padding: 20px 10px 8px 10px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 9px;
}

.bdrSep {
  border-bottom: 1px solid #cccccc;
}

.votUnanClass {
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
}

#pageView_Minutes table h5 {
  margin: 0 0 15px 0;
}




/* FE201801 - Meetings Release #2  FQA Feedback - CSS Start */
/* Record Attendance Popup */
.ra-overflow-wrap, .ra-overflow-wrap2 {
  margin-bottom: 0;
  /*margin-top:15px;*/
  overflow-y: auto;
}

.ra-overflow-wrap {
  height: 397px;
  height: 401px\9;
}

.ra-overflow-wrap2 {
  height: 374px;
  /*padding-top:0;*/
}

@media all and (-ms-high-contrast:none) { /*For IE 10-11*/
  .ra-overflow-wrap {
    height: 401px;
  }

  *::-ms-backdrop, .ra-overflow-wrap {
    height: 392px;
  }
}

@-moz-document url-prefix() { /*For Firefox*/
  .ra-overflow-wrap {
    height: 395px;
  }

  .ra-overflow-wrap2 {
    height: 372px;
  }
}

.raEditorHeight {
  height: 366px !important;
}

#dvImport {
  position: absolute;
  background-color: rgba(255,255,255,.7);
  top: 40px;
  height: auto;
  padding-top: 46px;
  padding-left: 0;
  padding-right: 8px;
  box-sizing: border-box;
  width: 98.5%;
}

  #dvImport .innerWrap {
    border: 1px solid #f0f0f0;
    padding-top: 10px;
    height: 420px;
  }


  #dvImport .tblGrid {
    border-top: 1px solid #ccc;
    opacity: .3;
  }

  #dvImport .msgBox {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 120px auto 0 auto;
    width: 53%;
  }

    #dvImport .msgBox hr {
      border: 0;
      height: 1px;
      background: #ccc;
      margin: 10px auto;
      width: 310px;
    }

.opacity30 {
  opacity: .3;
}

.ra-overflow-wrap-macChrome { /*For Mac Chrome*/
  height: 375px;
}

.ra-overflow-wrap2-macChrome { /*For Mac Chrome*/
  height: 354px;
}

.ra-overflow-wrap-macFirefox { /*For Mac firefox*/
  height: 392px;
}

.ra-overflow-wrap2-macFirefox { /*For Mac firefox*/
  height: 370px;
}

.IFadeWrap .IContentWrap.mwf-release {
  min-width: 1050px;
  width: 1050px !important;
}

.IFadeWrap .IContentWrap.orphanI-release {
  min-width: 799px;
  width: 799px !important;
}

.mwf-release .ppHead2 {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

.mwf-release .ppData {
  height: auto;
  position: relative;
}

.mwf-release .nav-tabs .nav-link {
  text-decoration: none;
  padding: 7px 15px;
  background: #f1efef;
  border-radius: 5px;
  margin-right: 10px;
  color: #000000;
  line-height: normal;
}

  .mwf-release .nav-tabs .nav-link.active, .mwf-release .nav-tabs .nav-link:hover {
    background: #e28502 !important;
    color: #ffffff !important;
  }

.mwf-release .tab-content .tab-pane li, .mwf-release p {
  line-height: 20px;
}

.mwf-release img {
  max-width: 100%;
}

.mwf-release .release-footer {
  position: absolute;
  z-index: 10;
  bottom: 15px;
}

.mwf-release .release-left {
  padding-right: 0;
  width: 45%;
  box-sizing: border-box;
}

.mwf-release .release-left li {
  line-height: normal;
}

.mwf-release .release-right {
  padding-left: 10px;
  width: 55%;
  box-sizing: border-box;
}

.mwf-release .web-ml {
  margin-left: 0.5rem;
}

.release-right .image-section {
  padding-top: 17px;
}

#videoOverview {
  width: 80%;
}

@media screen and (max-width: 850px) {
  #videoOverview {
    width: 100%;
  }

  .IFadeWrap .IContentWrap.mwf-release {
    min-width: inherit;
  }
  /*.mwf-release .ppData {
    height: 600px;
  }*/
  .mwf-release .nav-tabs .nav-link {
    padding: 5px 7px;
    margin-right: 5px;
  }
  /*.release-right .image-section {
    padding-top: 95px;
  }*/
}

@media screen and (max-width: 799px) {
  .IFadeWrap .IContentWrap.orphanI-release {
    min-width: 95%;
    width: 95% !important;
  }
}

@media screen and (max-width: 457px) {
  .mwf-release .nav-tabs .nav-item:last-of-type .nav-link {
    margin-top: 10px;
  }

  .IFadeWrap .IContentWrap.orphanI-release, .IFadeWrap .IContentWrap {
    min-width: 100%;
    width: 100% !important;
  }
}

@media screen and (max-width: 1049px) {
  /*.mwf-release .ppData {
      height: calc(100vh - 70px) !important;
    }*/

  .mwf-release .release-left, .mwf-release .release-right {
    width: 100%;
    float: left;
    padding: 2px 0px;
  }

  .release-right .image-section {
    padding-top: 0px;
  }

  .mwf-release .release-footer {
    position: relative;
    bottom: 10px;
  }
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) { 
    
}*/

/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) {
  @media {
    .ra-overflow-wrap {
      height: 375px;
    }

    .ra-overflow-wrap2 {
      height: 354px;
    }

    .raEditorHeight {
      height: 350px !important;
    }

    #dvImport {
      top: 37px;
    }

      #dvImport .innerWrap {
        height: 410px;
      }
  }
}
/* FE201801 - Meetings Release #2  FQA Feedback - CSS End */



/* My Profile + Add/Edit User CSS Start */
.text-heading {
  font-size: 18px;
  font-weight: bold;
  color: #4f5759;
}

.text-heading2 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px 15px 20px;
  border-bottom: 3px solid #5d5d5d;
  display: inline-block;
}

.text-heading-bdr {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
}

.text-line-label {
  outline: none;
  outline-style: none;
  outline-offset: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #a0a0a0;
  padding: 2px 1px 7px 1px;
  font-size: 16px;
  color: #000;
  display: block;
  box-sizing: border-box;
  /*min-height: 29px;*/
  font-weight: bold;
}

.text-line-label2 {
  padding: 20px 0 9px 0;
  font-size: 16px;
  color: #343434;
  display: block;
  box-sizing: border-box;
  font-weight: bold;
}

.text-line-input {
  outline: none;
  outline-style: none;
  outline-offset: 0;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #a0a0a0 !important;
  padding: 0 0 6px 0 !important;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  color: #343434;
}

  .text-line-input:focus {
    border-bottom: 1px solid #29a2ff !important;
  }

.pass-input {
  padding-bottom: 2px !important;
  font-size: 18px;
  letter-spacing: 3px;
}

/*.styled-select select {
    background: transparent;
    width: 170px;
    padding: 2px 15px 8px 1px;
    font-size: 14px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    /*height: 34px;*/
/*-webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(135deg, #666 50%, transparent 50%), linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(to right, #666, #666);
    background-position: calc(100% - 0px) 7px, calc(100% - 5px) 7px;
    background-size: 6px 6px, 6px 6px, 1px 0em;
    background-repeat: no-repeat;
    border-bottom: 1px solid #a0a0a0;
    outline: 0;
    padding-left: 5px;
}*/

.styled-select select {
  background: transparent;
  width: 170px;
  padding: 0 0 7px 5px;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(135deg, #666 50%, transparent 50%), linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(to right, #666, #666);
  background-position: calc(100% - 5px) 5px, calc(100% - 11px) 5px;
  background-size: 6px 6px, 6px 6px, 1px 0em;
  background-repeat: no-repeat;
  border-bottom: 1px solid #a0a0a0;
  outline: 0;
  line-height: normal;
  margin: 0;
}

  .styled-select select:focus {
    border-bottom: 1px solid #29a2ff !important;
  }

@media screen and (min-width:0\0) { /* For IE 9, 10 & 11 */
  .styled-select select {
    padding: 0 0 6px 5px;
  }
}

@-moz-document url-prefix() { /* For firefox */
  .styled-select select {
    padding: 0 0 6px 5px;
  }
}

.sText {
  font-size: 16px;
  font-weight: normal;
  /*padding-left: 10px;*/
  color: #666666;
}

.greyText {
  color: #666666;
}

.roundImg {
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #d4d4d4;
}

.camImg {
  position: absolute;
  bottom: -8px;
  z-index: 3;
  left: 25px;
}

.errorText {
  font-size: 13px;
  color: #b70202;
}

.errorBG {
  box-sizing: border-box;
  padding: 3px;
  background: #f2f2f2;
  font-weight: bold;
  font-size: 13px;
}

.inputError {
  border-bottom: 1px solid #b70202 !important;
}

  .inputError:focus {
    border-bottom: 1px solid #b70202 !important;
  }

.td-bdr {
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 0 0 0;
}

.tbl-layout-fixed {
  table-layout: fixed;
}

.pass-val-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  background: #f6f6f6;
  font-style: italic;
  line-height: normal;
}

  .pass-val-wrap .col1, .pass-val-wrap .col2 {
    display: inline-block;
    width: 49%;
    /*margin-top:10px;*/
  }

/*.pass-val-wrap .col1{
    width:49%;
    border-right: 1px solid #d5d5d5;
    margin-right: 40px;
}*/

.fsIcon {
  position: absolute;
  z-index: 99;
  right: 2px;
  top: 1px;
  width: 20px;
}

.fsModeIcon {
  right: 10px;
  top: 8px;
}

.usrPArrow {
  bottom: 12px;
  right: 5px;
  position: absolute;
}

.light-grey-text {
  color: #a0a0a0;
}

.cpLink {
  margin-top: 53px;
  margin-left: 15px;
}

  .cpLink a {
    color: #417edf;
  }
/* My Profile + Add/Edit User CSS End */



/* User Administration Page CSS Start */
.topDDMenu {
  position: relative;
  z-index: 9999;
}

  .topDDMenu .ddUpArrow {
    display: none;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #cccccc;
    margin-top: -5px;
    position: absolute;
    z-index: 9999;
    right: 9px;
  }

  .topDDMenu ul {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 3px;
    list-style: none;
    min-width: 160px;
  }

    .topDDMenu ul li a {
      display: block;
      padding: 5px 10px;
      border-bottom: 1px solid #ccc;
      background: #f2f2f2;
      text-decoration: none;
      color: #505759;
      box-sizing: border-box;
      font-size: 15px;
    }

      .topDDMenu ul li a:hover {
        background: #f9f9f9;
      }

    .topDDMenu ul li:last-child a {
      border-bottom: 0;
    }

.topDDMenuHover ul, .topDDMenuHover .ddUpArrow {
  display: block;
}

.ua-grid-wrap {
  height: 325px;
  overflow: auto;
}

.ua-col1 {
  width: 120px;
}

.ua-col2, .ua-col3, .ua-col4, .ua-activeU {
  text-align: center !important;
}

.ua-col2 {
  width: 90px;
}

.ua-activeU {
  width: 74px;
}

.ua-col3 {
  width: 86px;
}

.ua-col4 {
  width: 110px;
}

.ua-col5 {
  width: 110px;
}

.ua-col6 {
  width: 171px;
}

.ua-col7 {
  width: 56px;
}

.ua-col2, .ua-col3, .ua-col4, .ua-col5, .ua-col7 {
  text-align: center !important;
}

.ua-col3, .ua-col4, .ua-col5, .ua-activeU {
  white-space: normal !important;
  word-wrap: break-word;
}

.uaLink, .uaLink:active, .uaLink:visited {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #4f5759;
}

.uaTdTPad {
  padding-top: 27px !important;
}

.FilTOP {
  top: 72px;
}

@-moz-document url-prefix() { /* for firefox */
  .FilTOP {
    top: 74px;
  }
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .FilTOP {
    top: 69px;
  }
  /* IE11 */
}

.FilSearchOffset {
  top: 29px;
  left: 4px;
}

@media screen and (max-width: 1066px) {
  .ua-col1 {
    width: 120px;
  }

  .ua-col2 {
    width: 96px;
  }

  .ua-activeU {
    width: 70px;
  }

  .ua-col3 {
    width: 96px;
  }

  .ua-col4 {
    width: 118px;
  }

  .ua-col5 {
    width: 125px;
  }

  .ua-col6 {
    width: 180px;
  }
}

@media screen and (max-width: 2000px) and (min-width: 1650px) {
  .ua-col1 {
    width: 140px;
  }

  .ua-col2 {
    width: 120px;
  }

  .ua-activeU {
    width: 130px;
  }

  .ua-col3 {
    width: 173px;
  }

  .ua-col4 {
    width: 213px;
  }

  .ua-col5 {
    width: 223px;
  }

  .ua-col6 {
    width: 190px;
  }

  .ua-col7 {
    width: 91px;
  }

  .FilTOP {
    top: 55px;
  }

  @-moz-document url-prefix() { /* for firefox */
    .FilTOP {
      top: 58px;
    }
  }

  @media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .FilTOP {
      top: 58px !important;
    }
    /* IE11 */
  }

  .FilSearchOffset {
    top: 23px;
    left: 4px;
  }
}

.popup-header {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  box-sizing: border-box;
  padding: 10px 20px 10px 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popup-footer {
  background: #fff;
  color: #000;
  font-weight: normal;
  /* text-align: left; */
  box-sizing: border-box;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.pp-close-icon {
  position: absolute;
  right: 1px;
}

.genericColor, .genericColor:hover {
  color: #505759;
}

.dvProgress {
  position: absolute;
  width: 100%;
  background: rgba(255,255,255,.8);
  z-index: 301;
  text-align: center;
  height: 384px;
  top: 0;
}

  .dvProgress img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -26px;
  }
/* User Administration Page CSS End */



/* Password Update Notification(User Management FR) - CSS Start */
.puFadeWrap {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(50,49,49,.32);
  z-index: 99999;
}

  .puFadeWrap .puContentWrap {
    background: #fff;
    width: 1100px;
    height: 290px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -145px;
    margin-left: -550px;
  }

    .puFadeWrap .puContentWrap .puCol {
      width: 50%;
      box-sizing: border-box;
      height: 290px;
      vertical-align: middle;
      float: left;
    }

    .puFadeWrap .puContentWrap .puCol1Pad {
      padding-left: 87px;
      padding-top: 77px;
    }


.IFadeWrap {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(50,49,49,.32);
  z-index: 999999;
  left: 0;
  top: 0;
}

  .IFadeWrap .IContentWrap {
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    background: #fff;
    width: 850px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    font-family: Lato;
  }

    .IFadeWrap .IContentWrap.small-pp {
      width: 720px;
    }

    .IFadeWrap .IContentWrap .closeIcon {
      text-align: right;
      padding: 4px 8px;
      box-sizing: border-box;
    }

    .IFadeWrap .IContentWrap .closeIconBtn {
      text-align: right;
      padding: 0 8px;
      box-sizing: border-box;
    }

    .IFadeWrap .IContentWrap .closeIcon a {
      text-decoration: none;
      color: #000;
      font-weight: bold;
    }

    .IFadeWrap .IContentWrap .closeIconBtn button {
      background: transparent;
      border: 0;
      padding: 0;
      color: #000;
      display: inline-block;
      cursor: pointer;
      line-height: normal;
      height: 21px;
    }

    .IFadeWrap .IContentWrap .ppHead, .IFadeWrap .IContentWrap .ppHead2 {
      background: #5e5e5e;
      text-align: center;
      text-transform: none;
      /*color: #e69b3d;*/
      color: #fff;
      padding: 5px 0;
      box-sizing: border-box;
      font-size: 20px;
    }

    .IFadeWrap .IContentWrap .ppHead2 {
      text-transform: none;
      padding: 5px 0 3px 0;
      font-size: 18px;
      font-family: Lato Bold;
    }

    .IFadeWrap .IContentWrap .ppFooter {
      background: #5e5e5e;
      text-align: right;
      color: #e69b3d;
      padding: 5px 10px;
      box-sizing: border-box;
    }

    .IFadeWrap .IContentWrap .ppData {
      text-align: left;
      padding: 15px 0 15px 15px;
      box-sizing: border-box;
      font-size: 14px;
      line-height: normal;
    }

    .IFadeWrap .IContentWrap.small-pp .ppData {
      padding: 15px 0;
    }

    .IFadeWrap .IContentWrap .ppData .ppBtn {
      padding: 8px 15px;
      background: #5e5e5e;
      color: #ffffff;
      text-decoration: none;
      display: inline-block;
      border-radius: 3px;
      font-size: 13px;
      min-width: 220px;
      border: 0;
      cursor: pointer;
      line-height: normal;
      vertical-align: middle;
    }

      .IFadeWrap .IContentWrap .ppData .ppBtn:hover {
        background: #636363;
      }

  .IFadeWrap .ppData .orangeBtn {
    background: #e28502 !important;
    color: #fff !important;
  }

    .IFadeWrap .ppData .orangeBtn:hover {
      background: #e28e04 !important;
    }

  .IFadeWrap .ppData .orangeTxt {
    color: #e28502;
  }

  .IFadeWrap .row:after, .IFadeWrap .row:before {
    display: none;
  }

  .IFadeWrap .p-text {
    color: #565656;
    line-height: 21px;
  }

  .IFadeWrap .li-lh {
    line-height: 21px;
  }

  .IFadeWrap .row {
    margin-right: -1px;
    margin-left: 0;
  }

@media only screen and (min-width : 640px) and (max-width : 850px) {
  .IFadeWrap .IContentWrap, .IFadeWrap .IContentWrap.small-pp {
    width: 95%;
  }
}

@media only screen and (max-width : 639px) {
  .IFadeWrap .IContentWrap, .IFadeWrap .IContentWrap.small-pp {
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    height: 100vh;
  }

    .IFadeWrap .IContentWrap .ppFooter {
      position: fixed;
      width: 100%;
      bottom: 0;
    }

  .IFadeWrap .ppData .orangeBtn {
    margin-left: 0 !important;
    /*margin-top: 15px;*/
  }

  .IFadeWrap .IContentWrap .ppData {
    padding: 15px;
    overflow: auto;
    height: calc(100vh - 120px);
  }
}
/* for maintenace popup*/
.pop-width {
  margin-top: -80px !important;
  margin-left: -270px !important;
  width: 540px !important;
}

#dvNewReleasePopup .mb-3 p.mb-3 {
  line-height: 18px;
  font-size: 14px;
}

@media only screen and (max-width : 440px) {
  .pop-width {
    margin-left: -180px !important;
    width: 360px !important;
  }

  .IFadeWrap .ppData .tabBtnWrap .ppBtn:first-child {
    margin-bottom: 15px;
  }
}


.text-maroon {
  color: #a8383a;
}


@media screen and (max-width: 2000px) and (min-width: 1700px) {
  .puFadeWrap .puContentWrap {
    width: 1500px;
    margin-left: -750px;
  }

    .puFadeWrap .puContentWrap .puCol1Pad {
      padding-left: 193px;
      padding-top: 70px;
    }
}

@media screen and (max-width: 1100px) {
  .puFadeWrap .puContentWrap {
    width: 940px;
    margin-left: -470px;
  }

    .puFadeWrap .puContentWrap .puCol1Pad {
      padding-left: 48px;
    }
}
/* Password Update Notification(User Management FR) - CSS End */
.colPrefix {
  width: 10%;
  box-sizing: border-box;
}

.colFName {
  width: 29%;
  box-sizing: border-box;
  padding-left: 30px;
}

.colMName {
  width: 20%;
  box-sizing: border-box;
  padding-left: 30px;
}

.colLName {
  width: 29%;
  box-sizing: border-box;
  padding-left: 30px;
}

.colSuffix {
  width: 12%;
  box-sizing: border-box;
  padding-left: 30px;
}

.colTitle {
  box-sizing: border-box;
  width: 39%;
}

.colEmail {
  box-sizing: border-box;
  padding-left: 30px;
  width: 41%;
}

.colWPhone {
  box-sizing: border-box;
  width: 32%;
}

.colHPhone {
  box-sizing: border-box;
  width: 34%;
  padding-left: 30px;
}

.colCPhone {
  box-sizing: border-box;
  width: 34%;
  padding-left: 30px;
}

.colRepresent {
  box-sizing: border-box;
  width: 32%;
}

.psmw_A7Bh.ps_messenger__wrap {
  width: 355px !important;
  right: 0 !important;
}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { /* iPad Portrait */
  /* For All Page Start */
  .fixHeader {
    width: 100% !important;
  }

  .ebs-container {
    padding-left: 0 !important;
  }

  .container_16, .container_16 .grid_16 {
    width: 100% !important;
  }
  /* For All Page End */

  /* For Meeting Listing Page Start */
  #searchHeader_ContentPlaceHolder1_MeetingGridFilter_ML_TypeTitle_multidiv {
    left: auto !important;
    right: 10px;
  }
  /* For Meeting Listing Page End */
}




@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /* iPad Landscape */

  /* For All Page Start */
  .fixHeader {
    width: 960px !important;
  }

  .container_16 .grid_16 {
    width: 100% !important;
  }

  .ebs-container {
    padding-left: 0 !important;
  }
  /* For All Page End */


  /* For Meeting Listing Page Start */
  #searchHeader_ContentPlaceHolder1_MeetingGridFilter_ML_TypeTitle_multidiv {
    left: auto !important;
    right: 10px;
  }
  /* For Meeting Listing Page End */
}


.lineHtNormal, .lineHtNormal * {
  line-height: normal;
}


/* Add to home notification css for iPhone n iPad Start */
.athsBanner {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  display: table;
  border-top: 1px solid #f2f2f2;
  table-layout: fixed;
  z-index: 1;
}

  .athsBanner .aths-col1, .athsBanner .aths-col2, .athsBanner .aths-col3 {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
  }

  .athsBanner .aths-col1 {
    padding-right: 10px;
    width: 40px;
  }

  .athsBanner .aths-col2 {
    line-height: normal;
  }

  .athsBanner .aths-col3 {
    width: 20px;
    text-align: right;
  }
/* Add to home notification css for iPhone n iPad End */


/* New Simbli FR Popup Change for Mobile and tab Start */
@media only screen and (min-device-width : 320px) and (max-device-width : 1049px) {
  .nsfr-mobil-col1 {
    flex: 0 0 55% !important;
  }

  .nsfr-mobil-col2 {
    flex: 0 0 37% !important;
  }

  .nsfr-mobil-col1 {
    padding: 0 !important;
  }

  .IFadeWrap .IContentWrap {
    /*left: 0;*/
  }

    .IFadeWrap .IContentWrap.mwf-release {
      width: 100% !important;
      transform: translate(0,0);
      height: 100vh;
      top: 0;
      min-width: 100%;
    }

    .IFadeWrap .IContentWrap .ppHead.latoBold {
      font-size: 16px !important;
    }

  .mwf-release .web-ml {
    margin-left: 0;
  }
  
  .mwf-release .ppData {
	height: calc(100vh - 61px);
    overflow-y: auto;
  }
}
/* New Simbli FR Popup Change for Mobile and tab End */




/*Zoom Notification Popup Css Start*/
.zoom-popup-greyout {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(137,137,137,0.8);
  top: 0;
  left: 0;
  z-index: 9999998;
}

.zoom-popup-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: auto;
  transform: translate(-50%, -47.5%);
  overflow: hidden;
  z-index: 9999999;
  padding: 7px 7px;
}

  .zoom-popup-wrap .zoom-content-wrap {
    width: 100%;
    overflow: auto;
    border-radius: 0;
    box-sizing: border-box;
    position: relative;
  }

    .zoom-popup-wrap .zoom-content-wrap .zoom-cross-icon, .zoom-popup-wrap .zoom-content-wrap .zoom-cross-icon:hover {
      position: absolute;
      right: 17px;
      top: 12px;
      color: #fff !important;
      font-size: 24px;
      text-decoration: none;
      line-height: 18px;
    }

    .zoom-popup-wrap .zoom-content-wrap .zoom-notification-img {
      width: 100%;
      border: 7px solid #eeeeee;
      box-sizing: border-box;
    }

    .zoom-popup-wrap .zoom-content-wrap .dont-msg-btn, .zoom-popup-wrap .zoom-content-wrap .learn-more-btn {
      position: relative;
      display: inline-block;
      bottom: 46px;
      left: 30px;
    }

    .zoom-popup-wrap .zoom-content-wrap .dont-msg-btn {
      width: 230px;
    }

    .zoom-popup-wrap .zoom-content-wrap .learn-more-btn {
      left: 40px;
      width: 157px;
    }

      .zoom-popup-wrap .zoom-content-wrap .dont-msg-btn img, .zoom-popup-wrap .zoom-content-wrap .learn-more-btn img {
        width: 100%;
      }

@media only screen and (min-width : 320px) and (max-width : 1100px) {
  .zoom-popup-wrap {
    width: 100%;
  }
}

@media only screen and (min-width : 320px) and (max-width : 556px) {
  .zoom-popup-wrap .zoom-content-wrap .dont-msg-btn, .zoom-popup-wrap .zoom-content-wrap .learn-more-btn {
    bottom: 29px;
    left: 15px;
  }

  .zoom-popup-wrap .zoom-content-wrap .learn-more-btn {
    left: 20px;
  }

  .zoom-popup-wrap .zoom-content-wrap .dont-msg-btn {
    width: 105px;
  }

  .zoom-popup-wrap .zoom-content-wrap .learn-more-btn {
    width: 70px;
  }

    .zoom-popup-wrap .zoom-content-wrap .dont-msg-btn img, .zoom-popup-wrap .zoom-content-wrap .learn-more-btn img {
      width: 100%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .zoom-popup-wrap .zoom-content-wrap .dont-msg-btn, .zoom-popup-wrap .zoom-content-wrap .learn-more-btn {
    bottom: 44px;
  }

  .zoom-popup-wrap .zoom-content-wrap .dont-msg-btn {
    width: 221px;
  }

  .zoom-popup-wrap .zoom-content-wrap .learn-more-btn {
    width: 150px;
  }

    .zoom-popup-wrap .zoom-content-wrap .dont-msg-btn img, .zoom-popup-wrap .zoom-content-wrap .learn-more-btn img {
      width: 100%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .zoom-popup-wrap .zoom-content-wrap .dont-msg-btn, .zoom-popup-wrap .zoom-content-wrap .learn-more-btn {
    bottom: 56px;
  }

  .zoom-popup-wrap .zoom-content-wrap .dont-msg-btn {
    width: 300px;
  }

  .zoom-popup-wrap .zoom-content-wrap .learn-more-btn {
    width: 204px;
  }

    .zoom-popup-wrap .zoom-content-wrap .dont-msg-btn img, .zoom-popup-wrap .zoom-content-wrap .learn-more-btn img {
      width: 100%;
    }
}
/*Zoom Notification Popup Css End*/


/*Virtual Board Meeting Popup Css Start*/

.IContentWrap.vmp-pop-up {
  width: 900px;
  margin-left: -450px;
  border-radius: 0;
}

  .IContentWrap.vmp-pop-up .ppHead {
    margin-top: 10px;
  }

.vmp-bg {
  background: #f1f1f1;
  border-radius: 2px;
}

  .vmp-bg .vmp-ht {
    height: 135px;
  }

.IFadeWrap .vmp-pop-up .btn {
  font-size: 16px;
  color: #ffffff;
  background: #d49147;
  display: inline-block;
  padding: 4px 20px 4px 7px;
  text-decoration: none;
  text-shadow: none;
}

  .IFadeWrap .vmp-pop-up .btn:hover {
    background: #c77f2f;
  }

.vmp-pop-up .ppFooter .ppBtn {
  background: #51575a !important;
  font-size: 13px !important;
  margin: 0 auto !important;
  display: block !important;
  width: 230px;
}

.vmp-pop-up p {
  margin-bottom: 15px;
}

.vmp-pop-up .ppBtn:hover {
  background: #404548;
}

.vmp-pop-up .ppHead a {
  text-decoration: none;
}

.vmp-ft-logo {
  position: absolute;
  z-index: 10;
  top: -50px;
  right: 20px;
  max-width: 100px;
}

@media screen and ( max-width: 960px ) {
  .IContentWrap.vmp-pop-up .ppData {
    padding-top: 5px !important;
  }

  .IContentWrap.vmp-pop-up {
    width: 96%;
    margin-left: -48%;
  }

  .vmp-pop-up .font18 {
    font-size: 16px !important;
    margin: 0px;
    padding: 10px 0px;
  }

  .w-100.float-left.vmp-ht.font16 {
    font-size: 14px !important;
  }

  .vmp-pop-up .mblFS14.latoBold .mb-3 {
    margin-bottom: 0px !important;
  }

  .IFadeWrap .vmp-pop-up .btn {
    font-size: 13px;
    padding: 4px 10px 4px 5px;
  }

  .vmp-pop-up p {
    margin-bottom: 10px;
  }

  .IContentWrap.vmp-pop-up .ppFooter {
    margin-top: 10px;
  }
}

@media screen and ( max-width: 767px ) {
  .IContentWrap.vmp-pop-up {
    width: 100%;
    margin: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 0px;
  }

    .IContentWrap.vmp-pop-up .ppData {
      height: calc(100vh - 108px);
      overflow: auto;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }

  .vmp-pop-up .mblFS14.latoBold .mb-3 {
    margin-bottom: 0px !important;
  }

  .vmp-bg .vmp-ht {
    height: auto;
  }

  .IFadeWrap .vmp-pop-up .btn {
    margin-top: 5px;
  }

  .vmp-pop-up .w-100.float-left.pr-3, .vmp-pop-up .w-100.float-left.pl-3 {
    border: 0px !important;
    padding: 0px !important;
  }

  .vmp-ft-logo {
    position: fixed;
    bottom: 10px;
    top: unset;
    right: 15px;
  }
}

/*Virtual Board Meeting Popup Css End*/
