/* ========================================================================== */
/* ========================================================================== */

/* This stylesheet should be applied over top of (or after) the styles already in use in the CDA application */

/* ========================================================================== */
/* ========================================================================== */

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* Basic style and layout rules */
/* --------------------------------------------------------- */

body {
    padding-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em;
    color: #5e5e5e;
}

form {
    margin: 0;
}

/* ----------------------------------- */
/* basic font styles */

a {
    text-decoration: underline;
}

h2 {
    font-weight: 300;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.25em;
    margin-bottom:0.25em; /*1.25em;*/
    margin-top:0.5em;
}

h3 {
    font-weight: 300;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.25em;
    margin-bottom:1.25em;
    margin-top:0.5em;
}

h4 {
    font-weight: 300;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.25em;
    margin-bottom:1.25em;
    margin-top:0.5em;
}

h5 {
    font-weight: 300;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.25em;
    margin-bottom:1.25em;
    margin-top:0.5em;
}

p{
    margin:0;
    margin-bottom:1.25em;
}

table {
}

td {
    line-height: 1.25 !important;
}

th {
    line-height: 1.25;
    color: #ed1c24;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 20px !important;
}

/* ----------------------------------- */
/* "wrap" div holds everything on page except for the footer */
div#wrap {
}

    /* ----------------------------------- */
    /* "toolbar" div is the black bar with the menu at page top */
    div#wrap div#toolbar {
        background-color: #3d3d3d;
        margin: 0;
        padding: 0;
        font-family: 'Raleway', sans-serif;
    }

div#toolbar div.navbar {
    margin: 0;
    font-size: 13px;
}

div#toolbar div.navbar-inner {
    background-color: transparent;
    background-image: none;
    border: 0;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 0;
    padding: 0;
}

div#toolbar ul.nav {
    margin: 0;
    padding: 0;
}

div#toolbar .navbar-inverse .nav a {
    color: #fff;
}

    div#toolbar .navbar-inverse .nav a:hover {
        color: #bbb;
    }

div#toolbar .navbar-inverse .nav .active > a,
div#toolbar .navbar-inverse .nav .active > a:hover,
div#toolbar .navbar-inverse .nav .active > a:focus {
    background-color: #5e5e5e;
    color: #fff;
}

.navbar li {
    line-height: 1.0em !important;
}

/* ----------------------------------- */
/* "headerbar" div holds the logo and main menu */
div#wrap div#headerbar {
    background-color: #dddbdb;
    min-height: 120px;
    position: relative;
}

div#wrap div#headerbar-nav {
    font-family: 'Raleway', sans-serif;
}

div#headerbar h1#logo {
    width: 159px;
    height: 116px;
    background-image: url("../img/CDA_logo_grey.gif");
    margin: 0;
}

.fr div#headerbar h1#logo {
    background-image: url("../img/CDA_logo_grey-FR.gif");
}

div#headerbar ul.nav.nav-pills {
    padding-top: 45px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

div#headerbar .nav-pills a {
    color: #6a6a6a;
    text-decoration: none;
    background-color: transparent;
}

    div#headerbar .nav-pills a:hover,
    div#headerbar .nav-pills a:focus {
        color: #bbb;
    }

div#headerbar .nav-pills .active a,
div#headerbar .nav-pills .active a:hover,
div#headerbar .nav-pills .active a:focus {
    background-color: #f1f1f1;
    color: #231f20;
}

/* ----------------------------------- */
/* "content-wrapper" div adds padding to the main content area */
div#wrap div.content-wrapper {
    padding-top: 0; /*35px;*/
    padding-bottom: 100px;
}

/* ----------------------------------- */
/* "welcome" div holds welcome message and logout button, etc */
div.welcome {
    margin-bottom: 50px;
}

    div.welcome h2 {
        margin-top: 0;
    }

    div.welcome button {
        margin-top: 20px;
        margin-right: 10px;
    }

