html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background: #f8f8f8;
    padding-top: 60px;
    overflow-x: hidden
}

main {
    display: block
}

/* FONTS */
h1 {
    font-size: 30px !important;
    font-family: "montserratbold", sans-serif;
    margin: 0.5em 0;
}

.text-xLarge {
    font-size: 22px;
}

.text-Large {
    font-size: 17px;
}

.textWeightMedium {
    font-family: "montserratmedium", sans-serif;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

a:hover {
    color: #666666 !important;
    /*Primary Color*/
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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"] {
    appearance: button;
    -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;
}

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"] {
    appearance: textfield;
    -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
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'montserratregular';
    src: url("/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("/fonts/montserrat-regular-webfont.woff") format("woff");
    font-style: normal
}

@font-face {
    font-family: 'montserratmedium';
    src: url("/fonts/montserrat-medium-webfont.woff2") format("woff2"), url("/fonts/montserrat-medium-webfont.woff") format("woff");
    font-style: normal
}

@font-face {
    font-family: 'montserratbold';
    src: url("/fonts/montserrat-bold-webfont.woff2") format("woff2"), url("/fonts/montserrat-bold-webfont.woff") format("woff");
    font-style: normal
}

.title {
    display: block;
    font-family: "montserratbold", sans-serif;
    font-size: 20px;
    margin: 0 0 1rem
}

.heading {
    font-family: "montserratbold", sans-serif;
    margin: 0 0 15px
}


h3 {
    font-family: "montserratmedium", sans-serif;
    font-size: 16px
}

.text-xLarge {
    font-size: 22px;
}

.text-Large {
    font-size: 17px;
}

.textWeightMedium {
    font-family: "montserratmedium", sans-serif;
}

.text-danger {
    font-size: 10px;
    margin: 5px 0 0 0
}

.mandatoryMessage {
    color: #cd0303
}

[data-toggle="collapse"][aria-expanded="true"] .ms-Icon--ChevronRight {
    transform: rotate(90deg)
}

/* PAGE HEADING SECTION*/
.page-heading .breadcrumb {
    background-color: #666666 !important;
    /*Primary Color*/
    color: white !important;
    padding: 10px 15px !important;
}

.page-heading .breadcrumb li {
    margin-bottom: 0 !important;
}

.page-heading .breadcrumb li a {
    color: white !important;
}

.breadcrumb>li+li::before {
    color: white !important;
}

.page-heading .breadcrumb li.active {
    color: white !important;
    font-family: "montserratmedium", sans-serif;
}

.breadcrumb>.active {
    color: white !important;
}

.page-heading .page-header {
    margin: 25px 0 20px !important;
    padding-bottom: 0 !important;
    border-bottom: 2px solid #666666 !important;
    /*Primary Color*/
}

/* PROFILE */
.profile-info.well {
    -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    border-width: 0 !important;
    border-color: #666666 !important;
    /*Primary Color*/
    border-radius: 4px !important;
    background-color: #666666;
    /*Primary Color*/
    color: white;
}

.profile-info img {
    display: none !important;
}

.profile-info .userFullName {
    padding-top: 0 !important;
    padding-left: 0 !important;
    font-family: "montserratbold", sans-serif;
}

.weblinks {
    background-color: #fff;
}

.panel {
    border: none !important;
    -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
}

.panel-heading {
    border-width: 0 0 1px 0 !important;
    border-style: solid !important;
    border-color: #666666 !important;
    /*Primary Color*/
    background-color: #fff !important;
}


/*Loader SPINNER*/
@keyframes spinner-dualball-o {
    0% {
        opacity: 1;
        transform: translate(0 0)
    }

    49.99% {
        opacity: 1;
        transform: translate(70px, 0)
    }

    50% {
        opacity: 0;
        transform: translate(70px, 0)
    }

    100% {
        opacity: 0;
        transform: translate(0, 0)
    }
}

@keyframes spinner-dualball {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(70px, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

.spinner-dualball div {
    position: absolute;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    left: -70px;
    margin: auto
}

.spinner-dualball span.text {
    text-align: center;
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0
}

.spinner-dualball div:nth-child(1) {
    background: rgba(27, 154, 175, 0.836683);
    animation: spinner-dualball 0.9345794392523364s linear infinite;
    animation-delay: -0.4672897196261682s
}

.spinner-dualball div:nth-child(2) {
    background: rgba(218, 65, 39, 0.836683);
    animation: spinner-dualball 0.9345794392523364s linear infinite;
    animation-delay: 0s
}

.spinner-dualball div:nth-child(3) {
    background: rgba(27, 154, 175, 0.836683);
    animation: spinner-dualball-o 0.9345794392523364s linear infinite;
    animation-delay: -0.4672897196261682s
}

.loaderWrapper {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    z-index: 3000;
    position: fixed;
    background: rgba(255, 255, 255, 0.8)
}

.spinner-dualball {
    width: 20%;
    height: 20%;
    position: absolute;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    margin: auto auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.spinner-dualball div {
    box-sizing: content-box
}

/* Content */
.container-full {
    margin: 0 auto;
    width: 100%
}

#mainContent {
    background-color: #fff;
    padding: 25px 15px;
    position: relative;
    border-radius: 4px;
    margin-bottom: 5rem;
    -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
}

#mainContent>fieldset legend[role="heading"] {
    font-family: "montserratmedium", sans-serif;
}

#mainContent p {
    margin: 0 0 20px;
}

.flexContent {
    align-items: center;
    display: flex
}

.noWrap {
    white-space: nowrap
}

code {
    background-color: #f8f8f8;
    color: #666666;
    /*Primary Color*/
}

.img-fluid {
    max-width: 100%;
    height: auto
}

a {
    cursor: pointer;
    color: #666666;
    /*Primary Color*/
}

hr {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    border-top: 1px solid #e5e5e5 !important
}

.verticalDivider {
    height: 20px;
    border-left: 1px solid #e5e5e5 !important;
    margin-left: 20px !important;
    margin-right: 20px !important
}

/* STATUS */
.statusWrapper {
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    font-family: "montserratmedium", sans-serif;
    padding: 6px 8px;
    line-height: normal;
}

.statusWrapper.warning {
    background-color: #f0ad4e;
}

.statusWrapper.success {
    background-color: #008f59;
}

.statusWrapper.danger {
    background-color: #d9534f;
}

/*BUTTONS */
.button {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 12px 6px;
    height: auto !important;
    margin-top: 15px;
    letter-spacing: .5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.button:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)
}

.button.noMargin {
    margin-top: 0 !important
}

.button.ButtonPrev .paginationButtonIcon {
    margin: 0 4px 0 0
}

.button.ButtonNext .paginationButtonIcon {
    margin: 0 0 0 4px
}

