.mdl-textfield
{
    display:flex;
    flex-direction:column-reverse;
    margin-bottom:10px;
    justify-content: start;
}
.mdl-textfield .mdl-textfield__input
{
 border-radius:5px;
padding:8px;
border:1px solid #BABABA;
}
.mdl-textfield .mdl-textfield__label,
.mdl-checkbox__label,
.multiCheck>.title
{
  color:rgb(92,111,124);
 font-weight: 600;
 margin-bottom:5px;

 text-transform:uppercase;
}

.mdl-textfield .mdl-textfield__input,
.mdl-textfield .mdl-textfield__label
{
    font-family: century-gothic, sans-serif;
    font-size:14px;
    font-style: normal;
}

.formGroupx
{
    width:100% !important;
}
.formGroupx>.title {
    display:flex;
    background-color:rgb(225, 194, 16);
    color:rgb(92,111,124);
    align-items:center;
    justify-content:center;
    font-weight: 700;
    cursor:pointer;

font-style: normal;
font-size:18px;
text-transform:uppercase;
line-height:50px;
padding-left:24px;
padding-right:24px;
}

.formGroupx>.title span{
    flex:1;
}

.formGroupx .items {
    display:none;
}
.brAccord .formGroupx:first-of-type>.title
{
  -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.brAccord .formGroupx:last-of-type>.title
{
    -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.formGroupx.open>.items, .brAccordSubOpenNoTitle .formGroupx .formGroupx>.items {
    display:flex;
    flex-wrap:wrap;
    background-color:white;
}
.formGroupx >.items>div,
.formGroupx >.items>label
{
    width:33%;
    padding:8px 24px;
}

.brAccordSubOpenNoTitle .formGroupx .formGroupx > .title
{
    display:none;
}

.brAccordSubOpenNoTitle .formGroupx .formGroupx
{
    margin-bottom:30px;
}



.subItems
{
        display:flex;
    flex-wrap:wrap;
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
}

.subItems>div
{
    width:33%;
    padding:8px 24px;
}


@media(max-width:1400px) {
    .formGroupx > .items > div,
    .formGroupx > .items > label {
        width: 50%;
    }

    .subItems > div {
        width: 50%;
    }
}

.brAccord .formGroupx.open:last-of-type>.title
{
      -webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.formGroupx>.title i:before
{
    content: "\f054";
}
.formGroupx.open>.title i:before
{
        content: "\f078";
}
.forceClear {
    height:0px !important;
    padding:0px !important;
    width:100% !important;
}

textarea
{
    height:160px;
}
.brAccord .formGroupx {
    margin-bottom:2px;
}

.mdl-button{
    padding: 0px;
    border: none;
    font: unset;
    display:block;
    text-decoration:none;
    background-color: rgb(0,125,177);
color:white;
font-weight: 700;

font-style: normal;
text-transform:uppercase;
font-size:18px;
text-align:center;
margin-bottom:10px;
border-radius:10px;

padding-left:24px;
padding-right:24px;
padding-top:10px;
padding-bottom:10px;
}

.mdl-button.selected{
background:rgb(225,194,16);
}

.mdl-button .material-icons
{
    line-height: 45px;
}
.mdl-button_grey
{
    background: rgb(139,142,145);

}
.mdl-button_red
{
    background: rgb(255,94,58);

}
.saveContainer
{
    display:flex;
    justify-content:flex-end;
}

.mdl-data-table td,
.mdl-data-table th
{
    padding:8px;
    vertical-align:middle;
    border-bottom:1px solid #e6e8e8;
}
.mdl-data-table
{
    margin-bottom:20px;
    background-color:white;
    width:100%;
    border-radius: 10px;
}
.mdl-data-table th,.mdl-data-table th a
{
    color:rgb(92,111,124);
    text-align:left;
    text-decoration:none;
}
.mdl-data-table th.tdOptions,.checkboxTh
{
    width:50px;
}

.buttonControls>.title {
    color: #339AFF;
    font-weight: 600;
  
    margin-right:10px;
    text-transform:uppercase;
}
.buttonControls
{
    display:flex;
    align-items:center;
    /* justify-content: center; */
    margin-bottom:20px;
}
.buttonControls .mdl-button,
.buttonControls .mdl-button .material-icons
{
    line-height:20px;
}
.buttonControls .mdl-button .material-icons
{
    font-size:12px;

}
.buttonControls .mdl-button
{
    padding-left:8px;
    padding-right:8px;
    margin-bottom:0px;
}
.spacer
{
    flex:1;
}

.forceWidth
{
    width:100% !important;
}
.forceWidthNoPadd
{
    width:100% !important;
    padding:0px !important;
    margin:0px !important;
}
iframe
{
    border:none;
    width:100%;
    height:450px;
}
.formGroupx.open>.items .saveContainer
{
    width:100% !important;
}

.searchBox {
    background-color:white;
    padding:24px;
    border-radius:10px;
    margin-bottom:20px;
    display:flex;
    flex-direction:column;
align-items:flex-end;
    justify-content:center;
}
.searchBox .options
{
    display:flex;
    flex-wrap:wrap;
    width:100%;
}
.searchBox .options .optionHolder
{
    width:33%;
    padding:8px;

}

.searchBox .mdl-textfield
{
    margin-bottom:0px;
}
.paging ul,.paging li
{
    list-style:none;
    padding:0px;
    margin:0px;
}
.paging ul
{
    display:flex;
}
.paging li{
    margin-right:10px;
}
@media(max-width:768px)
{
    .searchBox .options .optionHolder
{
    width:50%;
}
}
@media(max-width:500px)
{
    .searchBox .options .optionHolder
{
    width:100%;
}
}

.noteGroup {
    margin-bottom: 20px;
    background-color: #efefef;
    border: solid 1px #bcbcbc;
}
.noteGroup .noteGroupTitle {
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #43596e;
    color: #fff;
    font-weight: bold;
}
.noteGroup .noteGroupItems {
    padding: 10px;
    padding-bottom: 5px;
    background-color: #fff;
}
.noteGroup .noteGroupType {
    padding: 10px;
    background-color: #43596e;
    color: #fff;
    font-weight: bold;
}
.noteGroup .noteGroupType1
{
    background-color:#0d47a1;
    color:white;
}

 .noteGroup .noteGroupType2
{
    background-color:#01579b;
    color:white;
}

  .noteGroup .noteGroupType3
{
    background-color:#006064;
    color:white;
}

   .noteGroup .noteGroupType4
{
    background-color:#004d40;
    color:white;
}

     .noteGroup .noteGroupType5
{
    background-color:#1b5e20;
    color:white;
}

       .noteGroup .noteGroupType6
{
    background-color:#33691e;
    color:white;
}

         .noteGroup .noteGroupType7
{
    background-color:#455a64;
    color:white;
}
.noteGroup .noteGroupAttachments {
    padding: 10px;
    padding-bottom: 5px;
    background-color: #d0d0d0;
}
.noteGroup .noteGroupAttachments a {
    color: black;
}

.saveContainer
{
    margin-top:20px;
}
.ua-holder
{
  display: flex;
  flex-wrap: wrap;
}

.ua-itm
{
  width: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.ua-itm .ua-head
{
  background-color: #339aff;
  color:#fff;
  padding:5px 10px;
  display:flex;
  justify-content:space-between;
}

    .ua-itm .ua-head a{
        color:#fff;
    }

.ua-itm .ua-per
{
  height: 200px;
  border-left: solid 1px #EEEEEE;
  border-right: solid 1px #EEEEEE;
  overflow-y: scroll;
  padding:5px 10px;
}

.ua-itm .ua-del
{
  background-color: #EEEEEE;
  color: #000;
   padding:5px 10px;
}
.saveContainer.saveContainerMulti {
    justify-content: space-between;
}
span.mdl-chip {
    display: flex;
    border-radius:10px;
    margin:5px;
    background-color:#339aff;
    color:white;
    padding:8px;
 }
 
 span.chips {
     display:flex;
     flex-wrap:wrap;
 }
 .formGroupx.open>.items .mdl-card
{
    width:100% !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    margin:20px;
}
.formGroupx.open>.items .mdl-card .mdl-card__form
{
    display:flex;
    flex-wrap:wrap;
}
.formGroupx.open>.items .mdl-card .mdl-card__form>*
{
    width:33%;
    padding: 24px;
}

@media(max-width:1200px)
{
    .formGroupx.open>.items .mdl-card .mdl-card__form>*
{
   width:50%;
}
}

@media(max-width:768px)
{
    .formGroupx.open>.items .mdl-card .mdl-card__form>*
{
    width:100%;
    padding:8px;
}
}
.tdCount-new {
    background-color:#1b5e20;
    color:white;
    text-align:center;
    border-radius:5px;
    padding:8px;
}
.lib-bar {background-color: #424242;
    border-bottom: solid 1px #202020;
    display:flex;
    }

    .lib-bar .itm i
    {
        font-size:18px;
    }
    .lib-bar .itm {
    display: block;
    border-right: solid 1px #2C2C2C;
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    color:white;
    
    }


    .lib-bar .itm i[data-state='on']
{
    display:none;
}

.lib-bar .itm.selected i[data-state='off']
{
    display:none;
}
.lib-bar .itm.selected i[data-state='on']
{
    display:inline-block;
}

.lib-bar .itm:hover i[data-state='off']
{
    display:none;
}
.lib-bar .itm:hover i[data-state='on']
{
      display:inline-block;
}

.lib-bar .itm i[data-state='on']
{
    display:none;
}

.lib-bar .itm.selected i[data-state='off']
{
    display:none;
}
.lib-bar .itm.selected i[data-state='on']
{
    display:inline-block;
}

.lib-bar .itm:hover i[data-state='off']
{
    display:none;
}
.lib-bar .itm:hover i[data-state='on']
{
      display:inline-block;
}
.folder_crumbs {
    background-color: #424242;
    padding: 8px;
    margin-bottom: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}
.folder_crumbs span {
    margin-right: 5px;
}
.folder_crumbs .chev:last-of-type {
    display: none;
}
.folder_listing {
    display: flex;
    flex-wrap: wrap;
}
.folder_listing .folder.createFolder {
    background-color: green;
}
.folder_listing .folder {
    transition-timing-function: cubic-bezier(0.42,0,1,1);
    transition: all 1s;
}
.folder_listing .folder {
    position: relative;
}
.folder_listing .folder {
    width: 10%;
    background-color: #424242;
    color: white;
    padding: 10px;
    border: 2px solid #727272;
    margin-bottom: 10px;
    cursor: pointer;
}
.folder_listing .folder .icon {
    text-align: center;
    margin-bottom: 5px;
    font-size: 55px;
}
.folder_listing .folder .title, .file_listing .file .title {
    text-align: center;
}
.draganddrop {
    display:none;
}
ul.sigNav {
    list-style: none;
    padding: 0;
    margin: 0;

}
ul.sigNav
{
    margin-bottom:20px;
}

.sig.sigWrapper.current {
    border: 1px solid #000;
}

.infoBox {
    border: 1px solid #e3e3e3;
    padding: 5px;
    margin-bottom: 10px;
}
.infoBox .exc {
    color: #000;
    font-size: 48px;
    float: left;
}
.infoBox .message {
    float: left;
    margin-left: 10px;
    color: #000;
    margin-top: 15px;
    font-weight: bold;
    max-width: calc(100% - 70px);
}
.clear {
    clear: both;
}

.progressBar {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progressBarInner {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #339aff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.noteEdit {
    float: right;
    cursor: pointer;
}
.noteEdit i {
    font-size: 1rem;
}
.noteAttachmentContainer {
    margin-bottom: 20px;
}
.ddlAdd {
    display:flex;
}
.ddlAdd>div:first-of-type
{
    flex:1;
    margin-right:10px;
}
.ddlAdd>div:last-of-type
{
    display:flex;
    align-items:center;
    font-size:22px;
}
.tool-tip-field{
    display:flex;
}
.tool-tip-field>div:first-of-type
{
    margin-right:10px;
    flex:1;
}
.tool-tip-field>div:last-of-type
{
    display:flex;
    align-items:center;
    font-size:22px;
}
.md1-inner-items-item
{
    margin-bottom:20px;
}
.checkSelection>.title
{
color: #339AFF;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.checkSelection>.body
{
    display:flex;
    flex-direction:column;
    max-height:100px;
    overflow-y:auto;
        border-radius: 5px;
    padding: 8px;
    border: 1px solid #BABABA;

}
.quickButton {
    display:flex;
}
.quickButton>*
{
   width: 33%;
   padding: 8px 24px; 
}


.tblFaq
{
    width:100%;
    border-collapse:collapse;
}

.tblFaq td{
    padding:10px;
    vertical-align:top;
    border:solid 1px grey;
}