﻿label {
    margin-bottom: 0rem;
}
#loaddep{
	display:none;
}
.form-check-input[type=radio]:checked+label, .form-check-input[type=radio]:not(:checked)+label, label.btn input[type=radio]:checked+label, label.btn input[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check-input[type=radio]:not(:checked)+label:after, .form-check-input[type=radio]:not(:checked)+label:before, label.btn input[type=radio]:not(:checked)+label:after, label.btn input[type=radio]:not(:checked)+label:before {
    border: 2px solid #5a5a5a;
}
.form-check-input[type=radio].with-gap:checked+label:after, .form-check-input[type=radio].with-gap:checked+label:before, .form-check-input[type=radio]:checked+label:after, .form-check-input[type=radio]:checked+label:before, .form-check-input[type=radio]:not(:checked)+label:after, .form-check-input[type=radio]:not(:checked)+label:before, label.btn input[type=radio].with-gap:checked+label:after, label.btn input[type=radio].with-gap:checked+label:before, label.btn input[type=radio]:checked+label:after, label.btn input[type=radio]:checked+label:before, label.btn input[type=radio]:not(:checked)+label:after, label.btn input[type=radio]:not(:checked)+label:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.form-check-input[type=radio]+label:after, .form-check-input[type=radio]+label:before, label.btn input[type=radio]+label:after, label.btn input[type=radio]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
}
.form-check-input[type=radio].with-gap:checked+label:after, label.btn input[type=radio].with-gap:checked+label:after {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}
.form-check-input[type=checkbox]+label, label.btn input[type=checkbox]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-check-input[type=checkbox]+label:before, .form-check-input[type=checkbox]:not(.filled-in)+label:after, label.btn input[type=checkbox]+label:before, label.btn input[type=checkbox]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #8a8a8a;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.form-check-input[type=checkbox]:not(.filled-in)+label:after, label.btn input[type=checkbox]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.md-form label {
    position: absolute;
	-webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: text;
}
.md-form label.active {
    font-size: .8rem;
    -webkit-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
}
.md-form .form-control {
    margin: 0 0 .5rem;
    background-image: none;
}
span.questionContainer.col-xs-12{
	padding: 0 0.5rem;
    display: block;
}
input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea, {
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0;
    height: 2.1rem;
    width: 100%;
    font-size: 1.125rem;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}
