html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*'\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.glyphicon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.glyphicon-pencil::before {
    content: "\f044";
}

.glyphicon-trash::before {
    content: "\f2ed";
}

.glyphicon-eye-open::before {
    content: "\f06e";
}

.content-wrapper {
    padding: 20px 40px 20px !important;
}

.sw-main {
    font-family: "Montserrat", sans-serif !important;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: .25rem !important;
}

.sw-theme-circles .step-content {
    padding: 10px;
    text-align: left
}

.sw-theme-circles .step-content{
    padding:10px; 
    text-align:left
}


.sw-theme-circles > ul.step-anchor > li {
    border: none;
    margin-left: 40px;
    margin-top: 15px;
    z-index: 98;
}

.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.btn-primary {
    color: #fff;
    background-color: #28285b;
    border-color: #28285b;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #222249;
    border-color: #222249;
}

.btn-danger {
    color: #fff;
    background-color: #ea5b27;
    border-color: #ea5b27;
    box-shadow: none;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d64c21;
    border-color: #d64c21;
}

a {
    color: #0971b7;
    text-decoration: none;
    background-color: transparent;
}

.btn-success {
    color: #fff;
    background-color: #52c1db;
    border-color: #52c1db;
    box-shadow: none;
}

.btn-success:hover {
    color: #fff;
    background-color: #48acbc;
    border-color: #48acbc;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-bottom-width: 2px;
    color: #fff;
    background-color: #646e78;
}

.table thead th a {
    color: #fff;
}

.table thead th a:hover{
    color: #0971b7;
}

.grid-view {
    overflow: auto;
}

body {
    margin: 0;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.alert-info {
    color: #fff;
    background-color: #52c1db;
    border-color: #148ea1;
}

.template-config-control {
    padding: 10px;
    background-color: #eee;
}

.template-controls-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.template-canvas-container {
    display: flex;
    justify-content: center;
}

.template-inspector-container {
    margin-top: 20px;
}

.template-inspector-container fieldset {
    border: 2px solid #0056b3 !important;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    min-height: 250px;
    margin-top: 12px;
    padding: 12px;
}

.template-inspector-container legend {
    width: auto;
    color: #0056b3;
    padding-left: 12px;
    padding-right: 12px;
}

.template-canvas {
    border: 1px solid grey;
}

.sw-main {
    font-family: "Montserrat", sans-serif !important;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: .25rem !important;
}

.sw-theme-circles .step-content {
    padding: 10px;
    text-align: left
}

.sw-theme-circles > ul.step-anchor > li {
    border: none;
    margin-left: 40px;
    margin-top: 15px;
    z-index: 98;
}

.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.btn-primary {
    color: #fff;
    background-color: #28285b;
    border-color: #28285b;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #222249;
    border-color: #222249;
}

.btn-danger {
    color: #fff;
    background-color: #ea5b27;
    border-color: #ea5b27;
    box-shadow: none;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d64c21;
    border-color: #d64c21;
}

a {
    color: #0971b7;
    text-decoration: none;
    background-color: transparent;
}

.btn-success {
    color: #fff;
    background-color: #52c1db;
    border-color: #52c1db;
    box-shadow: none;
}

.btn-success:hover {
    color: #fff;
    background-color: #48acbc;
    border-color: #48acbc;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-bottom-width: 2px;
    color: #fff;
    background-color: #646e78;
}

.table thead th a {
    color: #fff;
}

.table thead th a:hover {
    color: #0971b7;
}

.grid-view {
    overflow: auto;
}

body {
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.alert-info {
    color: #fff;
    font-weight: bold;
    background-color: #52c1db;
    border-color: #148ea1;
}

.template-change-notify {
    margin-top: 5px;
    padding: 10px 10px;
    background-color: #ff4141;
    color: #fff;
    border-radius: 4px;
    font-weight: bolder;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

tr:nth-child(even) {
  background-color: lightgray;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
