/**
 * Infoware Default Styles
 * 
 * v62 010521 swg formtab remove 3D shadow, less body margin narrow screens
 * 		  input elements border-radius
 * 		  iframe no border by default
 * v61 231220 rtm Change html .in-iframe to just overflow-y: hidden, so that 
 *                can still use horizontal scroll for non mobile friendly apps
 *                on narrow screens.
 * v60 291020 jjh Updated standard tab headings.
 * v59 040820 rtm Make disabled input text slightly darker so easier to read
 *                on smaller devices.
 * v58 230420 rtm Make resizeable iframes 100% width so they fit to container.
 * v57 200320 rtm Changes for template apps.
 * v56 160320 rtm Change logs now in iframe.
 * v55 170220 rtm Add document iframe container for generic web maintenance.
 * v54 100120 rtm Generic forms delivery styling.
 * v53 080120 rtm Change generic web maintenance tab section classes so that
 *                they are separate from normal section classes;
 *                requires wwgen/wwmaintd v35, ssfunct.js v75.
 * v52 070120 rtm Add padding to generic web maintenance tabular sections.
 * v51 191219 rtm Decrease input length class (len-*) widths; increase form
 *                max-width to 1000px and decrease default fldprompt width to
 *                120px so can fit more on generic web maintenance form.
 * v50 201119 rtm Make textarea same font-family as input.
 * v49 011119 rtm Make generic web maintenance associative table cells
 *                align to top.
 * v48 301019 rtm Make new multiple document link float left so that if in
 *                column with email icons, it lines up with document icon.
 * v47 011019 rtm Add generic web maintenance record number styling; consolidate
 *                all font-size: 12px into one selector.
 * v46 030719 rtm Add sticky column.
 * v45 290819 rtm Add column styling.
 * v44 290819 rtm Hide banner alerts div if it has no content; remove body
 *                margin if inside an iframe.
 * v43 160719 swg Add .expand-label from prev iwmenu
 * v42 200619 rtm Move more nav styles to iwmenu.css (v14).
 * v41 140619 rtm Darken disable field text color so more readable.
 * v40 110619 rtm Add page-cont styling to make page nav same width as table.
 * v39 140519 rtm Add styling to generic maintenance form to allow for column
 *                layouts.
 * v38 020519 rtm Generic web maintenance table section mobile layout.
 * v37 020519 rtm Add expandable section for generic web maintenance.
 * v36 020519 rtm Add tab section for generic web maintenance.
 * v35 300419 rtm Override more bootstrap styles.
 * v34 300419 rtm Undo v24.
 * v33 160419 rtm Change modal so that no longer scrollable, instead it just
 *                scrolls with the page.
 * v32 120419 rtm Combobox changes so that can have adjacent elements.
 * v31 060419 rtm Override some bootstrap styles.
 * v30 010419 rtm Add generic web maint section styling.
 * v29 250319 rtm Change div.tr to be display block by default.
 * v28 190319 rtm Make change log 90% width in mobile view.
 * v27 040319 rtm Make collapsed menu nav scrollable.
 * v26 010319 rtm Add box-sizing border-box to input fields.
 * v25 270219 rtm Add alert styling.
 * v24 200219 rtm Dont right align all div.fldval.
 * v23 190219 rtm Remove imports.
 * v22 180219 rtm Adaptive table styling for divs.
 * v21 150219 rtm Add section styling.
 * v20 110219 rtm Hide refresh button.
 * v19 210119 rtm Add generic web maintenance input widths.
 * v18 170119 rtm Hide disabled select options.
 * v17 110119 rtm Add changes log styling.
 * v16 110119 rtm Change modal background opacity.
 * v15 110119 rtm Change mobile fldprompt/val to be inline-block.
 * v14 201118 rtm Add anchor class. Add valerr styling for checkboxes.
 * v13 031018 rtm Add email column nowrap.
 * v12 061017 rtm Add modal-background and modal-content.
 * v11 110918 rtm Increase font-size and padding when mobile view.
 * v10 110918 rtm Move navbar to iwmenu.css.
 * v09 110918 rtm Add class required-before to put asterisk before.
 * v08 271018 swg Add verification styles
 * v07 280918 rtm Mobile styling for syapps.
 * v06 250918 rtm Collapse menu.
 * v05 120918 swg add p.success messages
 * v04 060918 rtm Add email icon styling.
 * v03 030417 swg formtab inline-block
 * v02 251116 swg Add border-box and default div classes for responsive
 * v01 140916 swg Add default .qty .amt right align
 */

/*v23 @import"iwmenu.css"; */
/*v23 @import"/css/ui-lightness/jquery-ui-1.8.17.custom.css"; */

body, /*v46*/
div.alert-dsa label, /*v46*/
div.expand-button, /*v46*/
div.form-cont div.recno, /*v46*/
div.th, /*v46*/
div.td, /*v46*/
p.error, /*v46*/
p.message, /*v46*/
p.success, /*v46*/
p.warning, /*v46*/
.results-cont td.fldcont .fldval input, /*v57*/
td, /*v46*/
th{ /*v46*/
  font-size: 12px; /*v46*/
} /*v46*/

