﻿


body {
    /* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: "Segoe UI";*/
    line-height: 1.2;
    font-size: 17px;
}

a {
    cursor: pointer;
}

input[type=radio], input[type=checkbox] {
    margin: 0;
    height: 16px;
    width: 16px;
}

input[type=radio] {
    position: relative;
    top: 2px;
}

input[type=text], input[type=password], input[type=number], input[type=email] {
    padding: 5px 10px;
}

select {
    padding: 5px 7px !important;
}

textarea {
    display: block;
    padding: 7px;
}

.mobile-pad-20 {
    padding: 20px;
}

.mobile-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

input[type=text], input[type=password], input[type=number], input[type=email], select, textarea, .ui-select-container {
    border: 2px solid;
    border-radius: 7px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    input:focus, select:focus, textarea:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
/* override chrome focus highlighting*/

#startTourBtn {
    display: block;
}

.search-button-knowledge {
    text-align: right;
}

.zoom-controls {
    display: block;
}

.accentFont {
    font-family: 'Roboto';
}

.bold {
    font-weight: bold;
}

.font-small {
    font-size: small;
}

.font-large {
    font-size: large;
}

.italic {
    font-style: italic;
}

.normal {
    font-weight: normal;
    margin: 0;
}

.underline {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.hide {
    display: none;
}

.show {
    display: inline;
}

.pad-0 {
    padding: 0;
}

.pad-10 {
    padding: 10px;
}

.pad-20 {
    padding: 20px;
}

.pad-T-10 {
    padding-top: 10px;
}

.pad-T-20 {
    padding-top: 20px;
}

.pad-TB-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.pad-B-10 {
    padding-bottom: 10px;
}

.pad-L-10 {
    padding-left: 10px;
}

.pad-R-20 {
    padding-right: 20px;
}

.showMobile {
    display: none;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-thumb { /* Handle */
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.box {
    display: table;
    margin: 0 auto;
    position: relative;
    width: 600px;
}

.boxtitle {
    width: 180px;
    padding: 12px 14px;
    margin: 0;
    float: left;
}

.boxlist {
    padding: 12px 0 12px 10px;
    margin: 0 0 0 200px;
    border-left: 1px dotted;
    text-align: left;
}

.lgButtonLabel {
    display: block;
}

.title {
    font-size: x-large;
    font-weight: bold;
}

.page-header {
    padding: 10px;
    border-radius: 7px;
    border: none;
    margin: 7px 0 15px 0;
    font-size: 1.625em;
}

.sub-header {
    padding: 10px;
    border-radius: 7px;
    margin: 7px 0 15px 0;
}

.well {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 15px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    word-wrap: break-word;
}

    .well .header {
        border-radius: 7px;
        margin-top: 0;
        margin-bottom: 10px;
        padding: 7px 20px;
    }

.well-link {
    cursor: pointer;
}

    .well-link:hover {
        box-shadow: 1px 1px 10px rgba(30, 90, 110, 0.5);
    }

    .well-link .btn-small {
        padding: 5px 8px;
    }

.sectionHeader {
    border-radius: 7px;
    padding: 4px 10px;
    margin-top: 10px;
    cursor: pointer;
    width: 100%;
    display: inline-block;
}

.sectionRow {
    border-bottom: 1px solid;
}

.widgetToolbar {
    float: right;
}

    .widgetToolbar a {
        padding-left: 5px;
    }

#get-started-header {
    padding: 10px;
    border-radius: 7px 7px 0 0;
}

#startTourBtn {
    float: right;
    margin-top: 5px;
}


.input-group-addon + span {
    display: inline-block;
    background-color: white;
    width: 100%;
    margin-top: 2px;
    padding: 4px;
    border-radius: inherit;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* ------Bootstrap overrides----- */
body, .input-group-addon, .btn, .dropdown-menu {
    font-size: 1.125em;
}

label {
    margin-bottom: 0;
    padding-right: 5px;
}

.btn, button, input[type=button], .btn-default, .btn:visited {
    border-radius: 7px;
    border: none;
    text-shadow: 1px 1px #31869b;
}

    .btn.active, .btn:active, .btn.focus, .btn:focus, .btn:hover,
    button.active, button:active, button.focus, button:focus, button:hover,
    input[type=button].active, input[type=button]:active, input[type=button].focus, input[type=button]:focus, input[type=button]:hover,
    .btn-default.active, .btn-default:active, .btn-default.focus, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    }

.btn-small:hover {
    box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}

.btn-small {
    font-size: 0.875em;
}

.btn.btn-full-width {
    width: 100%;
}

select.btn {
    padding: 6px 7px !important;
}

.btn a, .btn a:hover {
    text-decoration: none;
}

.dropdown {
    display: inline-block;
}

.dropdown-menu > li a {
    display: block;
    line-height: 1.3;
    padding: 5px 0 5px 20px;
    white-space: normal;
}

.dropdown-menu {
    min-width: 200px;
    overflow: auto;
}

.dropdown-menu-small {
    min-width: 140px;
    width: 140px;
}

    .dropdown-menu-small > li > a {
        padding: 4px 10px;
    }

.dropdown-menu > li > a > i {
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
}

.dropdown-menu-right {
    top: 28px;
}

.dropdown-header {
    font-size: 1.000em;
    border-bottom: 1px solid;
    padding: 3px 10px;
    margin: 10px 0 5px 0;
}

#notificationList {
    left: -90px;
    right: 0;
}

