﻿
.footer-line {
    border-top: 1px solid;
    padding: 15px;
    color: #ccc;
}

.toast-top-center {
    top: 20px;
}

.bucket-list-delete {
    /*position: absolute;*/
    /*top: 10px;*/
    right: 10px;
}

.bucket-list-edit {
    /*position: absolute;*/
    /*top: 10px;*/
    right: 40px;
}

.favourite:hover .caret {
    color: #ff9b12;
}

.favourite {
    margin-top: -8px !important;
    font-size: 22px !important;
    line-height: 10px !important;
    padding-top: 0 !important;
}

    .favourite .caret {
        color: #fff;
    }

.color-orange {
    color: #ff9b12;
}

span.spn-welcome {
    line-height: 36px;
    margin-right: 10px;
}

span.menu-text {
    float: right;
}

span.uic {
    width: 38px;
    height: 38px !important;
    padding: 10px 13px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    display: block;
    font-size: 20px;
    margin-top: -4px;
}

.fusion-background-highlight {
    /*padding-top:12px;*/
}


.no-padding {
    padding: 0 !important;
}

.navbar-nav > li {
    float: left;
}

.tt1 {
    float: none;
    margin: 0;
}

.wrap-nav-section.lasttab .nav-tabs {
    border-bottom: 0;
    padding-bottom: 10px;
    margin-top: 68px;
    float: none;
    margin-right: 0;
}

.col-xs-6.col-sm-3.col-md-3.wrap-header-options.mt-15.pull-right {
    margin-top: 7px;
    width: 300px;
}

.header-f .nav {
    margin-right: 5px !important;
}

#ty .modal-dialog {
    top: 50% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    width: 355px;
}

button[type="submit"]:focus {
    outline: none !important;
    opacity: 0.85;
    border: none;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    height: calc(100% - 3.5rem);
}

.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
    width: 100%;
}

.modal-dialog-xl {
    max-width: 850px;
}

.modal-content {
    width: 100%;
    background-color: #f5f5f5;
}

.modal-body {
    padding: 0px 90px;
}