.field-help-icon, /*v57*/
div.expand-button{ /*v57*/
  background: linear-gradient(#66acc1,#007597); /*v57*/
  background-color: #0084a9; /*v57*/
  color: white; /*v57*/
} /*v57*/

body{
  background-color: white;
  background-image: none;
  background-repeat: repeat-y;
  color: #000C50;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*v46 font-size: 12px; */
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  line-height: normal; /*v31*/
}

iframe {				/*v62*/
  border:none;				/*v62*/
}					/*v62*/

/*v02*/
div{
  box-sizing: border-box;
}

/*v02*/
div.col,
div.fld,
/*v24 div.fldprmpt, */
/*v24 div.fldval{ */
div.fldval, /*v34*/
div.fldprmpt{ /*v24*/
  display: inline-block;
}

div.fld{
  padding-left: 5px;
  padding-right: 5px;
}

textarea, /*v50*/
input{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  box-sizing: border-box; /*v26*/
}

input, select, textarea {		/*v62*/
  border: 1px silver solid;		/*v62*/
  border-radius:3px;			/*v62*/
}					/*v62*/

input[type="text"].len-xs{ /*v19*/
  width: 48px; /*v19*/
} /*v19*/

input[type="text"].len-s{ /*v19*/
  width: 95px; /*v19*/
} /*v19*/

input[type="text"].len-m{ /*v19*/
  width: 190px; /*v19*/
} /*v19*/

input[type="text"].len-l{ /*v19*/
  /*v51 width: 380px; /*v19*/
  width: 280px; /*v51*/
} /*v19*/

input[type="text"].len-xl{ /*v19*/
  /*v51 width: 570px; /*v19*/
  width: 420px; /*v51*/
} /*v19*/

h1{
  color: black;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}

h2{
  color: black;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

h3{
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

table.formtab,
div.formtab{
/*v62  border-right: 2px threedshadow solid;
  border-bottom: 2px threedshadow solid;
  border-left: 2px rgb(250,250,250) solid;
  border-top: 2px rgb(250,250,250) solid;*/
  border: 1px silver solid;			/*v62*/
  border-radius:4px;				/*v62*/
  background-color: rgb(239,239,239);
  padding: 10px;
}

td a.email-icon,
th a.email-icon{
  margin: 2px 2px 0px 2px;
}

td a.email-icon img,
th a.email-icon img{
  background-color: white;
}

td.email-doc,
th.email-doc{
  text-align: right;
  white-space: nowrap; /*v13*/
}

td.email-doc a,
th.email-doc a{
  display: inline-block;
  vertical-align: top;
}

td>a.multi-doc{ /*v48*/
  float: left; /*v48*/
} /*v48*/

div.formtab{
  display: inline-block;
}

table.listtab{
  border: 1px rgb(239,239,239) solid;
}

th{
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*v46 font-size: 12px; */
  font-weight: bold;
  text-align: left;
}

th.paghed{
  text-align: right;
}

tr{
  vertical-align: top;
  text-align: left;
}

table.formtab tr{
  vertical-align: middle;
}

tr.oddrow{
  background-color: rgb(250,250,250);
}

tr.oddrow:hover td{
  background-color: #ffff80;
}

tr.queryhed{
  background-color: silver;
  vertical-align: bottom;
  position: relative;
}

tr.evenrow{
  background-color: rgb(239,239,239);
}

tr.evenrow:hover td{
  background-color: #ffff80;
}

tr.hlrow{
  background-color: #ffff80;
}

tr.headrow{
  background-color: silver;
  vertical-align: bottom;
  text-align: center;
}

td{
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*v46 font-size: 12px; */
}

td.formhed{
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background-color: silver;
  color: black;
  padding: 5px;
  display: none;
}

td.formbutton,
div.formbutton{
  text-align: right;
  vertical-align: bottom;
}

td.formbuttonl,
div.formbuttonl{
  text-align: left;
  vertical-align: bottom;
}

td.criteriatxt{
  text-align: left;
  font-weight: bold;
}

td.criteriaval{
  text-align: left;
}

form{
  margin-top: 5px;
  margin-bottom: 5px;
}

colgroup.amount{
  text-align: right;
  width: 90px;
}

A:link{
  color: #0088cc;
  text-decoration: none;
}

A:visited{
  text-decoration: none;
}

A:active{
  color: #FF4D2D;
  text-decoration: none;
}

A:hover{
  text-decoration: underline;
}

p.flegend{
  margin-bottom: 2px;
  text-align: right;
}

span.fldvalr{
  color: red;
}

/*v10 p.navbar{*/
  /*v10 color: black;*/
  /*v10 font-size: 12px;*/
  /*v10 text-align: left;*/
  /*v10 margin-top: 24px;*/
  /*v10 margin-bottom: 18px;*/
/*v10 }*/

p.error{
  color: black;
  /*v46 font-size: 12px; */
  font-weight: normal;
  text-align: left;
  border: 2px red solid;
  padding: 5px;
}

p.warning{
  color: black;
  /*v46 font-size: 12px; */
  font-weight: normal;
  text-align: left;
  padding: 5px;
  border: 2px yellow solid;
}

p.message{
  color: black;
  /*v46 font-size: 12px; */
  font-weight: normal;
  text-align: left;
  font-style: italic;
  padding: 5px;
}

p.success{
  color: black;
  /*v46 font-size: 12px; */
  font-weight: normal;
  text-align: left;
  padding: 5px;
  border: 2px green solid;
}

#footer{
  clear: both;
}

hr.ssfooter{
  margin-top: 20px;
  background-color: #EFEFEF;
  color: #EFEFEF;
  height: 1px;
  border: none;
}

div.ssfooter{
  margin-top: 20px;
  padding-top: 6px;
  border-top: 1px solid #EFEFEF;
}

address{
  font-size: 10px;
  text-align: left;
  color: gray;
}

addressa:link{
  color: inherit;
}

addressA:visited{
  color: inherit;
}

addressA:active{
  color: inherit;
}

noscript{}

.newpg{
  page-break-after: always;
}

.dockclass{
  position: relative;
}

.hide{
  display: none;
}

.qty,
.amt{
  text-align: right;
}

div.stickyHeader{
  /*top: 25px;*/
  top: 39px;
  position: fixed;
  _position: absolute;
  background-color: white;
}

div.stickyColumn>table>thead, /*v46*/
div.stickyColumn{ /*v46*/
  background: white; /*v46*/
  position: fixed; /*v46*/
  top: 40px; /*v46*/
  z-index: 1; /*v46*/
} /*v46*/

div.stickyColumn>table.listtab.clone, /*v46*/
div.stickyHeader>table.listtab.clone{ /*v46*/
  margin-left: 0 !important; /*v46*/
  margin-top: 0 !important; /*v46*/
} /*v46*/

.valerr{
  background-color: pink;
}

input[type="checkbox"].valerr{ /*v14*/
  outline: 1px auto red; /*v14*/
} /*v14*/

.anchor: before{ /*v14*/
  content: ""; /*v14*/
  display: block; /*v14*/
  height: 40px; /*v14*/
  margin-top: -40px; /*v14*/
  position: relative; /*v14*/
  width: 0px; /*v14*/
} /*v14*/

table.adaptive .hidden{ /*v07*/
  display: none; /*v07*/
} /*v07*/

input.vercode{ /*v08*/
  width: 70px; /*v08*/
} /*v08*/

div#clog-cont div.formtab{ /*v17*/
  margin-bottom: 10px; /*v17*/
} /*v17*/

option:disabled{ /*v18*/
  display: none; /*v18*/
} /*v18*/

table.old-notes{ /*v19*/
  width: 100%; /*v19*/
} /*v19*/

#brefresh{ /*v20*/
  display: none; /*v20*/
} /*v20*/