.input-group, .input-group input[type=text], .input-group input[type=password], .input-group input[type=number], .input-group input[type=email], .input-group textarea, .input-group label, .input-group select, .ui-select-container {
    width: 100%;
    border-radius: 0 7px 7px 0;
}

.input-group-addon {
    border: none;
    min-width: 10.000em;
    text-align: right;
}

    .input-group-addon.lg {
        /*min-width: 200px;*/
        min-width: 10.000em;
    }

    .input-group-addon.sm {
        /*min-width: 200px;*/
        min-width: 5.000em;
    }

    .input-group-addon.cb {
        /*min-width: 30px;
        width: 30px;*/
        *min-width: 1.875em;
        width: 1.875em;
    }

    .input-group-addon.glyphicon {
        position: relative;
        top: 0px;
        min-height: 31px;
    }

.input-group-glyphicon-right input[type=text] {
    padding-right: 50px;
}

.input-group-glyphicon-right button.input-group-addon {
    width: 2.500em;
    text-align: left;
    position: absolute;
    right: 0;
}

.input-group-checkbox {
    border: 1px solid;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    float: left;
    padding: 8px 10px 6px;
    position: absolute;
}

    .input-group-checkbox input[type=checkbox] {
        height: 16px;
        width: 16px;
    }

.input-group-checkbox-label {
    border: 1px solid;
    border-left: none;
    border-radius: 7px;
    float: left;
    padding: 8px 10px 7px 50px;
    white-space: nowrap;
}

.input-group-checkbox, .input-group-checkbox input[type=checkbox], .input-group-checkbox-label {
    cursor: pointer;
    line-height: 1;
}

.input-group-btn { /*border: solid; border-width:2px 2px 2px 0;*/
    border-radius: 0 7px 7px 0;
    position: relative;
    font-size: 0.875em;
}



    .input-group-btn > .btn {
        font-size: 0.875em;
        padding: 8px 10px 7px 10px;
    }

.input-group-stacked {
    display: table;
}

    .input-group-stacked .input-group-addon {
        border-radius: 7px 7px 0 0;
        display: inline-table;
    }

    .input-group-stacked input {
        width: 100%;
    }

    .input-group-stacked .input-group-btn {
        vertical-align: bottom;
    }

.navbar {
    margin-bottom: 0;
}

