.margin40 {
    margin-bottom: 40px;
}

.margin20 {
    margin-bottom: 20px;
}

li {
    list-style: none;
}

.auth_lists li {
    padding-top: 10px;
    overflow: auto;
}

.auth_lists_buttons {
    text-align: center;
}

.required {
    color: red;
}

.circle {
    /* position: absolute; */
    position: relative;
    border: 2px solid #DADFE2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    color: #DADFE2;
    font-size: 28px;
    /* margin-right: 20px; */
    line-height: 62px;
    text-align: center;
    cursor: pointer;
    /* margin-left: -35px; */
    background-color: white;
    float: left;
}

.circle img {
    height: 40px;
    width: 40px;
}

.circle i {
    margin-left: 3px;
    margin-top: 18px;
}

.circle_trigger {
    border: 1px solid #1e88e5;
}

.circle_action {
    border: 1px solid #fb8c00;
}

.trigger_types {
    text-align: center;
}

.trigger_types .table {
    text-align: left;
}

.trigger_types ul {}

.trigger_types li {
    margin: 40px;
    display: inline-block;
    display: flex;
    cursor: pointer;
}

.trigger_types li.trigger_type_element {
    display: inline-block;
}

.front_apps {
    text-align: center;
    display: grid;
}

.front_apps .table {
    text-align: center;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.front_apps .table tr td {
    text-align: left;
}

.front_apps ul {
    /* display: inline-block; */
    display: table-row;
}

.front_apps ul.chosen-results {
    display: block;
}

.front_apps ul.chosen-results li {
    text-align: left;
}

.front_apps li {
    margin: 40px;
    display: inline-block;
    /* display: table-row;
    display: flex; */
    cursor: pointer;
    text-align: center;
}

.front_apps li img {
    margin-bottom: 20px;
    margin-top: 20px;
}

.front_apps legend {
    border-bottom: 1px dotted #03A9F4;
    color: #0d47a1;
}

.triggers_list {
    color: #354147;
    font-size: 14px;
}

.triggers_list li:first-child {
    border-top: 1px solid #DADFE2;
}

.triggers_list li {
    padding: 10px;
    border-bottom: 1px solid #DADFE2;
}

.triggers_list li:hover {
    background: #f2f2f2;
}

.triggers_list li p {
    color: #969EA2;
}

.Items {
    overflow: hidden;
    /* margin-bottom: 50px; */
    margin-bottom: 30px;
}

.navbar {
    margin-bottom: 0px;
    background: #F0F0F0;
}

.Items .itemType {
    margin-top: 6px;
    cursor: pointer;
}

.Items .itemType img {
    margin-right: 7px;
}

.Items .itemType i {
    margin-right: 7px;
}

.left-side {
    float: left;
    /* border-left: 2px solid #DADFE2; */
    /* margin-left: 50px; */
    margin-left: 30px;
    border-right: 1px dotted #03A9F4;
    margin-right: 15px;
    padding-right: 15px;
    /* border-bottom: 2px dotted #cfd8dc; */
    margin-bottom: 25px;
    padding-bottom: 15px;
    overflow-y: scroll;
    height: 75vh;
}

.left-items {
    /* margin-left: 60px; */
    /* margin-left: 45px; */
    margin-left: 80px;
}

/*
 * Full-page application style
 */

body {
    padding-top: 63px;
    color: #222;
    background-color: #F0F0F0;
    line-height: 1.6;
    background-image: url("../img/body-bg.jpg");
}

body.application,
.keen-dashboard {
    background: #f2f2f2;
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 60px 20px 0;
}

body.application>.container-fluid,
.keen-dashboard>.container-fluid {
    margin: 0 0 32px;
    margin: 0 0 2rem;
    padding-left: 0;
    padding-right: 0;
}

body.application div[class^="col-"],
.keen-dashboard div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

body.application div[class^="col-"] div[class^="col-"],
.keen-dashboard div[class^="col-"] div[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

body.application hr,
.keen-dashboard hr {
    border-color: #d7d7d7;
    margin: 10px 0;
}

body.application .navbar-inverse,
.keen-dashboard .navbar-inverse {
    background-color: #3d4a57;
    border-color: #333;
}

body.application .navbar-inverse .navbar-nav>li>a,
body.application .navbar .navbar-brand,
.keen-dashboard .navbar-inverse .navbar-nav>li>a,
.keen-dashboard .navbar .navbar-brand {
    color: #fbfbfb;
    text-decoration: none;
}

body.application .main-nav>li>a:hover,
.keen-dashboard .main-nav>li>a:hover {
    border-bottom: 2px solid transparent;
    -webkit-transition: border 300ms ease;
    -o-transition: border 300ms ease;
    transition: border 300ms ease;
    border-bottom-color: white;
}

body.application .return-link,
body.application .return-link:focus,
body.application .return-link:hover,
.keen-dashboard .return-link,
.keen-dashboard .return-link:focus,
.keen-dashboard .return-link:hover {
    text-decoration: none;
}

.chart-wrapper {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    margin-bottom: 10px;
}

.chart-wrapper .chart-title {
    border-bottom: 1px solid #d7d7d7;
    color: #666;
    font-size: 14px;
    font-weight: 200;
    padding: 7px 10px 4px;
}

.chart-wrapper .chart-stage {
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
}

.chart-wrapper .chart-notes {
    background: #fbfbfb;
    border-top: 1px solid #e2e2e2;
    color: #808080;
    font-size: 12px;
    padding: 8px 10px 5px;
}

.div-column {
    display: block;
    height: 100%;
    width: 50%;
}

.navbar-login {
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 87px;
}

.breadcrumb {
    color: #ffffff;
    background-color: #0288D1;
    text-transform: uppercase;
    border-radius: 0px;
    padding-top: 15px;
    background-image: url("../img/header-bg.jpg");
}

.breadcrumb a {
    /* color: #0d47a1; */
    color: #ffffff;
}

.breadcrumb>.active {
    color: #f0f0f0;
}

.breadcrumb>li+li:before {
    color: #ffffff;
    content: "/";
}

.navbar-brand {
    font-size: 15px;
}

.content-view {
    padding-bottom: 65px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.list-group-item-hover {
    background: #fff;
}

.list-group-item-hover:hover {
    background: #e0e0e0;
}

.input-group-item-custom-1 {
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
}

.badge-input-option {
    background-color: #446e9b;
}

/* Cover Interface Flow */

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */

.inner {
    padding: 30px;
}

/*
 * Cover
 */

.cover {
    padding: 0 20px;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}

/*
 * Footer
 */

.mastfoot {
    text-align: right;
    color: #000;
    /* IE8 proofing */
    color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
    .mastfoot {
        position: fixed;
        bottom: 0;
    }

    .mastfoot,
    .cover-container {
        width: 100%;
        /* Must be percentage or pixels for horizontal alignment */
    }
}

@media (min-width: 992px) {

    .mastfoot,
    .cover-container {
        width: 700px;
    }
}

/*
.left-side-fixed {
  width: 200px;
  position: fixed;
  border-radius: 0;
  height: 100%;
}

.navbar-fixed-left .navbar-nav > li {
  float: none;
  width: 198px;
}

.left-side-fixed + .container-flow {
  padding-left: 240px;
}
*/

.tableV th,
.tableV td {
    border-top: none !important;
    border-left: none !important;
}

.fixed-table-container {
    border: 0px;
}

.navbar-inverse {
    background-color: #03A9F4;
}

.blankimgcover {
    border-top: 1px dotted #03A9F4;
    border-bottom: 1px dotted #03A9F4;
    position: absolute;
}

.blankimgcover2 {
    border-top: 1px dotted #03A9F4;
    border-bottom: 1px dotted #03A9F4;
}

.cover-version {
    font-style: italic;
    margin-top: 15px;
}

.navbar {
    background: #F0F0F0;
    background-image: linear-gradient(to left, #cfd8dc, #F0F0F0);
    background-repeat: repeat-x;
}

.lead {
    font-style: italic;
    color: #0277bd;
    font-size: 18px;
}

h1 {
    /* margin-top: -40px;
    margin-bottom: -10px; */
}

h1.cover-heading {
    margin-top: 0px;
    margin-bottom: 20px;
}

h1 .sacs-style {
    font-size: 1em;
    color: #0C74FF;
}

h1 .cloud-style {
    font-size: 1em;
    font-weight: bold;
    color: #0C74FF;
}

h1 small {
    font-size: 0.63em;
    color: #90caf9;
}

/*
body {
    background: url(/img/connecting4.png) fixed;
    background-repeat: repeat;
    display: block;
    width: 100%;
    height: 10px;
} */

.pfinline {
    display: inline-block;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.btn-huge {
    padding-top: 20px;
    padding-bottom: 20px;
}

.jmbnewint {
    background-image: url("/img/interface-bg-new.jpg");
    text-align: center;
}

/*
.panel-footer {
    padding: 8px 10px;
}
*/

.panel-footer {
    background-color: transparent;
    border-top: 0px solid transparent;
}

.tableSequences {
    width: 100%;
}

.tableSequences th {
    color: #ffffff;
    background-color: #446e9b;
    border-color: #446e9b;
}

.selected {
    border: 2px solid blue;
}

table {
    table-layout: fixed;
}

table td {
    word-wrap: break-word;
}






.package-card-item {
    width: 256px;
    display: table-cell;
    padding: 22px;
}

.package-card-image {
    float: left;
}

.package-card-info {
    float: left;
    padding-left: 20px;
}