/*html,
body {
  height: 100%;
}*/

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 90px;
    /*margin-bottom: 80px;*/
    margin-top: 35px;
    background-color: #0033cc; /*#3f51b5;*/ /*rgba(0,153,255,0.1);*/
    background-image: linear-gradient(to left,rgba(0,153,255,0) 10%,rgba(0,153,255,0) 20%,rgba(0,153,255,0.1) 30%,rgba(0,153,255,0.8) 70%,#0099ff 100%) !important;
    font-family: 'Metropolis-Regular', "Segoe UI", Helvetica Neue, Helvetica, sans-serif;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 20px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.input-group-text {
    font-size:20px;
}



.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.navbar {
    border-top: 1px solid transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.group-container {
    padding: 0;
    height: 100%;
}

.carousel-caption {
    background: rgba(0,0,0,0.4);
    margin: -20px -60px;
}

.jumbotron-warning {
    background: linear-gradient(to right, #ff5b5b, #ffa536);
    color: #fff;
}
.jumbotron-warning > hr {
    border-top: 1px solid #ff6d52;
}
.jumbotron-danger {
    background-color: #ff5722;
    color: #fff;
}

.jumbotron-primary {
    background: linear-gradient(to right, #1b68a4, #4fb8d6);
    color: #fff;
}
    .jumbotron-primary > hr {
        border-top: 1px solid #1b68a447;
    }
    .jumbotron-warning > .lead, .jumbotron-primary > .lead {
        font-weight: 400;
    }

.img-thumbnail-size {
    width: auto;
    height: 120px;
    text-align: center;
}

.d-none-custom {
    display: none;
}
.fixed-bottom-custom {
    bottom: 80px;
   z-index: 1030;
}
.nounderline {
    text-decoration: none !important
}

.placeholder-white input::-webkit-input-placeholder {
    color: #ffffff;
}

.placeholder-white input:-moz-placeholder {
    color: #ffffff;
}
input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    /*background: #FEF1EC!important;*/
    border: 1px solid #CD0A0A!important;
}

.fc-time, .fc-event-time {
    display: none;
}



ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
    background-color: #4285f4 !important;
}

ul.stepper li.warning a .circle {
    background-color: #ff3547 !important;
}

ul.stepper {
    padding: 0 1.5rem;
    padding: 1.5rem;
    margin: 1em -1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    counter-reset: section;
}

    ul.stepper li {
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

        ul.stepper li a {
            padding: 1.5rem;
            text-align: center;
        }

            ul.stepper li a .circle {
                display: inline-block;
                width: 1.75rem;
                height: 1.75rem;
                margin-right: .5rem;
                line-height: 1.7rem;
                color: #fff;
                text-align: center;
                background: rgba(0, 0, 0, 0.38);
                border-radius: 50%
            }

            ul.stepper li a .label {
                display: inline-block;
                color: rgba(0, 0, 0, 0.38);
            }

        ul.stepper li.active a .label, ul.stepper li.completed a .label {
            font-weight: 600;
            color: rgba(0, 0, 0, 0.87);
        }

.stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .stepper-horizontal li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .stepper-horizontal li a .label {
            margin-top: .63rem;
        }

        .stepper-horizontal li:not(:last-child):after {
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 1px;
            margin: .5rem 0 0 0;
            content: "";
            background-color: rgba(0, 0, 0, 0.1);
        }

        .stepper-horizontal li:not(:first-child):before {
            position: relative;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            height: 1px;
            margin: .5rem 0 0 0;
            content: "";
            background-color: rgba(0, 0, 0, 0.1);
        }

        .stepper-horizontal li:hover {
            background-color: rgba(0, 0, 0, 0.06);
        }

@media(max-width:47.9375rem) {
    .stepper-horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .stepper-horizontal li {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .stepper-horizontal li a .label {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                margin-top: .2rem;
            }

            .stepper-horizontal li:not(:last-child):after {
                position: absolute;
                top: 3.75rem;
                left: 2.19rem;
                width: 1px;
                height: calc(100% - 40px);
                content: ""
            }
}

.stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.stepper-vertical {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .stepper-vertical li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .stepper-vertical li a {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

            .stepper-vertical li a .circle {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }

            .stepper-vertical li a .label {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                margin-top: .2rem;
            }

        .stepper-vertical li.completed a .label {
            font-weight: 500;
        }

        .stepper-vertical li .step-content {
            display: block;
            /*padding: .94rem;*/
            margin-top: 0;
            margin-left: 3.13rem;
        }

            .stepper-vertical li .step-content p {
                font-size: .88rem;
            }

        .stepper-vertical li:not(:last-child):after {
            position: absolute;
            top: 3.44rem;
            left: 2.19rem;
            width: 1px;
            height: calc(100% - 40px);
            content: "";
            background-color: rgba(0, 0, 0, 0.1);
        }


.ol-hand {
    list-style: none;
    padding: 0;
}

    .ol-hand > li {
        padding-left: 1.3em;
    }

        .ol-hand > li:before {
            content: "\f0a4"; /* FontAwesome Unicode */
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -1.3em; /* same as padding-left set on li */
            width: 1.3em; /* same as padding-left set on li */
        }



.fixed-bottom {
    
    z-index:10;
}

.datepicker {
   
    font-size: 13px;
}
body{ font-size:14px;}
.field-validation-error {
    color: red;
}