/* ----------------------------------- */
/* "login" div holds the content and form on the login page */
div.login {
    padding-top: 20px;
}

/* ensure a bit of space between the two DIVs when they stack */
div.login div.span5 {
    margin-bottom: 2em;
}

/* space the welcome header a little better */
div.login div.span5 h2 {
    margin-top: 1em;
}

/* the login form itself */
    div.login form.form-signin, div.form-signin {
        margin: 0;
        max-width: none;
    }

form.form-signin, div.form-signin h3.form-signin-heading {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

    form.form-signin, div.form-signin span.add-on i {
        margin-top: 3px;
    }

p.forgot {
    /*text-align: right;*/
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 20px;
}

form.form-signin, div.form-signin a {
    float: none;
}

    form.form-signin, div.form-signin small {
        font-size: 12px;
    }


        form.form-signin, div.form-signin button {
            margin-bottom: 5px;
            width: 100%;
            padding-left: 5px;
            padding-right: 5px;
        }

            form.form-signin, div.form-signin button[type="button"] {
                font-size: 14px;
            }

                form.form-signin, div.form-signin a.btn {
                    width: 87%;
                }
      
/* ----------------------------------- */
/* "officesearch" form allows users to filter results */
form#officesearch {
    margin-top: 30px;
    margin-bottom: 30px;
}

    form#officesearch label {
        display: none;
    }

    form#officesearch select {
        margin-right: 10px;
    }

    form#officesearch .btn[type="submit"] {
    }

/* ----------------------------------- */
/* "location" div shows label of current page */
div.location {
    clear: both;
    margin-top: 80px;
    padding-top: 5px;
    text-align: right;
    color: #656565;
    border-top: 1px solid #bebec1;
    font-size: 12px;
}

/* ----------------------------------- */
/* "footer" is the dark grey bar with footer menu at page bottom */

div#footer {
    background-color: #3d3d3d;
    color: #fff;
    font-size: 11px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    div#footer a {
        color: #fff;
    }

        div#footer a:hover {
            color: #aaa;
        }

    div#footer ul.footer-links {
    }

ul.footer-links li {
    display: block;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1em;
    border-right: 1px solid #fff;
}

    ul.footer-links li:last-child {
        border-right: 0;
    }

    ul.footer-links li a {
        text-decoration: none;
        padding: 9px;
        margin: 0;
    }




/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* Styles of some common UI elements */
/* --------------------------------------------------------- */

/* ----------------------------------- */
/* basic button style */

