#client-name {
    margin: 33px 0 0 20px;
    font-size: 20px;
    color: #262C5D;
    font-weight: bold;
    text-transform: uppercase;
}

.orange-accent {
    color: #d63d05!important;
}

.form-wizard > .tabs > li.completed {
    border-bottom: 10px solid #8dc63f;
}

.form-wizard > .tabs > li.active a:after {
    background-color: #8dc63f;
}

.listView ul {
    margin: 0;
    padding: 0 0 0 10px;
}

.actions-contained {
    width: 170px;
}

.actions-medium {
    min-width: 88px;
}

.actions-large {
    min-width: 132px;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.small-margin-left {
    margin-left: 25px !important;
}

.small-margin-right {
    margin-right: 25px;
}

.small-margin-botom {
    margin-bottom: 25px;
}

.small-margin-top {
    margin-top: 25px;
}

.btn-primary {
    background: #e4480f;
}

.btn-primary:hover {
    background: #ef4c10;
    border-color: #fd7442;
}

p.intro {
    color: #000;
}

.btn.btn-primary.btn-icon-standalone:hover i {
    background: #ef4c10;
    border-right-color: #fd7442;
}

.btn.btn-primary.btn-icon-standalone i {
    background: #e4480f;
    border-right-color: #d63d05;
}

.btn-disabled, .btn-disabled:hover, .btn-disabled:active {
    background: #ccc !important;
    border-right-color: #bbb !important;
}

input[type="time"]:disabled {
    background: #efefef;
}

.fullWidthTextarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .page-container .main-content {
        padding: 0;
    }

    .col-md-12 {
        padding: 0;
    }

    .navbar.horizontal-menu {
        background: #fff;
    }

    .navbar.horizontal-menu a:hover {
        color: #2c2e2f !important;
    }

    .modal .modal-dialog .modal-content {
        padding: 5px;
    }
}

@media only screen and (max-width: 450px) {
    .modal-body .panel {
        padding: 5px;
    }

    .hide-on-mobile {
        display: none;
    }

    .full-width-on-mobile {
        width: 100%;
    }

    .listView {
        padding: 0;
    }

    .listView ul {
        list-style: none;
        padding: 0;
    }

    .dataTables_wrapper table.dataTable thead > tr > th {
        padding: 5px;
    }

    .table > thead > tr > td, .table > tbody > tr > td, .table > tfood > tr > td, .table > thead > tr > th, .table > tbody > tr > th, .table > tfood > tr > th {
        padding: 3px 6px;
    }
}

.icon-black-bg {
    background-color: #383b3c !important;
    border-right-color: #454849 !important;
}

.table-with-pagination {
    margin-bottom: 15px;
}

.table-with-pagination th a {
    display: block;
}

.pagerfanta {
    float: right;
}

.pagerfanta ul {
    margin: 0;
}

.search-button {
    margin: 0 !important;
}

.sort-icon {
    float: right;
}