/*! LAST UPDATE: 2020-05-12 14:05 by Jonathan Pavan */
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700,800|Roboto:400,500,700");
*{
  padding:0;
  margin:0;
}

html{
  line-height:1.15;
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
}

main{
  display:block;
}

h1{
  font-size:2em;
  margin:0.67em 0;
}

hr{
  box-sizing:content-box;
  height:0;
  overflow:visible;
}

pre{
  font-family:monospace, monospace;
  font-size:1em;
}

a{
  background-color:transparent;
}

abbr[title]{
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
          text-decoration:underline dotted;
}

b,
strong{
  font-weight:bold;
}

i,
em{
  font-style:italic;
}

code,
kbd,
samp{
  font-family:monospace, monospace;
  font-size:1em;
}

small{
  font-size:80%;
}

sub,
sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sub{
  bottom:-0.25em;
}

sup{
  top:-0.5em;
}

img{
  border-style:none;
}

button,
input,
optgroup,
select,
textarea{
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0;
}

button,
input{
  overflow:visible;
}

button,
select{
  text-transform:none;
}

button,
[type="button"],
[type="reset"],
[type="submit"]{
  -webkit-appearance:button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
  border-style:none;
  padding:0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
  outline:1px dotted ButtonText;
}

fieldset{
  padding:0.35em 0.75em 0.625em;
}

legend{
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal;
}

progress{
  vertical-align:baseline;
}

textarea{
  overflow:auto;
}

[type="checkbox"],
[type="radio"]{
  box-sizing:border-box;
  padding:0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
  height:auto;
}

[type="search"]{
  -webkit-appearance:textfield;
  outline-offset:-2px;
}

[type="search"]::-webkit-search-decoration{
  -webkit-appearance:none;
}

::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit;
}

details{
  display:block;
}

summary{
  display:list-item;
}

ul, ol{
  list-style-position:inside;
}

template{
  display:none;
}

[hidden]{
  display:none;
}

.hidden{
  display:none;
}
body{
  font-size:14px;
  line-height:1.6;
  color:#666;
}

body, p, span, h1, h2, h3, h4, h5, h6, input, a, button, *{
  font-family:Verdana, sans-serif;
  font-family:"Nunito", Verdana, sans-serif;
  word-wrap:break-word;
}

.fa, .glyphicon{
  font-family:"Glyphicons Halflings" !important;
}

label{
  font-weight:normal;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder{
  color:#bebebe !important;
  font-size:0.9em !important;
}
html{
  height:100%;
  box-sizing:border-box;
}

*, *::before, *::after{
  box-sizing:inherit;
}

hr{
  box-sizing:content-box;
  height:0;
  overflow:visible;
  margin-top:1rem;
  margin-bottom:1rem;
  border:0;
  border-top:0.0625rem solid rgba(0, 0, 0, 0.1);
}

body{
  position:relative;
  min-height:100%;
  margin:0;
  display:flex;
  flex-direction:column;
  background-color:#fff;
  background-image:none;
}

body.iframe-body, body.iframe-body-quickform, iframe body{
  background-color:#fff;
  background-image:none;
}

body.iframe-body .container, body.iframe-body-quickform .container, iframe body .container{
  width:100%;
}

body > #content-container{
  background-color:#fff;
  width:100%;
}

body .alert-warning{
  background-color:#FDF7E8;
  border-color:#FDF7E8;
  color:#666;
  margin-bottom:0px;
}

body > .alert-block{
  margin-bottom:0px;
}

.section-page-header{
  background:linear-gradient(rgba(0, 140, 149, 0.7), rgba(0, 0, 0, 0));
  text-align:center;
  padding-top:8rem;
}

.section-page-header .logo-home{
  width:250px;
  text-align:center;
  margin:0 auto;
  padding-bottom:2rem;
}

.section-page-header .logo-home img{
  width:100%;
  height:auto;
}

.section-page-header .row{
  padding-bottom:2em;
}

.section-page-header .row > div .page-heading{
  font-weight:700;
  font-size:6.3rem;
  text-transform:uppercase;
  color:#fff;
  margin-bottom:0;
  text-align:center;
  margin:0 auto;
  padding-top:0.3em;
  padding-bottom:0.1em;
}

.section-page-header .row > div .page-heading span, .section-page-header .row > div .page-heading strong{
  font-size:6.3rem;
}

.section-page-header .row > div .page-sub-heading{
  color:#fff;
  font-size:2rem;
  font-weight:300;
  text-transform:none;
  letter-spacing:normal;
  line-height:1.6;
  text-align:center;
  margin:0 auto;
}

.section-page-header .row > div .page-sub-heading span, .section-page-header .row > div .page-sub-heading strong{
  font-size:2rem;
}

.section-page-header .row > div .page-sub-heading strong{
  font-weight:800;
}

.page-container{
  background-color:#fff;
  padding-top:1.5em;
}

.svg-inline{
  display:inline-block;
  font-size:inherit;
  width:1.125em;
  height:1em;
  overflow:visible;
  vertical-align:-.125em;
}