.btn {
    background-color: #3d3d3d;
    color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-image: none;
    border-color: transparent;
    font-size: 16px;
    text-shadow: none;
    font-family: 'Raleway', sans-serif;
    filter: 0;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn.active,
    .btn.disabled,
    .btn[disabled] {
        background-color: #636262;
        color: #fff;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        filter: 0;
        background-image: none;
    }

    .btn i {
        margin-top: 1px;
        margin-right: 3px;
        -ms-zoom: 1.25;
        zoom: 1.25;
        -moz-transform: scale(1.25); /* Firefox */
    }

/* ----------------------------------- */
/* "primary button" style */

.btn-primary {
    background-color: #2e97ce;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        background-color: #54b1e2;
    }

/* ----------------------------------- */
/* "positive button" style */

.btn-success {
    background-color: #52b555;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
        background-color: #73c275;
    }

/* ----------------------------------- */
/* "download button" style */

.btn-download {
    background: #52b555 url('/img/icon_download.png') no-repeat 8px 49%;
    padding-left: 35px;
    min-width:120px;
}

    .btn-download:hover,
    .btn-download:focus,
    .btn-download:active,
    .btn-download.active,
    .btn-download.disabled,
    .btn-download[disabled] {
        background: #73c275 url('/img/icon_download.png') no-repeat 8px 49%;
    }

    /* allow this .btn-download class to work with .btn-mini  */
    .btn-download.btn-mini {
        background: #52b555 url('/img/icon_download.png') no-repeat 4px 49%;
        padding: 4px 4px 4px 30px;
    }

        .btn-download.btn-mini:hover {
            background-color: #73c275;
        }

/* ----------------------------------- */
/* "warning button" style */

.btn-danger {
    color: #ed1c24;
    border-color: #ed1c24;
    font-weight: 600; /*700*/
    font-size: 12px; /*15px*/
    background: #fff url('/img/icon_remove_red.png') no-repeat 2px 50%; /*8px -> 2px*/
    padding-left: 22px; /*35px*/
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .btn-danger.disabled,
    .btn-danger[disabled] {
        color: #fff;
        background: #ed1c24 url('/img/icon_remove_white.png') no-repeat 2px 50%;
    }

/* ----------------------------------- */
/* "add button" style */

.btn-add {
    color: #2e97ce;
    border-color: #2e97ce;
    font-weight: 700;
    font-size: 15px;
    background: #fff url('/img/icon_add_blue.png') no-repeat 8px 50%;
    padding-left: 35px;
}

    .btn-add:hover,
    .btn-add:focus,
    .btn-add:active,
    .btn-add.active,
    .btn-add.disabled,
    .btn-add[disabled] {
        color: #fff;
        background: #2e97ce url('/img/icon_add_white.png') no-repeat 8px 50%;
    }

/* ----------------------------------- */
/* "inverse button" style */

.btn-inverse {
    color: #3d3d3d;
    background-color: #fff;
    font-weight: 700;
    font-size: 16px;
}

    .btn-inverse:hover,
    .btn-inverse:focus,
    .btn-inverse:active,
    .btn-inverse.active,
    .btn-inverse.disabled,
    .btn-inverse[disabled] {
        color: #fff;
        background-color: #3d3d3d;
    }

/* ----------------------------------- */
/* "mini button" style */

.btn-mini {
    line-height: 1em;
    padding: 4px 4px 4px 4px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

/* ----------------------------------- */

/*Splash page dentint button*/
.splash-div p {
    min-height: 40px;
}

/* all tab controls */

/* "panels" div holds the tabbed area */
div.panels {
    margin-top: 10px;
}

/* the tabs themselves */
.nav-tabs {
    border-bottom: 1px solid #bcbdc0;
    font-family: 'Raleway', sans-serif;
}

    .nav-tabs > .active > a,
    .nav-tabs > .active > a:hover,
    .nav-tabs > .active > a:focus {
        border-color: #bcbdc0;
        border-bottom-color: transparent;
        font-weight: 700;
    }

    .nav-tabs > li > a {
        padding: 10px 10px 7px 10px;
        text-transform: uppercase;
        font-size: 14px;
        text-decoration: none;
        margin-top: 10px;
        margin-right: 10px;
        border: 1px solid #b9babd;
        background-color: #dddbdb;
        color: #5e5e5e;
    }

        .nav-tabs > li > a:hover {
            border-color: #b9babd;
        }

.span10 > .nav-pills > .active > a,
.span10 > .nav-pills > .active > a:hover,
.span10 > .nav-pills > .active > a:focus {
    border-color: #bcbdc0;
    border-bottom-color: transparent;
    font-weight: 700;
    background-color: #2e97ce;
    color: #fff;
}

.span10 > .nav-pills > li > a {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    background-color: #dddbdb;
    color: #5e5e5e;
    padding: 16px;
}


/* "tab-content" div holds the tabbed content */
div.panels div.tab-content {
    padding: 0px 20px 0px 14px;
}

div.tab-content h2 {
    font-weight: 600;
    font-size: 28px;
    color: #ed1c24;
    margin-top: 0.5em;
}

/* ----------------------------------- */
/* all accordion controls */

div.accordion {
    margin-top: 10px;
}

div.accordion-group {
    background-color: #dddbdb;
    border-color: #bebec1;
    margin-bottom: 12px;
}

    div.accordion-group a.accordion-toggle {
        font-weight: 700;
        color: #333;
        text-decoration: none;
        padding-left: 10px;
    }

        div.accordion-group a.accordion-toggle:hover {
            color: #999;
        }

    div.accordion-group span.plus-minus {
        margin-right: 10px;
    }

    div.accordion-group div.accordion-inner {
        background-color: #fff;
        border-top: 1px solid #bebec1;
        border-bottom: 1px solid #bebec1;
        border-left: 1px solid #bebec1;
        padding-top: 20px;
    }

div.accordion-inner table {
    font-size: 14px;
}

    div.accordion-inner table a {
        font-weight: 700;
    }

        div.accordion-inner table a.btn {
            font-size: 12px;
            text-decoration: none;
            font-weight: 400;
            font-family: 'Open Sans', sans-serif;
        }


/* ----------------------------------- */
/* little info icons */

a.info {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("/img/icon_info.png");
    font-size: 1px;
    text-indent: -9999px;
    position: relative;
    margin-left: 3px;
    vertical-align: middle;
}

/* ----------------------------------- */
/* utility class, used to add top-margin to any element */

.space {
    margin-top: 40px;
}

/* ----------------------------------- */
/* utility class, used to add left-margin to any element */

.bump-right {
    margin-left: 20px;
}

.bump-down {
    margin-top: 10px;
}

/* ----------------------------------- */
/* paging controls */

div.pagination {
}

    div.pagination a {
        font-weight: bold;
        color: #33aae8;
        border-color: #3d3d3d !important;
        padding: 10px 15px 10px 15px !important;
    }

        div.pagination a:hover {
            background-color: #dddbdb !important;
        }

    div.pagination li.active a {
        color: #fff;
        background-color: #000;
    }

        div.pagination li.active a:hover {
            color: #fff;
            background-color: #000 !important;
        }


/* ----------------------------------- */
/* notification alert (green "info" alert style) */

div.alert-info {
    color: #fff;
    background: #52b555 url('/img/icon_alert_info.png') no-repeat 12px 50%;
    border: 0;
    padding: 5px 35px 4px 50px;
}


/* ----------------------------------- */
/* slight tweaks to the "switch" toggle elements */

div.make-switch i.icon-remove {
    margin-top: 3px;
}

div.make-switch i.icon-ok {
    margin-top: 3px;
}


/* ----------------------------------- */
/* slight tweaks to the "tooltip" elements */

div.tooltip.left {
    margin-left: -15px;
}

/* ----------------------------------- */
/* searchable/typeahead comboboxes */

div.combobox-container {
    margin-bottom: 10px !important;
}

    div.combobox-container a {
        text-decoration: none;
    }

    div.combobox-container .add-on {
        background-color: #3d3d3d;
        color: #fff;
    }

    div.combobox-container .caret {
        color: #fff;
        border-top: 4px solid #fff;
    }

    div.combobox-container span.combobox-clear {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

        div.combobox-container span.combobox-clear i.icon-remove {
            margin-left: -1px;
        }

/* ----------------------------------- */
/* */

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* Rules targeted specifically at certain screen widths */
/* --------------------------------------------------------- */

@media (max-width: 767px) {

    body {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    p.forgot {
        text-align: left;
        font-size: 12px;
        margin-top: -10px;
        margin-bottom: 20px;
    }

    th {
        font-size: 12px;
        line-height: 1.25 !important;
        padding: 2px !important;
    }

    td {
        font-size: 12px;
        line-height: 1.25 !important;
        padding: 2px !important;
        border: 1px solid #ccc;
    }

    .btn {
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
    }

    div#wrap div#headerbar {
        padding-left: 20px;
        padding-right: 5px;
    }

    div#headerbar ul.nav.nav-pills {
        padding-top: 0px;
    }

    div#wrap div.content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 35px;
    }

    div.login {
        margin-top: 0px;
        padding-top: 0px;
    }

        div.login div.span5 h2 {
            margin-top: 0px;
        }

    .nav-tabs > li > a {
        padding: 5px 7px 5px 7px;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        text-transform: none;
    }

    div.panels div.tab-content {
        padding: 0px 0px 0px 0px;
    }

    div#footer {
        padding: 20px 20px 30px 20px;
    }

        div#footer ul.footer-links {
            margin: 0;
            padding: 0;
        }
}

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* Rules targeted specifically at certain browsers */
/* --------------------------------------------------------- */