div.browse div.fldprompt,/*v20*/
div.browse div.fldval{ /*v20*/
  display: inline-block; /*v20*/
} /*v20*/

table.pagenv{
  width: 100%;
}

tr.pagenv{
  vertical-align: middle;
}

td.pagenv{
  text-align: right;
}

td.perp{
  text-align: left;
}

div.totfnd{
  width: 100%;
  color: gray;
  padding-top: 5px;
}

div.pagenv{
  clear: left;
  margin-top: 2px;
  margin-bottom: 2px;
}

#modal-background{ /*v12*/
  background-color: rgb(0,0,0); /*v12*/
  /*v16background-color: rgba(0,0,0,0.4); /*v12*/
  background-color: rgba(0,0,0,0.1); /*v16*/
  display: none; /*v12*/
  height: 100%; /*v12*/
  left: 0; /*v12*/
  overflow: auto; /*v12*/
  position: fixed; /*v12*/
  top: 0; /*v12*/
  width: 100%; /*v12*/
  /*v25 z-index: 900; /*v12*/
  z-index: 901; /*v25*/
} /*v12*/

.modal-content{ /*v12*/
  background-color: #fff; /*v12*/
  /*v16 border: 1px solid #888; /*v12*/
  border-radius: 5px; /*v16*/
  display: none; /*v12*/
  left: 50%; /*v12*/
  /*v33 max-height: 90%; /*v12*/
  max-width: 90%; /*v12*/
  margin-bottom: 10px; /*v33*/
  /*v33 overflow: auto; /*v12*/
  padding: 15px; /*v16*/
  /*v33 position: fixed; /*v12*/
  position: absolute; /*v33*/
  /*v33 top: 50%; /*v12*/
  top: 50px; /*v33*/
  /*v33 transform: translate(-50%,-50%); /*v12*/
  transform: translate(-50%,0%); /*v33*/
  z-index: 950; /*v12*/
} /*v12*/

.modal-content h2{ /*v16*/
  margin-top: 0; /*v16*/
} /*v16*/