.form-control {
    padding: .5rem 0 .6rem;
    font-size: 1.125rem;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    margin-top: .2rem;
    margin-bottom: 1rem;
	display: block;
	margin-bottom:0;
	height: auto;
}
.md-form .form-control{
	height:2.5rem;
	min-height: 2.5rem;
}
.table td, .table th, table.table td, table.table th{
	padding:0.5rem;
}
[type=checkbox]:checked, [type=checkbox]:not(:checked),[type=radio]:checked, [type=radio]:not(:checked) {
    left: -9999px;
}
td span[id*="Cell."],.col-border,.mrQuestionTable span[id*="Cell."]{
	outline: rgb(238, 238, 238) solid 1px;
	padding:0rem;
	margin:0rem;
}
.btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
}
.btn {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    white-space: normal;
    word-wrap: break-word;
    color: inherit;
}
.hoverable {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}
.hoverable:hover{-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);-webkit-transition:all .55s ease-in-out;-o-transition:all .55s ease-in-out;transition:all .55s ease-in-out}
.container,.mrOtherButton,[type=checkbox]+label,[type=radio]:checked+label,[type=radio]:not(:checked)+label,label,table td,select{font-size: 1.125rem;font-weight:500}#testPanel,table.testTable caption{text-align:center}body{background-color:silver}.container{background-color:#FFF}.categorygroup:not(:nth-of-type(1)){margin-top:.9375rem}.categorygroup:nth-of-type(1){margin-top:0}.hidden,.none{position:absolute;left:-9999px;visibility:hidden}.mrInstruct{font-style:italic}#testPanel{position:fixed;top:0;width:100%}#innerTest{width:250px;margin:auto;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:10px 10px 25px #888;color:#fff;cursor:pointer;padding:0 5px}.question-component{padding-top:.9375rem;padding-bottom:.9375rem;}.question-text{padding-top:.9375rem;padding-bottom:.9375rem;}#projectDetails tr td{width:150px}.errorBackground{background-color:red!important;background-image:url()!important}table.testTable caption{font-size:18px;font-weight:700}.quotaFail{background-color:#FF1919}.errorCount{float:left;font-size:14px}.rowHighlight{background-color:#ff0;color:#000!important}.linkShow{color:#00f;font-size:12px}table.testTable thead tr{color:#fff}caption{caption-side:top}@media (min-width:544px){.container,.fixed{max-width:100%}}@media (min-width:768px){.container,.fixed{max-width:100%}}@media (min-width:992px){.container,.fixed{max-width:940px}}@media (min-width:1200px){.container,.fixed{max-width:1140px}}.mrOtherButton{margin-top:0;border:none;padding:.9375rem}.logo,.menuButton{padding-left:0;padding-right:0}.mrNext,.mrPrev{height:72px;width:100%;border:none;float:left}.mrCustomBtn{height:72px;border:none;font-size: 1.125rem;float:left}.logo{width:-webkit-calc(100% - 56px);width:-moz-calc(100% - 56px);width:calc(100% - 56px);float:left}.logo img{margin:.9375rem auto auto;display:inline-table!important;position:static;padding-right:56px}.tempMenuButtons .dropdown-toggle::after,.tempNext,.tempPrev{display:none}.tempMenuButtons{width:56px;float:left}.question-text{font-size: 1.125rem important;}.question-text span{font-size: 1.125rem;}.question-component{min-height:15rem}.mrErrorText{color:#b30904}.tempMenuButtons .dropdown-menu{min-width:0}.dropdown-content{z-index:9999999999!important}md-backdrop.md-select-backdrop{z-index:103}.md-select-menu-container{z-index:104}input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=search-md],input[type=tel],input[type=text],input[type=time],input[type=url],textarea.md-textarea,.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea{min-height:54px;min-width:1.5rem;border:0.01rem solid #ccc}span[id*="Cell."]{height:100%;display:table;margin:auto;width:100%;text-align:center;table-layout:fixed;word-wrap:break-word}span[id*="Cell."] label{display:table-cell!important;vertical-align:middle!important;padding:.9375rem!important;width:100%}[type=checkbox]+label:before,[type=radio]+label:after,[type=radio]+label:before{width:26px!important;height:26px!important}[type=checkbox]:checked+label:before{width:13px!important;height:26px!important}span[id*="Cell."] [type=checkbox]+label:before,span[id*="Cell."] [type=checkbox].filled-in+label:after,span[id*="Cell."] [type=checkbox].filled-in+label:before,span[id*="Cell."] [type=radio]+label:after,span[id*="Cell."] [type=radio]+label:before{position:absolute;left:-9999px;visibility:hidden}span[id*="Cell."] img,span[id*="Cell."] label img{pointer-events:none;width:100%;vertical-align:center}td[id^='Cell.']{cursor:pointer;text-align:center}.mrGridCategoryText img,.mrGridQuestionText img{cursor:default}input[questionname$=".Other"]{width:100%!important}nput[questionname$=".Other"]+label{padding:0!important}input[type=date]+label,input[type=datetime-local]+label,input[type=email]+label,input[type=number]+label,input[type=password]+label,input[type=search-md]+label,input[type=tel]+label,input[type=text]+label,input[type=time]+label,input[type=url]+label,textarea.md-textarea+label{padding:.3rem 0 .1rem .4rem!important}.mrEdit{margin-bottom:.5rem!important}.md-form{display:flex;position: relative;}textarea.md-textarea{padding:.5rem 0!important}.md-form,.md-form .btn{margin-bottom:0;margin-top:1rem;}input[iscode=true]+label span{background-color:transparent!important}.flex-row .caption,.flex-row .thumbnail{display:flex;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-row .caption p.flex-text{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.flex-row img{margin:auto;height:auto}.table-row-equal,.table-row.row{display:table;width:100%;table-layout:fixed;word-wrap:break-word}.table-row.row [class*=col-]{width:25%}.table-row-equal .thumbnail,.table-row.row [class*=col-]{float:none;display:table-cell;vertical-align:top}.table-row-equal{border-spacing:30px 0}.table-row-equal .thumbnail{width:1%}@media only screen and (max-width:480px){.table-row-equal .thumbnail{display:block;width:100%}}.masonary-row.row{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;padding-left:15px;padding-right:15px;word-wrap:break-word;-webkit-column-fill:balance;-moz-column-fill:balance;column-fill:balance}.masonary-row [class*=col-]{display:inline-block;width:100%;height:100%;float:none;padding:0;-webkit-column-fill:balance;-moz-column-fill:balance;column-fill:balance}@media (min-width:480px){.masonary-row.row{-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media (min-width:768px){.masonary-row.row{-webkit-column-count:3;-moz-column-count:3;column-count:3}}.bootflex .well{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}pre{display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flex-row.flex-code.row>[class*=col-] .flex-text{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}div[class="flex-row row"]{margin-right:0;margin-left:0}.waves-effect{z-index:0!important}.material-scrolltop{display:block;position:fixed;width:0;height:0;bottom:46px;right:46px;padding:0;overflow:hidden;outline:0;border:none;box-shadow:0 3px 10px rgba(0,0,0,.5);cursor:hand;border-radius:50%;-webkit-tap-highlight-color:transparent;-webkit-transition:all .3s cubic-bezier(.25,.25,0,1);-ms-transition:all .3s cubic-bezier(.25,.25,0,1);-moz-transition:all .3s cubic-bezier(.25,.25,0,1);-o-transition:all .3s cubic-bezier(.25,.25,0,1);transition:all .3s cubic-bezier(.25,.25,0,1)}.material-scrolltop:hover{text-decoration:none;box-shadow:0 3px 10px rgba(0,0,0,.5),0 3px 15px rgba(0,0,0,.5)}.material-scrolltop::before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"";width:0;border-radius:100%}.material-scrolltop:active::before{width:120%;padding-top:120%;-webkit-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.material-scrolltop.reveal{width:56px;height:56px}.material-scrolltop span{display:block;font-size:25px;color:#fff}.material-scrolltop,.material-scrolltop::before{background-image:url(icons/top-arrow.svg);background-position:center 50%;background-repeat:no-repeat}.fixed {position: fixed;top: 0;z-index: 99;}.qcContainer,.questionContainer{width:100%;}.logo .mrBannerText{display:flex;}[data-toggle='popover']{z-index:999 !important;}.modal-header{display:block;}
#surveyButtons .mrPrev,.mrPrev {
    background-repeat: no-repeat;
    background-position: center;
	background-size: 46px;
	}