/* ----------------------------------- */
/* fix login page layout in IE7 and below */

div.login div.offset1 {
    *margin-left: 30px; /* only IE7 and below */
}


/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */

.collapse.in {
    overflow: visible;
}

.pending {
    position: relative;
}

    .pending .popover[style] {
        width: 150px !important;
    }


div.ajax-loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    /*background-image: url('../img/CDA_logo_grey.gif');*/
    opacity: 0.7;
    filter: alpha(opacity=70); /* ie */
    -moz-opacity: 0.7; /* mozilla */
    display: none;
    background-position: center center;
    background-repeat: no-repeat;
}

    div.ajax-loading * {
        height: 100%;
        width: 100%;
        background-image: url('../img/gif-load.gif');
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 1;
        filter: alpha(opacity=100); /* ie */
        -moz-opacity: 1; /* mozilla */
    }


.remove-dentist {
    /*display:none;*/
}

.uin-message {
    /*  display:none;*/
}

.password-verdict {
    margin-left: 10px;
    font-weight: bold;
}

.securecode-div {
    margin-left: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 20px;
}

    .securecode-div #securecode-span {
        margin-right: 20px;
    }


/*Contact info styling*/
span.contact-label {
    display: inline-block;
    width: 300px;
    text-align: right;
}