.noselect{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*v39 div.form-cont div.table, /*v19*/
div.form-cont, /*v51*/
div.search-cont div.table{ /*v19*/
  /*v51 max-width: 900px; /*v19*/
  max-width: 1000px; /*v51*/
} /*v19*/

div.clog-table div.fldprompt{ /*v19*/
  width: 80px; /*v19*/
} /*v19*/

div.form-cont div.table div.fldprompt, /*v19*/
div.search-cont div.table div.fldprompt{ /*v19*/
  /*v51 width: 140px; /*v19*/
  width: 120px; /*v51*/
} /*v19*/

div.tr h3, /*v22*/
tr.section h3{ /*v21*/
  border-bottom: 1px solid darkgrey; /*v21*/
  margin: 0px; /*v21*/
  padding-top: 5px; /*v21*/
} /*v21*/

div.table{ /*v22*/
  font-size: 0; /*v22*/
} /*v22*/

div.th, /*v30*/
div.td{ /*v22*/
  display: inline-block; /*v22*/
  /*v46 font-size: 12px; /*v22*/
} /*v22*/

div.th{ /*v30*/
  font-weight: bold; /*v30*/
} /*v30*/

div.td.fldprompt{ /*v22*/
  /*v57 padding-top: 4px; /*v22*/
  vertical-align: top; /*v22*/
  white-space: normal; /*v22*/
} /*v22*/

.field-help-cont, /*v57*/
div.td.fldprompt{ /*v57*/
  padding-top: 4px; /*v57*/
} /*v57*/

div.td.fldval select{ /*v22*/
  padding: 2px 0; /*v22*/
} /*v22*/

div.fldval input[type=checkbox]{ /*v22*/
  margin: 5px 3px 3px 4px; /*v22*/
} /*v22*/

/*v32 div.fldval div.combobox-container{ /*v22*/
  /*v32 display: table-cell; /*v22*/
/*v32 } /*v22*/

div.tr{ /*v22*/
  /*v29 display: inline-block; /*v22*/
  margin: 1px 0; /*v22*/
  white-space: nowrap; /*v22*/
  width: 100%; /*v22*/
} /*v22*/

div.tr.section div.td{ /*v22*/
  width: 100%; /*v22*/
} /*v22*/

div.alert-cont{ /*v25*/
  min-width: 50%; /*v25*/
} /*v25*/

div.alert-cont.modal-content{ /*v25*/
  padding: 10px; /*v25*/
  top: 50px; /*v25*/
  transform: translate(-50%, 0%); /*v25*/
} /*v25*/

span.alert-title{ /*v25*/
  display: block; /*v25*/
  font-size: 16px; /*v25*/
  font-weight: bold; /*v25*/
  margin-bottom: 5px; /*v25*/
} /*v25*/

div.alert-buttons{ /*v25*/
  text-align: right; /*v25*/
} /*v25*/

div.alert-dsa{ /*v25*/
  display: inline-block; /*v25*/
  font-size: 0; /*v25*/
  margin-bottom: 5px; /*v25*/
  margin-right: 5px; /*v25*/
  vertical-align: middle; /*v25*/
} /*v25*/

div.alert-dsa label{ /*v25*/
  display: inline-block; /*v25*/
  /*v46 font-size: 12px; /*v25*/
  margin-top: 2px; /*v25*/
  vertical-align: top; /*v25*/
} /*v25*/

div.alert-cont.banner div.alert{ /*v25*/
  background: rgba(0, 0, 0, 0.6); /*v25*/
  border-bottom: 1px solid #333; /*v25*/
  color: white; /*v25*/
  min-height: 34px; /*v25*/
  padding: 2px 10px; /*v25*/
  position: relative; /*v25*/
} /*v25*/

div.alert-cont.banner div.alert-body{ /*v25*/
  display: inline-block; /*v25*/
  margin: 8px; /*v25*/
  min-width: 30%; /*v25*/
} /*v25*/

div.alert-cont.banner div.alert-buttons{ /*v25*/
  display: inline-block; /*v25*/
  padding: 2px; /*v25*/
  vertical-align: bottom; /*v25*/
} /*v25*/

div.alert span:empty{ /*v25*/
  display: none; /*v25*/
} /*v25*/

div#banner-alerts{ /*v25*/
  margin: -10px -20px 0 -20px; /*v25*/
  padding-bottom: 10px; /*v25*/
} /*v25*/

div.section-head h3{ /*v30*/
  border-bottom: 1px solid black; /*v30*/
  margin: 8px 0 4px 0; /*v30*/
} /*v30*/

div.section.table{ /*v30*/
  display: table; /*v30*/
} /*v30*/

div.section.table-row{ /*v30*/
  display: table-row; /*v30*/
} /*v30*/

div.section.table-row>div{ /*v30*/
  display: table-cell; /*v30*/
  padding: 0 8px 2px 0; /*v30*/
} /*v30*/

div.section.table-row>div>div{ /*v30*/
  /*v49 vertical-align: unset; /*v30*/
  vertical-align: top; /*v49*/
} /*v30*/

div.section.table-row>div>div.fldprompt{ /*v30*/
  display: none; /*v30*/
} /*v30*/

div.td.fldval{ /*v30*/
  vertical-align: bottom; /*v30*/
} /*v30*/

div.fldcont{ /*v30*/
  padding: 2px 0; /*v30*/
} /*v30*/

input, textarea, select, button{ /*v31*/
  font-size: 13.3333px; /*v31*/
} /*v31*/

label{ /*v31*/
  font-weight: normal; /*v31*/
  margin-bottom: 0; /*v31*/
} /*v31*/

table{ /*v31*/
  border-collapse: separate; /*v31*/
  border-spacing: 1px; /*v31*/
} /*v31*/

th, td{ /*v31*/
  padding: 1px; /*v31*/
} /*v31*/

.table{ /*v31*/
  margin-bottom: 0; /*v31*/
  width: auto; /*v31*/
} /*v31*/

.table .table{ /*v31*/
  background-color: inherit; /*v31*/
} /*v31*/

input[type=text], optgroup, select, textarea{ /*v31*/
  color: black;
} /*v31*/

input[type=text]:disabled, optgroup:disabled, select:disabled, textarea:disabled{ /*v31*/
  /*v41 color: graytext; /*v31*/
  /*v59 color: #545454; /*v41*/
  color: #333; /*v59*/
} /*v31*/

table.adaptive:empty{ /*v33*/
  display: none; /*v33*/
} /*v33*/

div.modal-content-close{ /*v33*/
  cursor: pointer; /*v33*/
  position: absolute; /*v33*/
  right: 10px; /*v33*/
  top: 8px; /*v33*/
} /*v33*/

div.section.tab{ /*v36*/
  border: 1px solid black; /*v36*/
  border-top: none; /*v36*/
  margin-bottom: 4px; /*v36*/
  padding: 2px 4px; /*v36*/
} /*v36*/