.navbar-brand, .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand a {
    font-size: 1.875em;
    font-weight: bold;
    padding: 15px 10px 0 7px;
    width: 150px;
}

    .navbar-brand > img {
        display: inline;
    }

    .navbar-inverse .navbar-brand a:hover {
        text-decoration: none;
    }

.navbar-nav li:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background: none;
}

.navbar-form {
    margin-top: 0;
}

    .navbar-form .form-group {
        vertical-align: top;
    }

.navbar-nav > li > .dropdown-menu {
    border-radius: 7px;
    margin-top: -3px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: initial;
}

@media (min-width: 768px) {
    #navbar-icons {
        padding-top: 10px;
        padding-right: 5px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    #navbar-icons {
        padding-top: 10px;
        padding-right: 50px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.navbar-icon {
    display: inline-block;
    padding-right: 15px;
}

.navbar-toggle {
    z-index: 100;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-default, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default {
    border: none;
}

.select2-container-multi .select2-choices {
    background-image: none;
    border: none;
    border-radius: 0 7px 7px 0;
}

.panel-default {
    border: none;
    border-radius: 7px;
}

.font-size-button {
    padding: 4px;
}

.panel-default > .panel-heading {
    border: none;
}

.panel-title {
    font-size: 1.250em;
}

.panel-body {
    border-radius: 0 0 7px 7px;
}

.row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 6px;
}

/* -----End Bootstrap overrides----- */

/* -----Jquery UI overrides----- */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 0.875em;
}

.datepicker.dropdown-menu {
    z-index: 10000 !important;
}

.ui-widget-content {
    font-size: 0.875em;
}

.ui-dialog {
    /*margin: 80px 20% !important;
width: 60% !important;*/
}

.ui-widget-header {
    border: none;
}

.ui-multiselect {
    padding: 7px 10px !important;
    border-radius: 0;
    width: 100% !important;
}

.ui-multiselect-menu {
    border-radius: 0;
    padding: 0;
}

.ui-multiselect-close {
    display: none;
}

.ui-multiselect-checkboxes label {
    font-weight: normal !important;
    padding-left: 7px;
    border: none;
}

.ui-multiselect-checkboxes li {
    padding-right: 0;
}

.ui-multiselect-checkboxes .ui-state-hover {
    border: none;
    border-radius: 0;
}

.ui-multiselect-checkboxes input[type=checkbox] {
    margin-right: 5px;
}
/* -----End Jquery UI overrides----- */

/* -----Angular overrides----- */
/* Hide Angular JS elements before initializing */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.multiSelect .button {
    display: inline-block;
}
/* -----Angular overrides----- */

/* -----Sub Nav----- */
.subNav li {
    display: inline;
    list-style: none;
    padding-right: 7px;
}
/* -----End Sub Nav----- */

/* -----Alert----- */
.alert-box {
    border-radius: 7px;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 0.813em;
    padding: 10px 36px;
    margin: 10px;
}

    .alert-box span {
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
    }

.error {
    background: #ffecec url('/images/alert/error.png') no-repeat 10px 50%;
    border: 1px solid #f5aca6;
}

.success {
    background: #e9ffd9 url('/images/alert/success.png') no-repeat 10px 50%;
    border: 1px solid #a6ca8a;
}

.warning {
    background: #fff8c4 url('/images/alert/warning.png') no-repeat 10px 50%;
    border: 1px solid #f2c779;
}

.notice {
    background: #e3f7fc url('/images/alert/notice.png') no-repeat 10px 50%;
    border: 1px solid #8ed9f6;
}

.validation-error {
    color: #ed7676;
}
/* -----End Alert----- */

