.custom-width{
    width: 95%
}

.wizard-container {
    padding-top: 20px;
}

.image-container {
    background-image: url(../images/shutterstock_377884705_lowres.jpg);
}

/*Multiselect stlye*/
.multiselect-container .disabled{
    display: initial; 
}

.multiselect-container li.disabled label{
    cursor: not-allowed;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none;
}

span.multiselect-native-select {
    display:inline-block;
    width:100%;
}

span.multiselect-native-select > div{
    width:100%;
}

button.multiselect {
    text-align:left;
}

b.caret {
    position: absolute;
    right: 0;
    top: 15px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background:transparent;
    outline:none;
}

.ripple-container{
    display:none;
}

.multiselect-checkbox-wrapper {
    margin: 10px;
}

button.multiselect-clear-filter {
    background: transparent !important;
    box-shadow: none !important;
    color: red !important;
    padding: 5px !important;
    margin-bottom: 0 !important;
}

.form-group.multiselect-label-floating label.control-label {
    top: -28px;
    left: 0;
    font-size: 11px;
    line-height: 1.07143;
}

.multiselect-container > li > a:focus{
    outline:none;
}

.wizard-card button.multiselect.disabled {
    display: block;
}

.multiselect.form-control{
    height: auto;
}

/*Table Design*/
.table tr {
    height: 50px;
}

.custom-collapse, .popup-displayer{
    cursor:pointer;
}

/*.custom-collapse {
    background: #B0BEC5;
}

tr.collapse {
    background: #E0E0E0;
}*/

.table .material-icons{
    font-size:35px;
}

.table tbody > tr.collapse > td {
    background: #BDBDBD;
}

.table thead > tr > th {
    background: #90A4AE;
}

.table tbody > tr > td {
    background: #ECEFF1;
    vertical-align: middle;
}


table.terminal thead > tr > th {
    background: #78909C;
    border-color: #fff;
}


table.terminal tbody > tr > td { 
    background: #fff;
}

thead {
    text-transform: capitalize;
}

table.terminal thead > tr > th:last-child, table.terminal tbody > tr > td:last-child {
    /*background: #fff;
    border-color: #fff;*/
}

.table-responsive {
    border-radius: 6px;
}

table.terminal tbody > tr > td:last-child {
    text-align: center;
}

/*Additional Location css*/
.aside{
    padding-right:0;
}

.aside ul {
    max-height: 95px;
    overflow-y: scroll;
    list-style: none;
    padding: 5px 0;
    font-size: 1.2em;
    margin: 10px 0 10px 0;

}