h4 span.help {
    font-size: 12px;
}

h3 span.help {
    font-size: 14px;
}

h2 span.help {
    font-size: 14px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		Roles Permissions Table
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div#support-text {
    margin-bottom: 30px;
}

table.roles-permissions {
    width: 100%;
    border: 1px solid #000;
    color: #000;
}

.cell-tasks {
    width: 400px;
}

.sub-th {
    min-width: 100px;
}

.sub-rh {
    text-align: left!important;
    height: 40px;
}

table.roles-permissions th, table.roles-permissions td {
    padding-bottom: 0px!important;
    padding: 5px!important;
    text-align: center;
    vertical-align: bottom;
    border: 1px solid #000!important;
    color: #000;
}

table.roles-permissions td {
    text-align: left;
    padding-left: 10px;
}

}
.dentistTestCerts h2 a {
    font-size:14px;
}


.helpDescription p span {
    text-decoration: underline;

    display: block;
}

.helpDescription h2 {
    font-weight: bold;
}
.helpDescription h3  {
    font-weight:bold;
}
@media(max-width:700px){
	#role-permissions-container{
		max-width:100%;
		overflow-x:scroll;
	}
}

}

.dentistTestCerts h2 a {
    font-size: 14px;
}


.intro .big {
    font-size: 20px;
    font-weight:100;
}

.intro h2 {
    font-weight: bold;
    border-bottom: 1px solid rgba(94, 94, 94, 0.52);
    padding-bottom: 10px;
}

.intro div.description {
    margin-top: 20px;
    background-color: rgba(25,195,183,0.1);
    padding: 10px;
    margin-bottom: 20px;
}

.getaccess {
    border: 3px solid rgba(94, 94, 94, 0.52);
    margin-top: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:10px;
}

.getaccess h2 {
    font-weight: bold;
    border-bottom: 1px solid rgba(94, 94, 94, 0.52);
    padding-bottom: 10px;
}

.getaccess div.description {
    margin-top:25px;
}
.getaccess a.btn {
    width:91%;
    font-size:22px;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
}