.page-heading .breadcrumb li, .page-heading .breadcrumb li > a{
  color:#008C95;
}

.page-heading .page-header h1, .page-heading .page-header h2, .page-heading .page-header h3, .page-heading .page-header h4, .page-heading .page-header h5, .page-heading .page-header h6{
  color:#008C95;
}

#codec_applicationdocument_label, #codec_description_label{
  font-weight:bold;
  color:#008C95;
  border-bottom:1px solid #ccc;
}

#subgrid_FormalQualifications, #subgrid_workeducationhistory, #subgrid_InServiceTraining{
  background:#fff;
}

div#loading{
  position:fixed;
  background-color:rgba(0, 0, 0, 0.5);
  background-image:url("~/loading");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:50px auto;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1000000000;
  display:none;
}

fieldset[aria-label="Hidden"]{
  display:none !important;
}

button[title="Remove value"]{
  display:none !important;
}

.text-success{
  color:#1e8536;
}

.text-danger{
  color:#a13a37;
}

.text-info{
  color:#075c6d;
}
.navbar-static-top{
  z-index:100 !important;
}

@media screen and (max-width: 1199px){
  .navbar-static-top.navbar-inverse{
    background-color:rgba(0, 140, 149, 0.7);
  }
}

@media screen and (min-width: 1200px){
  .navbar-static-top.navbar-inverse{
    background-color:rgba(0, 140, 149, 0.7);
  }
}

.navbar-static-top.navbar-inverse .navbar-toggle{
  border:1px solid rgba(0, 188, 200, 0.7);
  background-color:transparent;
  margin-top:2.5em;
}

@media screen and (max-width: 767px){
  .navbar-static-top.navbar-inverse .navbar-toggle{
    margin-top:1.5em;
  }
}

.navbar-static-top.navbar-inverse .navbar-toggle:hover{
  background-color:rgba(0, 188, 200, 0.7);
}

.navbar-static-top.navbar-inverse .navbar-toggle .icon-bar{
  background-color:rgba(255, 255, 255, 0.5);
}

.navbar-static-top.navbar-inverse .navbar-brand{
  height:100px;
}

.navbar-static-top.navbar-inverse .logo-main{
  width:120px;
  height:75px;
}

.navbar-static-top.navbar-inverse .logo-main img{
  width:100%;
  height:auto;
}

@media screen and (max-width: 767px){
  .navbar-static-top.navbar-inverse .logo-main{
    width:100px;
    height:60px;
    min-height:60px;
    margin:1em 0.5em;
  }
}

.navbar-static-top .navbar-right.menu-bar{
  display:flex;
  align-items:center;
  justify-content:center;
}

@media screen and (min-width: 1200px){
  .navbar-static-top .navbar-right.menu-bar{
    height:100px;
  }
}