/*v53 div.section-head.tab{ /*v36*/
.tab-head{ /*v53*/
  background-color: lightgrey; /*v36*/
  border: 1px solid black; /*v36*/
  cursor: pointer; /*v36*/
  display: inline-block; /*v36*/
  /*v60 margin-bottom: 4px; /*v36*/
  margin-bottom: -1px;                              /*v60*/
  margin-right: 4px; /*v36*/
  padding: 4px; /*v36*/
  border-radius: 3px;                               /*v60*/
  border-bottom-left-radius: 0px;                   /*v60*/
  border-bottom-right-radius: 0px;                  /*v60*/
} /*v36*/

/*v53 div.section-head.tab.selected{ /*v36*/
.tab-head.selected{ /*v53*/
  /*v60 background-color: inherit; /*v36*/
  background-color: rgb(239,239,239);                          /*v60*/
  border-bottom-color: rgb(239,239,239);                       /*v60*/
} /*v36*/

/*v53 div.section-head.tab>h3{ /*v36*/
.tab-head>h3{ /*v53*/
  border: none; /*v36*/
  margin: 0; /*v36*/
  user-select: none; /*v36*/
  color: #535353; /*v60*/
} /*v36*/

.tab-head.selected>h3{    /*v60*/
  color: black;           /*v60*/
}                         /*v60*/

/*v53 div.section-head-cont.tab{ /*v36*/
.tab-head-cont{ /*v53*/
  border: 1px solid black; /*v36*/
  margin-top: 4px; /*v36*/
  margin-bottom: -2px;  /*v60*/
  padding: 4px 4px 0 4px; /*v36*/
} /*v36*/

div.section-head.expand>h3{ /*v37*/
  margin-left: 20px; /*v37*/
} /*v37*/

.form-cont .section.tab{ /*v52*/
  padding: 4px; /*v52*/
} /*v52*/

div.expand-button{ /*v37*/
  /*v57 background: linear-gradient(#66acc1,#007597); /*v37*/
  /*v57 background-color: #0084a9; /*v37*/
  /*v57 color: white; /*v37*/
  cursor: pointer; /*v37*/
  /*v46 font-size: 12px; /*v37*/
  font-weight: bold; /*v37*/
  height: 16px; /*v37*/
  position: absolute; /*v37*/
  text-align: center; /*v37*/
  user-select: none; /*v37*/
  width: 16px; /*v37*/
} /*v37*/

div.expand-button:after{ /*v37*/
  content: "+"; /*v37*/
} /*v37*/

div.expand-button.expanded:after{ /*v37*/
  content: "-"; /*v37*/
} /*v37*/

.expand-label{ /*v43*/
  margin-left:25px;
}

div.form-cont, /*v39*/
div.form-cont div.formtab{ /*v39*/
  width: 100%; /*v39*/
} /*v39*/

/*v51 div.form-cont{ /*v39*/
  /*v51 max-width: 900px; /*v39*/
/*v51 } /*v39*/

/*v53 div.form-cont div.section{ /*v39*/
.form-cont .section-cont, /*v53*/
.form-cont .section{ /*v53*/
  padding: 0; /*v39*/
} /*v39*/

div.section:not([class*=col]){ /*v39*/
  clear: left; /*v39*/
} /*v39*/

div.page-cont{ /*v40*/
  display: inline-block; /*v40*/
} /*v40*/

table.pagenv td.pagenv{ /*v40*/
  padding-left: 10px; /*v40*/
} /*v40*/

body.in-iframe,
body.in-iframe div#banner-alerts{ /*v44*/
  margin-left: 0; /*v44*/
  margin-right: 0; /*v44*/
} /*v44*/

div#banner-alerts:empty{ /*v44*/
  display: none; /*v44*/
} /*v44*/

.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12, /*v45*/
.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12, /*v45*/
.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12, /*v45*/
.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12, /*v45*/
.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{ /*v45*/
  display: inline-block; /*v45*/
  position: relative; /*v45*/
  width: 100%; /*v45*/
  min-height: 1px; /*v45*/
  padding-right: 15px; /*v45*/
  padding-left: 15px; /*v45*/
  vertical-align: top; /*v45*/
} /*v45*/

div.form-cont div.recno{ /*v46*/
  text-align: right; /*v46*/
} /*v46*/

.forms-deliv-cont{ /*v54*/
  padding-bottom: 4px; /*v54*/
} /*v54*/

.forms-deliv.listtab{ /*v54*/
  background: white; /*v54*/
  border: 1px solid black; /*v54*/
} /*v54*/

.forms-deliv-list>*{ /*v54*/
  padding: 2px 4px; /*v54*/
  vertical-align: top; /*v54*/
} /*v54*/

.forms-deliv-list>.exp{ /* expand button container v54*/
  width: 20px; /*v54*/
} /*v54*/

.forms-deliv-detail>td{ /*v54*/
  padding: 2px 4px 2px 32px; /*v54*/
} /*v54*/

.forms-deliv-detail>td>h3{ /*v54*/
  margin: 0; /*v54*/
} /*v54*/

.doc-iframe-cont>iframe, /*v55*/
.doc-iframe-cont{ /*v55*/
  box-sizing: border-box; /*v55*/
  width: 100%; /*v55*/
} /*v55*/

.doc-iframe-cont>iframe{ /*v55*/
  background: white; /*v55*/
  padding: 5px; /*v55*/
} /*v55*/

#clog-cont{ /*v56*/
  width: 80%; /*v56*/
} /*v56*/

#clog-cont>.iframe-cont{ /*v56*/
  min-height: 500px; /*v56*/
} /*v56*/