/* -----Draggable Items----- */
/*.drag-list {
	list-style: none outside none;
	margin: 10px 0 30px;
}

.drag-left-container {
  border: 1px dashed #0055cc;
  float:left;
  margin: 10px 10px 0 0;
  min-height:100px; min-width:100px;
  padding: 0 5px;
  width:20%;
}
.drag-right-container {
  border: 1px dashed #0055cc;
  float:left;
  margin: 10px 10px 0 0;
  min-height:50px; min-width:100px;
  padding: 0 5px;
  width:75%;
}
.drag-container {
  border: 1px dashed #0055cc;
  margin: 10px 10px 0 0;
  min-height:50px; min-width:100px;
  padding: 0 5px;
  width:100%;
}

.drag-app {
    min-height:20px;
	border-radius: 7px;
}
    .drag-app .glyphicon-resize-vertical { cursor: move; }
.drag-app h4 {font-family: Open Sans; margin-bottom:3px;}

.drag-logList {
	margin-top: 20px;
	width: 250px;
	min-height: 300px;
	padding: 5px 15px;
	border: 2px solid #333;
	border-radius: 7px;
}

.drag-logItem {
  margin-bottom: 10px;
}

.drag-logList:before {
	content: 'log';
	padding: 0 5px;
	position: relative;
	top: -1.1em;
	background-color: #FFF;
}

.drag-insert{background:#5cb85c;}*/

/* -----End Draggable Items----- */

/* -----Navigation Account Dropdown----- */
#dropdownNavAccount .btn {
    background: none;
    border: none;
    font-size: large;
}

    #dropdownNavAccount .btn i {
        font-size: x-small;
    }

#dropdownNavAccount .dropdown-menu {
    min-width: 150px;
}

    #dropdownNavAccount .dropdown-menu > li > a {
        padding: 3px 3px 3px 15px;
    }

        #dropdownNavAccount .dropdown-menu > li > a > i {
            border: none;
            color: #ccc;
            margin: 0;
            padding-right: 13px;
            top: 3px;
        }

/* -----Notifications---------- */
#notificationCount {
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 3px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 5;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 0.625em;
    font-weight: bolder;
}

#notifications {
    height: 24px;
    width: 24px;
    position: relative;
    cursor: pointer;
}

#notificationIcon {
    font-size: 1.500em;
    margin-top: 2px;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

#notificationList .nlheader {
    padding: 0px 0px 4px 6px;
    border-bottom: 1px solid;
    font-weight: bold;
}
/* -----End Notifications---------- */

/* --- Security Image --- */
.securityImageItem {
    border-radius: 7px;
    cursor: pointer;
    margin: 5px;
    vertical-align: baseline;
}

.securityImageLink {
    display: inline-table;
}

.securityImageSelected {
    margin: 0px;
    border: 5px solid;
}

#selectedImgOverlay {
    position: absolute;
    z-index: 10;
}

/* --- End Security Image --- */

/* --- Mail Notifications --- */
#mailnotifCount {
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 3px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 5;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bolder;
}

#mailnotifs {
    margin-top: 1px;
    height: 24px;
    width: 24px;
    position: relative;
    cursor: pointer;
}

#mailnotifenv {
    font-size: 1.375em;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

#mailnotiflock {
    font-size: 0.938em;
    height: 24px;
    width: 24px;
    position: absolute;
    margin-top: 5px;
    margin-left: 6px;
}
/* --- End Mail Notifications --- */

/* --- Mail Notifications --- */
#msgnotifCount {
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 3px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 5;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 0.625em;
    font-weight: bolder;
}

#msgnotifs {
    height: 24px;
    width: 24px;
    position: relative;
    cursor: pointer;
}

#msgnotifbub {
    font-size: 1.563em;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.welcome {
    font-size: 2.000em;
    padding-left: 100px;
}

.contentBox {
    background: #fff;
    border: 3px solid #76b6bd;
    border-radius: 7px;
    margin-bottom: 20px;
    margin-left: 150px;
    padding: 20px 40px;
}

.content {
    padding-left: 50px;
}

.search-results {
    margin-left: 10%;
    margin-right: 10%;
}

