.page-wrapper{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.page-wrapper h1{
    font-size: 2.1em;
}
.file-loader-container{
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    max-width: 1400px;
}

.reset-form{
    margin:0 auto;
    max-width: 800px;
}

.reset-border{
    border: 1px solid #aaa;
    padding: 20px;
}

.dashboard-font{
    /*font-family: 'Varela Round',sans-serif;*/
}

.top-layer .text-lg{
    height: 30px !important;
}

.main-menu,.nav-brand{
    /*font-family: 'Nunito', 'Helvetica Neue', sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;

}

.gritter_lines{
    border: 1px dotted #eee;
}

.next-card {
    background-color: #ffffff;
    /*border-radius: 3px;*/
    /*-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)*/
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    border: 0;
    border-radius: 3px;
}

.next-card ~ .next-card, .next-card ~ .ui-card {
    margin-top: 20px
}

@media screen and (max-width: 720px) {
    .next-card {
        border-radius: 0
    }
}

@media (max-width: 590px), (min-width: 769px) and (max-width: 854px) {
    .next-card + .next-card {
        margin-top: 10px
    }
}

.next-card-content {
    position: relative;
    padding: 1.2rem 1.6rem;
}

.agent-info-title{
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold;
}

.agent-full-name{
    font-weight: bold;
    font-size: 3em;
}

.new__main-header__base {
    min-height: 3.075em;
    margin-bottom: 10px;
}

.new__main-header__left {
    margin-left: 0;
    margin-right: auto;
}

.new__main-header__right {
    margin-right: 0;
    margin-left: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

h2.new__main-header__title,.title {
    font-size: 1.4em;
    line-height: 3rem;
    font-weight: 600;
    margin-right: 0.8rem;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.new__main-header__base, .new__main-header__left, .new__main-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
}

.type--subdued {
    color: #637381;
}

.magnet-grid{
   display: block;
    /*padding: 20px;*/
}

.ui-title-bar__title {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 600;
}
.tab-pane .table thead{
    font-weight: bold;
}
.alert-success{
    color: #fff;
    background: #43C86F;
}

.type--subdued {
    color: #637381;
}

.agent-info-title{
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.agent-full-name{
    font-weight: bold;
    font-size: 3em;
}

.agent-info-title{
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.strong{
    font-weight: bold;
}
.agentForm{
    margin: 0 auto;
    max-width: 500px;
}



.mesh{
    border: 1px solid #eee;
    padding:20px;
}

.spacer-5,
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-100, .spacer-140 {
    display: block;
    clear: both;
    overflow: hidden;
}

.spacer-5 {
    height: 5px
}

.spacer-10 {
    height: 10px
}

.spacer-20 {
    height: 20px
}

.spacer-30 {
    height: 30px
}

.spacer-40 {
    height: 40px
}

.spacer-50 {
    height: 50px
}

.spacer-60 {
    height: 60px
}

.spacer-70 {
    height: 70px
}

.spacer-80 {
    height: 80px
}

.spacer-90 {
    height: 90px
}

.spacer-100 {
    height: 100px
}

.spacer-140 {
    height: 140px;
}

.no-record-container{
    clear: both;
    padding: 60px 20px 20px;
    margin: 20px auto 20px;
    font-size: 14px;
    position: relative;
    overflow: auto;
    color: #AAA;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.no-record-title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.no-record-title h3{
    color: #000!important;
    margin: 5px 0 15px!important;
    padding: 0!important;
    line-height: 100%!important;
    background: transparent!important;
    border: none!important;
}
.no-record-description{
    display: block;
    margin-bottom: 20px;
    text-align: center;

}

.no-record-description p{
    max-width: 600px;
    margin: 10px auto;
    display: block;
    text-align: center;
    color: #989898!important;
    font-size: 16px;

}

.no-record-container .no-record-image{
    text-align: center;
    margin: 0 auto;
    max-width:400px;
    position:relative;
}

.no-record-container .no-record-image i{
    text-align: center;
    margin-bottom: 20px;
}
.customer-details-sub-heading{
    font-weight: bold;
    font-size: 1.4em;
}

.userForm{
    max-width: 400px;
    margin: 0 auto;
}


.error {
    color: red;
}

.form-set{
    border: 1px solid #eee;padding: 20px;
}