.getaccess .first {
    margin-bottom:10px;
}
.validationform fieldset legend {
    border-bottom:none;
    font-size:28px;
}

.validationform fieldset select {
    margin-right:5px;
}

.validationform fieldset .questions {
    border-right: 1px solid rgba(94, 94, 94, 0.52);
}
   
.validationform fieldset .questions .control-group {
    margin-bottom:24px !important;
}
.validationform fieldset .userinfo input {
    width:60%
}

fieldset .userinfo span.button {
    float:left;
    width:100%;
}
fieldset .userinfo span.button input {
    width:63%;~
}

.modal-content {
    margin: 30px auto !important;
}


.modal .vallevel1complete .btn-primary, .modal .accountsetup .btn-primary {
    width: 93%;
    font-weight: bold;
    margin-bottom: 10px;
}

.modal .modal-content h2 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
}

.userinfo .control-group label.inline {
    display:inline;
}

.modal .noLevel1Validation .btn-primary {
    float:right;
}


.helpDescription p span {
    text-decoration: underline;

    display: block;
}

.helpDescription h2 {
    font-weight: bold;
}
.helpDescription h3  {
    font-weight:bold;
}

.accountsetup  span.step {
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.accountsetup span.done {
    color: rgb(20, 158, 20);
}

.accountsetup a {
    text-align: left;
}

.accountsetup a.start {
      text-align: center;
}
.accountsetup a i {
    float: right;
    margin: 0 !important;
}

.modal-body h3 {
    
    margin-top: 15px;

}

.modal-body .modal-nav {
    margin-bottom: 15px;
}

.modal-bigger {
      width: 670px;
}

.modal-bigger h2,.modal-biggest h2  {
      font-size: 27px;
  Font-weight: normal;
}

.modal-bigger .modal-body h3, .modal-biggest .modal-body h3 {
      font-size: 20px;
  font-weight: bold;
 border-bottom: 1px solid #eee;
  padding-bottom: 7px;
}

.modal {
    position: absolute;
}


.modal-bigger .modal-body, .modal-biggest .modal-body, .modal-huge .modal-body  {
    max-height:none ;
}

.modal-biggest {
  width: 820px;
  left:45%;
}

.modal-huge {
     width: 954px;
     left:40%
}

.btn-group > .btn
{
display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn-group > .btn-default {
      color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-group > .btn:hover, .btn-group > .btn:focus {
      color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn-group a {
    text-decoration:none;
}

.dropdown-menu li a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-body .officesection {
      padding-left: 10px;
      padding-top:10px;
}

 .modal-body .officesection > .title {
    border-bottom: 1px solid #eee;
}

 .modal-body .officesection > .desc {
    padding-left: 10px;
    
}



 .modal-body .officesection > .desc .memberstitle {
      display: block;
  font-weight: bold;
  margin-bottom: 5px;
}


 .modal-body .officesection > .desc .nomember {
      display: block;
        font-style: italic;
        font-size: 14px;
        margin-bottom:10px;
  }
.officesection .title {
      display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

 .modal-body .officesection > .desc a.addnew {
        font-size: 14px;
  }

.modal .action {
    margin-top: 20px;
}


.modal .action input, .modal .action button, .modal .action a {
    float:right;
    margin-left:5px;
}

    .modal .action input i, .modal .action button i, .modal .action a i {
        margin-top:0;
    }


.manageoffice > h3, .manageoffice > .office-link  h3 {
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.manageoffice > h3 a {
    float:right;
}

.modal-body .action-buttons {
    display:block;
}

.modal-body .action-buttons input, .modal-body .action-buttons a {
    float:right;
}

.manageoffice h4 {
    margin:0;
    margin-bottom: 7px;
}

.manageoffice h4 a.btn {
    float:right;
}

.manageoffice .emailsetting {
    margin-bottom:5px;
}

.manageoffice .emailsetting span.title, .manageoffice .certsettings span.title{
    font-weight:bold;
    display:block;
}


.modal-body .members .table .th, .modal-body .members .table td {
    border-top:none !important;
      width: 50% !important;
      padding:0;
}

.modal-body .desc .members .table {
    margin-bottom: 0;
}

.modal-body .offices {
      margin-bottom: 40px;
}


.modal-body > .modal-body .preparedelete .table {
    margin-bottom: 100px;
}

td.right a {
    float:right;
}

.navbar .title {
    font-weight: bold;
    font-size: 16px;
}

/* -------------------------------------------------------------------

KEV'S STYLES 

---------------------------------------------------------------------- */

.modal-bigger + h2{
    border-bottom:3px solid #dddbdb;
    padding-bottom:30px;
    padding-top:30px;
    margin-bottom:30px;
}

.getaccess{
    margin-top:0;
    padding:30px;
    border:3px solid #dddbdb;
    border-radius:10px;
}

.getaccess h2{
    font-weight:300;
    border-bottom:none;
    padding:0;
}

.getaccess span.big{
    font-weight:600;
    font-style:italic;
    display:inline-block;
    margin-bottom:0.5em;
}

.getaccess div.description{
    margin-top:0;
}

.getaccess a.btn{
    margin-top:0;
    margin-bottom:15px;
}

.content-wrapper ul,
.content-wrapper ol{
    margin-bottom:1.5em;
}

.content-wrapper ul li,
.content-wrapper ol li{
    font-weight:300;
    line-height:0;
    line-height:1.5em;
    margin-bottom:1em;
}

.content-wrapper ul.nav-tabs li{
    margin-bottom:0;
}

.content-wrapper p{
    line-height:1.5em;
}

.content-wrapper .alert{
    margin-bottom:30px;
}

.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5{
    font-weight:700;
}


.intro{
    margin-bottom:15px;
}

.intro .big{
    font-family: 'Raleway', sans-serif;
    font-weight:100;
    line-height:1.25em;
    display:inline-block;
    margin-bottom:1em;
}

.intro .big strong{
    font-weight:100;
}

.intro div.description{
    margin-top:0;
    padding:20px;
}

.intro div.description ul{
    margin-bottom:0;
    font-family: 'Raleway', sans-serif;
}

.intro div.description strong{
    font-family: 'Raleway', sans-serif;
    font-style:italic;
    display:inline-block;
    margin-bottom:1em;
}

.modal-header{
    margin:20px 30px;
    padding:0;
    padding-bottom:15px;
    border-bottom:3px solid #dddbdb;
}

.modal-header h3{
    font-weight:600;
}

.modal-body{
    padding:0 30px;
    padding-bottom:20px;
    overflow:visible;
}

.modal-bigger .modal-body h3{
    padding-bottom:7px;
    margin-bottom:20px;
    border-bottom:1px solid #dddbdb;
    font-size:18px;
}

.modal-body .officesection{
    padding:0;
    margin-top:20px;
}

.modal-body span.title{
    padding-bottom:7px;
    margin-bottom:20px;
    border-bottom:1px solid #dddbdb!important;
    font-size:18px;
}

.modal-body p{
    font-family: 'Raleway', sans-serif;
}

.modal-body > div{
    margin-bottom:30px;
}

.modal-body > div#notifications{
    margin-bottom:0px;
}

.modal-body .officesection > .desc{
    padding-left:0;
}

.modal-body a.btn{
    margin-bottom:20px!important;
}

.modal-body a.btn.btn-select{
    margin-bottom:0!important;
}

.modal-body div.radio{
    margin-top:20px;
}

.accountsetup span.done{
    color:;
}

.modal-biggest{
    width:840px;
}

ul.nav.title li a{
    font-weight:normal;
    text-transform:uppercase;
    font-size:14px;
}

.alert{
    color:#5e5e5e;
}

.alert h2{
    font-size:24px;
}

.alert p{
    line-height:1.5em;
    margin-bottom:1em;
}

.alert ul li{
    margin-bottom:15px;
}

.alert a.btn{
    background:#2e97ce;
}

.alert-warning p:last-of-type{
    margin-bottom:0;
}

.alert-block p+p{
    margin-top:0;
}

#support-text .row{
    margin-left:0;
    margin-top:30px;
    margin-bottom:30px;
    padding:30px 15px;
    background:#E0E0E0;
    display: table;
}

#support-text .row .span3{
    padding:0 2%;
    margin-left:0;
    /*width:30%;*/
    border-right:3px solid #b2b2b2;
    display: table-cell;
    float:none;
}

#support-text .row .span3 ul li.link {
    margin-bottom: 0em;
}

#support-text .row .span3:last-of-type{
    border-right:none;
    padding-left:30px;
}

#support-text .row .span3 h3 {
      margin-bottom: 0.25em;
}