#surveyButtons .mrNext,.mrNext {
	float: right;
    background-repeat: no-repeat;
    background-position: center;
	background-size: 46px;
	}
.chip:active, .z-depth-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
}
.menuButton{
	height: 4.5rem;
    display: inline-flex;
    align-items: center;
}
.fa-bars{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABEklEQVRYR+3XMSvFYRTH8c91LcooBhlsUjYjslrkPRAjb0TKRnkN7l1umYiV5ZayKaUMBmWgUDryH/zt5/kP/+cN/L7nd87vPM/TUfh0CuurABaxjG4S0BeucB0A2zhKEq7LbAXAE6YKATwGwCvGCwG8BMAB9goB7AdADN4OVjCaBBJDeIHjxsQwqfD/Mq0DlQNjmEvehHd4C4AlnGIieRCesR4At5hPFq/khgHwkZj/ep0/LRhgrZAD/QCYxGGB6zg24W67B1oHGuHADE5+N+JIUhzjPXCJzXDgHKtJwnWZswD4TLyE6gDvATDEQiEHbgIgPiU9TCdDPGCjSkE8RmcTWxFDeB/tb0QMk53/K1fcgW/9hyhwGH2/GwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    padding: 1.6rem;
	background-size: 24px;
}
.tempHelp,.tempPrivacy{
	padding: .5rem .5rem;
}
.fa-lock{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR+3XP0iWURQG8J9USzSZCIYQDVKThEgIQYHgEDVEf6CmiBocGlulcm0OGmrISTSpCKIhQYggoqFFsHAIxSIUGmqQ6B8H3k8ub+h7v0/6pves9znPfd7n3HPfezo0FztxGhcwhH1F+ie8xiQe42cubUcuEEdxD4cqchZwFa9yuHMFXMJ97MghxS9cwYMqfI6Ak3iKHGy63x+cwrOtRFSRduI9ukokE7iLd8XXHsYoLpdwqziIr5uJqBIwjrEk+TcuYmoTwjPFWlqq4LjRioAQt4TeJPkWblbUNQTHpo1Yxn5ESf6JrRzow4ckYx3d+FYhYA++YHeCC67FZgWcKB2glzhWdaqL9TkcT7DB9bxZAecwnSQ9QtQ4J2ZK2PN4uF0BQRqiciI2O5sAawHZDuzF9eK+j/YbTGz8jDc5/uMIehLsW6wUl9ptrDXW0jbchQD2Z27SKmweA/gRBKmAaJton3bECF6UBcR/PlqtHbFxJlIHagG1A7UDtQO1A7UDMcXEBNSOCLeflP+G8Rj5iHhW/8/4jgONR0l5LhjGnYwJuFWBMTlfw2yD4C89XGYhyirMmgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    padding: 0.9rem;
	background-size: 24px;
}
.fa-question{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAByUlEQVRYR+3WS6hPURTH8c8NA4qBPAoZmCkZoGRiZCCMZCIRiZSUkjIgilJiJnVL8ipJMkCGJpQyN/KYmDLxzrOl/a/baZ9jn3Ou/5381/SstX/fvdZvr86YKY6xKdY3AujagahbjpWYj594iaf41GasbQFm4AAOY1lGKMRv4gzeloC0AViKe1hVcPBH7Metf+WWAixJ7Q2INrEb15oKSgCm4wnWtlFOuV+xAq/qaksAdqS55s54h9dYjEU1Ilewtw/AAtzB+sohx3ABP/i7T7bjKsKoE+M95uF3DqKkA1EXYziNEI04kZxePfMutmaE5uBDH4BB7SasTuLVG8VlnqfvE7ViR8zE98kAqBvlXJzHnkzCM6zr44Em80/DERzH7JrEXbjxPwDCF7FotjUQXkfsgqwBo67UhDmNczhaI/4NpxA5v5pa2BVgYdr10YVqPE7v/k2T8OBbV4CNeJQReIE1+FIi3mcE8RwfZkT24XKpeB+AcPzJtKAGerERzyLWc3F0HUHMfkMFIJwe8/9crN7jFdR5IH5WxocBsAX3M0KHcHEEMIwObMaDjNBBXBoGwCzsrPx8xMq9Paxn2OaSjbld98AIYNI68AdTaUkhNeAsvgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    padding: .9rem;
}
.fa-search-plus{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAB10lEQVRIS+XVO8jNcRzH8ddD2Awot4HJJLmUiEJMBhmNrgOyGF1zzfxQ5JbVajAJieTOQkyUXMptMSDRR79Tf3//c85fOZNvneE8z+/7fX++1zNkwDY04Pj+D8A8LMA4fMBN3G9b2l4lWoJhzGoI9hDbcL0fqBtgA05iBF7hIl5jClZiMr5jI871gjQBovxyCX4A+XyrBBmNvdhRIHl/oxukCfColCWB91QcN+FU5fuhAnmAuW0BaejdUpbpNeU/+G2sx+A5JmEO0pc/rJ7BVhzDaURx1eqA/O8M1mMLjrcB7Mb+UveUJ5A0u24ZgrPl3S7E72AbQCeDKMuE9MsgkHXYjBNtAGnWvTKS6cHXilNTD15gIjJJ19oA8iZTMRuHsbPilFpHcceOYDtG4SmW4k0d0jSmi3EVIwskPflSccz07MNqrML5IugJluFtFdJtk9eWSQokqrLJ2eipZZNzl2biGcaXxcxJuV3uVsr5y3rdokU4Wma8qbw5eCvwEROQBc0pmY87bQCdN+nHwqL0HR6XjZ5RBiKQT2VBs6jLS0Z9M2hS3flblF5BIC9L3RP8Pabh899k0A0UyAUkcCzB1+BSmyb3Ul/3D2AsblWV/4sMWokY+I/+T2mnXhkHxT8EAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
	width:24px;
	height:24px;
	display: block;
}

