/* Document Styles */
html {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
body {
    background-color: #fff;
    padding-top: 50px;
    color: #727272;
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 23px;
    padding-right: 0 !important;
}

.with-banner {
    height: 3.5rem;
}
.banner {
    display: flex;
    position: relative;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    height: 3.5rem;
}

.lobibox-notify-wrapper {
    z-index: 10000;
}

.lobibox-notify-wrapper.top {
    top: 35px;
}

/* Headings */
h2.heading {
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 200;
    font-style: normal;
}
h2 strong {
    font-weight: 600;
}
h4.heading {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
}

/* Paragraphs */
p.general {
    line-height: normal;
    margin: 0px;
    padding: 0px;
}
p.small {
    font-size: 13px;
}
p.medium {
    font-size: 17px;
}
p.large {
    font-size: 25px;
}
p.expressive {
    font-size: 20px;
    font-weight: 100;
    margin: 20px 80px;
    line-height: 140%;
}
p.margined {
    margin: 5px 30px 15px;
}
p.no-margin {
    margin-bottom: 0;
}
p.small-margin {
    margin: 10px 5px 10px;
}
p.margin-top {
    margin-top: 15px;
}
p.margin-bottom {
    margin-bottom: 15px;
}
p.page-description {
    margin: 30px 0px 30px 20px;
    font-size: 17px;
    color: #141414;
}
p.strong {
    font-weight: 600;
}
p.light {
    color: #aaa;
}
p.italic {
    font-style: italic;
}

/* Divs */
div.disclaimer {
    margin: 5px 25px;
    color: #909090;
}
div.disclaimer span {
    font-size: 13px;
    font-weight: 600;
}
div.disclaimer p {
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
}
div.share-this-container {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
div.share-this-container span {
    height: 22px !important;
}
div.align-center {
    text-align: center;
}
div.align-left {
    text-align: left;
}
div.align-right {
    text-align: right;
}
div.captcha-center {
    width: 304px;
    margin: 0 auto;
}
div.dialog-centered {
    max-width: 600px;
    margin: 20px auto 20px;
}

/* Links */
.small-link {
    font-size: 14px;
    text-decoration: none;
}
.very-small-link {
    font-size: 10px;
    text-decoration: none;
}
a.delete {
    color: #cc0033 !important;
}

/* Position helpers */
.position-relative {
    position: relative;
}

/* Navbar */
.navbar {
    margin-bottom: 0;
}
.navbar-default.blue .navbar-nav li a {
    color: #454545 !important;
    font-size: 1.15em;
}
/*.navbar-default.blue .navbar-nav li a {color: #3A76A6 !important;}*/
.navbar-brand {
    padding: 10px 10px;
}
.navbar-brand img {
    width: auto;
    height: 100%;
    padding: 0;
}

/* Sidebar */
.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar li a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar .active a,
.nav-sidebar .active a:hover,
.nav-sidebar .active a:focus {
    color: #fff;
    background-color: #428bca;
}

/* Modals */
.modal-dialog.simple {
    max-width: 400px;
    margin: 100px auto;
}

/* Pop List Input*/
.pop-list-container {
    width: 90%;
    margin: 13px auto;
    display: flex;
    justify-content: space-between;
}

.pop-list {
    border: solid #000 2px;
    max-height: 400px;
    overflow-y: scroll;
}

.pop-list-item {
    padding: 5px 8px;
    border-bottom: solid #ccc 1px;
    font-weight: normal;
    display: block;
    cursor: pointer;
}

.pop-list-item:hover {
    background: #eee;
}

.empty-poplist {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-buttons.standard {
    float: right;
}

.clear {
    clear: both;
}

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-pill {
    border-radius: 2rem;
    margin-left: 5px;
    align-self: center;
    background: #fff;
    border: 1px solid #337ab7;
    color: #337ab7;
    white-space: nowrap;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: 600;
}

.status-pill--inactive {
    background: #6885ee;
    border-color: #6885ee;
    color: #fff;
}

.status-pill--not-implemented {
    background: #cd5777;
    border-color: #cd5777;
    color: #fff;
}

.status-pill--implemented {
    background: #0088cc;
    border-color: #0088cc;
    color: #fff;
}

/* Page Header & Footer */
/*.page-header {margin-top: 10px;}*/
.page-header.no-margin {
    margin-top: 0px;
}
.page-title {
    color: #fff;
    padding: 10px 10px;
    background-image: url(https://rckms.sandbox2.aimsplatform.org/images/header-bg-light-3.png);
    background-repeat: repeat;
    background-position: left top;
}
.page-title h5 {
    margin-top: 16px;
}
.page-footer {
    background-color: #061117;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 100px;
}
/*.page-footer {background-color: #3cabe7; color: #2B2B2B; padding-top: 25px; padding-bottom: 25px; margin-top: 100px;}*/
/*.page-footer {background-color: #417CA8; color: #2B2B2B; padding-top: 25px; padding-bottom: 25px; margin-top: 100px;}*/
/*.page-footer {background-color: #50A6FD; color: #242424; padding-top: 25px; padding-bottom: 25px; margin-top: 100px;}*/
.page-footer a {
    color: #fff;
}
.page-sub-footer {
    color: #999;
    background-color: #303030;
    padding-top: 10px;
    padding-bottom: 10px;
}
#page {
    overflow-x: hidden;
}

/* Forecolors */
.white {
    color: #fff !important;
}
.black {
    color: #000 !important;
}
.grey {
    color: #dcdcdc !important;
}
.red {
    color: #cc0033 !important;
}
.blue {
    color: #3085d6 !important;
}
.yellow {
    color: #ffc20a !important;
}
.orange {
    color: #e8b210 !important;
}
.green {
    color: #04846d !important;
}
.purple {
    color: #ba3d66 !important;
}
.light-grey {
    color: #eee !important;
}
.light-blue {
    color: #4775ff !important;
}
.light-green {
    color: #0cd72f;
}

/* Background Colors */
.bg-white {
    background-color: #fff !important;
}
.bg-black {
    background-color: #000 !important;
}
.bg-grey {
    background-color: #dcdcdc !important;
}
.bg-red {
    background-color: #cc0033 !important;
}
.bg-blue {
    background-color: #3085d6 !important;
}
.bg-yellow {
    background-color: #ffc20a !important;
}
.bg-orange {
    background-color: #e8b210 !important;
}
.bg-burnt-orange {
    background-color: #c44d0e !important;
}
.bg-green {
    background-color: #04846d !important;
}
.bg-purple {
    background-color: #ba3d66 !important;
}
.bg-light-grey {
    background-color: #eee !important;
}
.bg-light-blue {
    background-color: #4775ff !important;
}
.bg-light-green {
    background-color: #0cd72f;
}
.rckms_menu_bg {
    background-color: #68a3cf;
}

/* Gradients */
/*.gradient-blue {background: #357bbd; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1N2JiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTU3OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #357bbd 0%, #21579e 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#357bbd), color-stop(100%,#21579e)); background: -webkit-linear-gradient(top, #357bbd 0%,#21579e 100%); background: -o-linear-gradient(top, #357bbd 0%,#21579e 100%); background: -ms-linear-gradient(top, #357bbd 0%,#21579e 100%); background: linear-gradient(to bottom, #357bbd 0%,#21579e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357bbd', endColorstr='#21579e',GradientType=0 );}*/
/*.gradient-trans {background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%);  FF3.6+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0)));  Chrome,Safari4+  background: -webkit-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);  Chrome10+,Safari5.1+  background: -o-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);  Opera 11.10+  background: -ms-linear-gradient(top, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);  IE10+  background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%);  W3C  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#00ffffff',GradientType=0 );  IE6-8 }*/
/*.gradient-orange {background: #dd8d00; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkOGQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNzc0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #dd8d00 0%, #b77400 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd8d00), color-stop(100%,#b77400)); background: -webkit-linear-gradient(top, #dd8d00 0%,#b77400 100%); background: -o-linear-gradient(top, #dd8d00 0%,#b77400 100%); background: -ms-linear-gradient(top, #dd8d00 0%,#b77400 100%); background: linear-gradient(to bottom, #dd8d00 0%,#b77400 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd8d00', endColorstr='#b77400',GradientType=0 );}*/

/* Animations */
.transition-fast {
    -webkit-transition-duration: 50ms;
    -moz-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    transition-duration: 50ms;
}
.transition-slow {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.transition-fast * {
    -webkit-transition-duration: 50ms;
    -moz-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    transition-duration: 50ms;
}
.transition-slow * {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* Borders */
.border-all-none {
    border: 0 none !important;
}
.border-all-light {
    border: 1px solid #eee;
}
.border-left-light {
    border-left: 1px solid #eee;
}
.border-right-light {
    border-right: 1px solid #eee;
}
.border-top-light {
    border-top: 1px solid #eee;
}
.border-bottom-light {
    border-bottom: 1px solid #eee;
}
.border-all-medium {
    border: 1px solid #ccc;
}
.border-left-medium {
    border-left: 1px solid #ccc;
}
.border-right-medium {
    border-right: 1px solid #ccc;
}
.border-top-medium {
    border-top: 1px solid #ccc;
}
.border-bottom-medium {
    border-bottom: 1px solid #ccc;
}
.border-all-dark {
    border: 1px solid #aaa;
}
.border-left-dark {
    border-left: 1px solid #aaa;
}
.border-right-dark {
    border-right: 1px solid #aaa;
}
.border-top-dark {
    border-top: 1px solid #aaa;
}
.border-bottom-dark {
    border-bottom: 1px solid #aaa;
}
.border-box-shadow {
    -webkit-box-shadow: 0px 0px 21px -3px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 21px -3px rgba(0, 0, 0, 0.6);
}

/* Border Corners */
.rounded-corners-all-small {
    border-radius: 8px;
}
.rounded-corners-top-left-small {
    border-top-left-radius: 8px;
}
.rounded-corners-top-right-small {
    border-top-right-radius: 8px;
}
.rounded-corners-bottom-left-small {
    border-bottom-left-radius: 8px;
}
.rounded-corners-bottom-right-small {
    border-bottom-right-radius: 8px;
}

/* Separators */
.separator {
    height: 2px;
    width: 80px;
    position: relative;
    display: block;
    margin: 10px auto 20px auto;
}
.separator.blue {
    background-color: #3783a5;
}
hr {
    color: #ddd;
    border: 0px;
    background-color: #ddd;
    height: 2px;
}

/* Padding & Margins */
.clearLeft {
    clear: left;
}
.padField {
    line-height: 37px;
}
.smallPadding {
    padding: 4px 2px;
}

.padding-all {
    padding: 10px 10px !important;
}
.padding-none {
    padding: 0 0 !important;
}
.padding-all-small {
    padding: 5px 5px !important;
}
.padding-all-medium {
    padding: 15px 15px !important;
}
.padding-all-large {
    padding: 20px 20px !important;
}
.padding-all-xlarge {
    padding: 30px 30px !important;
}

.padding-left {
    padding-left: 10px !important;
}
.padding-left-none {
    padding-left: 0 !important;
}
.padding-left-small {
    padding-left: 5px !important;
}
.padding-left-medium {
    padding-left: 15px !important;
}
.padding-left-large {
    padding-left: 20px !important;
}
.padding-left-xlarge {
    padding-left: 30px !important;
}

.padding-right {
    padding-right: 10px !important;
}
.padding-right-none {
    padding-right: 0 !important;
}
.padding-right-small {
    padding-right: 5px !important;
}
.padding-right-medium {
    padding-right: 15px !important;
}
.padding-right-large {
    padding-right: 20px !important;
}
.padding-right-xlarge {
    padding-right: 30px !important;
}

.padding-top {
    padding-top: 10px !important;
}
.padding-top-none {
    padding-top: 0 !important;
}
.padding-top-small {
    padding-top: 5px !important;
}
.padding-top-medium {
    padding-bottom: 15px !important;
}
.padding-top-large {
    padding-top: 20px !important;
}
.padding-top-xlarge {
    padding-top: 30px !important;
}

.padding-bottom {
    padding-bottom: 10px !important;
}
.padding-bottom-none {
    padding-bottom: 0 !important;
}
.padding-bottom-small {
    padding-bottom: 5px !important;
}
.padding-bottom-medium {
    padding-bottom: 15px !important;
}
.padding-bottom-large {
    padding-bottom: 20px !important;
}
.padding-bottom-xlarge {
    padding-bottom: 30px !important;
}

.margin-all {
    margin: 10px 10px !important;
}
.margin-all-none {
    margin: 0 0 !important;
}
.margin-all-xsmall {
    margin: 2px !important;
}
.margin-all-small {
    margin: 5px !important;
}
.margin-all-medium {
    margin: 15px !important;
}
.margin-all-large {
    margin: 20px 20px !important;
}
.margin-all-xlarge {
    margin: 30px 30px !important;
}

.margin-left {
    margin-left: 10px !important;
}
.margin-left-none {
    margin-left: 0 !important;
}
.margin-left-xsmall {
    margin-left: 2px !important;
}
.margin-left-small {
    margin-left: 5px !important;
}
.margin-left-medium {
    margin-left: 15px !important;
}
.margin-left-large {
    margin-left: 20px !important;
}
.margin-left-xlarge {
    margin-left: 30px !important;
}
.margin-left-list-indent {
    margin-left: 17px !important;
}

.margin-right {
    margin-right: 10px !important;
}
.margin-right-none {
    margin-right: 0 !important;
}
.margin-right-xsmall {
    margin-right: 2px !important;
}
.margin-right-small {
    margin-right: 5px !important;
}
.margin-right-medium {
    margin-right: 15px !important;
}
.margin-right-large {
    margin-right: 20px !important;
}
.margin-right-xlarge {
    margin-right: 30px !important;
}

.margin-top {
    margin-top: 10px !important;
}
.margin-top-none {
    margin-top: 0 !important;
}
.margin-top-xsmall {
    margin-top: 2px !important;
}
.margin-top-small {
    margin-top: 5px !important;
}
.margin-top-small-medium {
    margin-top: 8px !important;
}
.margin-top-medium {
    margin-top: 15px !important;
}
.margin-top-large {
    margin-top: 20px !important;
}
.margin-top-xlarge {
    margin-top: 30px !important;
}

.margin-bottom {
    margin-bottom: 10px !important;
}
.margin-bottom-none {
    margin-bottom: 0 !important;
}
.margin-bottom-xsmall {
    margin-bottom: 2px !important;
}
.margin-bottom-small {
    margin-bottom: 5px !important;
}
.margin-bottom-medium {
    margin-bottom: 15px !important;
}
.margin-bottom-large {
    margin-bottom: 20px !important;
}
.margin-bottom-xlarge {
    margin-bottom: 30px !important;
}

/* Widths and Heights */
.min-height-small {
    min-height: 100px !important;
}
.min-height-medium {
    min-height: 300px !important;
}
.min-height-large {
    min-height: 500px !important;
}
.max-height-small {
    max-height: 100px !important;
}
.max-height-medium {
    max-height: 300px !important;
}
.max-height-large {
    max-height: 500px !important;
}
.min-width-small {
    min-width: 100px !important;
}
.min-width-medium {
    min-width: 300px !important;
}
.min-width-large {
    min-width: 500px !important;
}
.max-width-small {
    max-width: 100px !important;
}
.max-width-medium {
    max-width: 300px !important;
}
.max-width-large {
    max-width: 500px !important;
}

/* Explicit Fonts */
.openSans {
    font-family: 'Open Sans' !important;
}
.arial {
    font-family: Arial, Sans-Serif !important;
}

/* Font Spacing */
.spacing-medium {
    letter-spacing: 0.5px !important;
}
.spacing-large {
    letter-spacing: 1px !important;
}
.spacing-xlarge {
    letter-spacing: 1.5px !important;
}
.spacing-xxlarge {
    letter-spacing: 3px !important;
}
.spacing-xxxlarge {
    letter-spacing: 5px !important;
}

/* Font Sizes */
.font-xsmall {
    font-size: 10px !important;
}
.font-small {
    font-size: 13px !important;
}
.font-medium {
    font-size: 15px !important;
}
.font-large {
    font-size: 20px !important;
}
.font-xlarge {
    font-size: 23px !important;
}
.font-xxlarge {
    font-size: 27px !important;
}
.font-xxxlarge {
    font-size: 36px !important;
}
.font-xxxxlarge {
    font-size: 50px !important;
}

/* Text Transformations */
.strong {
    font-weight: 600;
}
.unstyled {
    font-weight: 200;
    text-decoration: none;
}
.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase !important;
}
.lowercase {
    text-transform: lowercase !important;
}
.small-caps {
    font-variant: small-caps !important;
}
.monospace {
    font-family: monospace !important;
}
.condensed {
    letter-spacing: -1px !important;
}
.text-shadow-light {
    text-shadow: 0 1px 1px #fff;
}
.text-shadow-dark {
    text-shadow: 0 2px 1px #747373;
}
.subscript {
    vertical-align: sub;
    font-size: 75%;
    line-height: 0.75;
}
.superscript {
    vertical-align: super;
    font-size: 75%;
    line-height: 0.75;
}

/* Input Placeholders */
.placeholder-blue::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #3085d6;
}
.placeholder-blue:-moz-placeholder,
textarea:-moz-placeholder {
    color: #3085d6;
}
.placeholder-blue::-moz-placeholder,
textarea::-moz-placeholder {
    color: #3085d6;
}
.placeholder-blue:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #3085d6;
}

/* Default Placeholders */
::-webkit-input-placeholder {
    color: #aaa;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
}
:-ms-input-placeholder {
    color: #aaa;
}

/* Line Heights */
.line-height-normal {
    line-height: 35px !important;
}

/* Block Positions */
.float-right {
    float: right !important;
    margin-left: 10px;
}
.float-left {
    float: left !important;
    margin-right: 10px;
}
.inline {
    display: inline;
}
.block {
    display: block;
}
.center {
    margin: 0 auto;
}
.absolute {
    position: absolute !important;
    z-index: 1000;
}
.absolute.left-xsmall {
    left: 2px;
}
.absolute.left-small {
    left: 4px;
}
.absolute.top-small {
    top: 4px;
}
.absolute.top-medium {
    top: 6px;
}

/* Visibility */
.read-more {
    max-height: 215px;
    overflow: hidden;
}
.read-more.active {
    max-height: none;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.overlay-wrapper {
    position: relative;
    width: 100%;
}
.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 100px;
    z-index: 10;
    opacity: 0;
}
.overlay-text:hover {
    opacity: 1;
}
.zindex-front {
    z-index: 99999;
}
.zindex-back {
    z-index: 1;
}
.overflow-scroll-vertical {
    overflow-y: scroll;
}
.print-only {
    display: none;
}

/* Hovering */
li.hover:hover {
    background-color: #2ba6e0;
}
li.hover:hover p {
    color: #fff !important;
}
.cursor-pointer:hover {
    cursor: pointer;
}

/* Special Effects */
.opacity-light {
    opacity: 0.25;
}
.opacity-medium {
    opacity: 0.5;
}
.opacity-medium-dark {
    opacity: 0.8;
}
.opacity-dark {
    opacity: 0.9;
}
.opacity-none {
    opacity: 1 !important;
}

/* Miscellaneous */
.scroll-up {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    text-indent: -9999px;
    background: url(https://rckms.sandbox2.aimsplatform.org/images/scroll-top-arrow.png) no-repeat left top;
    z-index: 999;
}
.notification {
    position: fixed;
    bottom: 3px;
    left: 10px;
    padding: 10px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    width: auto;
    z-index: 999999;
}
.announcements {
    display: none;
    font-family: Arial, Sans-Serif;
    color: #ffc34c;
    font-size: 13px;
    line-height: normal;
    padding: 4px 0px;
    border-bottom: 1px solid #a9d0ee;
}

/* Alerts */
.system-alert {
    position: fixed;
    width: 100%;
    z-index: 1025;
}

/* Animations */
#loading-indicator {
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 2000;
    opacity: 0.6;
    filter: alpha(opacity=30);
    top: 0;
}
#loading-indicator div {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3085d6;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    width: 50px;
    height: 50px;
    top: 30%;
    left: 48%;
    position: fixed;
}

/* Icons */
.navbar .glyphicon {
    margin-right: 10px;
}
.caret {
    margin-left: 5px;
}
.icon.xsmall {
    font-size: 13px;
}
.icon.small {
    font-size: 23px;
}
.icon.medium {
    font-size: 36px;
}
.icon.large {
    font-size: 48px;
}
.icon.xlarge {
    font-size: 72px;
}
.icon.rounded.small {
    padding: 10px;
    font-size: 1em;
    border-radius: 50%;
}
.icon.rounded.medium {
    padding: 20px;
    font-size: 2.5em;
    border-radius: 50%;
}
.icon.rounded.large {
    padding: 30px;
    font-size: 5em;
    border-radius: 50%;
}
.glyphicon {
    font-size: 20px;
}
/* Images */
.image-thumbnail {
    width: 100px !important;
    height: auto !important;
}
.image-small {
    width: 25% !important;
    height: auto !important;
}
.image-medium {
    width: 50% !important;
    height: auto !important;
}
.image-large {
    width: 75% !important;
    height: auto !important;
}
.image-full {
    width: 100% !important;
    height: auto !important;
}
.image-circular {
    height: 105px;
    width: 105px;
    border-radius: 70px;
    border: 1px solid #e9e9e9;
}
.image-zoom {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    z-index: 999;
}
.image-zoom-transition {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}
.image-zoom-transition-large {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
}
.image-custom-background {
    height: 427px;
    background-repeat: no-repeat;
    background-image: url('https://rckms.sandbox2.aimsplatform.org/images/landing-background.png');
}
.image-border {
    border: 3px solid;
}
.image-border.white {
    border-color: #fff;
}
.image-border.grey {
    border-color: #ddd;
}
.image-border.red {
    border-color: red;
}
.image-faded {
    opacity: 0.25;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}
.image-faded:hover {
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}
.image-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Containers */
.container.top-margin {
    margin-top: 25px;
}

/* Rows */
.row {
    margin-bottom: 20px;
}
.row.no-margin {
    margin-bottom: 0;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^='col-'],
.row.no-gutters > [class*=' col-'] {
    padding-right: 0;
    padding-left: 0;
}

/* Forms */
.form-control.margined {
    margin-bottom: 10px;
}
.form-group.no-margin {
    margin-bottom: 0;
}
.form-group.has-success .no-success-help-block .help-block {
    display: none;
    color: #cc0033 !important;
}
.form-group .no-success-help-block .help-block {
    /* color: #a94442 !important; */
    color: #cc0033 !important;
}
.form-group.has-error + .help-block {
    color: #cc0033 !important;
}
.form-group-row {
    position: relative;
}
.well.no-margin {
    margin-bottom: 0;
}

.input-group.date .glyphicon-calendar {
    font-size: 17px;
}
.form-control__input-button-group__inner li {
    vertical-align: middle;
}
.date-input-width {
    width: 9rem;
}

/* Carousel */
.carousel {
    height: 500px;
    margin-bottom: 60px;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 20px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}
.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
.carousel-indicators {
    bottom: -50px;
}
.carousel-indicators li {
    border: 1px solid #ccc;
}
.carousel-indicators li.active {
    background-color: #ddd;
}

/* Video Container */
.video-container img {
    width: 90%;
}
.vimeo-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.vimeo-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Google Maps */
.google-maps {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Date Box */
div.dateBox {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    text-align: center;
    width: 50px;
    padding: 3px;
}
div.dateBox span {
    display: block;
    padding: 1px 0px;
    text-transform: uppercase;
}
div.dateBox span.month {
    font-size: 13px;
}
div.dateBox span.day {
    font-size: 25px;
}
div.dateBox span.year {
    font-size: 13px;
}
div.dateBox.small {
    width: 37px;
    margin-right: 8px;
}
div.dateBox.small span.month {
    font-size: 12px;
}
div.dateBox.small span.day {
    font-size: 19px;
}
div.dateBox.small span.year {
    font-size: 12px;
}

/* Tabs */
.tab-content {
    padding: 15px 15px;
}

/* Sidebar */
.tabs.sideBar {
    margin-bottom: 10px;
}
.tabs.sideBar ul.tab-nav {
    margin-top: 6px;
}
.tabs.sideBar ul.tab-nav li a {
    text-align: center;
}
.tabs.sideBar ul.tab-nav li.active a {
    text-shadow: none;
}
.tabs.sideBar ul.tab-nav li {
    width: 90px;
    margin: 0px;
}
.tabs.sideBar ul.tab-nav li a {
    padding: 0px;
}
.tabs.sideBar ul.tab-nav li a i {
    width: auto;
    margin: 0px;
}
.tabs.sideBar .tab-content {
    padding: 8px 5px;
}
.tabs.sideBar .tab-content p.author {
    margin: 3px 0px 0px 44px;
}
.tabs.sideBar .tab-content .dateBox {
    margin-top: 6px;
}
.tabs.sideBar .tab-content ul li {
    border-bottom-color: #dae0ec;
}
.tabs.sideBar .tab-content ul li:last-child {
    border-bottom: none;
}

/* Site Breadcrumbs */
.breadcrumbs {
    margin: 10px 3px 10px;
    line-height: normal;
}
.breadcrumbs i {
    margin: 0px;
    padding: 0px;
    width: auto;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

/* Box Arrows */
.arrow_box {
    position: relative;
    background: #eee;
    border: 1px solid #eee;
}
.arrow_box:after,
.arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(237, 234, 245, 0);
    border-top-color: #eee;
    border-width: 20px;
    margin-left: -20px;
}
.arrow_box:before {
    border-color: rgba(237, 234, 245, 0);
    border-top-color: #eee;
    border-width: 21px;
    margin-left: -21px;
}

/* tooptips */
.tooltip {
    font-size: 14px;
    z-index: 1;
    position: fixed;
}

/* Custom Popup */
div.custom-popup {
    background: white;
    z-index: 2;
    overflow: auto;
    position: relative;
}
div.custom-popup.small {
    min-width: 25%;
    max-width: 33%;
    max-height: 60%;
}
div.custom-popup.left {
    margin-left: 20px;
}
div.custom-popup.top {
    top: 5%;
}
div.custom-popup.middle {
    top: 10%;
    margin: 0 auto;
}
div.custom-popup.bottom {
    top: 50%;
}
div.custom-popup.right {
    margin-right: 20px;
    float: right;
}
div.custom-popup.background-image {
    background-repeat: no-repeat;
    background-image: url('https://rckms.sandbox2.aimsplatform.org/images/landing-background.png');
}

/* Overlays */
div.fixed-overlay {
    background: white;
    z-index: 1;
    overflow: auto;
    position: fixed;
}
div.fixed-overlay.small {
    min-width: 25%;
    max-width: 33%;
    min-height: 25%;
    max-height: 50%;
}
div.fixed-overlay.bottom {
    bottom: 0;
}
div.fixed-overlay.left {
    left: 10px;
}

/* Tables */
table.noresize {
    table-layout: fixed;
}
table.autoresize {
    table-layout: auto;
}
table.full-width {
    width: 100% !important;
}
/*table thead, tfoot tr {background-color: #D9EDF7;}*/
/*table thead, tfoot tr {color: #417CA8; font-weight: 900;}*/
/*table thead, tfoot tr {background-color: #417CA8; color: #FFF;}*/
/*table thead, tfoot tr {color: #337CB5; font-weight: 900;}*/
/*table thead, tfoot tr {background-color: #337CB5; color: #FFF;}*/
/*table thead, tfoot tr {background-color: #E6F3FF; color: #6486BA;}*/
table tbody tr td:last-child {
    white-space: nowrap;
}
table tbody tr td:last-child a {
}
table thead th.sorting:after,
table thead th.sorting_asc:after,
table thead th.sorting_desc:after {
    margin-left: 5px;
    position: absolute;
    display: inline !important;
    left: auto !important;
    right: auto !important;
}
table thead th.sorting_asc:after,
table thead th.sorting_desc:after {
    color: #3085d6;
}
/*table tfoot {display: none;} Show or hide all footers by commenting this style */
table tfoot td {
    font-weight: 700;
}
table th.align-right {
    text-align: right;
}
table td.align-right {
    text-align: right;
}

/* Lists */
ul.inline-list {
    margin: 7px 0px 0px;
    padding: 0px;
}
ul.inline-list.selectable {
    margin: 7px 10px 0px 0px;
}
ul.inline-list li {
    padding: 2px;
    font-size: 17px;
}
ul.inline-list li.single {
    display: inline;
}
ul.inline-list li.halves {
    display: block;
    float: left;
    width: 50%;
}
ul.inline-list li.thirds {
    display: block;
    float: left;
    width: 33.333333%;
}
ul.inline-list li.twothirds {
    display: block;
    float: left;
    width: 66.666666%;
}
ul.inline-list li.fourths {
    display: block;
    float: left;
    width: 25%;
}
ul.inline-list li.threefourths {
    display: block;
    float: left;
    width: 75%;
}
ul.inline-list li.fifths {
    display: block;
    float: left;
    width: 20%;
}
ul.inline-list li.sixths {
    display: block;
    float: left;
    width: 16.6666666%;
}
ul.inline-list li.full {
    display: block;
    float: left;
    width: 100%;
}
ul.inline-list li.margined {
    margin-top: 15px;
}
ul.inline-list li.min-height {
    min-height: 185px;
}
ul.inline-list li.min-height-large {
    min-height: 250px;
}
ul.inline-list.padding li {
    padding: 8px 8px;
}
ul.inline-list a li:hover {
    background-color: #2ba6e0;
}

ul.item-list {
    margin: 20px 0px 20px;
}
ul.item-list.smallMargin {
    margin: 10px 0px;
}
ul.item-list.article-right-padding {
    padding-left: 325px;
}
ul.item-list ul.item-list {
    margin-left: 5px;
}
ul.item-list li {
    margin: 3px 8px;
    font-size: 17px;
}
ul.item-list li p {
    margin-bottom: 0px;
}
ul.item-list-alt {
    margin: 20px 3px 20px;
}
ul.item-list-alt.top {
    margin-left: 10px;
}
ul.item-list-alt li,
ul li.bulleted {
    line-height: normal;
    margin: 0px 10px;
    font-size: 17px;
}

ul.inline-list li.bulleted {
    padding-left: 20px;
    background: #fff url(https://rckms.sandbox2.aimsplatform.org/images/bullet_blue.png) no-repeat left 7px;
    line-height: normal;
}
ul.inline-list.spaced li {
    margin-bottom: 12px;
}
ul.inline-list.spaced li a {
    padding: 6px;
}

ul.selectable li {
    margin-right: 10px;
}
ul.selectable li,
ul.selectable li a {
    display: block;
    line-height: normal;
    color: #202020;
}
ul.selectable li a {
    padding: 1px 3px;
}
ul.selectable li a:hover {
    background-color: #ddd;
}
ul.selectable li a.selected {
    background-color: #3085d6;
    color: #fff;
}

ul.item-list-alt li,
ul li.bordered {
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 0px;
}
ul.item-list-alt li,
ul li.bordered:last-child {
    border-bottom: 0;
}
ul li.bulleted {
    line-height: inherit;
}
ul.item-list-alt li a {
    margin-bottom: 0;
    text-decoration: underline;
}
ul.item-list-alt li ul,
ul.item-list li ul {
    margin: 10px 0 0 0;
}
ul.item-list-alt li ul li a,
ul.item-list li ul li a {
    font-size: 17px;
}
ul.item-list i,
ul.item-list-alt i {
    margin: 0 5px 0 0;
    padding: 0;
    width: auto;
}
ul.item-list li span.section,
ul.item-list-alt li span.secction {
    display: block;
    font-weight: 400;
    padding: 0px 5px;
    color: #2b2b2b;
    font-size: 17px;
}
ul.item-list a,
ul.item-list-alt a {
    line-height: normal;
    text-decoration: underline;
}

ul.block-list {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
ul.block-list.no-bullets {
    list-style-type: none;
}
ul.block-list.top {
    margin-top: 0;
}
ul.block-list.smallMargin {
    margin-top: 5px;
}
ul.block-list.leftMargin {
    margin-left: 10px;
}
ul.block-list li {
    position: relative;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
ul.block-list li.strong {
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 3px;
}
ul.block-list li.strong a {
    color: #fff;
}
ul.block-list li.margined {
    margin-left: 8px;
    margin-right: 8px;
}
ul.block-list li:last-child {
    border-bottom: 0;
}
ul.block-list li .dateBox {
    margin-bottom: 0;
}
ul.block-list li.clearLeft {
    clear: left;
}
ul.block-list li.bulleted-plain {
    list-style-type: disc;
}
ul.block-list li.numbered-plain {
    list-style-type: decimal;
}
ul.block-list li h3 {
    line-height: 24px;
}
ul.block-list li p {
    margin: 1px 0 5px 45px;
    line-height: normal;
    font-size: 14px;
}
ul.block-list li p.normal {
    margin: 1px 0;
}
ul.block-list li p.large {
    font-size: 17px;
    margin-top: 5px;
    margin-left: 67px;
}
ul.block-list li p i {
    margin: 0 5px 0 0;
    width: auto;
    min-width: 20px;
}
ul.block-list.featured {
    display: block;
    overflow: hidden;
    padding: 0px;
}
ul.block-list li.featured {
    position: relative;
    float: left;
    width: 50%;
    border: 0px;
    padding-left: 0px;
    padding-right: 10px;
}
ul.block-list li.featured img {
    width: 100%;
    border: 1px solid #aaa;
}
ul.block-list li.featured.margined {
    margin-bottom: 15px;
}
ul.block-list li.featured article {
    display: block;
    padding: 0px;
    margin: 0px;
}
ul.block-list li.featured article h3.newsTitle {
    margin: 5px 0px;
    padding: 0px;
    font-size: 23px;
}
ul.block-list li.featured article p {
    margin: 0 0 15px;
    padding: 0px;
    line-height: normal;
}
ul.block-list li.featured article p.date {
    margin: 0 0 3px;
    padding: 2px 3px;
    line-height: normal;
    background-color: #eee;
    font-weight: 600;
}
ul.block-list.videos li.featured {
    width: 100%;
}
ul.block-list.videos li.featured h3.videoTitle {
    margin: 0px;
    padding: 0px;
    font-size: 23px;
    line-height: 40px;
}
ul.block-list.videos li.featured img.videoThumb {
    width: 60px;
    max-width: 60px;
    border: 1px solid #808080;
    float: left;
    margin-right: 15px;
}
ul.block-list.education {
}
ul.block-list.education li {
    padding-left: 25px;
}
ul.block-list.education li:before {
    content: '\e84a';
    font-family: 'fontello';
    position: absolute;
    top: 3px;
    left: 18px;
}
ul.block-list.education li article h3.noMargin {
    margin-left: 10px;
}
ul.block-list.education li article p.noMargin {
    margin-left: 10px;
}
ul.block-list.blog li {
    margin-bottom: 12px;
}
ul.block-list.blog li img {
    float: right;
    max-width: 30px;
    width: 30px;
    margin: 1px 10px 1px 0px;
    border-radius: 4px;
}

ul.sideNav {
    margin: 15px 0px 0px -4px;
}
ul.sideNav li {
    margin: 0px 0px;
}
ul.sideNav li a {
    color: #303030;
    padding: 10px 0px 10px 6px;
    display: block;
}
ul.sideNav li a.active {
    background-color: #2ba6e0;
    color: #fff;
    padding-left: 6px;
}
ul.sideNav li a:hover {
    background-color: #addbf1;
}
ul.sideNav li a.active:hover {
    background-color: #2ba6e0;
}

span.unread-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-top: -2px;
    position: fixed;
    margin-left: -18px;
}

span.dot-green {
    background-color: #0cd72f;
}

span.dot-red {
    background-color: red;
}

span.dot-orange {
    background-color: orange;
}

pre {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
}

.dataTables_filter {
    float: right;
}

.dataTables_filter,
.dataTables_length {
    margin: 3px 0 10px;
}

.link-button {
    border: none;
    background: transparent;
    text-decoration: underline;
    color: #f44336;
}

/* Responsive Breakpoints */
@media (min-width: 768px) {
    .sidebar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

@media only screen and (max-width: 767px) {
    #sidebar-nav {
        margin-bottom: 30px;
    }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}

/* For Printing */
@media print {
    header,
    nav,
    footer {
        display: none;
    }
    #site-navigation {
        display: none;
    }
    .print-only {
        display: block;
    }
}

.glyphicon-refresh-animate {
    -animation: spin 0.7s infinite linear;
    -webkit-animation: spinWebkit 0.7s infinite linear;
    -moz-animation: spinMoz 0.7s infinite linear;
}

@-webkit-keyframes spinWebkit {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spinMoz {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

.form-control__input-button-group--wrapper {
    position: relative;
}

.form-control__input-button-group--wrapper .form-control__input-button-group__inner {
    padding: 2px;
    background: #f0f0f0;
    border-radius: 4px;
    border: 1px solid #ccc;
    position: relative;
    padding-right: 33px;
}

.form-control__input-button-group--overridable .form-control__input-button-group__inner {
    background: #ddf1fe;
}

.form-control__input-button-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.form-control__input-button-group--wrapper .form-control__input-button {
    min-height: 34px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;
    background: transparent;
}

.form-control__input-button {
    transition: all 0.2s ease;
    border-color: #3d3d3d;
}

.form-control__input-button--unlocked {
    color: #52a1f3;
}

.predicate-inactivate-content--wrapper .form-control-feedback {
    top: 2px;
    left: 100%;
}

.predicate-inactivate-content--wrapper .has-feedback .form-control__input-button-group--wrapper .form-control {
    padding-right: 0px;
}

.lobibox-react-style-modal {
    border-radius: 6px;
    overflow: hidden;
    top: 30px !important;
    margin-top: 0 !important;
}

.lobibox-react-style-modal .lobibox-header {
    background: #fff !important;
    color: #727272 !important;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.42857143;
    font-size: 18px;
}
.lobibox-react-style-modal .lobibox-body {
    background: #fff !important;
    font-size: 14px !important;
}
.lobibox-react-style-modal .lobibox-footer {
    background: #fff !important;
    padding: 1rem 0;
}
.lobibox-react-style-modal .lobibox-footer .lobibox-btn-ok {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    border: 1px solid transparent !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    border-radius: 4px !important;
}
.specifications-grid-criteria-label-hightlight {
    font-weight: 600;
    color: #f44336 !important;
}

.no-transition {
    transition: none !important;
}

button.no-button-style {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.highlight-link-text {
    color: #337ab7;
}