@media (max-width: 767px){
    #support-text .row .span3{
        border-right:none;
        width:100%;
    } 
}

@media (max-width: 979px) and (min-width: 768px){
    #support-text .row .span3{
        border-right:none;
        width:100%;
    } 
}

.control-group .controls {
    margin-top:5px;
}

.inline-fieldset legend{
    display:inline-block;
    margin-bottom:0;
    border-bottom:none;
    font-size:14px;
    font-weight:bold;
    width:160px;
    text-align:right;
}

.inline-fieldset legend + .control-group{
    margin-top:0;
}

.inline-fieldset .control-group{
    margin-top:0;
}

.pss-table th{
    text-align:left;
}

.pss-table td, .pss-table th{
    padding:5px;
}

.text-fluid{
    width:100%;
}

input[type="text"].text-fluid{
    padding:4px 10px;
    box-sizing:border-box;
    height:auto;

}

textarea.text-fluid{
    box-sizing:border-box;
}

.error.help-inline{
    color:#b94a48;
    font-weight:bold;
}

#ChooseFiles{
    margin-bottom:10px;
}

.controls #fileslist ul{
    padding-left:0;
    margin-left:0;
}

.controls #fileslist ul li{
    margin-bottom:0px;
}

tr[onclick]{
    cursor:pointer;
}