#clog-cont iframe{ /*v56*/
  border: none; /*v56*/
  width: 100%; /*v56*/
} /*v56*/

html.in-iframe-resizable{ /*v56*/
  /*v61 overflow: hidden; /*v56*/
  overflow-y: hidden; /*v61*/
} /*v56*/

.results-cont td.fldcont .fldprompt{ /*v57*/
  display: none; /*v57*/
} /*v57*/

.results-cont td.fldcont .fldval{ /*v57*/
  text-align: left; /*v57*/
} /*v57*/

.results-cont td.fldcont .fldval input{ /*v57*/
  padding: 0; /*v57*/
} /*v57*/

.table>.col{ /*v57*/
  display: inline-block; /*v57*/
  padding-right: 10px; /*v57*/
  vertical-align: top; /*v57*/
} /*v57*/

.table>.col:last-child{ /*v57*/
  padding-right: 0; /*v57*/
} /*v57*/

.field-help-cont{ /*v57*/
  display: inline-block; /*v57*/
  user-select: none;
  vertical-align: top; /*v57*/
} /*v57*/

.field-help-icon{ /*v57*/
  border-radius: 7px; /*v57*/
  display: block; /*v57*/
  font-size: 11px; /*v57*/
  font-weight: bold; /*v57*/
  height: 14px; /*v57*/
  text-align: center; /*v57*/
  user-select: none; /*v57*/
  width: 14px; /*v57*/
} /*v57*/

.field-help-list>li:hover, /*v57*/
.field-help-icon.has-list:hover{ /*v57*/
  cursor: pointer; /*v57*/
} /*v57*/

.field-help-list, /*v57*/
.field-help-text{ /*v57*/
  background: white; /*v57*/
  border: 1px solid #ccc; /*v57*/
  display: none; /*v57*/
  margin: 2px 0;
  position: absolute; /*v57*/
} /*v57*/

.field-help-text{ /*v57*/
  padding: 5px 10px; /*v57*/
} /*v57*/

.field-help-list{ /*v57*/
  list-style: none; /*v57*/
  padding: 0; /*v57*/
} /*v57*/

.field-help-list>li{ /*v57*/
  color: #08c; /*v57*/
  font-weight: bold; /*v57*/
  padding: 8px 10px; /*v57*/
} /*v57*/

.field-help-list>li:hover{ /*v57*/
  color: #0ae; /*v57*/
} /*v57*/

td.expand{ /*v57*/
  min-width: 16px; /*v57*/
} /*v57*/

.detail-table{ /*v57*/
  width: 100%; /*v57*/
} /*v57*/

iframe.resizable{ /*v58*/
  width: 100%; /*v58*/
} /*v58*/

@media print{ /* start media print */
  /*v10 p.navbar{*/
    /*v10 display: none;*/
  /*v10 }*/

  img.expbox{
    display: none;
  }

  td.movebox{
    display: none;
  }

  div.stickyHeader{
    display: none;
  }
  div.stickyColumn{ /*v46*/
    display: none; /*v46*/
  } /*v46*/
} /* end media print */