@media screen and (max-width: 1199px){
  .navbar-static-top .navbar-right.menu-bar, .navbar-static-top .navbar-right.menu-bar .navbar-nav{
    width:100%;
  }
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li > a{
  padding-bottom:14.5px;
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li > a, .navbar-static-top .navbar-right.menu-bar .navbar-nav > li > a span{
  color:rgba(255, 255, 255, 0.5);
  font-size:1em;
  font-family:"Nunito",sans-serif;
  font-weight:500;
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li > a .fa{
  margin-right:0.5em;
  font-family:'Glyphicons Halflings';
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li > a:hover{
  background-color:rgba(255, 255, 255, 0.1);
  border-radius:.375rem;
  border-bottom:0;
  padding-bottom:14.5px;
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li > a:hover, .navbar-static-top .navbar-right.menu-bar .navbar-nav > li > a:hover span{
  color:#fff;
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li > a.dropdown-toggle:focus{
  border:0 !important;
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li > a.menu-user-with-photo{
  padding:0.5em 1em;
  display:flex;
  justify-content:center;
  align-items:center;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li > a.menu-user-with-photo img, .navbar-static-top .navbar-right.menu-bar .navbar-nav > li > a.menu-user-with-photo .profile-picture{
  max-width:55px;
  max-height:55px;
  margin-right:0.6em;
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item.open > a, .navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > a:hover{
  background-color:#008C95;
  background-image:linear-gradient(to bottom, #007075, #005155);
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > a{
  background-color:#008C95;
  background-image:linear-gradient(to bottom, #007075, #008C95);
  border-radius:.375rem;
  border-bottom:0;
}

@media screen and (max-width: 1199px){
  .navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > a{
    width:auto;
    display:inline-block;
  }
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > a, .navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > a span{
  color:#fff;
  font-weight:bold;
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > .dropdown-menu{
  width:100%;
  border-radius:.375rem;
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > .dropdown-menu > li > a{
  font-family:"Nunito",sans-serif;
  padding:3px 10px;
  margin:0;
  white-space:normal;
  font-size:0.9em;
}

@media screen and (max-width: 1199px){
  .navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > .dropdown-menu > li > a{
    color:rgba(255, 255, 255, 0.5);
    font-size:1em;
  }
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > .dropdown-menu > li > a:hover{
  background:#f5f5f5;
}

@media screen and (max-width: 1199px){
  .navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > .dropdown-menu > li > a:hover{
    background:rgba(255, 255, 255, 0.1);
  }
  .navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > .dropdown-menu > li > a:hover, .navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > .dropdown-menu > li > a:hover span{
    color:#fff;
  }
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > .dropdown-menu > li > a:active, .navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > .dropdown-menu > li > a:hover:active{
  background:#f5f5f5;
}

@media screen and (max-width: 1199px){
  .navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > .dropdown-menu > li > a:active, .navbar-static-top .navbar-right.menu-bar .navbar-nav > li.user-menu-item > .dropdown-menu > li > a:hover:active{
    background:rgba(255, 255, 255, 0.1);
  }
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li.sign-in-menu-item > a{
  background-color:#fff;
  border-radius:.375rem;
  border-bottom:0;
  padding-bottom:10px;
  padding-top:10px;
  margin-top:4.5px;
}

@media screen and (max-width: 1199px){
  .navbar-static-top .navbar-right.menu-bar .navbar-nav > li.sign-in-menu-item > a{
    width:auto;
    display:inline-block;
  }
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li.sign-in-menu-item > a, .navbar-static-top .navbar-right.menu-bar .navbar-nav > li.sign-in-menu-item > a span{
  color:#288cff;
  font-weight:bold;
}

.navbar-static-top .navbar-right.menu-bar .navbar-nav > li.sign-in-menu-item > a:hover{
  background-color:#e6e6e6;
}
footer{
  width:100%;
  background-color:#192b3f;
  clear:both;
  position:relative;
  margin-top:auto;
  color:#6c757d;
}

footer .footer-link, footer .nav-link,
footer .footer-bottom .social .nav-item .nav-link,
footer .footer-top .navigation .nav-item .nav-link,
footer .footer-top .contact .contact-item .contact-link{
  color:#6c757d;
  text-decoration:none;
  background-color:transparent;
}

footer .footer-link:hover, footer .nav-link:hover,
footer .footer-bottom .social .nav-item .nav-link:hover,
footer .footer-top .navigation .nav-item .nav-link:hover,
footer .footer-top .contact .contact-item .contact-link:hover{
  color:#288cff;
  background-color:transparent;
}

footer .footer-bottom, footer .footer-top{
  background-color:transparent;
  font-size:1em;
}

footer .footer-top{
  padding-top:4rem;
}

footer .footer-top h5{
  font-weight:700;
  margin-bottom:2rem;
  color:#fff;
}

footer .footer-top .about .footer-logo{
  max-width:125px;
  height:auto;
  margin-bottom:2rem;
}

footer .footer-top .about p{
  max-width:300px;
}

footer .footer-top .contact .contact-item .contact-link,
footer .footer-top .navigation .nav-item .nav-link{
  color:#adb5bd;
}

footer .footer-bottom .social .nav-item{
  display:inline-block;
}
button, [type="button"], [type="reset"], [type="submit"], .btn{
  line-height:1;
  border-radius:.375rem;
  box-shadow:none;
  padding:.625rem 1.5rem;
}

.input-group-btn > button, .input-group-btn > [type="button"], .input-group-btn > [type="reset"], .input-group-btn > [type="submit"], .input-group-btn > .btn{
  border-radius:0;
  min-height:35px;
  border-top-right-radius:.375rem;
  border-bottom-right-radius:.375rem;
  white-space:nowrap;
}

button.btn-primary, [type="button"].btn-primary, [type="reset"].btn-primary, [type="submit"].btn-primary, .btn.btn-primary{
  color:#fff;
  background:linear-gradient(to bottom, #007075, #008C95);
  border-color:#008C95;
}

button.btn-primary:hover, [type="button"].btn-primary:hover, [type="reset"].btn-primary:hover, [type="submit"].btn-primary:hover, .btn.btn-primary:hover{
  background:linear-gradient(to bottom, #007075, #005155);
}

button.btn-default, [type="button"].btn-default, [type="reset"].btn-default, [type="submit"].btn-default, .btn.btn-default{
  color:#008C95;
  border-color:#008C95;
  color:#fff;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color:#008C95;
  *background-color:#008C95;
  background-image:linear-gradient(to bottom, #007075, #008C95);
  background-repeat:repeat-x;
  border-color:#007075;
  border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007075', endColorstr='#008C95', GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

button.btn-default:hover, [type="button"].btn-default:hover, [type="reset"].btn-default:hover, [type="submit"].btn-default:hover, .btn.btn-default:hover{
  color:#fff;
  background-color:#008C95;
  *background-color:#008C95;
  background-image:linear-gradient(to bottom, #007075, #005155);
}

button.btn-grn, [type="button"].btn-grn, [type="reset"].btn-grn, [type="submit"].btn-grn, .btn.btn-grn{
  font-weight:600;
  text-transform:uppercase;
  padding:1.5rem 1.8rem;
  color:#fff;
  letter-spacing:0.03em;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color:#008C95;
  *background-color:#008C95;
  background-image:linear-gradient(to bottom, #007075, #008C95);
  background-repeat:repeat-x;
  border:.0625rem solid transparent;
  border-color:#007075;
  border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007075', endColorstr='#008C95', GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

button.btn-grn:hover, button.btn-grn:focus, button.btn-grn:active, button.btn-grn.active, button.btn-grn.disabled, button.btn-grn[disabled], [type="button"].btn-grn:hover, [type="button"].btn-grn:focus, [type="button"].btn-grn:active, [type="button"].btn-grn.active, [type="button"].btn-grn.disabled, [type="button"].btn-grn[disabled], [type="reset"].btn-grn:hover, [type="reset"].btn-grn:focus, [type="reset"].btn-grn:active, [type="reset"].btn-grn.active, [type="reset"].btn-grn.disabled, [type="reset"].btn-grn[disabled], [type="submit"].btn-grn:hover, [type="submit"].btn-grn:focus, [type="submit"].btn-grn:active, [type="submit"].btn-grn.active, [type="submit"].btn-grn.disabled, [type="submit"].btn-grn[disabled], .btn.btn-grn:hover, .btn.btn-grn:focus, .btn.btn-grn:active, .btn.btn-grn.active, .btn.btn-grn.disabled, .btn.btn-grn[disabled]{
  color:#fff;
  background-color:#008C95;
  *background-color:#008C95;
  background-image:linear-gradient(to bottom, #007075, #005155);
}

button.nobckbtn, [type="button"].nobckbtn, [type="reset"].nobckbtn, [type="submit"].nobckbtn, .btn.nobckbtn{
  color:#008C95;
  letter-spacing:0.02em;
  float:left;
  font-weight:bold;
  font-size:15px;
  text-transform:uppercase;
  background-color:Transparent;
  background-repeat:no-repeat;
  border:none;
  cursor:pointer;
  overflow:hidden;
  outline:none;
  margin-right:50px;
}

button.brdbttm, [type="button"].brdbttm, [type="reset"].brdbttm, [type="submit"].brdbttm, .btn.brdbttm{
  border-bottom:5px #f8f8f8 solid;
}
.subgrid .table thead th,
.subgrid .table thead th a, .subgrid .table thead th a > span, .subgrid .table thead td,
.subgrid .table thead td a, .subgrid .table thead td a > span, .entitylist .table thead th,
.entitylist .table thead th a, .entitylist .table thead th a > span, .entitylist .table thead td,
.entitylist .table thead td a, .entitylist .table thead td a > span{
  color:#666;
  font-weight:normal;
}

.subgrid .table tbody td, .entitylist .table tbody td{
  color:#666;
}

.subgrid .table tbody td a, .entitylist .table tbody td a{
  color:#008C95;
}

.subgrid .table tbody td .dropdown-menu a, .entitylist .table tbody td .dropdown-menu a{
  color:#666;
}

.subgrid .table tbody td .dropdown-menu .active a, .entitylist .table tbody td .dropdown-menu .active a{
  background-color:#008C95;
  color:#fff;
}

.subgrid .view-select a, .entitylist .view-select a{
  color:#008C95;
}

.subgrid .view-select .dropdown-menu a, .entitylist .view-select .dropdown-menu a{
  color:#666;
}

.subgrid .view-select .dropdown-menu .active a, .entitylist .view-select .dropdown-menu .active a{
  background-color:#008C95;
  color:#fff;
}

.subgrid .grid-actions, .entitylist .grid-actions{
  border:0;
}

.subgrid .grid-actions .create-action, .subgrid .grid-actions button.create-action, .subgrid .grid-actions .btn.create-action, .entitylist .grid-actions .create-action, .entitylist .grid-actions button.create-action, .entitylist .grid-actions .btn.create-action{
  background:none;
  border:none;
  color:#008C95;
  letter-spacing:0.02em;
  float:left;
  font-weight:600;
  font-size:1.15em;
}

.view-grid .dropdown.action > .btn{
  display:none;
}

.view-grid .dropdown.action .dropdown-menu{
  display:block;
  position:static !important;
  position:initial !important;
  border:0;
  background:transparent;
  box-shadow:none;
  text-align:center;
  max-width:85px;
  min-width:85px;
  width:85px;
  left:auto !important;
  top:auto !important;
}

.view-grid .dropdown.action .dropdown-menu li{
  display:inline-block;
  text-align:center;
}

.view-grid .dropdown.action .dropdown-menu li a{
  font-size:0;
  padding:5px;
  margin:0;
}

.view-grid .dropdown.action .dropdown-menu li a > span{
  font-size:20px;
}

.view-grid .dropdown.action .dropdown-menu li a:hover{
  color:#008C95;
  background:transparent;
}
#subgrid_openinghours td[data-attribute="codec_dayorder"],
#subgrid_openinghours a[aria-label="Day Order"]{
  visibility:hidden;
}

div[data-select-mode="Multiple"] span.fa.fa-fw{
  border:0;
}

.pagination > li > a{
  white-space:nowrap;
}
div.progress{
  height:25px;
}

div.progress .progress-bar{
  background-color:rgba(0, 140, 149, 0.7);
  color:#fff;
  font-weight:bold;
  font-size:1em;
  padding-top:0.1em;
}

div.progress .bar.zero{
  color:#008C95;
  text-shadow:none;
  text-indent:10px;
}

.crmEntityFormView .tab-title{
  color:#1FB8DE;
}

.crmEntityFormView .tab .tab-column > div > fieldset{
  display:block;
  background-color:#f8f8f8;
  padding:5px;
  margin-top:15px;
  border-radius:.5rem;
}

.crmEntityFormView .tab .tab-column > div > fieldset .section-title{
  float:left;
  display:inline-block;
  color:#1FB8DE;
  text-transform:uppercase;
  font-weight:bold;
  font-size:1em;
  letter-spacing:1px;
  padding-bottom:15px;
  padding-left:15px;
  padding-top:20px;
  border-bottom:0;
}

.crmEntityFormView .tab .tab-column table.section{
  background:#fff;
  font-size:1em;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr:first-child > td{
  padding-top:10px;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td.checkbox-cell{
  vertical-align:middle;
  padding-bottom:0;
  padding-left:28px;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td.checkbox-cell div.info{
  padding-left:25px;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td.boolean-radio-cell{
  background:#fff;
  padding-top:20px;
  border-radius:5px;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td.subgrid-cell{
  background:#fff;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td.section-title-cell{
  padding:1.5em 0 1em 0.5em;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.info{
  color:#666;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.info.required label:after{
  color:#1FB8DE;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control{
  color:#666;
  font-size:1em;
  padding-top:10px;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control textarea{
  resize:none;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .form-control{
  min-height:35px;
  font-size:1em;
  border-radius:.375rem;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .form-control.lookup{
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .datetimepicker .form-control{
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .datetimepicker > .input-group-addon{
  border-top-right-radius:.375rem;
  border-bottom-right-radius:.375rem;
  padding:0px;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .datetimepicker > .input-group-addon > .icon-calendar{
  background:none;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .radio input[type="radio"], .crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .radio-inline input[type="radio"], .crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .boolean-radio input[type="radio"]{
  height:20px;
  width:20px;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .checkbox{
  min-height:20px;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .checkbox input[type=checkbox]{
  height:15px;
  width:20px;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .checkbox label{
  padding-left:25px;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .entity-notes{
  width:100%;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .entity-notes .note .metadata{
  text-align:left;
}

@media screen and (min-width: 768px){
  .crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .entity-notes .note .metadata{
    max-width:190px;
  }
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .entity-notes a.addnote{
  float:none;
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .input-group-addon{
  color:#fff;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color:#008C95;
  *background-color:#008C95;
  background-image:linear-gradient(to bottom, #007075, #008C95);
  background-repeat:repeat-x;
  border-color:#007075;
  border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007075', endColorstr='#008C95', GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.crmEntityFormView .tab .tab-column table.section > tbody > tr > td div.control .input-group-addon:hover{
  color:#fff;
  background-color:#008C95;
  *background-color:#008C95;
  background-image:linear-gradient(to bottom, #007075, #005155);
}

@media screen and (max-width: 767px){
  .crmEntityFormView .tab{
    width:100% !important;
  }
  .crmEntityFormView .tab .tab-column{
    width:100% !important;
  }
  .crmEntityFormView .tab .tab-column table.section{
    width:100% !important;
    overflow:visible;
  }
  .crmEntityFormView .tab .tab-column table.section > tbody > tr > td.cell{
    display:block;
    width:100% !important;
  }
}

.crmEntityFormView .actions{
  border-top:0;
}

@media screen and (min-width: 768px){
  .crmEntityFormView .actions .col-sm-6{
    width:100%;
  }
}

.crmEntityFormView .actions .btn.btn-primary{
  color:#fff;
  background-color:#008C95;
  background-image:linear-gradient(to bottom, #007075, #008C95);
  text-transform:uppercase;
  padding:1.5rem 1.8rem;
}

.crmEntityFormView .actions .btn.btn-primary:hover{
  background-image:linear-gradient(to bottom, #007075, #005155);
}

@media screen and (min-width: 768px){
  .crmEntityFormView .actions .btn.btn-primary{
    float:right;
  }
}

@media screen and (min-width: 768px){
  .crmEntityFormView .actions .btn.btn-default{
    float:left;
  }
}

.crmEntityFormView .actions .entity-action-button:nth-last-child(1){
  float:right;
}

.crmEntityFormView .field-label{
  font-weight:bold;
}

div.instructions h2{
  color:#008C95;
  font-size:1.3em;
  font-weight:bold;
}
.section-landing{
  background:linear-gradient(rgba(0, 140, 149, 0.7), rgba(0, 0, 0, 0));
  text-align:center;
  padding-top:8rem;
  min-height:calc(100vh - 100px);
}

.section-landing .logo-home{
  width:250px;
  text-align:center;
  margin:0 auto;
  padding-bottom:6rem;
}

.section-landing .logo-home img{
  width:100%;
  height:auto;
}

.section-landing .row > div .section-landing-heading{
  font-weight:700;
  font-size:5rem;
  text-transform:uppercase;
  color:#fff;
  margin-bottom:0;
  text-align:center;
  margin:0 auto;
}

.section-landing .row > div .section-landing-heading span, .section-landing .row > div .section-landing-heading strong{
  font-size:5rem;
}

.section-landing .row > div .section-landing-sub-heading{
  color:#fff;
  font-size:2rem;
  font-weight:300;
  text-transform:none;
  letter-spacing:normal;
  line-height:1.6;
  max-width:600px;
  text-align:center;
  margin:0 auto;
}

.section-landing .row > div .section-landing-sub-heading span, .section-landing .row > div .section-landing-sub-heading strong{
  font-size:2rem;
}

.section-landing .row > div .section-landing-sub-heading strong{
  font-weight:800;
}

.dashboard .list-group-item{
  padding:10px 5px;
}

.dashboard .list-group-item .glyphicon, .dashboard .list-group-item img{
  padding:10pt;
}

.dashboard .list-group-item .badge{
  background-color:#008C95;
  line-height:normal;
  margin-left:5px;
}

.dashboard .list-group-item:last-child{
  margin-bottom:0;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}

.dashboard .list-group-item:first-child{
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}

.dashboard .card-header{
  font-size:larger;
  font-weight:bold;
  border:none;
}

.dashboard .card{
  text-align:left;
  float:none;
  display:inline-block;
  vertical-align:top;
}

@media screen and (min-width: 768px){
  .dashboard .card.col-sm-6{
    width:49%;
  }
}

@media screen and (min-width: 992px){
  .dashboard .card.col-md-6{
    width:49%;
  }
}

@media screen and (min-width: 1200px){
  .dashboard .card.col-lg-4{
    width:33%;
  }
}

.dashboard .purple{
  color:#743EBD;
}

.dashboard .green{
  color:#008C95;
}

.dashboard .green-background{
  background-color:#008C95;
}

.dashboard .gray{
  color:#868e96;
}

.dashboard .white{
  color:#fff;
}
.sign-in-page .page-content > .row > .col-md-6{
  float:none;
  margin:0 auto;
}

form[action*="/SignIn"] > .form-horizontal, form[action*="/Account/Login"] > .form-horizontal{
  background-color:#008C95;
  padding:10px 5px 5px 5px;
  margin:0 auto;
  margin-bottom:5em;
  border-radius:10px;
  max-width:400px;
}

form[action*="/SignIn"] > .form-horizontal .login-heading-section, form[action*="/Account/Login"] > .form-horizontal .login-heading-section{
  color:#fff;
  border-bottom:0;
  padding-bottom:0em;
  margin-bottom:1.2em;
}

form[action*="/SignIn"] > .form-horizontal .login-heading-section span, form[action*="/Account/Login"] > .form-horizontal .login-heading-section span{
  font-size:1.5em;
}

form[action*="/SignIn"] > .form-horizontal .form-group .control-label, form[action*="/Account/Login"] > .form-horizontal .form-group .control-label{
  text-align:left;
  color:#fff;
}

form[action*="/SignIn"] > .form-horizontal .form-group .control-label.required:before, form[action*="/Account/Login"] > .form-horizontal .form-group .control-label.required:before{
  content:"";
}

form[action*="/SignIn"] > .form-horizontal .form-group .form-control, form[action*="/Account/Login"] > .form-horizontal .form-group .form-control{
  border-radius:.375rem;
}

form[action*="/SignIn"] > .form-horizontal .form-group span, form[action*="/Account/Login"] > .form-horizontal .form-group span{
  color:#fff;
}

form[action*="/SignIn"] > .form-horizontal .form-group:last-child > div, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-8, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > div, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-8{
  margin-left:0;
  margin:0 auto;
  float:none;
  text-align:center;
  width:100%;
}

form[action*="/SignIn"] > .form-horizontal .form-group:last-child > div .btn, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > div .btn, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn{
  border-radius:.375rem;
}

form[action*="/SignIn"] > .form-horizontal .form-group:last-child > div .btn.btn-primary, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn.btn-primary, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > div .btn.btn-primary, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn.btn-primary{
  background-color:#fff;
  padding:0.7em 1.5em;
  border:0;
}

form[action*="/SignIn"] > .form-horizontal .form-group:last-child > div .btn.btn-primary, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > div .btn.btn-primary span, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary span, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary span, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn.btn-primary, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn.btn-primary span, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > div .btn.btn-primary, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > div .btn.btn-primary span, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary span, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary span, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn.btn-primary, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn.btn-primary span{
  color:#288cff;
  font-weight:bold;
}

form[action*="/SignIn"] > .form-horizontal .form-group:last-child > div .btn.btn-primary:hover, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary:hover, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary:hover, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn.btn-primary:hover, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > div .btn.btn-primary:hover, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary:hover, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-primary:hover, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn.btn-primary:hover{
  background-color:#e6e6e6;
  border:0;
}

form[action*="/SignIn"] > .form-horizontal .form-group:last-child > div .btn.btn-default, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-default, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-default, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn.btn-default, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > div .btn.btn-default, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-default, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-default, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn.btn-default{
  background-color:transparent;
  border:0;
  color:#fff;
  font-size:0.95em;
}

form[action*="/SignIn"] > .form-horizontal .form-group:last-child > div .btn.btn-default:hover, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-default:hover, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-default:hover, form[action*="/SignIn"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn.btn-default:hover, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > div .btn.btn-default:hover, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-default:hover, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-offset-4 .btn.btn-default:hover, form[action*="/Account/Login"] > .form-horizontal .form-group:last-child > .col-sm-8 .btn.btn-default:hover{
  background-color:transparent;
  border:0;
  color:#fff;
  text-decoration:underline;
}

form[action*="/profile/"]{
  background:#fff;
  padding-bottom:2em;
}
.search-register{
  margin-top:2em;
  margin-bottom:2em;
}

.search-register .input-group{
  position:relative;
  display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  width:100%;
}

@media screen and (max-width: 767px){
  .search-register .input-group{
    text-align:center;
    display:block;
  }
}

.search-register .input-group .form-control{
  position:relative;
  flex:1 1 auto;
  width:1%;
  margin-bottom:0;
  color:#495057;
  padding:1.2em;
}

@media screen and (max-width: 767px){
  .search-register .input-group .form-control{
    display:block;
    margin:0 auto;
    float:none;
    width:80%;
    margin-top:0.7em;
    margin-bottom:0.7em;
  }
}

.search-register .input-group .form-control::-moz-placeholder{
  color:#6c757d;
}

.search-register .input-group .form-control:-ms-input-placeholder{
  color:#6c757d;
}

.search-register .input-group .form-control::placeholder{
  color:#6c757d;
}

.search-register .input-group .input-group-prepend{
  display:flex;
}

@media screen and (max-width: 767px){
  .search-register .input-group .input-group-prepend{
    display:block;
    margin:0 auto;
    width:100%;
  }
}

.search-register .input-group .input-group-prepend .btn{
  margin-top:0;
  color:#fff;
  background-color:#008C95;
  background-image:linear-gradient(to bottom, #007075, #008C95);
  border:0;
  padding:.75rem 1.5rem;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  min-height:38px;
}

.search-register .input-group .input-group-prepend .btn:hover{
  background-image:linear-gradient(to bottom, #007075, #005155);
}

.search-register .input-group .input-group-prepend .btn .caret{
  margin-left:0.3em;
}

.search-register .input-group .input-group-prepend .dropdown-toggle:focus{
  border:0 !important;
}

.search-register .input-group .input-group-prepend .dropdown-menu{
  border-radius:.375rem;
}

@media screen and (max-width: 767px){
  .search-register .input-group .input-group-prepend .dropdown-menu{
    left:-30%;
  }
}

.search-register .input-group .input-group-prepend .dropdown-menu > li.selected > a{
  color:#288cff;
}

.search-register .input-group .input-group-prepend .dropdown-menu > li > a:hover{
  background:#f5f5f5;
}

.search-register .input-group .input-group-prepend .dropdown-menu > li > a:active, .search-register .input-group .input-group-prepend .dropdown-menu > li > a:hover:active{
  background:#f5f5f5;
}

.search-register .input-group .input-group-append{
  display:flex;
}

@media screen and (max-width: 767px){
  .search-register .input-group .input-group-append{
    display:block;
    margin:0 auto;
    width:100%;
  }
}

.search-register .input-group .input-group-append > .btn{
  margin-top:0;
  color:#fff;
  background:#288cff linear-gradient(180deg, #489dff, #288cff) repeat-x;
  border-color:#288cff;
  box-shadow:none;
  border:.0625rem solid transparent;
  padding:.75rem 1.5rem;
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  min-height:38px;
}

.search-register .input-group .input-group-append > .btn:hover{
  background:#0278ff linear-gradient(180deg, #288cff, #0278ff) repeat-x;
}

.search-register .input-group .input-group-append > .btn .fa{
  margin-right:0.3em;
}

.search-register-results{
  margin-top:1em;
  margin-bottom:2em;
}

.search-register-results .terms{
  color:#008C95;
  font-style:italic;
  font-weight:600;
  font-size:1.1em;
}

@media screen and (max-width: 1199px){
  .search-register-results .search-register-result-item:nth-child(2n+1){
    clear:left;
  }
}

@media screen and (min-width: 1200px){
  .search-register-results .search-register-result-item:nth-child(2n+1){
    clear:none;
  }
  .search-register-results .search-register-result-item:nth-child(3n+1){
    clear:left;
  }
}

.search-register-results .search-register-result-item .card{
  background:#f8f9fa;
  border:1px solid #dae0e5;
  border-radius:.375rem;
  margin-bottom:1em;
}

.search-register-results .search-register-result-item .card .card-header{
  background:#fff;
  padding:0.5em;
}

.search-register-results .search-register-result-item .card .card-header .avatar-svg{
  display:inline-block;
  max-width:15%;
}

.search-register-results .search-register-result-item .card .card-header .avatar-content{
  display:inline-block;
  margin-left:1em;
  max-width:74%;
}

.search-register-results .search-register-result-item .card .card-header .svg-inline{
  width:3em;
  height:auto;
  margin-bottom:0.3em;
  margin-left:0.3em;
  color:#008C95;
}

.search-register-results .search-register-result-item .card .card-header h5{
  margin-bottom:0;
}

.search-register-results .search-register-result-item .card .card-body{
  padding:0.7rem;
}

.search-register-results .search-register-result-item .card .card-body .nav-tabs{
  border-bottom:0;
}

.search-register-results .search-register-result-item .card .card-body .nav-tabs > li > a{
  color:#008C95;
  margin-left:0;
}

.search-register-results .search-register-result-item .card .card-body .nav-tabs > li.active > a{
  background-color:#fff;
  color:#6c757d;
  border:1px solid #dae0e5;
  border-bottom-color:#fff;
}

.search-register-results .search-register-result-item .card .card-body .tab-content{
  padding:0.5em;
  background:#fff;
  border:1px solid #dae0e5;
}

.search-register-results .search-register-result-item .card .card-body .tab-content.active{
  border:1px solid #dae0e5;
}

.search-register-results .search-register-result-item .card .card-body .tab-content .tab-pane{
  padding:0.5em;
}

.search-register-results .search-register-result-item .card .card-body .tab-content .tab-pane .srchlbls{
  color:#008C95;
  padding:4px 3px;
  margin:0px;
  font-weight:600;
  font-size:0.94em;
}

.search-register-results .search-register-result-item .card .card-body .tab-content .tab-pane .srchlbls .svg-inline{
  color:#008C95;
  height:0.95em;
  top:-0.1em;
}

.search-register-results .search-register-result-item .card .card-body .tab-content .tab-pane .srchlbls .srchitms{
  color:#666;
  padding-left:2px;
}

.search-register-results .search-register-result-item .card .card-body .tab-content .tab-pane .srchlbls .srchitms a{
  color:#666;
  text-decoration:none;
}

.search-register-results .search-register-result-item .card .card-body .tab-content .tab-pane .srchlbls .srchitms a:hover{
  color:#288cff;
}

.search-register-results .search-register-result-item .card .card-body .tab-content .tab-pane .srchlbls:nth-of-type(even){
  background:#f8f8f8;
}

.search-register-results ul.pagination{
  margin:0;
  margin-top:1em;
  width:auto;
  max-width:100%;
}

.search-register-results ul.pagination > li a{
  color:#666;
  padding:0.55em 0;
}

@media screen and (max-width: 767px){
  .search-register-results ul.pagination > li a{
    width:35px;
    height:35px;
  }
}

.search-register-results ul.pagination > li a.pagination-icon{
  padding:0;
  font-size:1.5em;
}

.search-register-results ul.pagination > li a:hover{
  font-weight:bold;
  color:#008C95;
}

.search-register-results ul.pagination > li.active a{
  border-radius:.375rem;
  background-color:#f8f8f8;
  border:1px solid #dae0e5;
  font-weight:bold;
}

.search-register-results ul.pagination > li.disabled a, .search-register-results ul.pagination > li.disabled a:hover, .search-register-results ul.pagination > li.disabled:hover a, .search-register-results ul.pagination > li.disabled:hover a:hover{
  color:#666;
  opacity:0.5;
}

.search-register-results .pagination-description{
  color:#008C95;
  font-weight:600;
  font-size:1em;
  padding-left:0.7em;
  padding-top:0;
  margin-top:0;
}
.well img{
  max-width:70px;
  max-height:70px;
}

.well img.profile-picture{
  display:inline-block;
  width:auto;
  height:100%;
  max-width:70px;
  max-height:70px;
}
#quickview_invoice{
  height:600px;
}

#quickview_invoice fieldset{
  padding:0px !important;
}

#quickview_invoice fieldset label{
  font-weight:bold;
}

#quickview_invoicetransactions fieldset{
  padding:0px !important;
}
#quickview_shareholders, #quickview_directors{
  height:200px;
}

#quickview_shareholders fieldset, #quickview_directors fieldset{
  padding:0px !important;
}

#quickview_shareholders .subgrid-cell, #quickview_directors .subgrid-cell{
  padding:0px !important;
}

table[data-name="section_shareholders"] .crmquickform-cell, table[data-name="section_directors"] .crmquickform-cell{
  padding:0px !important;
}

fieldset[aria-label="Pharmacy Details"] label,
fieldset[aria-label="Supervising Pharmacist"] label,
fieldset[aria-label="Superintendent Pharmacist"] label{
  font-weight:bold;
}

#subgrid_rpbs a[role="menuitem"]{
  font-size:inherit;
}
@-webkit-keyframes autofill{
  to{
  }
}

input:-webkit-autofill{
  -webkit-animation-name:autofill;
  -webkit-animation-fill-mode:both;
}
@-moz-document url-prefix(){}