.table-hover tbody tr{
    cursor:pointer;
}

.RemoveBox{
    cursor:pointer;
    background:transparent;
    border:none;
    padding-left:0;
}

.RemoveBox .fa{
    margin-right:5px;
}

.ui-dialog{
    padding:0!important;
    border:none!important;
    background:transparent;
}

.ui-corner-all{
    border-radius:0!important;
}

.ui-dialog-content{
    padding:25px 30px!important;
    background:#fff!important;
    border:1px solid #bcbdc0!important;
}

.text-centered{
    text-align:center;
}

.inline-block{
    display:inline-block;
}

img.inline-block{
    margin-bottom:5px;
}



ul.horizontal
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

ul.horizontal li { display: inline;  list-style-type: none; float:left;}


#dialog-message
{
    font-family: 'Open Sans', sans-serif !important; 
}


#modal-agreement 
{
        padding-top: 0; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em;
    color: #5e5e5e;
}

#modal-agreement h3{
    font-weight:bold;
}


.invitationStepTitle {
    color:#C00000;
}


h2.middleLine {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgb(46,151,206);
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    h2.middleLine span {
        font-size:24px;
        background: #fff;
        padding: 0 10px;
    }


table.officeOptions td {
    border: none;
    background-color: transparent;
    padding: 2px;
    position: relative;
}


table.officeOptions a {
    width:60%;
    min-width:114px;
}

td:hover .tooltip {
    display: block;
    margin-left: 30px;
}


/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    /*border: 1px solid #999999;*/
    display: table-cell;
    padding: 3px 10px;
    position: relative;
}

    .divTableCell .popover[style] {
        width: 150px !important;
    }



.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.divTableCell a {
    min-width:100px
}

.divTableCell, .split-a a {
    min-width: 60px
}