.main-categories {
    display: inline-block;
    text-align: left;
}

.main-categories-right-column {
    display: inline-block;
    margin-left: 60px;
    vertical-align: top;
    text-align: left;
}

/* --- End Mail Notifications --- */

/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
    }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

        .sidebar-nav .navbar li a {
            padding-top: 12px;
            padding-bottom: 12px;
        }
}
/* --- end sidebar nav overrides --- */

.offline16, .online16 {
    height: 16px;
    width: 16px;
    vertical-align: top;
}

.offline10, .online10 {
    height: 10px;
    width: 10px;
    vertical-align: top;
}

.offline8, .online8 {
    height: 8px;
    width: 8px;
    vertical-align: top;
}

.pointer {
    cursor: pointer;
}

.loginrequired::before {
    content: '*';
    font-weight: bold;
}

/* notify title */
span[data-notify='title'] {
    font-weight: bold;
    font-style: italic;
    padding-right: 5px;
}



/* forum style overrides */

.topicrow p.category, .topicrowfooterinfo, .topicshow .topicheading .topicinfo, .postbodytop, .breadcrumb {
    font-size: 1em;
}

span.tag {
    font-size: 1em;
    text-transform: lowercase;
    border-radius: 0 7px 7px 0;
    height: 26px;
    padding: 4px 10px;
    margin-bottom: 4px;
}

    span.tag:before {
        border-width: 13px 7px 13px 0;
        left: -7px;
    }

    span.tag .badge {
        position: relative;
        top: -3px;
        left: 3px;
    }

.topicrow {
    border-radius: 7px;
    margin-bottom: 10px;
}

.side-box h5 {
    border-bottom: none;
}

.topicrow .stats {
    margin: 0;
}

.topicstarterpost {
    border: none;
}

.postcontent, .postcontent p {
    font-size: 1.125em;
}

div.mce-statusbar {
    display: none;
}
/*forum text editor*/
.tinymceholder {
    margin-bottom: 0;
    border: 2px solid;
    border-radius: 7px;
}

.mce-tinymce, .mce-container, .mce-container-body, .mce-edit-area iframe {
    border-radius: 7px !important;
}

div.mce-toolbar-grp {
    border-radius: 7px 7px 0 0 !important;
}

footer {
    background: none;
}

.sitemap {
    /*  font-size: 16px;*/
    border-radius: 7px;
    margin-top: 60px;
}

.sitemap-header {
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 10px;
    color: #226a7b;
}

.sitemap ul {
    padding-left: 0;
}

    .sitemap ul li {
        list-style: none;
        padding-top: 5px;
    }

.sitemap a {
    color: #31869b;
}

.sitemap .well {
    background: #c6e5ef;
    height: 200px;
    border-right: 1px solid #ecf7ff;
}

/* end forum style overrides */


/*hopscotch tour*/

.hopscotch-bubble {
    border: none !important;
    border-radius: 7px !important;
}

.hopscotch-bubble-arrow-border {
    display: none !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
    top: -5px !important;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
    top: 5px !important;
}

.hopscotch-bubble-number {
    display: none !important;
}

.hopscotch-bubble-content {
    margin: 0px !important;
}

.hopscotch-next {
    background: #66b3d4 !important;
    border: none !important;
}

.hopscotch-prev {
    background: #ddd !important;
    border: none !important;
}

/*end hopscotch tour*/


/*PHR sidebar*/
#page-content-wrapper, #wrapper.toggled #page-content-wrapper {
    position: relative;
}

#wrapper.toggled {
    padding: 0 !important;
}

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -210px;
    }

.menu-toggle {
    background-color: #33879c !important;
    position: fixed;
    height: 100%;
    border-radius: 0;
    z-index: 1001;
    width: 40px;
}

#menu-toggle-text {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-top: 140px;
}

#page-content-wrapper {
    position: relative !important;
}

/*end PHR sidebar*/