.btn {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 12px 15px;
    height: auto !important;
    margin-top: 15px;
    letter-spacing: .5px;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: normal;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn.btn-primary {
    background-color: #666666;
    /*Primary Color*/
    border: 1px solid #666666;
    /*Primary Color*/
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn.btn-primary:hover {
    background-color: rgba(56, 66, 156, 0.9);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid #666666;
    /*Primary Color*/
}

.editBtn {
    border-radius: 4px;
    background-color: transparent;
    color: #3d3d3d
}

.editBtn:hover {
    background-color: #3d3d3d;
    color: #fff;
    -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.editBtn .glyphicon {
    margin: 0 3px
}

.editBtn .ms-Icon {
    margin: 0 3px;
    line-height: 35px
}

.btn-defaultPrimary,
button.btn-defaultPrimary {
    background-color: #666666;
    /*Primary Color*/
    border: 1px solid #666666;
    /*Primary Color*/
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.btn-defaultPrimary:hover,
button.btn-defaultPrimary:hover {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid #666666;
    /*Primary Color*/
    color: #666666;
    /*Primary Color*/
}

.btn-defaultPrimary:disabled,
button.btn-defaultPrimary:disabled {
    background: #8e8d8d !important
}

.btn-defaultPrimary:disabled:hover,
button.btn-defaultPrimary:disabled:hover {
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.btn-defaultSecondary,
button.btn-defaultSecondary {
    border: 1px solid #3d3d3d;
    background: transparent;
    color: #3d3d3d
}

.btn-defaultSecondary:hover,
button.btn-defaultSecondary:hover {
    background: #3d3d3d;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.btn-defaultSecondary:disabled,
button.btn-defaultSecondary:disabled {
    border: 1px solid #8e8d8d !important;
    color: #8e8d8d
}

.btn-defaultSecondary:disabled:hover,
button.btn-defaultSecondary:disabled:hover {
    background: transparent;
    box-shadow: none
}

.splitButton .button {
    border-radius: 4px !important;
    display: inline-block;
    margin-top: 0;
    padding: 10px 8px;
    width: auto
}

.splitButton .button.dropdown-toggle {
    width: 35px
}

.splitButton .dropdown-menu {
    position: relative;
    float: none;
    width: auto;
    min-width: auto
}

.addNewButton {
    position: absolute;
    right: 20px;
    top: 5px
}

.shadow {
    -webkit-box-shadow: 0px 9px 27px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 9px 27px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 9px 27px -6px rgba(0, 0, 0, 0.4)
}

.wrapperLogin {
    position: relative;
    margin: auto;
    padding: 0 2rem
}

.wrapperLogin .bgLogin {
    background: #2e6bcd;
    background: -moz-linear-gradient(-45deg, #2e6bcd 12%, #5e2eab 100%);
    background: -webkit-linear-gradient(-45deg, #2e6bcd 12%, #5e2eab 100%);
    background: linear-gradient(135deg, #2e6bcd 12%, #5e2eab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e6bcd', endColorstr='#5e2eab', GradientType=1);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.wrapperLogin .pageContent .logo {
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    padding: 2rem 15px
}

.wrapperLogin .pageContent .logo img {
    margin: auto
}

.wrapperLogin .pageContent h2 {
    margin: 30px auto 25px;
    font-weight: 700;
    font-size: 22px
}

ul {
    padding-left: 35px
}

ul li {
    margin-bottom: 6px
}

.margin-bottomSmall {
    margin-bottom: 10px
}

.margin-bottomMedium {
    margin-bottom: 25px
}

.margin-topSmall {
    margin-top: 10px
}

.margin-topMedium {
    margin-top: 25px
}

.modal-dialog.codeModal {
    height: 90%
}

.modal-dialog.codeModal .modal-content {
    height: 100%
}

.modal-dialog.codeModal .modal-content .modal-header button {
    opacity: 1 !important
}

.modal-dialog.codeModal .modal-content .modal-header button .icon {
    color: #666666 !important;
    opacity: 1
}

.modal-dialog.codeModal .modal-content .modal-body {
    height: 93%
}

.modal-dialog.codeModal .modal-content .modal-body .codeContainer {
    height: 100%
}

.modal-dialog.codeModal .modal-content .modal-body .codeContainer .codeHeader {
    align-items: center;
    background-color: #e5e5e5;
    display: flex
}

.modal-dialog.codeModal .modal-content .modal-body .codeContainer .codeHeader .language {
    flex-grow: 1;
    padding: 5px 8px
}

.modal-dialog.codeModal .modal-content .modal-body .codeContainer .codeHeader .action {
    cursor: pointer;
    font-size: 12px;
    display: flex;
    padding: 5px 8px;
    align-items: center
}

.modal-dialog.codeModal .modal-content .modal-body .codeContainer .codeHeader .action .icon {
    color: #666666;
    /*Primary Color*/
    font-size: 15px;
    padding: 0 5px
}

.modal-dialog.codeModal .modal-content .modal-body .codeContainer .codeHeader .action:hover {
    background-color: #f5f5f5
}

.modal-dialog.codeModal .modal-content .modal-body .codeContainer pre {
    background-color: #f5f5f5;
    border-radius: 0 !important;
    border: 0;
    height: 90%
}

.copyMessage {
    position: relative;
    display: inline-block
}

.copyMessage .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s
}

.copyMessage .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}

.copyMessage:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.dropBox {
    background-color: rgba(250, 250, 250, 0.9);
    border-radius: 4px;
    color: #666666;
    /*Primary Color*/
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 10px
}

.dropBox .dropBoxContent {
    border-style: dashed;
    padding: 20px;
    height: 100%;
    width: 100%;
    border-width: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.dropBox .dropBoxContent .dopBoxContent-Icon {
    font-size: 3rem;
    margin-bottom: 2rem
}

.dropBox .dropBoxContent .dopBoxContent-Heading {
    font-family: "montserratbold", sans-serif;
    font-size: 16px
}

.footer ul {
    list-style: none;
    margin: 1rem 0 0 0;
    padding: 0
}

.footer ul li {
    display: inline-block;
    margin-right: 20px
}

.AppVersionLogin {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 12px
}

html {
    font-size: 13px
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #202020 !important;
    font-family: "montserratregular", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    text-rendering: optimizeLegibility
}

button,
input,
select,
optgroup,
textarea {
    color: #202020;
    font-family: "montserratregular", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    text-rendering: optimizeLegibility
}

header .navbar {
    border-width: 0
}

header .navbar .topSection {
    background-color: #fff;
    height: 60px;
    -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)
}

header .navbar .topSection .navbar-header {
    height: 60px
}

header .navbar .topSection .navbar-header .navbar-brand {
    height: 100%;
    padding: 8px 30px 8px 20px
}

header .navbar .topSection .navbar-header .navbar-brand img {
    height: 100%;
    width: auto
}

header .navbar .topSection .navbar-header .navbar-toggle {
    padding: 9px 5px
}

header .navbar .topSection .navbar-header .navbar-toggle .icon-bar {
    background-color: #666666;
    /*Primary Color*/
}

header .navbar .topSection .navbar-collapse {
    background-color: #fff !important;
    max-height: inherit;
    z-index: 1000
}

header .navbar .topSection .navbar-collapse .navbar-nav {
    margin: 0 -15px;
    z-index: 1000
}

header .navbar .topSection .navbar-collapse .navbar-nav li {
    background-color: #fff
}

header .navbar .topSection .navbar-collapse .navbar-nav li a {
    color: #202020;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px
}

header .navbar .topSection .navbar-collapse .navbar-nav li a span {
    margin-left: 5px;
    margin-right: 5px
}

header .navbar .topSection .navbar-collapse .navbar-nav li a .userEntity {
    font-family: "montserratmedium", sans-serif;
    color: #666666;
    /*Primary Color*/
}

header .navbar .topSection .navbar-collapse .navbar-nav li a:hover {
    color: #666666;
    /*Primary Color*/
}

header .navbar .topSection .navbar-collapse .navbar-nav li a .glyphicon {
    color: #666666;
    /*Primary Color*/
    font-size: 16px;
    margin: 0 5px 0 0
}

header .navbar .topSection .navbar-collapse .navbar-nav li a .icon {
    color: #666666;
    /*Primary Color*/
    font-size: 18px;
    margin: 0 5px 0 0
}

header .navbar .topSection .navbar-collapse .navbar-nav li a.active {
    color: #666666;
    /*Primary Color*/
}

header .navbar .topSection .navbar-collapse .navbar-nav li.dropdown a {
    background-color: transparent !important;
    color: #202020;
    background-image: none !important;
    z-index: 1000
}

header .navbar .topSection .navbar-collapse .navbar-nav li.dropdown a:hover {
    color: #666666;
    /*Primary Color*/
}

header .navbar .topSection .navbar-collapse .navbar-nav li.dropdown a.active {
    color: #666666;
    /*Primary Color*/
}

header .navbar .topSection .navbar-collapse .navbar-nav li.dropdown ul li a {
    padding: 4px 20px
}

header .navbar .topSection .navbar-collapse .navbar-nav li.dropdown ul li b {
    padding: 4px 10px;
    font-family: "montserratmedium", sans-serif;
    display: block
}

header .navbar .topSection .navbar-collapse .navbar-nav li.dropdown .divider {
    background-color: #e5e5e5
}

header .navbar .topSection .navbar-collapse .navbar-nav li.dropdown:hover>.dropdown-menu {
    border-radius: 4px;
    display: block
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    border: none !important;
}

header .navbar .titleSection {
    background-color: #666666;
    /*Primary Color*/
    color: #fff;
    height: 45px;
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-items: center
}

header .navbar .titleSection span {
    display: flex;
    align-items: center
}

header .navbar .titleSection .glyphicon {
    margin: 0 15px 0 0;
    font-size: 24px
}

header .navbar .titleSection .icon {
    margin: 0 15px 0 0;
    font-size: 25px
}

@media only screen and (max-width: 767px) {
    header .navbar .navbar-collapse {
        background-color: #fff !important;
        -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
        -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
        box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)
    }
}

.wrapperPageLateralmenu .sidebarWrapper {
    width: 265px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    padding-top: 110px;
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    padding-right: 2px;
    padding-left: 2px;
    background-color: #fff
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav {
    font-size: 13.5px;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav li {
    line-height: 18px
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav li a {
    color: #202020 !important;
    display: block;
    text-decoration: none;
    padding: .6rem 1rem
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav li a:hover {
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav li a:active {
    text-decoration: none
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav li a:focus {
    text-decoration: none
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav li ul {
    list-style: none;
    padding: 0 0 0 2rem
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav li ul li {
    margin: 0 0 .5rem
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav li ul li ul li {
    margin: 0
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav li.active>a {
    background: #666666;
    /*Primary Color*/
    color: #fff !important;
    border-radius: 4px
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav li.active>ul {
    border-left: 1px solid #E5E5E5;
    margin: 0 0 0 2rem;
    padding: 0
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav.editableOn li .editIcon {
    margin-right: 8px
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav.editableOn li a {
    display: flex
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav.editableOn li .editBox {
    background-color: #fff;
    margin: 0 2rem 2rem;
    border-radius: 6px;
    -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav.editableOn li .editBox ul {
    padding: 0
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav.editableOn li .editBox ul li {
    border-bottom: 1px solid #e5e5e5
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav.editableOn li .editBox ul li a {
    color: #202020;
    transition: all 0.3s
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav.editableOn li .editBox ul li a:hover {
    padding-left: 1.5rem
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav.editableOn li .editBox ul li a.deleteText {
    color: #cd0303
}

.wrapperPageLateralmenu .sidebarWrapper .sidebar-nav.editableOn li .editBox ul li:last-of-type {
    border-bottom: none
}

.wrapperPageLateralmenu .sidebarWrapper .dropdownSelect {
    margin: 10px 15px 15px
}

.wrapperPageLateralmenu .sidebarWrapper .dropdownSelect label {
    font-family: "montserratmedium", sans-serif
}

.wrapperPageLateralmenu .sidebarWrapper .dropdownSelect select {
    color: #202020;
    padding: 8px;
    width: 100%
}

.wrapperPageLateralmenu .sidebarWrapper .fixed-bottom {
    border-top: 1px solid #E5E5E5;
    display: block
}

.wrapperPageLateralmenu .sidebarWrapper .fixed-bottom a.editBtn {
    margin: 10px;
    padding: 10px 0 10px;
    text-align: center;
    display: block;
    width: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.wrapperPageLateralmenu .sidebarWrapper .fixed-bottom a.editBtn:hover {
    background: #666666;
    /*Primary Color*/
    text-decoration: none;
    color: #fff
}

.wrapperPageLateralmenu .sidebarWrapper .button {
    font-size: 12.5px
}

.wrapperPageLateralmenu .sidebarWrapper .btn-defaultPrimary,
.wrapperPageLateralmenu .sidebarWrapper button.btn-defaultPrimary {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.wrapperPageLateralmenu .sidebarWrapper .btn-defaultPrimary:hover,
.wrapperPageLateralmenu .sidebarWrapper button.btn-defaultPrimary:hover {
    color: #fff
}

.wrapperPageLateralmenu .sidebarWrapper .btn-defaultPrimary:disabled,
.wrapperPageLateralmenu .sidebarWrapper button.btn-defaultPrimary:disabled {
    background: #8e8d8d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.wrapperPageLateralmenu .sidebarWrapper .btn-defaultPrimary:disabled:hover,
.wrapperPageLateralmenu .sidebarWrapper button.btn-defaultPrimary:disabled:hover {
    box-shadow: none
}

.wrapperPageLateralmenu .sidebarWrapper .btn-defaultSecondary:hover,
.wrapperPageLateralmenu .sidebarWrapper button.btn-defaultSecondary:hover {
    border: 1px solid #3d3d3d;
    background: #3d3d3d;
    color: #fff
}

.wrapperPageLateralmenu .sidebarWrapper .btn-defaultSecondary:disabled,
.wrapperPageLateralmenu .sidebarWrapper button.btn-defaultSecondary:disabled {
    border: 1px solid #8e8d8d;
    color: #8e8d8d
}

.wrapperPageLateralmenu .sidebarWrapper .btn-defaultSecondary:disabled:hover,
.wrapperPageLateralmenu .sidebarWrapper button.btn-defaultSecondary:disabled:hover {
    background: transparent;
    box-shadow: none
}

.sidebarToggle {
    background: #fff;
    padding: 10px;
    position: fixed;
    border-radius: 0 6px 6px 0;
    left: 260px;
    top: 115px;
    border: none;
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    z-index: 1
}

.sidebarToggle.closed {
    left: 0px
}

.sidebarToggle.closed .icon {
    transform: rotate(180deg)
}

@media only screen and (max-width: 768px) {
    .sidebarToggle {
        left: 0px
    }

    .sidebarToggle .icon {
        transform: rotate(180deg)
    }
}

@media only screen and (max-width: 767px) {
    li.dropdown:hover>.dropdown-menu {
        display: inline
    }

    .wrapperLogin {
        padding: 0 1.5rem
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav li .dropdown-menu {
        display: block;
        position: relative;
        box-shadow: none;
        border: none;
        width: 100%;
        padding: 0 0 15px !important
    }
}

.treeview {
    font-size: 12px;
    line-height: 1.5
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px
}

.treeview .list-group .list-group-item {
    border-radius: 4px !important;
    cursor: pointer;
    margin-bottom: 1px;
    padding: 10px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    align-items: center
}

.treeview .list-group .list-group-item:first-child {
    border-radius: 4px !important
}

.treeview .list-group .list-group-item:last-child {
    border-radius: 4px !important
}

.treeview .list-group .list-group-item.node-selected {
    background-color: #666666 !important;
    /*Primary Color*/
}

.treeview .list-group .list-group-item span.icon {
    margin-right: 4px;
    width: 12px
}

.treeview .list-group .list-group-item span.icon.chevron {
    font-size: 10px;
    width: 12px
}

.treeview .list-group .list-group-item span.indent {
    margin-left: 6px;
    margin-right: 6px
}

.treeview .list-group .list-group-item span.badge {
    background-color: #da4127;
    font-size: 10px;
    font-weight: 400;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: auto;
    min-width: auto
}

.treeview .list-group .list-group-item span.badge .icon {
    margin: 0 0 0 3px;
    font-weight: 600
}

.treeview .list-group .list-group-item span.text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.treeview .list-group .list-group-item a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed
}

.pageContent {
    padding-bottom: 30px;
}

.pageContent .navbar-toggle.btnLateralmenu {
    float: none;
    margin: 0 0 20px;
    height: 45px;
    border: none
}

.pageContent .navbar-toggle.btnLateralmenu .glyphicon {
    margin-right: 10px
}

.pageContent .breadcrumb {
    margin: 0;
    line-height: normal;
    padding: 0 0 8px;
    margin: 0 0 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    align-items: center
}

.pageContent .breadcrumb .glyphicon {
    color: #b1b1b1;
    margin: 0 5px;
    font-size: 12px
}

.pageContent .breadcrumb .icon {
    color: #666666;
    /*Primary Color*/
    font-size: 16px;
    margin: 0 4px 0 0
}

.pageContent .breadcrumb .icon-separator {
    color: #b1b1b1;
    font-size: 10px;
    margin: 0 4px
}

.pageContent .breadcrumb a {
    display: flex;
    align-items: center
}

.pageContent .breadcrumb a:hover {
    color: #202020;
    text-decoration: none
}

.pageContent p {
    margin: 0 0 18px
}

.pageContent .editBtn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    border: none;
    font-size: 15.5px;
    height: 35px;
    width: 35px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.pageContent .editBtn .glyphicon {
    line-height: inherit
}

.pageContent .navbar-toggle.btnLateralmenu {
    color: #fff;
    background-color: #666666;
    /*Primary Color*/
}

.pageContent .cardsList {
    display: flex;
    margin-bottom: 3rem
}

.pageContent .cardsList div .formBox {
    height: 100%
}

.pageContent .cardsList div .formBox .heading .icon {
    font-size: 25px;
    margin-bottom: 1rem;
    color: #666666;
    /*Primary Color*/
}

.pageContent .cardsList div .formBox ul li {
    margin-bottom: 12px
}

.pageContent .cardsList div .formBox ul li a {
    color: #202020
}

.pageContent .cardsList div .formBox ul li a:hover {
    color: #666666;
    /*Primary Color*/
    text-decoration: none;
    border-bottom: 2px solid
}

.pageContent .cardsList .disabledItem .formBox {
    background-color: #f5f5f5;
    cursor: not-allowed
}

.pageContent .cardsList .disabledItem .formBox .heading .icon {
    color: #8e8d8d
}

.pageContent .alignFlexSB {
    display: flex;
    justify-content: space-between
}

.pageContent h1.borderBootom {
    border-bottom: 3px solid #666666;
    /*Primary Color*/
    padding-bottom: 5px
}

.pageContent .editableSectionHeading .editBtn {
    right: 5px
}

.wrapperPageLateralmenu {
    position: relative
}

.wrapperPageLateralmenu .pageContent {
    width: calc(100% - 265px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0
}

.wrapperPageLateralmenu .pageContent.active {
    width: 100%
}

.wrapperPageLateralmenu .sidebarWrapper .btnClose {
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #E5E5E5;
    font-size: 13px;
    float: none;
    margin: 3px 0 10px;
    padding: 5px 0 8px;
    width: 100%;
    z-index: 99;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background-image: none
}

.wrapperPageLateralmenu .sidebarWrapper .btnClose .glyphicon {
    margin-right: 5px
}

.wrapperPageLateralmenu .sidebarWrapper .btnClose .icon {
    font-size: 11px;
    margin-right: 5px
}

.wrapperPageLateralmenu .sidebarWrapper.active {
    margin-left: -265px
}

@media only screen and (max-width: 768px) {
    .cardsList {
        flex-direction: row;
        flex-wrap: wrap
    }

    .cardsList .form-group {
        flex: 1
    }

    .wrapperPageLateralmenu .pageContent {
        padding-top: 60px;
        width: 100%
    }

    .wrapperPageLateralmenu .pageContent .navbar-toggle.btnLateralmenu {
        display: block
    }

    .wrapperPageLateralmenu .sidebarWrapper {
        margin-left: -265px
    }

    .wrapperPageLateralmenu .sidebarWrapper h4 {
        padding: 45px 0 15px
    }

    .wrapperPageLateralmenu .sidebarWrapper.active {
        margin-left: 0;
        width: 100%
    }

    .wrapperPageLateralmenu #sidebarCollapse span {
        display: none
    }

    .editableSectionHeading h1 {
        width: auto;
        display: inline-block
    }

    .editableSectionHeading .editBtn {
        position: relative
    }
}

@media only screen and (min-width: 769px) {
    .wrapperPageLateralmenu .sidebarWrapper .btnClose {
        display: none
    }
}

@media only screen and (max-width: 480px) {
    .pageContent {
        padding: 0 0 30px
    }

    h2 {
        font-size: 25px !important
    }

    .wrapperLogin .pageContent h2 {
        margin: 20px auto
    }
}

.dataTable {
    width: 100%
}

.dataTable thead tr {
    border-bottom: 1px solid #666666;
    /*Primary Color*/
    font-family: "montserratmedium", sans-serif;
    font-size: 12px
}

.dataTable thead tr td div {
    align-items: center;
    display: flex;
    padding: 5px 0 5px 10px
}

.dataTable thead tr td div.headerCellSortable:hover {
    cursor: pointer
}

.dataTable thead tr td div.headerCellSortable:hover img.sortIcon {
    visibility: visible
}

.dataTable thead tr td div.headerCellSortable img.sortIcon {
    height: 15px;
    width: 20px
}

.dataTable tbody tr {
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer
}

.dataTable tbody tr td div {
    padding: 12px 10px;
    display: flex;
    align-items: center
}

.dataTable tbody tr td div .icon {
    color: #666666;
    /*Primary Color*/
    font-size: 16px;
    margin: 0 8px 0 0
}

.dataTable tbody tr td div select,
.dataTable tbody tr td div input {
    width: auto
}

.dataTable tbody tr td div.statusCompleted {
    color: #008f59
}

.dataTable tbody tr td div.statusInprogress {
    color: #da4127
}

.dataTable tbody tr td div.statusError {
    color: #ff6070
}

.dataTable tbody tr:hover {
    background-color: #f5f5f5
}

.dataTable tbody tr:last-child {
    border-bottom: none
}

@media only screen and (max-width: 920px) {
    .dataTable {
        border-top: 1px solid #666666;
        /*Primary Color*/
    }

    .dataTable thead {
        display: none
    }

    .dataTable tbody,
    .dataTable th,
    .dataTable td,
    .dataTable tr,
    .dataTable .trSelectable {
        display: block
    }

    .dataTable tr {
        border-bottom: 1px solid #666666 !important;
        /*Primary Color*/
    }

    .dataTable tr td {
        border-top: none;
        padding: 12px 10px;
        max-width: 100% !important
    }

    .dataTable tr td:before {
        content: attr(title);
        font-family: "montserratmedium", sans-serif
    }

    .dataTable tr td div {
        padding: 0 !important
    }

    .dataTable tr td div select,
    .dataTable tr td div input {
        width: 100% !important
    }
}

.alert {
    border-width: 0 0 0 6px;
    border-style: solid;
    -webkit-box-shadow: 0px 9px 27px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 9px 27px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 9px 27px -6px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    background-image: none
}

.alert .alert-content {
    display: flex
}

.alert .alert-content .icon {
    font-size: 20px;
    margin: 0 10px 0 0
}

.alert .alert-content .icon.info {
    color: #da4127 !important
}

.alert .alert-content .icon.info {
    color: #da4127 !important
}

.alert .alert-content .icon.sucess {
    color: #008f59
}

.alert .alert-content .icon.danger {
    color: #ff6070
}

.alert .alert-content .icon.warning {
    color: #ff9800
}

.alert .alert-content .text {
    margin-top: 4px
}

.alert .alert-content .text ul {
    margin: 10px 0 10px 0;
    padding: 0 0 0 25px
}

.alert .alert-content .text ul li {
    margin: 0 0 4px 0
}

.alert .alert-content .text ul li:last-child {
    margin: 0
}

.alert-info {
    border-color: #da4127;
    color: #202020
}

.alert-success {
    border-color: #008f59;
    color: #202020
}

.alert-danger {
    border-color: #ff6070;
    color: #202020
}

.alert-warning {
    border-color: #ff9800;
    color: #202020
}

.workflowInfo {
    display: inline-flex;
    margin: 20px 0 20px
}

.workflowInfo .icon {
    color: #666666;
    /*Primary Color*/
    margin-right: 10px;
    font-size: 20px;
    border-left: 3px solid;
    padding-left: 10px
}

.workflowInfo span:last-of-type {
    flex-grow: 1
}

.workflowInfo .workflowLabel {
    font-family: "montserratmedium", sans-serif;
    margin-bottom: 5px !important
}

.dragContainer {
    margin: 0 0 1em 0;
    padding: 1em;
    border: 2px solid transparent
}

.dragContainer .daggableItem {
    padding: 15px 2em
}

.dragContainer .daggableItem:last-of-type {
    margin-bottom: 0
}

.dragContainer .daggableItem:before {
    content: '⇅';
    position: absolute;
    left: 10px;
    font-size: 1.8em;
    cursor: move
}

.dragContainer .daggableItem:before:hover {
    color: #666666;
    /*Primary Color*/
}

.dragContainer .daggableItem:hover {
    background-color: #fafafa
}

.dragContainer .daggableItem.js-active {
    border: 1px dashed #fff;
    background-color: #666666;
    /*Primary Color*/
}


/*FORMS*/
.crmEntityFormView .cell {
    padding: 0 10px 20px !important;
}

input[type="text"] {
    height: 38px;
    padding: 8px 40px 8px 8px;
    width: 100%
}

input[type="number"],
input[type="time"] {
    max-width: 120px
}

label {
    display: block;
    font-family: "montserratmedium", sans-serif;
    font-weight: normal;
    margin: 8px 0 5px
}

label.mandatory::after {
    content: "*";
    color: #cd0303;
    margin-left: 5px;
    font-weight: 600
}

label i {
    font-family: "montserratregular", sans-serif;
    font-size: 12px
}

select {
    height: 38px;
    padding: 8px 40px 8px 8px
}

select:focus {
    outline: none
}

input[type="text"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea,
select {
    background: #fff;
    border: 1px solid #e5e5e5 !important;
    border-radius: 0;
    box-shadow: none !important;
    height: 38px;
    padding: 8px;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #666666 !important;
    /*Primary Color*/
    box-shadow: none !important;
    outline: none !important;
}

input[type="text"].editableLabel,
input[type="date"].editableLabel,
input[type="time"].editableLabel,
input[type="number"].editableLabel,
textarea.editableLabel,
select.editableLabel {
    background-color: #f5f5f5;
    border-width: 0 0 2px 0
}

input[type="text"].editableLabel:focus,
input[type="date"].editableLabel:focus,
input[type="time"].editableLabel:focus,
input[type="number"].editableLabel:focus,
textarea.editableLabel:focus,
select.editableLabel:focus {
    background-color: #fff
}

input[type="file"] {
    background: none
}

textarea {
    min-height: 90px;
    resize: vertical
}

.formBox.checkOptions {
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out
}

.formBox.checkOptions:hover {
    -webkit-box-shadow: 0px 9px 27px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 9px 27px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 9px 27px -6px rgba(0, 0, 0, 0.4)
}

.disabledItem {
    color: #8e8d8d
}

.disabledEffect {
    color: #8e8d8d !important;
    cursor: auto !important
}

.wrapperLookup {
    position: relative
}

.wrapperLookup input[type="text"] {
    padding-right: 70px !important
}

.wrapperLookup button {
    border: none;
    height: 100%;
    padding: 10px !important;
    position: absolute;
    right: 0;
    background: #2e6bcd;
    background: -moz-linear-gradient(-45deg, #2e6bcd 12%, #5e2eab 100%);
    background: -webkit-linear-gradient(-45deg, #2e6bcd 12%, #5e2eab 100%);
    background: linear-gradient(135deg, #2e6bcd 12%, #5e2eab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e6bcd', endColorstr='#5e2eab', GradientType=1);
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.wrapperLookup button:hover {
    background: #2e6bcd;
    background: -moz-linear-gradient(-45deg, #5e2eab 12%, #2e6bcd 100%);
    background: -webkit-linear-gradient(-45deg, #5e2eab 12%, #2e6bcd 100%);
    background: linear-gradient(135deg, #5e2eab 12%, #2e6bcd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##5e2eab', endColorstr='#2e6bcd', GradientType=1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

button.back {
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #666666;
    /*Primary Color*/
    font-size: 1.5rem;
    margin: 0 0 10px;
    padding: 5px 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

button.back:hover {
    background-color: #f5f5f5
}

.flexContent label {
    margin: 0 8px
}

.flexContent input[type="text"],
.flexContent input[type="date"],
.flexContent input[type="number"],
.flexContent input[type="time"],
.flexContent textarea,
.flexContent select {
    width: auto !important;
    margin: 0 8px;
    flex-grow: 1
}

.formBox {
    background: #fff;
    padding: 15px;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)
}

.formBox .heading {
    display: flex;
    align-items: center
}

.formBox .heading .icon {
    font-size: 16px;
    margin: 0 8px 0 0
}

.formBox input,
.formBox input[type="text"],
.formBox input[type="time"],
.formBox select {
    background: #f5f5f5
}

.formBox input:focus,
.formBox input[type="text"]:focus,
.formBox input[type="time"]:focus,
.formBox select:focus {
    background-color: #fff
}

.formBox input[type="file"] {
    background: none
}

.formBox input:disabled,
.formBox input[type="text"]:disabled,
.formBox input[type="time"]:disabled,
.formBox select:disabled {
    color: #8e8d8d
}

.formBox .form-group select {
    display: block;
    width: 100%
}

.toggleSwitchContacontainer input[type=checkbox] {
    display: none;
    height: 0;
    width: 0;
    visibility: hidden
}

.toggleSwitchContacontainer label {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    height: 30px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
    margin: 0
}

.toggleSwitchContacontainer label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s
}

.toggleSwitchContacontainer input:checked+label {
    background: #65c36c
}

.toggleSwitchContacontainer input:checked+label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%)
}

.toggleSwitchContacontainer label:active:after {
    width: 35px
}

.checkOptions .heading {
    display: block
}

.checkOptions label {
    font-family: "montserratmedium", sans-serif;
    font-weight: 300;
    display: block;
    margin-bottom: 3px
}

.checkOptions .itemsWrapper {
    display: block;
    position: relative
}

.checkOptions input[type="text"] {
    height: 38px;
    padding: 8px 40px 8px 8px;
    width: 100%
}

.checkOptions .dividerOr {
    text-align: center;
    margin-top: 25px;
    line-height: 20px
}

.checkOptions .radioBox {
    display: block;
    position: absolute;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 36px;
    height: 36px;
    right: 1px;
    top: 1px
}

.checkOptions .radioBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkOptions .radioBox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 36px;
    background-color: #d8d8d8
}

.checkOptions .radioBox.singleOption {
    position: relative;
    display: inline-block;
    margin-bottom: 0
}

.checkOptions .radioBox:hover input~.checkmark {
    background-color: #ccc
}

.checkOptions .radioBox input:checked~.checkmark {
    background-color: #6ac259
}

.checkOptions .checkmark:after {
    content: "";
    position: absolute;
    opacity: .8
}

.checkOptions .radioBox input:checked~.checkmark:after {
    display: block;
    opacity: 1
}

.checkOptions .radioBox .checkmark:after {
    left: 15px;
    top: 5px;
    width: 10px;
    height: 24px;
    border: solid white;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.actionButton {
    width: 250px;
    height: 28px;
    margin-bottom: 25px;
    color: white;
    margin-top: 25px;
    outline: none;
    align-self: flex-end;
    font-size: 12px;
    border: none;
    background-color: #666666 !important;
    /*Primary Color*/
}

.actionButton:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 9px 27px -6px rgba(43, 43, 43, 0.42);
    -moz-box-shadow: 0px 9px 27px -6px rgba(43, 43, 43, 0.42);
    box-shadow: 0px 9px 27px -6px rgba(43, 43, 43, 0.42)
}

.CarouselScrollTabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.CarouselScrollTabs .CarouselContainer {
    width: 95%;
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    overflow-y: hidden;
    margin: 0 3px;
    z-index: 0
}

.CarouselScrollTabs button.buttonContainer {
    width: 35px;
    height: 30px;
    z-index: 2;
    border: none;
    background-color: #fff
}

.CarouselScrollTabs button.buttonContainer.leftShadow {
    box-shadow: 2px -1px 2px lightgrey
}

.CarouselScrollTabs button.buttonContainer.leftShadow .leftScrollButton {
    width: 15px;
    height: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.CarouselScrollTabs button.buttonContainer.rightShadow {
    box-shadow: -2px -1px 2px lightgrey
}

.CarouselScrollTabs button.buttonContainer.rightShadow .rightScrollButton {
    width: 15px;
    height: 20px
}

.CarouselScrollTabs button.buttonContainer:focus {
    outline: 0
}

.CarouselScrollTabs button.buttonContainer:active {
    background-color: #666666;
    /*Primary Color*/
}

.CarouselScrollTabs button.buttonContainer::-webkit-scrollbar {
    height: 0
}

.checkboxContainer {
    display: flex;
    flex-direction: row
}

.checkboxContainer .subContainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer
}

.checkboxContainer .subContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkboxContainer .subContainer input:checked~.inputCheckbox {
    background-color: #65c36c !important
}

.checkboxContainer .subContainer .inputCheckbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #e5e5e5
}

.checkboxContainer .subContainer .inputCheckbox::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 2px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.checkboxContainer .subContainer .checkboxLabel {
    margin-left: 4px;
    padding-top: 4px
}

.checkboxContainer .subContainer:hover input~.inputCheckbox {
    background-color: #b1b1b1
}

.TabsView .tabsDiv {
    display: flex;
    flex-direction: row;
    background: transparent;
    width: 100%;
    overflow-x: auto
}

.TabsView .tabsDiv .tab {
    align-items: center;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: #fff;
    border-bottom: none;
    margin-right: 10px;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)
}

.TabsView .tabsDiv .tab .removeTabDiv {
    padding-left: 10px;
    font-size: 8px;
    cursor: pointer
}

.TabsView .tabsDiv .tab svg {
    height: 20px;
    width: 20px;
    margin-right: 3px
}

.TabsView .tabsDiv .tab svg .tabIconType {
    fill-rule: evenodd
}

.TabsView .tabsDiv .activeTab {
    align-items: center;
    border-radius: 4px 4px 0 0;
    background-color: #666666;
    /*Primary Color*/
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 6px;
    margin-right: 10px;
    font-size: 12px;
    white-space: nowrap;
    -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)
}

.TabsView .tabsDiv .activeTab .removeTabDiv {
    padding-left: 10px;
    font-size: 8px;
    cursor: pointer
}

.TabsView .tabsDiv .activeTab .removeTabDiv .closeTabIcon {
    width: 8px;
    height: 8px;
    margin-top: 5px;
    fill: #fff
}

.TabsView .tabsDiv .activeTab svg {
    height: 20px;
    width: 20px;
    margin-right: 3px
}

.TabsView .tabsDiv .activeTab svg .tabIconType {
    fill: #fff;
    fill-rule: evenodd
}

.TabsView .tab-content .newWorkButton {
    position: absolute;
    right: 20px;
    top: 5px
}

.selectorView .selectorTextDiv {
    font-size: 13px;
    font-weight: bold
}

.selectorView .selectorRadioButtonsDiv {
    display: flex;
    flex-direction: row;
    border: 1px solid #666666;
    /*Primary Color*/
    width: 100%;
    margin-right: 5px;
    margin-top: 2%
}

.selectorView .selectorRadioButtonsDiv .selectorRadioButtonsLeftSubDiv {
    display: flex;
    flex-direction: row;
    width: 50%;
    border: 1px solid #666666;
    /*Primary Color*/
}

.selectorView .selectorRadioButtonsDiv .selectorRadioButtonsRightSubDiv {
    display: flex;
    flex-direction: row;
    width: 50%
}

.selectorView .selectorRadioButtonsDiv .selectorRadioButtonsText {
    font-size: 12px;
    text-align: center
}

.selectorView .selectorRadioButtonsDiv .selectorRadioButtonSelected {
    background-color: #666666;
    /*Primary Color*/
    height: 35px;
    color: #fff;
    width: 100%;
    border: none;
    padding: 8px
}

.selectorView .selectorRadioButtonsDiv .selectorRadioButtonUnSelected {
    background-color: #fff;
    color: #666666;
    /*Primary Color*/
    height: 35px;
    width: 100%;
    border: none;
    padding: 8px
}

@media only screen and (max-width: 1150px) {
    .selectorsView {
        width: 100%;
        align-items: center
    }

    .selectorsView .selectorRadioButtonsDiv {
        width: 96%;
        justify-content: space-between
    }
}

@media only screen and (max-width: 768px) {
    .selectorRadioButtonsText {
        font-size: calc(0.4em + 1vmin)
    }
}

.IconTextButton {
    display: flex;
    align-items: center;
    white-space: normal;
    cursor: pointer
}

.IconTextButton .icon {
    font-size: 15px;
    margin-right: 5px;
    color: #666666;
    /*Primary Color*/
}

.IconTextButton .disabledIcon {
    color: grey
}

.IconTextButton .disabled {
    color: #b1b1b1 !important;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    font-size: 10px;
    font-weight: bold;
    cursor: default
}

.IconTextButton.isIconHidden .icon {
    visibility: hidden
}

.IconTextButton.isIconHidden:hover .icon {
    visibility: visible
}

.IconTextButton:hover {
    color: #666666;
    /*Primary Color*/
}

@media only screen and (max-width: 768px) {
    .IconTextButton {
        white-space: normal;
        margin-right: 4px
    }
}

.WorkMaintenanceToolbar {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0 !important
}

.WorkMaintenanceToolbar .toolbarWrapper {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f5f5f5;
    text-align: center
}

.WorkMaintenanceToolbar .toolbarWrapper .toolbarButton {
    cursor: pointer
}

.WorkMaintenanceToolbar .toolbarWrapper .toolbarButton .toolbarButtonContainer {
    font-size: 12px;
    padding: 8px 11px
}

.WorkMaintenanceToolbar .toolbarWrapper .toolbarButton .toolbarButtonContainer:hover {
    background-color: #e5e5e5
}

.WorkMaintenanceToolbar .toolbarWrapper .toolbarButton .toolbarButtonContainer.disabled .IconTextButton {
    color: #b1b1b1 !important;
    cursor: not-allowed
}

.WorkMaintenanceToolbar .toolbarWrapper .toolbarButton .toolbarButtonContainer.disabled .IconTextButton .icon {
    color: #b1b1b1 !important
}

.WorkMaintenanceToolbar .toolbarWrapper .toolbarButton .toolbarButtonContainer.disabled:hover {
    background-color: transparent
}

.WorkMaintenanceToolbar .toolbarWrapper .saveButton {
    display: flex;
    flex: 1 1;
    flex-direction: row;
    justify-content: flex-end
}

.WorkMaintenanceToolbar .toolbarWrapper .saveButton .saveButtonContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.WorkMaintenanceToolbar .toolbarWrapper .saveButton .saveButtonContainer button {
    border: none;
    display: flex;
    white-space: nowrap;
    align-items: center;
    padding: 8px 11px
}

.WorkMaintenanceToolbar .toolbarWrapper .saveButton .saveButtonContainer button.disabledSaveButton {
    background-color: transparent;
    color: #b1b1b1
}

.WorkMaintenanceToolbar .toolbarWrapper .saveButton .saveButtonContainer button.saveButton {
    background-color: #666666;
    /*Primary Color*/
    color: #fff;
    border: 1px solid #666666;
    /*Primary Color*/
}

.WorkMaintenanceToolbar .toolbarWrapper .saveButton .saveButtonContainer button.saveButton:hover {
    background-color: #fff;
    border: 1px solid #666666;
    /*Primary Color*/
    color: #666666;
    /*Primary Color*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.WorkMaintenanceToolbar .toolbarWrapper .saveButton .saveButtonContainer .saveButtonText {
    border: none;
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
    width: 100%
}

.WorkMaintenanceToolbar .toolbarWrapper .saveButton .saveButtonContainer button[disabled] {
    cursor: default
}

.WorkMaintenanceToolbar .toolbarWrapper .saveButton .saveButtonContainer .dropdown-toggle {
    height: 100%;
    margin-left: 1px
}

.WorkMaintenanceToolbar .toolbarWrapper .saveButton .saveButtonContainer .dropdown-toggle+.dropdown-menu {
    right: 0 !important;
    left: auto !important
}

.WorkMaintenanceToolbar .toolbarWrapper.fixedToolbar {
    position: fixed;
    height: auto;
    z-index: 99;
    top: 115px;
    -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
    box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)
}

.toolbar-toggle {
    display: none
}

@media only screen and (max-width: 900px) {
    .WorkMaintenanceToolbar {
        height: auto !important;
        position: fixed;
        z-index: 9998;
        bottom: 0;
        margin: 0;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0
    }

    .WorkMaintenanceToolbar .toolbarWrapper {
        display: block;
        height: auto;
        position: absolute;
        top: 280px;
        left: 20px;
        right: 20px;
        border-radius: 6px;
        -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
        -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
        box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)
    }

    .WorkMaintenanceToolbar .toolbarWrapper .toolbarButton .toolbarButtonContainer {
        padding: 11px
    }

    .WorkMaintenanceToolbar .toolbarWrapper .saveButton {
        display: block;
        display: block;
        padding: 11px
    }

    .WorkMaintenanceToolbar .toolbarWrapper .saveButton .saveButtonContainer button {
        padding: 11px
    }

    .WorkMaintenanceToolbar .toolbarWrapper .saveButton .saveButtonContainer button.disabledSaveButton {
        border: 1px solid #b1b1b1
    }

    .WorkMaintenanceToolbar.collapsing {
        overflow: hidden;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: visibility;
        -o-transition-property: visibility;
        transition-property: visibility
    }

    .toolbar-toggle {
        border-radius: 50px;
        top: 260px;
        display: flex;
        align-items: center;
        position: fixed;
        padding: 0;
        right: 10px;
        margin-bottom: 10px;
        background-color: #666666;
        /*Primary Color*/
        background-image: none;
        border: 1px solid transparent;
        width: 42px;
        height: 42px;
        z-index: 99;
        -webkit-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
        -moz-box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
        box-shadow: 0 3.2px 7.2px rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)
    }

    .toolbar-toggle .icon {
        color: #fff;
        font-size: 22px;
        margin: auto
    }

    .toolbar-toggle:focus {
        outline: none
    }

    .toolbar-toggle[aria-expanded="true"] {
        z-index: 9999
    }
}

@media only screen and (min-width: 901px) {
    .WorkMaintenanceToolbar {
        display: block;
        height: auto !important
    }
}

.GridsView {
    flex: 1;
    margin: 20px 0 20px
}

.GridsView .headerContainer {
    flex: 1;
    display: flex;
    flex-direction: row
}

.GridsView .headerContainer .headerSection {
    flex: 1;
    font-family: "montserratmedium", sans-serif;
    font-size: 16px;
    padding: 0 0 5px 10px;
    border-bottom: 3px solid #E5E5E5;
    cursor: pointer
}

.GridsView .headerContainer .headerSection.activeSection {
    border-bottom: 3px solid #666666;
    /*Primary Color*/
}

.AccordionContainer {
    flex: 1
}

.AccordionContainer .itemAccordion {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "montserratmedium", sans-serif;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer
}

.AccordionContainer .itemAccordion .icon {
    margin-right: 8px
}

.AccordionContainer .itemAccordion .icon.expanded {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.AccordionContainer .itemAccordion.activeItem {
    color: #666666;
    /*Primary Color*/
    border-bottom: none
}

.AccordionContainer .contentAccordion {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    padding: 0 0 15px
}

.AccordionContainer .contentAccordion .tableContainer {
    margin-bottom: 5px;
    margin-top: 5px
}

.searchResultsDiv {
    display: flex;
    margin-top: 30px;
    width: 100%;
    overflow: hidden
}

.searchResultsDiv .SearchResultsTable {
    display: flex;
    flex: 1;
    margin-bottom: 20px;
    flex-direction: column;
    overflow: hidden;
    width: 100%
}

.searchResultsDiv .SearchResultsTable .paginationDiv {
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between
}

.searchResultsDiv .SearchResultsTable .paginationDiv .showPerPageDiv {
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.searchResultsDiv .SearchResultsTable .paginationDiv .showPerPageDiv .resultsNumberDiv {
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    margin-right: 10px
}

.searchResultsDiv .SearchResultsTable .paginationDiv .showPerPageDiv .resultsPerPageSelect {
    margin: 0 5px 0 5px;
    height: 30px;
    width: auto
}

.searchResultsDiv .SearchResultsTable .paginationDiv .pageNumberDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap
}

.searchResultsDiv .SearchResultsTable .paginationDiv .pageNumberDiv .pageNumberButton {
    display: flex;
    border: 1px solid #666666;
    /*Primary Color*/
    color: #666666;
    /*Primary Color*/
    padding: 0 5px 0 5px;
    height: 30px;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    flex-direction: row
}

.searchResultsDiv .SearchResultsTable .paginationDiv .pageNumberDiv .pageNumberButton .pageNumberPrevIcon {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #666666;
    /*Primary Color*/
}

.searchResultsDiv .SearchResultsTable .paginationDiv .pageNumberDiv .pageNumberButton .pageNumberNextIcon {
    width: 14px;
    height: 14px;
    margin-left: 2px;
    fill: #666666;
    /*Primary Color*/
}

.searchResultsDiv .SearchResultsTable .paginationDiv .pageNumberDiv .pageNumberButton.disabled {
    color: #8e8d8d;
    border: 1px solid #8e8d8d
}

.searchResultsDiv .SearchResultsTable .paginationDiv .pageNumberDiv .inputDiv {
    margin: 0 12px 0 12px;
    height: 30px
}

.searchResultsDiv .SearchResultsTable .paginationDiv .pageNumberDiv .inputDiv .pageNumberInput {
    width: 40px;
    text-align: center;
    margin-right: 5px;
    height: 30px
}

@media only screen and (max-width: 600px) {
    .searchResultsDiv .SearchResultsTable .paginationDiv {
        flex-direction: column;
        align-items: flex-end
    }

    .searchResultsDiv .SearchResultsTable .paginationDiv .showPerPageDiv {
        margin: 0 0 5px 0
    }
}

@media only screen and (max-width: 920px) {
    .searchResultsDiv .SearchResultsTable .paginationDiv {
        display: block
    }

    .searchResultsDiv .SearchResultsTable .paginationDiv .showPerPageDiv {
        margin: 0 0 25px 0
    }

    .searchResultsDiv .SearchResultsTable .paginationDiv .showPerPageDiv .resultsPerPageSelect {
        margin: 0 5px 0 5px
    }

    .searchResultsDiv .SearchResultsTable .paginationDiv .pageNumberDiv .pageNumberButton {
        padding: 0 5px 0 5px
    }

    .searchResultsDiv .SearchResultsTable .paginationDiv .pageNumberDiv .inputDiv {
        margin: 0 6px 0 6px
    }

    .tableContainer .table {
        border-top: 1px solid #666666;
        /*Primary Color*/
        table-layout: fixed
    }

    .tableContainer .table .thead {
        display: none
    }

    .tableContainer .table .tbody,
    .tableContainer .table .th,
    .tableContainer .table .td,
    .tableContainer .table .tr,
    .tableContainer .table .trSelectable {
        display: block
    }

    .tableContainer .table tr {
        border-bottom: 1px solid #666666 !important;
        /*Primary Color*/
    }

    .tableContainer .table tr td {
        border-top: none;
        padding: 5px 0 5px 10px;
        max-width: 100% !important
    }

    .tableContainer .table tr td:before {
        content: attr(title);
        font-family: "montserratmedium", sans-serif
    }
}

.tableContainer {
    min-width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 20px;
    margin-bottom: 20px
}

.tableContainer .table {
    background: white;
    font-size: 13px;
    width: 100%
}

.tableContainer .table .thead {
    border-bottom: 1px solid #666666 !important;
    /*Primary Color*/
}

.tableContainer .table .thead tr {
    border-bottom: none
}

.tableContainer .table .thead tr td {
    border-top: none !important
}

.tableContainer .table .thead tr td .headerCell {
    display: flex;
    font-family: "montserratmedium", sans-serif;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: center
}

.tableContainer .table .thead tr td .headerCell.headerCellSortable:hover {
    cursor: pointer
}

.tableContainer .table .thead tr td .headerCell.headerCellSortable:hover img.sortIcon {
    visibility: visible
}

.tableContainer .table .thead tr td .headerCell.headerCellSortable img.sortIcon {
    height: 15px;
    width: 20px
}

.tableContainer .table .tr {
    border-bottom: 1px solid #e5e5e5
}

.tableContainer .table .tr .td {
    padding: 12px 10px;
    border-top: none !important
}

.tableContainer .table .tr .td .tableCell {
    position: relative
}

.tableContainer .table .tr .td .tableCell .arrowIconDiv {
    display: flex;
    padding: 0 18px 0 0;
    flex-direction: row;
    align-items: normal;
    position: relative
}

.tableContainer .table .tr .td .tableCell .arrowIconDiv .externalIcon {
    font-size: 18px;
    height: 14px;
    width: 14px;
    right: 0;
    margin-left: 5px;
    position: absolute;
    cursor: pointer
}

.tableContainer .table .tr .td .tableCell .arrowIcon {
    height: 12px;
    width: 12px;
    margin-right: 5px
}

.tableContainer .table .tr .td .tableCell .arrowIconExpanded {
    height: 12px;
    width: 12px;
    margin-right: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tableContainer .table .tr .td .tableCell .arrowIconExpanded:hover,
.tableContainer .table .tr .td .tableCell .arrowIcon:hover {
    cursor: pointer
}

.tableContainer .table .tr .td .tableCell .multipleTitlesDiv {
    display: flex;
    flex-direction: column
}

.tableContainer .table .tr .td .tableCell[title="Remove"] {
    margin-top: 6px
}

.tableContainer .table .tr .td .tableCell .icon {
    font-size: 16px;
    margin: 0 8px 0 0
}

.tableContainer .table .tr .td .tableCell .icon.iconRight {
    margin: 0 0 0 8px !important
}

.tableContainer .table .tr .td .tableCell select,
.tableContainer .table .tr .td .tableCell input {
    width: 100%
}

.tableContainer .table .tr .td .tableCell.statusCompleted {
    color: #008f59;
    display: flex;
    align-items: center
}

.tableContainer .table .tr .td .tableCell.statusInprogress {
    color: #da4127;
    display: flex;
    align-items: center
}

.tableContainer .table .tr .td .tableCell.statusError {
    color: #ff6070;
    display: flex;
    align-items: center
}

.tableContainer .table .tr .td .tableCell.hasCode {
    display: flex;
    flex-direction: row;
    align-items: normal;
    position: relative
}

.tableContainer .table .tr .td .tableCell.hasCode .icon {
    align-self: center;
    color: #666666;
    /*Primary Color*/
    cursor: pointer;
    font-size: 15px;
    height: auto;
    width: 24px;
    right: 2px;
    margin: 0;
    position: absolute;
    top: 2px;
    background: white;
    padding: 2px;
    text-align: center
}

.tableContainer .table .tr .td .tableCell.hasCode code {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.tableContainer .table .tr .td .tableCell .btn {
    line-height: normal
}

.tableContainer .table .tr .td .tableCell .button.btn-defaultPrimary {
    margin-top: 0 !important
}

.tableContainer .table .tr .td .tableCell.mandatory::after {
    content: "*";
    color: #cd0303;
    margin-left: 2px;
    font-weight: 600;
    position: absolute
}

.tableContainer .table .tr .td .tableCell i {
    font-size: 16px
}

.tableContainer .table .tr .td .tableCell.hasIcon {
    display: flex;
    padding: 0 18px 0 0;
    flex-direction: row;
    align-items: normal;
    position: relative
}

.tableContainer .table .tr .td .tableCell.hasIcon .icon {
    align-self: center;
    cursor: pointer;
    font-size: 18px;
    height: auto;
    width: 14px;
    right: 0;
    margin: 0 0 0 5px;
    position: absolute
}

.tableContainer .table .tr .td .tableCell[title="Remove"] {
    margin-top: 6px
}

.tableContainer .table .tr .td[aria-expanded="true"] .tableCell .btn-defaultSecondary {
    background: #3d3d3d !important;
    color: #fff !important
}

.tableContainer .table .tr .td.extraWide input[type="text"] {
    min-width: 230px !important;
    max-width: 270px !important
}

.tableContainer .table .tr:hover {
    background-color: #f5f5f5
}

.tableContainer .table .tr.selectedRow {
    background-color: #f5f5f5
}

.tableContainer .table.theadLeft tr {
    border: none
}

.tableContainer .table.theadLeft tr td {
    border-width: 0 1px 0 0;
    border-color: #666666;
    /*Primary Color*/
    border-style: solid
}

.tableContainer .table.theadLeft tr td.headerCell {
    background-color: #666666;
    /*Primary Color*/
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: "montserratmedium", sans-serif
}

.tableContainer .table.theadLeft tr td:last-child {
    border: none
}

.tableContainer .table.contributorsTable tbody tr td:nth-of-type(1) .tableCell {
    margin-top: 12px
}

.tableContainer .table.contributorsTable tbody tr td:nth-of-type(4) .tableCell input[type="text"] {
    min-width: 270px
}

.tableContainer .table.contributorsTable tbody tr td .tableCell input[type="text"],
.tableContainer .table.contributorsTable tbody tr td .tableCell select {
    min-width: 80px;
    max-width: 120px
}

.tableContainer .table.contributorsTable tbody tr td .tableCell i {
    font-size: 16px
}

.tableContainer .table.contributorsTable tbody tr td .tableCell.hasIcon {
    display: flex;
    padding: 0 18px 0 0;
    flex-direction: row;
    align-items: normal;
    position: relative
}

.tableContainer .table.contributorsTable tbody tr td .tableCell.hasIcon .icon {
    align-self: center;
    cursor: pointer;
    font-size: 18px;
    height: auto;
    width: 14px;
    right: 0;
    margin: 0 0 0 5px;
    position: absolute
}

.tableContainer .table.contributorsTable tbody tr td .tableCell[title="Remove"] {
    margin-top: 6px
}

.tableContainer .table.jobsGrid tbody tr td .tableCell {
    max-width: 100% !important
}

.tableContainer .hiddenCollapsibleRow {
    background-color: #f5f5f5;
    padding: 0
}

.tableContainer .hiddenCollapsibleRow .collapse,
.tableContainer .hiddenCollapsibleRow .collapsing {
    padding: 0 15px;
    border-bottom: 1px solid #e5e5e5;
    opacity: 0;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear
}

.tableContainer .hiddenCollapsibleRow .collapse .table,
.tableContainer .hiddenCollapsibleRow .collapsing .table {
    background: transparent;
    margin-bottom: 0
}

.tableContainer .hiddenCollapsibleRow .collapse .table .tr:last-child,
.tableContainer .hiddenCollapsibleRow .collapsing .table .tr:last-child {
    border-bottom: none
}

.tableContainer .hiddenCollapsibleRow .collapse.in,
.tableContainer .hiddenCollapsibleRow .collapsing.in {
    padding: 10px 15px;
    opacity: 1
}

@media only screen and (max-width: 920px) {
    .tableContainer .table tr td .tableCell {
        max-width: 100% !important;
        padding-left: 0;
        width: 100%
    }

    .tableContainer .table tr td .tableCell .arrowIconDiv .workTitle {
        overflow: visible;
        white-space: normal
    }

    .tableContainer .table tr .hiddenCollapsibleRow {
        padding: 0
    }

    .tableContainer .table tr .hiddenCollapsibleRow .collapse .table,
    .tableContainer .table tr .hiddenCollapsibleRow .collapsing .table {
        border-top: none !important
    }

    .tableContainer .table tr .hiddenCollapsibleRow .collapse .table .tr:last-child,
    .tableContainer .table tr .hiddenCollapsibleRow .collapsing .table .tr:last-child {
        border-bottom: none !important
    }

    .tableContainer .table.contributorsTable tbody tr td:nth-of-type(1) {
        position: relative;
        width: 100%
    }

    .tableContainer .table.contributorsTable tbody tr td:nth-of-type(2) {
        position: relative;
        width: 100%;
        left: 0
    }

    .tableContainer .table.contributorsTable tbody tr td:nth-of-type(3) {
        position: relative;
        left: 0
    }

    .tableContainer .table.contributorsTable tbody tr td:nth-of-type(6) .tableCell input[type="text"] {
        width: 100%
    }

    .tableContainer .table.contributorsTable tbody tr td .tableCell input[type="text"],
    .tableContainer .table.contributorsTable tbody tr td .tableCell select {
        max-width: 100%
    }

    .tableContainer .table.theadLeft tr {
        border: none
    }

    .tableContainer .table.theadLeft tr td {
        border-width: 0 1px 0 1px
    }

    .tableContainer .table.theadLeft tr td:last-child {
        border-width: 0 1px 0 1px;
        border-color: #666666;
        /*Primary Color*/
        border-style: solid
    }

    .tableContainer .table .hideSmallScreen {
        display: none
    }
}

.buttonsCarouselView {
    margin: 1.5rem 0
}

.buttonsCarouselView .CarouselContainer .carouselButton {
    border-width: 1px 1px 1px 0;
    border-color: #666666;
    /*Primary Color*/
    border-style: solid;
    cursor: pointer;
    padding: 8px 7px;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.buttonsCarouselView .CarouselContainer:first-of-type {
    border-left: 1px solid #666666;
    /*Primary Color*/
}

.buttonsCarouselView .CarouselContainer .activeItem {
    background-color: #666666;
    /*Primary Color*/
    color: #fff
}

.Panel {
    width: auto;
    overflow: hidden auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.22) 0px 25.6px 57.6px 0px, rgba(0, 0, 0, 0.18) 0px 4.8px 14.4px 0px;
    pointer-events: auto;
    position: absolute;
    flex-direction: column;
    display: flex;
    height: 100%;
    right: 0;
    left: 428px;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    transform: translate(100%, 0%)
}

.Panel.LookUp {
    display: none
}

.Panel.LookUp.in {
    display: block
}

.Panel.formBox {
    border-radius: 0
}

.modal.in .Panel {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media only screen and (max-width: 1280px) {
    .Panel {
        left: 228px
    }
}

@media only screen and (max-width: 1024px) {
    .Panel {
        left: 114px
    }
}

@media only screen and (max-width: 768px) {
    .Panel {
        left: 48px;
        width: auto
    }
}


/* CUSTOM ##################################################### */

/* Buttons ------------------------------- */
.btn.btn-primary {
    width: 200px;
    background: #2e6bcd;
    background: linear-gradient(135deg, #2e6bcd 12%, #5e2eab);
    color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e6bcd",endColorstr="#5e2eab",GradientType=1);
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn.btn-primary:hover {
    background: #2e6bcd;
    background: linear-gradient(135deg, #5e2eab 12%, #2e6bcd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="##5e2eab",endColorstr="#2e6bcd",GradientType=1);
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .button-container {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
  }
  .button-container button {
    width: 300px;
  }
  .button-container .decline {
    background-color: #FFFFFF !important;
    color: #666666 !important;
    border: 1px solid #666666 !important;
  }
  .button-container .decline:hover {
    background-color: #2e6bcd !important;
    color: #FFFFFF !important;
    border: 1px solid #2e6bcd !important;
  }
  .button-container .accept {
    background: #2e6bcd !important;
    background: linear-gradient(135deg, #2e6bcd 12%, #5e2eab) !important;
    color: #FFFFFF !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e6bcd",endColorstr="#5e2eab",GradientType=1) !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
  }
  .button-container .accept:hover {
    background: #2e6bcd !important;
    background: linear-gradient(135deg, #5e2eab 12%, #2e6bcd) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="##5e2eab",endColorstr="#2e6bcd",GradientType=1) !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
  }

/* Typography -------------------------------------- */
h1 {
    color: #232F84;
  }
  h3 {
    color: #232F84;
    font-weight: 600;
  }

  /* secondary*/
.page-heading .page-header {
    margin: 25px 0 20px !important;
    padding-bottom: 0 !important;
    border-bottom: 2px solid #E4002B !important;
  }

  .field-label {
    font-weight: 600;
  }

  /* Components -----------------------------------------*/
input[type=text], input[type=date], input[type=time], input[type=number], input[type=email], input[type=password], input[type=url], textarea, select {
    background: #fff;
    border: 1px solid #e5e5e5 !important;
    border-radius: 0;
    box-shadow: none !important;
    height: 38px;
    padding: 8px;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 6px;
  }

  #mainContent {
    overflow: hidden; /* Garante que nada dentro do mainContent extrapole seus limites */
  }
  
  .control select {
    width: 100%; /* Ajusta a largura do select para ocupar 100% do container */
    max-width: 100%; /* Define uma largura máxima para o select */
    white-space: normal; /* Permite que o texto das opções quebre em várias linhas */
    overflow: hidden; /* Esconde o texto que ultrapassa os limites do campo */
    text-overflow: ellipsis; /* Adiciona "..." ao final do texto que ultrapassa os limites */
    display: block; /* Garante que o select seja exibido como um bloco */
    word-wrap: break-word; /* Permite que o texto quebre em várias linhas */
  }

  .bdRed{
    border: 1px solid red !important;
    padding: 5px!important;
  }

  select option{
    border: 2px solid lightgreen !important;
    padding: 5px!important;
  }

  .crmEntityFormView .actions {
    display: flex;
    justify-content: flex-end;
  }

  .col-sm-6.clearfix {
    display: flex;
    justify-content: flex-end;
  }