.fa-info-circle{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACQ0lEQVRYR82XXYtOURTHf/MRvDNXysvMrSvKzSrbqLlQmwuviRS3jBS+AIonuRwSYcpE+0IUVuwbXLpRTF5S0ojBR6A9nacep3PO3vs8pse53Oe/1/qts/57PfsZYsDP0IDz0xZgGFgPLC4K+AnMALO5BeUAjAJHxOrxpiTemQ4wWQBFeVIAQrUXxOqeaLQegXfmFnAS+Nq0LwYwLlYf5CQua70z24DHdTGaAA6I1Rv9JO/u9c7sA6aqYtUB9F15xZcYA56U16sAhsXql39ReQXECuBb73oVwFSK4bwzz4FLRbATYnVTDNo7cx041AQwKlbfxAKF996ZO8DuQntXrO5M3LcOeN/Vlr9AJ3bOe4zVFuAccLoSQKz+TqmiH83sp4e/Zl51uhP0r1G8YOarMOMyYC6s97ZAxOqznOoKHyBWd2Xu2wy8KAPsEKv3UgO1NWFh4O3A/f8OIKsFfX6ByhZkmbBPgKXAj3ILgpmSj2FbgM/vpuc+vJ4Mp2D+KQ+ii2J1IsWIbQG8M2eBM3UAI2L17QIDrAE+1gGE9ZtidX8MwjvzErhc6I6J1Y0Je64Bh5t+jMK7lWI1+3IZS16c/+XA9xhAeD8mVh+lBE3VeGe2AE/L+qYr2V6xejs1QZPOOxNG9XSVJnYp3SpWay+UKXB1lTeZsBw39O28WD2YkrCr8c4Ew50q9zynBWXt2uDgkQ0TR1etHl9UBVMMmSvA1d6j1gQea0Hd3jBKw1+zJYUgjNXw12x+vOY8bQFycjRqBw7wBxZw0SFBkP07AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
	width:24px;
	height:24px;
	display: inline-block;
    border-radius: 50%;
}
.hoverable {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}

.md-form textarea.md-textarea {
    overflow-y: hidden;
    padding: 1.5rem 0;
    resize: none;
}
.card img, .comments-list img, .img-fluid, .reply-form img, .section .view, .section img {display: block;max-width: 100%;height: auto;}
a[data-toggle="popover"] {
    z-index: 9 !important;
    position: relative !important;
}


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 126px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
    font-size: 1.125rem;
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}