/* Collapse menu */
@media only screen and (max-width: 670px){ /*v06*/
  /*v11 body{ /*v06*/
    /*v11 font-size: 14px; /*v06*/
  /*v11 } /*v06*/
  input,				/*v11*/
  select,				/*v11*/
  div.td, 				/*v22*/
  td,					/*v11*/
  th,					/*v11*/
  .results-cont td.fldcont .fldval input, /*v57*/
  body{ 				/*v11*/
    font-size: 16px; /*v11*/
  } /*v11*/
  body{ 				/*v62*/
    margin-left:8px;			/*v62*/
    margin-right:8px;			/*v62*/
  } 					/*v62*/
  table.formtab, div.formtab{		/*v62*/
    padding:5px;			/*v62*/
  }					/*v62*/
  h1{ /*v11*/
    font-size: 30px; /*v11*/
  } /*v11*/
  h2{ /*v11*/
    font-size: 24px; /*v11*/
  } /*v11*/
  h3{ /*v11*/
    font-size: 18px; /*v11*/
  } /*v11*/
  textarea,/*v19*/
  input{ /*v19*/
    box-sizing: border-box; /*v19*/
  } /*v19*/
  input[type="text"].len-xs{ /*v19*/
    width: 70px; /*v19*/
  } /*v19*/
  input[type="text"].len-s{ /*v19*/
    width: 125px; /*v19*/
  } /*v19*/
  textarea,/*v19*/
  input[type="text"].len-m,/*v19*/
  input[type="text"].len-l,/*v19*/
  input[type="text"].len-xl{ /*v19*/
    width: 100%; /*v19*/
  } /*v19*/
  div.alert-dsa label, /*v25*/
  div.alert-buttons input, /*v25*/
  p.error, /*v06*/
  p.warning, /*v06*/
  p.message, /*v06*/
  p.success{ /*v06*/
    font-size: 16px; /*v06*/
  } /*v06*/
  .results-cont td.fldcont .fldval input, /*v57*/
  input,/*v11*/
  select{ /*v11*/
    padding: 4px; /*v11*/
  } /*v11*/
  /*v42 #nav #navul{ /*v06*/
    /*v42 display: none; /*v06*/
    /*v27 margin-top: 40px; /*v06*/
    /*v27 position: absolute; /*v06*/
    /*v27 width: 100%; /*v06*/
  /*v42 } /*v06*/
  /*v42 #nav #navul li{ /*v06*/
    /*v42 display: block; /*v06*/
    /*v42 float: none; /*v06*/
    /*v42 height: auto; /*v06*/
  /*v42 } /*v06*/
  /*v42 #nav #navul li a{ /*v06*/
    /*v42 background-image: none; /*v06*/
    /*v42 text-align: left; /*v06*/
  /*v42 } /*v06*/
  /*v42 #nav #navul ul.dropdown-menu{ /*v06*/
    /*v42 display: none; /*v06*/
    /*v42 float: none; /*v06*/
    /*v42 position: relative; /*v06*/
    /*v42 top: 0; /*v06*/
    /*v42 width: 100%; /*v06*/
  /*v42 } /*v06*/
  /*v42 #nav #navul ul.dropdown-menu ul.dropdown-menu{ /*v06*/
    /*v42 margin: 0; /*v06*/
  /*v42 } /*v06*/
  /*v42 #nav #navul ul.dropdown-menu.selected{ /*v06*/
    /*v42 display: block; /*v06*/
  /*v42 } /*v06*/
  /*v42 #nav #navul ul.dropdown-menu li{ /*v06*/
    /*v42 width: 100%; /*v06*/
  /*v42 } /*v06*/
  /*v42 #nav #navul ul.dropdown-menu li a{ /*v06*/
    /*v42 color: #08c; /*v06*/
  /*v42 } /*v06*/
  /*v42 #nav #navul ul.dropdown-menu li:hover>a{ /*v06*/
    /*v42 background-color: #007597; /*v06*/
    /*v42 color: white; /*v06*/
  /*v42 } /*v06*/
  /*v42 #nav #navul ul.dropdown-menu ul.dropdown-menu li>a{ /*v06*/
  /*v42   padding-left: 20px; /*v06*/
  /*v42 } /*v06*/
  div.section.table, /*v38*/
  div.section.table-row, /*v38*/
  div.section.table-row>div, /*v38*/
  div.table.adaptive div.td.fldprompt, /*v22*/
  div.table.adaptive div.td.fldval{ /*v22*/
    display: block; /*v22*/
  } /*v22*/
  table.adaptive,/*v07*/
  table.adaptive tbody,/*v07*/
  table.adaptive tr,/*v07*/
  table.adaptive th,/*v07*/
  table.adaptive td{ /*v07*/
    box-sizing: border-box; /*v15*/
    display: inline-block; /*v07*/
    text-align: left; /*v07*/
    width: 100%; /*v07*/
  } /*v07*/
  div.table.adaptive div.tr, /*v22*/
  table.adaptive tr{ /*v15*/
    font-size: 0; /*v15*/
  } /*v15*/
  table.adaptive tr td{ /*v15*/
    padding: 5px 5px 0 5px; /*v15*/
  } /*v15*/
  table.adaptive tr td:last-child{ /*v15*/
    padding-bottom: 5px; /*v15*/
  } /*v15*/
  table.adaptive label.fldprompt, /*v15*/
  table.adaptive div.fldval{ /*v15*/
    /*v35 display: inline-block; /*v15*/
    display: inline-block!important; /*v35*/
    vertical-align: top; /*v15*/
    width: 50%; /*v15*/
  } /*v15*/
  table.adaptive div.fldval{ /*v15*/
    text-align: right; /*v15*/
  } /*v15*/
  /*v15 table.adaptivelabel.fldprompt.hidden{ /*v07*/
    /*v15 display: inline-block; /*v07*/
  /*v15 } /*v07*/
  div.table.adaptive div.td:empty, /*v22*/
  table.adaptive td:empty{ /*v07*/
    display: none; /*v07*/
  } /*v07*/
  div.table.adaptive div.td.required-before:before, /*v22*/
  div.table.adaptive div.td.fldprompt.required:after, /*v22*/
  table.adaptive td.required-before:before, /*v09*/
  table.adaptive td.fldprompt.required:after{ /*v07*/
    color: red; /*v07*/
    content: "*"; /*v07*/
  } /*v07*/
  div.section.table-row.thead, /*v38*/
  table.adaptive thead{ /*v07*/
    display: none; /*v07*/
  } /*v07*/
  table.login input#userid,/*v07*/
  table.login input#userpwd{ /*v07*/
    width: 100%; /*v07*/
  } /*v07*/
  table.login input#userpwd{ /*v07*/
    margin-bottom: 10px; /*v07*/
  } /*v07*/
  table#uregtab span.fldvalr{ /*v07*/
    display: none; /*v07*/
  } /*v07*/
  table.login td.formbutton,/*v07*/
  table#uregtab td.formbutton{ /*v07*/
    margin-top: 10px; /*v07*/
    text-align: right; /*v07*/
  } /*v07*/
  textarea{ /*v19*/
    resize: vertical; /*v19*/
  } /*v19*/
  div.formtab, /*v22*/
  div.table.adaptive, /*v22*/
  div.table.adaptive div.td{ /*v22*/
    max-width: none; /*v22*/
    width: 100%; /*v22*/
  } /*v22*/
  table.adaptive input, /*v22*/
  div.table.adaptive div.fldval input, /*v22*/
  div.table.adaptive div.fldval select, /*v22*/
  div.table.adaptive div.fldval textarea, /*v22*/
  div.table.adaptive div.fldval{ /*v22*/
    max-width: 100%; /*v22*/
  } /*v22*/
  div.table.adaptive div.fldval.has-help-icon input, /*v58*/
  div.table.adaptive div.fldval.has-help-icon select, /*v58*/
  div.table.adaptive div.fldval.has-help-icon textarea{ /*v58*/
    max-width: 90%; /*v58*/
  } /*v58*/
  div.table.adaptive div.td.fldprompt{ /*v22*/
    width: auto; /*v22*/
  } /*v22*/
  div.table.adaptive div.tr{ /*v22*/
    display: block; /*v22*/
    min-width: auto !important; /*v22*/
  } /*v22*/
  div.alert-cont{ /*v25*/
    min-width: 90%; /*v25*/
  } /*v25*/
  div.alert-cont.banner div.alert{ /*v25*/
    padding: 4px; /*v25*/
  } /*v25*/
  div.alert-cont.banner div.alert-buttons{ /*v25*/
    display: block; /*v25*/
    padding: 0; /*v25*/
    width: auto; /*v25*/
  } /*v25*/
  div.alert-cont.banner div.alert-body{ /*v25*/
    margin-right: 6px; /*v25*/
  } /*v25*/
  span.alert-title{ /*v25*/
    font-size: 20px; /*v25*/
  } /*v25*/
  div.alert-dsa input[type=checkbox]{ /*v25*/
    margin-top: 5px; /*v25*/
  } /*v25*/
  /*v42 div#navul-cont{ /*v27*/
    /*v42 margin-top: 40px; /*v27*/
    /*v42 overflow-y: auto; /*v27*/
    /*v42 position: fixed; /*v27*/
    /*v42 top: 0; /*v27*/
    /*v42 width: 100%; /*v27*/
  /*v42 } /*v27*/
  div#clog-cont{ /*v28*/
    width: 90%; /*v28*/
  } /*v28*/
  div.section-thead{ /*v30*/
    display: none; /*v30*/
  } /*v30*/
  .modal-content{ /*v33*/
    top: 10px; /*v33*/
  } /*v33*/
  .forms-deliv.listtab{ /*v54*/
    background: none; /*v54*/
    border: none; /*v54*/
    width: 100%; /*v54*/
  } /*v54*/
  .forms-deliv-list{ /*v54*/
    display:none; /*v54*/
  } /*v54*/
  .forms-deliv-detail{ /*v54*/
    display: block !important; /*v54*/
  } /*v54*/
  .forms-deliv-detail>td{ /*v54*/
    padding: 0; /*v54*/
  } /*v54*/
  .results-cont td.fldcont .fldprompt{ /*v57*/
    display: block; /*v57*/
  } /*v57*/
  .results-cont td.fldcont .fldval{ /*v57*/
    width: 100%; /*v57*/
  } /*v57*/
  .results-cont td.fldcont .fldval input{ /*v57*/
    width: 100%; /*v57*/
  } /*v57*/
  .table>.col{ /*v57*/
    display: block; /*v57*/
  } /*v57*/
  .field-help-icon{ /*v57*/
    border-radius: 10px; /*v57*/
    font-size: 16px; /*v57*/
    height: 20px; /*v57*/
    margin-top: 2px; /*v57*/
    width: 20px; /*v57*/
  } /*v57*/
} /* end media max-width 670px v06*/