.aside ul li {
    padding: 10px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.aside ul li.active {
    background: #ff9800;
    box-shadow: 0px 1px 6px #989898;
    -webkit-box-shadow: 0px 1px 6px #989898;
}

.aside ul li a {
    color: #5D4037;
    font-weight: 400;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.aside ul li.active a{
    color: #fff;
}

.aside .material-icons{
  font-size: 16px;
  vertical-align: middle;
  display:none;
}

.aside h4 {
    font-weight: 400;
    color: #000000;
    padding: 0 10px;
}

@media only screen and (min-width: 991px) {
    .aside ul {
        max-height: 100%;
        overflow: hidden;
    }

    .main {
        border-left: 3px solid #ff9800;
    }
}

/*alert*/
.alert .close{
    opacity:1;
}

/*Error*/
/*Welcome Note*/
.custom-error > span, .welcome-note {
    max-width: 32em;
    margin: 0 auto;
    line-height: 1.3;
    font-size: 1.5em;
    display: block;
    box-shadow: 0px 0px 1px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
    padding: 70px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    color: #085696;
    float: none;
}

.welcome-note {
    max-width: 97%;
    font-size: 20px;
    /*font-weight: 500;*/
    padding: 1em;
    margin-bottom: 1em;
}

.welcome-note h3.group-sub-heading {
    color: #000000 !important;
    margin: 10px 0;
    font-size: 1.2em !important;
}

.welcome-note .content {
    color: #000;
}

.has-error .checkbox label.is_required, .has-error .radio label.is_required {
    color: #f44336;
}

/*Image*/
#Welcome img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2em;
}

/*Label*/
.form-group.not-floating label {
    font-size: 14px;
    margin: 0;
}

.form-group.not-floating {
    margin: 6px 0 0 0;
}

.form-group label.control-label, .form-group .checkbox label, .form-group .radio label, .form-group label, label.control-label, .checkbox label, .radio label, label {
    color: #4E342E;
}

label.control-label.is_required:after, label.is_required:after, .has-error > label:after, h4.is_required:after, .has-error > h4:after {
    content: "*";
    color: red;
    padding-right: 2px;
    font-size: 18px;
    padding-left: 3px;
    position: relative;
    top: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label{
    top: -31px;
}
/*Popover*/
.btn-popover {
    cursor: pointer;
    display: inline-block;
}

.popover-title {
    font-size: 1em;
    padding: 10px 10px;
    text-align: center;
}


.wizard-container {
    padding-top: 20px;
}

.popover-content-file-name {
    float: left;
    width: 85%;
    word-break: break-word;
}

.popover-container .pb10 {
    padding: 5px 10px;
}

.popover-content {
    min-width: 276px;
}

.popover-content-remove {
    float: right;
    color: red;
    cursor: pointer;
}


/*modal*/
.terminal-info {
    display: inline-block;
    margin-top: 10px;
}

.modal-header .close {
    color: #f44336;
    opacity: 1;
}

.modal-header .close .material-icons {
    font-size: 1.5em;
}

.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label {
    font-size: 14px;
}

.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label{
    font-size:16px;
}

/*Text displayer*/
.delivery-policy-text h3.group-sub-heading {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

h3.group-sub-heading {
    font-size: 1.2em;
    font-weight: 500;
}

/*preloader*/
.pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.pre-loader-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: #8e8e8e;
}

.pre-loader-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    max-width: 30em;
    margin: 0 auto;
    padding: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.pre-loader-content > p {
    font-size: 25px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

/*tab focus checkbox & radiobox*/
.wizard-card[data-color="orange"] .radio input[type=radio]:checked ~ .circle.active {
    border-color: red;
}

.checkbox input[type=checkbox] + .checkbox-material .check.active {
    border-color: red;
}

.checkbox .checkbox-material, .radio .radio-material {
    top:-1px;
    float: left;
}


/*Hide elments*/
.is_hidden{
    display:none;
}

.checkboxes.is_hidden{
    display:none !important;
}
/*validation*/
.picture-container.form-group {
    padding-bottom: 0;
    margin-top: 0;
}

.picture-container.form-group h4 {
    font-weight: 400;
}

.picture-container.form-group.has-error h4{
    color: #f44336;
}

.picture-container.form-group.has-error .picture {
    border-color: #f44336;
}

.input-group-addon{
    color: #000;
}

.form-group.has-error .form-control {
    border: 1px solid red !important;
    background: none !important;
    padding: 5px 5px;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.has-error .checkbox label{
    color:red !important;
}

.form-group.has-error.label-floating label.control-label, .form-group.has-error.label-placeholder label.control-label {
    padding:0 5px;
}
/*Checkbox*/
.has-error .checkbox .checkbox-material .check{
    border: 1px solid red;
}

/*date picker class*/
/*.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background-color: #ff9800;
    border-color: #ff9800;
}*/
/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
html {
    font-size: 16px;
}

.sr-only,
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bootstrap-datetimepicker-widget .btn-primary, .bootstrap-datetimepicker-widget .btn-primary:hover, .bootstrap-datetimepicker-widget .btn-primary:active:hover {
    background: #ff9800;
}

.bootstrap-datetimepicker-widget .btn.btn-primary:focus, .bootstrap-datetimepicker-widget .btn.btn-primary:active, .bootstrap-datetimepicker-widget .btn.btn-primary:hover {
    box-shadow: 0 16px 26px -10px rgba(255, 152, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}

.bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrap-datetimepicker-widget a:hover {
        box-shadow: none !important;
    }

    .bootstrap-datetimepicker-widget a .btn:hover {
        background-color: transparent;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu {
        padding: 4px;
        width: 19em;
    }

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 991px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    right: auto;
    left: 12px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top {
    margin-top: auto;
    margin-bottom: 27px;
}

    .bootstrap-datetimepicker-widget.dropdown-menu.top.open {
        margin-top: auto;
        margin-bottom: 27px;
    }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 0;
    margin: 0;
    border-width: 0;
    background-color: transparent;
    color: #ff9800;
    box-shadow: none;
}

    .bootstrap-datetimepicker-widget a[data-action]:hover {
        background-color: transparent;
    }

        .bootstrap-datetimepicker-widget a[data-action]:hover span {
            background-color: #eee;
            color: #ff9800;
        }

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    font-size: 1.125rem;
    margin: 0;
    border-radius: 50%;
}

.bootstrap-datetimepicker-widget button[data-action] {
    width: 38px;
    height: 38px;
    margin-right: 3px;
    padding: 0;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
    border-radius: 3px;
    font-size: 0.875rem;
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        content: "Toggle Date and Time Screens";
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit;
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%;
            border-radius: 3px;
            margin: 2px 0px !important;
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-datetimepicker-widget table.table-condensed tr > td {
        text-align: center;
    }

    .bootstrap-datetimepicker-widget table td > div,
    .bootstrap-datetimepicker-widget table th > div {
        text-align: center;
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
        font-weight: 500;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px;
        }

        .bootstrap-datetimepicker-widget table th.disabled,
        .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: rgba(0, 0, 0, 0.12);
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table th.prev span,
        .bootstrap-datetimepicker-widget table th.next span {
            border-radius: 3px;
            height: 27px;
            width: 27px;
            line-height: 28px;
            font-size: 12px;
            border-radius: 50%;
            text-align: center;
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            content: "Previous Month";
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            content: "Next Month";
        }

        .bootstrap-datetimepicker-widget table th.dow {
            text-align: center;
            border-bottom: 1px solid rgba(0, 0, 0, 0.12);
            font-size: 12px;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.87);
            font-weight: 400;
            padding-bottom: 5px;
            padding-top: 10px;
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer;
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
        .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
            background: #eee;
        }

    .bootstrap-datetimepicker-widget table td > div {
        border-radius: 3px;
        height: 54px;
        line-height: 54px;
        width: 54px;
        text-align: center;
    }

    .bootstrap-datetimepicker-widget table td.cw > div {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #999;
    }

    .bootstrap-datetimepicker-widget table td.day > div {
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        padding: 0px;
        border-radius: 50%;
        position: relative;
        z-index: -1;
        color: #3C4858;
        font-size: 0.875rem;
    }

    .bootstrap-datetimepicker-widget table td.minute > div,
    .bootstrap-datetimepicker-widget table td.hour > div {
        border-radius: 50%;
    }

    .bootstrap-datetimepicker-widget table td.day:hover > div,
    .bootstrap-datetimepicker-widget table td.hour:hover > div,
    .bootstrap-datetimepicker-widget table td.minute:hover > div,
    .bootstrap-datetimepicker-widget table td.second:hover > div {
        background: #eee;
        cursor: pointer;
    }

    .bootstrap-datetimepicker-widget table td.old > div,
    .bootstrap-datetimepicker-widget table td.new > div {
        color: #999;
    }

    .bootstrap-datetimepicker-widget table td.today > div {
        position: relative;
    }

        .bootstrap-datetimepicker-widget table td.today > div:before {
            content: '';
            display: inline-block;
            border: 0 0 7px 7px solid transparent;
            border-bottom-color: #ff9800;
            border-top-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            bottom: 4px;
            right: 4px;
        }

    .bootstrap-datetimepicker-widget table td.active > div,
    .bootstrap-datetimepicker-widget table td.active:hover > div {
        background-color: #ff9800;
        color: #fff;
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
    }

    .bootstrap-datetimepicker-widget table td.active.today:before > div {
        border-bottom-color: #fff;
    }

    .bootstrap-datetimepicker-widget table td.disabled > div,
    .bootstrap-datetimepicker-widget table td.disabled:hover > div {
        background: none;
        color: rgba(0, 0, 0, 0.12);
        cursor: not-allowed;
    }

    .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 3px 3px;
        cursor: pointer;
        border-radius: 50%;
        text-align: center;
        font-size:15px;
    }

        .bootstrap-datetimepicker-widget table td span:hover {
            background: #eee;
        }

        .bootstrap-datetimepicker-widget table td span.active {
            background-color: #ff9800;
            color: #fff;
        }

        .bootstrap-datetimepicker-widget table td span.old {
            color: #999;
        }

        .bootstrap-datetimepicker-widget table td span.disabled,
        .bootstrap-datetimepicker-widget table td span.disabled:hover {
            background: none;
            color: rgba(0, 0, 0, 0.12);
            cursor: not-allowed;
        }

.bootstrap-datetimepicker-widget .timepicker-picker span,
.bootstrap-datetimepicker-widget .timepicker-hours span,
.bootstrap-datetimepicker-widget .timepicker-minutes span {
    border-radius: 50% !important;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 1px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}


/*svg tick animation*/
.circ {
    opacity: 0;
    display: none;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all .75s;
    -moz-transition: all .75s;
    -ms-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
}
.tick{
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset .4s 0.5s ease-out;
    -moz-transition: stroke-dashoffset .4s 0.5s ease-out;
    -ms-transition: stroke-dashoffset .4s 0.5s ease-out;
    -o-transition: stroke-dashoffset .4s 0.5s ease-out;
    transition: stroke-dashoffset .4s 0.5s ease-out;
}
.drawn > svg .path{
    display: block;
    opacity: 1;
    stroke-dashoffset: 0;
}

.contains-info > div{
  padding-right: 15px;
}

.contains-info > span{
  position: absolute;
  right: 0;
  bottom: 10px;
  cursor: help;
}

.form-group label.control-label.checkboxes{
  font-size: 14px;
  line-height: 1.45;
  display: block;
}

.checkbox+.checkbox, .radio+.radio{
  margin-top: 10px;
}

span.material-input{
  display: none;
}

.picture > img, .picture > svg{
  width: 100%;
  height: 100%;
}

.wizard-card .picture{
  background: #fff;
}

.wizard-card .picture.drawn{
  border-color:transparent;
}

.wizard-card .picture.drawn:hover{
  border-color:transparent;
}

.info-text {
    word-break: break-word;
}

h3.info-text > svg{
  height: 25px;
  width: 25px;
  margin-top: -5px;
  margin-left: 5px;
  vertical-align: middle;
}

.wizard-card h4.info-text{
  margin:0 10px;
  text-transform:capitalize;
}

h4.info_text {
    text-transform: uppercase;
    word-break: break-all;
}

.mb-10 {
    margin-bottom: 30px;
}

.checkbox label{
  color: rgba(0,0,0, 0.76);
}

/* Equipment tab css start Anil's code*/
.euipment thead{
  background: #c7c7c7;
}

.euipment thead th, .euipment tbody td{
  border-right: 2px solid #fff;
}

.euipment  td{
  border-top: 2px solid #fff!important;
}

.no-gutters{
  padding-right: 0;
  padding-left: 0;
}

.btn-feature{
  margin:0;
}


.mt-0{
  margin-top: 0;
}

.mt-10{
  margin-top:30px;
}

.wizard-card h4.text-left{
  text-align: left;
  margin: 10px 0;
}

.logo{
  max-width: 10em;
}

.wizard-card .wizard-footer.pt-15{
  padding-top:15px;
}

.p-15{
  padding-left: 15px;
  padding-right: 15px;
}

/*Hamburger*/
.wizard-navigation > ul{
  display: none;
  position: relative;
}

.hamburger{
  width: 24px;
  height: 18px;
  margin: 10px 20px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  cursor: pointer;
  z-index: 99999999999;
  position: relative;
  display: inline-block;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 8px;
}

.hamburger span:nth-child(3) {
    top: 16px;
}

.hamburger.open span:nth-child(1) {
    top: 8px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -24px;
}

.hamburger.open span:nth-child(3) {
    top: 8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.hamburger span {
    display: block;
    height: 2px;
    border-radius: 9px;
    background: #000;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.wizard-navigation > nav > span{
  border: 0 !important;
    border-radius: 0;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    color: #555555 !important;
    padding-left: 34px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 0;
}

/*Quill Text Editor*/
.ql-toolbar.ql-snow{
    width: 100%;
    float: left;
}

.ql-editor{
    padding: 12px 0 !important;
}

/*Tool tip*/
.tooltip-inner {
    max-width: 265px;
    width: 265px;
}

.tooltip-red h3.group-sub-heading {
    color: red !important;
}

@media only screen and (max-width:400px){
  .btn-wd{
    padding:10px 15px;
  }
}

@media only screen and (min-width: 768px){
  .wizard-navigation > ul{
    display: block;
  }

  .wizard-navigation > nav{
    display: none;
  }

  .picture-container{
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 990px){
    .welcome-note{
        max-width: 95%;
    }
}