@media only screen and (min-width: 540px){ /*v45*/
  .col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%} /*v45*/
  .col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%} /*v45*/
  .col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%} /*v45*/
  .col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%} /*v45*/
  .col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%} /*v45*/
  .col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} /*v45*/
  .col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%} /*v45*/
  .col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%} /*v45*/
  .col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%} /*v45*/
  .col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%} /*v45*/
  .col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%} /*v45*/
  .col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} /*v45*/
} /* end media min-width 540px v45*/

@media only screen and (min-width: 670px){ /*v45*/
  .col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%} /*v45*/
  .col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%} /*v45*/
  .col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%} /*v45*/
  .col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%} /*v45*/
  .col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%} /*v45*/
  .col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} /*v45*/
  .col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%} /*v45*/
  .col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%} /*v45*/
  .col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%} /*v45*/
  .col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%} /*v45*/
  .col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%} /*v45*/
  .col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} /*v45*/
} /* end media min-width 670px v45*/

@media only screen and (min-width: 768px){ /*v45*/
  .col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%} /*v45*/
  .col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%} /*v45*/
  .col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%} /*v45*/
  .col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%} /*v45*/
  .col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%} /*v45*/
  .col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} /*v45*/
  .col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%} /*v45*/
  .col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%} /*v45*/
  .col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%} /*v45*/
  .col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%} /*v45*/
  .col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%} /*v45*/
  .col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} /*v45*/
} /* end media min-width 768px v45*/

@media only screen and (min-width: 992px){ /*v45*/
  .col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%} /*v45*/
  .col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%} /*v45*/
  .col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%} /*v45*/
  .col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%} /*v45*/
  .col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%} /*v45*/
  .col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} /*v45*/
  .col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%} /*v45*/
  .col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%} /*v45*/
  .col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%} /*v45*/
  .col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%} /*v45*/
  .col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%} /*v45*/
  .col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} /*v45*/
} /* end media min-width 992px v45*/

@media only screen and (min-width: 1200px){ /*v45*/
  .col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%} /*v45*/
  .col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%} /*v45*/
  .col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%} /*v45*/
  .col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%} /*v45*/
  .col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%} /*v45*/
  .col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%} /*v45*/
  .col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%} /*v45*/
  .col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%} /*v45*/
  .col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%} /*v45*/
  .col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%} /*v45*/
  .col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%} /*v45*/
  .col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%} /*v45*/
} /* end media min-width 1200px v45*/
