﻿/*Misc*/
body {
    background: #EEE;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.mrp-car-number {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.mrp-hover-tools {
    display: none;
    padding: 5px;
    background-color: rgba(238, 238, 238, 0.7);
}

td.mrp-position {
    font-size: 1.1em;
}
/*End Misc*/


/*Start Side Menu*/
#mrp-side-menu {
    width: 100px;
    position: fixed;
    top: 50px;
    left: 0px;
    height: 100%;
    background: #4C4A49 none repeat scroll 0 0;
    color: #CCCCCC;
    z-index: 100;
}

    #mrp-side-menu a {
        color: #CCCCCC;
    }

    #mrp-side-menu > .container-fluid > .navbar-collapse {
        padding: 0;
    }

.nav.side-menu li a i {
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
    color: #222222;
}

.nav.side-menu li a {
    font-size: 14px;
    text-align: center;
    padding: 15px 0px;
}

.nav.side-menu li.active a,
#mrp-top-bar .nav .open > a {
    background: #222222;
}

    .nav.side-menu li a:hover,
    #mrp-top-bar .nav > li > a:hover,
    #mrp-top-bar .nav .open > a:hover,
    #mrp-top-bar .nav .open > a:focus,
    #mrp-top-bar .nav > li > a:focus,
    .nav.side-menu li a:active,
    .nav.side-menu li a:focus,
    #mrp-top-bar .nav > li > a:active {
        background: #333;
    }

        .nav.side-menu li a:hover i,
        .nav.side-menu li a:active i,
        .nav.side-menu li a:focus i,
        .nav.side-menu li.active i,
        #mrp-top-bar .nav > li > a:hover > i,
        #mrp-top-bar .nav > li > a:active > i,
        #mrp-top-bar .nav > li > a:focus > i,
        #mrp-top-bar .nav .open > a i {
            color: #C4383B;
            text-shadow: 1px 1px 1px #222;
        }

.nav.side-menu li, .nav-logo {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 0 rgba(96, 96, 96, 0.5) inset;
}

#mrp-side-menu > .container-fluid {
    padding: 0px;
}

.nav-logo {
    width: 100px;
    height: auto;
    text-align: center;
    padding: 5px;
}

    .nav-logo img {
        max-width: 80px;
    }

.nav .btn-default {
    color: #333 !important;
}
/*End Side Menu*/

/*Start Top Bar*/
#top-nav .navbar-brand {
    padding: 15px;
    margin-left: 0;
}

#top-nav > .container-fluid > ul li:last-child {
    margin-right: 10px;
}

/*This prevents margins from being added to drop down menu items incorrectly*/
#top-nav > .container-fluid > ul li ul.dropdown-menu li:last-child {
    margin-right: 0px;
}

#mrp-top-bar {
    background: #4c4a49;
    height: 67px;
    color: #bebebe;
}

    #mrp-top-bar .nav > li > a {
        color: #bebebe !important;
        line-height: 65px;
        padding: 0px 15px;
    }

        #mrp-top-bar .nav > li > a.truncate {
            color: #bebebe !important;
            line-height: 66px;
            padding: 0px 20px 0px 15px;
        }

        #mrp-top-bar .nav > li > a i {
            color: #222222;
        }

    #mrp-top-bar .nav-xl > li > a i {
        font-size: 1.1em;
    }

    #mrp-top-bar .nav > li {
        border-left: 1px solid rgba(0, 0, 0, 0.4);
        box-shadow: 1px 0 0 rgba(96, 96, 96, 0.5) inset;
    }

        #mrp-top-bar .nav > li.mrp-main-drop-menu:first-child:nth-last-child(1) {
            max-width: 100%;
        }

        #mrp-top-bar .nav > li.mrp-main-drop-menu:first-child:nth-last-child(2),
        #mrp-top-bar .nav > li.mrp-main-drop-menu:first-child:nth-last-child(2) ~ li {
            max-width: 50%;
        }

        #mrp-top-bar .nav > li.mrp-main-drop-menu:first-child:nth-last-child(3),
        #mrp-top-bar .nav > li.mrp-main-drop-menu:first-child:nth-last-child(3) ~ li {
            max-width: 33%;
        }

        #mrp-top-bar .nav > li.mrp-main-drop-menu:first-child:nth-last-child(4),
        #mrp-top-bar .nav > li.mrp-main-drop-menu:first-child:nth-last-child(4) ~ li {
            max-width: 25%;
        }

        #mrp-top-bar .nav > li.mrp-main-drop-menu:first-child:nth-last-child(5),
        #mrp-top-bar .nav > li.mrp-main-drop-menu:first-child:nth-last-child(5) ~ li {
            max-width: 20%;
        }


    #mrp-top-bar > .container-fluid {
        padding-left: 0;
    }

    #mrp-top-bar > .navbar-fixed-top .navbar-collapse {
        max-width: 320px;
        float: left;
        padding-right: 10px;
    }

    #mrp-top-bar > .navbar-collapse-inner {
        max-width: 350px;
        float: left;
    }

.mrp-topbar-nav-wrapper {
    display: flex;
    flex-flow: row;
}

.mrp-topbar-nav {
    width: 100vw;
    flex: 1;
}


.nav.nav-xl {
    font-size: 18px;
}

#mrp-top-bar .nav-icon i, .nav-icon .mrpicon {
    color: #222;
    display: block;
    font-size: 24px;
    padding-bottom: 5px;
}

.nav-icon li {
    line-height: 20px;
}

#mrp-top-bar .nav.nav-icon > li > a {
    color: #bebebe;
    display: block;
    font-size: 17px;
    padding: 9px 14px;
    text-align: center;
    line-height: 20px;
}

#mrp-top-bar .nav.nav-icon > li.mrp-logo-link > a {
    padding: 5px 9px;
}

#mrp-top-bar .nav.nav-icon > li.mrp-logo-link img {
    max-width: 80px;
}

#mrp-top-bar li.mrp-main-drop-menu .caret {
    position: absolute;
    right: 5px;
    top: 32px;
}

/*End Top Bar*/

/*Start save Bar*/
.mrp-save-bar {
    display: inline-block;
    width: 100%;
    background: #F5F5F5;
    position: fixed;
    margin: 0;
    left: 0px;
    z-index: 10;
    height: 55px;
}

.mrp-save-bar-content {
    border-width: 0px 0px 1px 0px;
    vertical-align: middle;
}

.mrp-save-bar-inner {
    padding: 10px;
    /*margin-right: 225px;*/
}

.mrp-save-bar-section {
    padding: 10px;
    border-right: solid 1px #d9d9d9;
    float: left;
}

.mrp-save-bar-bottom {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #CCCCCC;
    -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.2);
}

.save-button-wrap {
    float: right;
    height: 55px;
    padding: 10px;
    border-left: #F5F5F5 2px inset;
    width: 225px;
}

.save-status {
    line-height: 34px;
    vertical-align: middle;
    margin-right: 5px;
}

.mrp-save-alert-bar {
    display: inline-block;
    width: 100%;
    margin: 0;
    z-index: 10;
    height: 55px;
    text-align: center;
    font-size: 1.3em;
    line-height: 27px;
    display: none;
}

.mrp-save-alert-bottom {
    position: fixed;
    bottom: 55px;
}

#mrp-modal .mrp-save-alert-bar {
    position: absolute;
    top: 0px;
    width: 70%;
    left: 50%;
    margin-left: -35%;
    font-size: 1.1em;
}

ul.mrp-dropup-save {
    padding-top: 0px;
}

    ul.mrp-dropup-save li button {
        padding: 0px;
        background: inherit;
        border: none;
        width: 100%;
        padding: 3px 50px 3px 20px;
        display: inline-block;
        text-align: left;
        white-space: nowrap;
    }

    ul.mrp-dropup-save li:hover, ul.mrp-dropup-save li:active {
        background: #f5f5f5;
        color: #262626;
        cursor: pointer;
    }

    ul.mrp-dropup-save li {
        clear: both;
        color: #333;
        display: block;
        font-weight: normal;
        line-height: 1.42857;
        position: relative;
    }

        ul.mrp-dropup-save li i {
            position: absolute;
            right: 20px;
            top: 8px;
        }

/*End save Bar*/

#dashboardMessage.alert {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
    display: none;
}

    #dashboardMessage.alert h4 {
        font-size: 1.2em;
    }

.mrp-body .alert.mrp-hero-alert {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    border-radius: 0px;
    margin-bottom: 15px;
}

/*Start Main Content*/
#mrp-scoring-content {
    margin-top: 117px;
    padding: 15px;
}

.mrp-content-info {
    font-size: 1.1em;
    padding: 8px 0;
    width: 100%;
    background: #E3E3E3;
}
/*End Main Content*/

/*Hero Header*/
.mrp-hero-header {
    position: relative;
    margin-bottom: 15px;
    background-color: #FFF;
    border-bottom: solid 1px #D2D2D2;
    padding-bottom: 20px;
}

    .mrp-hero-header .mrp-hero-image {
        width: 100%;
        margin-bottom: 60px;
        max-height: 600px;
    }

    .mrp-hero-header .mrp-profile-image {
        position: absolute;
        left: 40px;
        bottom: 15px;
        border: solid 3px #EEE;
    }

    .mrp-hero-header .mrp-profile-name {
        position: absolute;
        left: 220px;
        bottom: 20px;
    }

    .mrp-hero-header .mrp-hero-edit {
        position: absolute;
        right: 30px;
        bottom: 25px;
    }
/*End Hero Header*/

/*Image Helpers*/
.mrp-profile-image {
    width: 160px;
    height: 160px;
    border-radius: 20px;
}
/*End Image Helpers*/


/*Start Panel*/
.mrp-panel {
    position: relative;
    width: 100%;
    margin: 5px 0;
    padding: 10px 17px;
    display: inline-block;
    background: #FFF;
    border: 1px solid #D2D2D2;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

.mrp-panel-title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}


    .mrp-panel-title h2 {
        margin: 5px 0 6px;
        float: left;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 20px;
    }

        .mrp-panel-title h2 small {
            margin-left: 10px;
        }

    .mrp-panel-title .mrp-toolbox {
        margin-right: 0px;
    }

        .mrp-panel-title .mrp-toolbox > li > a {
            padding: 5px;
            color: #333;
            font-size: 14px;
        }

    /*Table style titles*/
    .mrp-panel-title.mrp-panel-title-table {
        padding-left: 0px;
        padding-right: 0px;
    }

.mrp-panel-title-table .table {
    margin-bottom: 0px;
}

    .mrp-panel-title-table .table thead {
        border: none;
    }

    .mrp-panel-title-table .table th {
        padding-bottom: 0px;
        padding-top: 0px;
    }
/*End Table style titles*/

.mrp-panel-footer {
    margin-top: 10px;
    border-top: 2px solid #E6E9ED;
    padding: 10px;
}

.mrp-panel-top-border {
    border-width: 8px 1px 1px 1px;
}

.mrp-panel-primary {
    border-color: #3498db;
    border-width: 8px 1px 1px 1px;
}

.mrp-panel-sub {
    background-color: #f5f5f5;
    border: 2px solid #ddd;
    margin: 5px;
}

    .mrp-panel-sub legend {
        margin-left: 5px;
        margin-bottom: 0;
        padding-left: 5px;
        width: auto;
        padding-right: 5px;
        border: none;
    }

.mrp-panel-sub-content {
    border-left: 1px solid #ddd;
    margin-bottom: 10px;
}

    .mrp-panel-sub-content:first-of-type {
        border: none;
    }

.mrp-panel-center-sm {
    width: 75%;
    height: 100%;
    margin: auto;
    background: #fff;
    border: 1px solid #D2D2D2;
    -webkit-column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

.mrp-action-panel {
    padding: 0px;
}

    .mrp-action-panel h4 {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .mrp-action-panel a {
        display: block;
        width: 100%;
        height: 100%;
    }

        .mrp-action-panel a:hover {
            text-decoration: none;
        }

    .mrp-action-panel i {
        font-size: 80px;
        line-height: 1;
    }

    .mrp-action-panel .mrp-panel-content {
        padding: 25px 0px 15px 0px;
    }

/*Dashboard mobile styling*/
@media (max-width: 991px) {
    #dashboard-icons {
        margin-left: -5px;
        margin-right: -5px;
    }

    .dashboard-icon-tile {
        padding: 0px 5px;
    }

    .mrp-action-panel-mobile-compact .mrp-panel-content {
        padding: 10px 0px 0px 0px;
    }

    .mrp-action-panel-mobile-compact .mrp-panel-footer {
        border-top: none;
        padding: 0px 10px 10px 10px;

        & .btn {
            align-items: center;
            display: flex;
            height: 38px;
            justify-content: center;
            white-space: normal;
        }
    }

    .mrp-action-panel-mobile-compact i {
        font-size: 50px;
    }

    .dashboard-favorites-panel .mrp-panel-title {
        display: none;
    }
}

.mrp-panel-chevron {
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 60px solid #3498db;
    border-left: 60px solid transparent;
    color: #FFF;
}

    .mrp-panel-chevron i {
        position: absolute;
        top: -50px;
        right: 7px;
        font-size: 18px;
    }

.mrp-panel-chevron-danger {
    border-top-color: #EE1D25;
    color: #FFF;
}

.mrp-panel-chevron-success {
    border-top-color: #00A728;
    color: #FFF;
}

/*End Panel*/

/*Empty View*/

.mrp-empty-view {
    position: relative;
    margin-top: 120px;
}

.mrp-side-menu-offset .mrp-empty-view {
    padding-left: 160px;
}

.mrp-side-menu-offset.mrp-tray-offset .mrp-empty-view {
    padding-left: 460px;
}

/*if the empty view is inside the body, we need to adjust the offsets to account for the body positioning*/
.mrp-side-menu-offset .mrp-body .mrp-empty-view {
    padding-left: 0px;
    margin-top: 40px;
}

.mrp-empty-view .mrp-panel {
    width: 500px;
    margin: auto;
    display: block;
    border-radius: 10px !important;
}

    .mrp-empty-view .mrp-panel .btn {
        width: 80%;
    }
/*End Empty View*/


.mrp-select-button i {
    font-size: 1.1em;
}
/*TRAY*/
.mrp-tray {
    background: #F5F5F5;
    border-right: 1px solid #d9d9d9;
    display: block;
    z-index: 20;
    display: flex;
    flex-flow: column;
    width: 300px;
    position: fixed;
    top: 0px;
    height: 100vh;
}

    .mrp-tray .nav-tabs > li.active > a, .mrp-tray .nav-tabs > li.active > a:focus, .mrp-tray .nav-tabs > li.active > a:hover {
        background: #F5F5F5;
    }

    .mrp-tray > .tray-control {
        position: absolute;
        float: right;
        height: 100%;
        width: 15px;
        left: 300px;
        line-height: 100vh;
        border-right: 1px solid #CCCCCC;
        background: #F5F5F5;
        text-align: center;
        font-size: 1.3em;
        display: none;
    }

.mrp-tray-content, .mrp-tray-bin {
    padding: 10px 10px;
}

.mrp-tray-bin {
    border: 1px dashed #d9dee4;
    border-width: 1px 0px;
    background: #EEEEEE;
}

.mrp-tray .nav-tabs {
    padding-top: 10px;
    padding-left: 10px;
    height: 50px !important;
}

.mrp-tray-bin.row {
    padding-left: 0px;
    padding-right: 0px;
}

.mrp-tray-button-half {
    float: left;
    width: 48%;
    margin: 0px 1%;
}

.mrp-tray-content .dropdown-menu {
    width: 100%;
}

/*Allows for a scrolling top section of the tray that pushes all other content to the bottom*/
.mrp-tray-upper {
    flex: 1;
    overflow-y: auto;
}

/*End Tray*/

/*Tray List*/
.mrp-tray-list {
    margin: 5px 0 0 0;
    padding: 0px;
    color: #666666;
    overflow-y: auto;
    flex: 1;
}

    .mrp-tray-list li {
        list-style: none;
        padding: 0px 5px 0px 0px;
        border-bottom: solid 2px #d9dee4;
        position: relative;
        background: #3498db;
    }

        .mrp-tray-list li.disabled {
            background: #ccc;
            color: #AAA;
        }

.mrp-tray-list-item {
    padding: 5px 10px;
    background: #F2F2F2;
    height: 51px;
}

.mrp-tray-list li:hover {
    background: #666666;
    cursor: pointer;
}

    .mrp-tray-list li:hover .mrp-tray-list-item {
        background: #fbfbfb;
    }

.mrp-tray-list-content h4 {
    margin: 0px 0px 2px 0px;
    font-weight: bold;
}

.mrp-tray-list-callout {
    font-size: 26px;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px;
}

.mrp-tray-list li.mrp-empty {
    background: #F5F5F5;
    text-align: center;
    padding: 20px;
    border-bottom: 0px;
    cursor: default;
}

/*End Tray List*/

/*Tray Nav*/
.mrp-tray-nav {
    font-size: 16px;
    list-style: none;
    padding: 0px;
    overflow-y: auto;
    height: 100vh;
    flex: 1;
    margin-bottom: 0;
}

.mrp-tray-nav-strict-container .mrp-tray-nav {
    height: auto;
}

.mrp-tray-nav a {
    padding: 12px 15px 12px 23px;
    margin-right: 5px;
    background: #F2F2F2;
    display: block;
    text-decoration: none;
    color: #666;
}

.mrp-tray-nav i {
    margin-right: 10px;
    display: inline-block;
    font-size: 20px;
    width: 25px;
}

.mrp-tray-nav li {
    padding: 0px;
    background: #CCC;
    border-bottom: solid 2px #d9dee4;
}

    .mrp-tray-nav li:first-child {
        border-top: solid 2px #d9dee4;
    }

    .mrp-tray-nav li:hover, .mrp-tray-nav li.active {
        background: #3498db;
    }

        .mrp-tray-nav li:hover i, .mrp-tray-nav li.active i {
            color: #3498db;
        }

        .mrp-tray-nav a:hover, .mrp-tray-nav li.active a {
            background: #fbfbfb;
        }

.mrp-tray-nav > li > a > i {
    float: left;
}

.mrp-tray-nav > li > a > span {
    margin-left: 35px;
    display: block;
}
/*End Tray Nav*/

/*Right side Tray*/

#mrp-portal .mrp-tray.mrp-tray-right {
    right: 0px;
    left: unset;
    border-right: none;
    border-left: 1px solid #d9d9d9;
}

/*End Right Side Tray*/


/*Lineup Grid*/


.mrp-lineup-header {
    width: 100%;
}

i.mrp-race-status-icon {
    border-right: solid 2px #e6e9ed;
    padding-right: 6px;
    margin-right: 0px;
    display: inline-block;
}

.mrp-lineup-item {
    height: 60px;
    padding-left: 8px;
    padding-right: 8px;
}

.mrp-lineup-grid {
    position: relative;
}

    .mrp-lineup-grid .mrp-lineup-inner {
        border: solid 1px #888;
        margin: 5px 0px;
        display: block;
        padding: 0;
        border-radius: 3px;
        position: relative;
        background: #fff;
        overflow: hidden;
        height: 46px;
    }

        .mrp-lineup-grid .mrp-lineup-inner.bg-warning {
            background-color: #fcf8e3;
        }

    .mrp-lineup-grid .mrp-car-number {
        display: block;
    }

.mrp-panel-primary .mrp-lineup-position {
    border-top: 35px solid #3498db;
    color: #FFF;
}

.mrp-lineup-position {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 15px;
    border-top: 35px solid #EEEEEE;
    border-right: 35px solid transparent;
    color: #555;
}

    .mrp-lineup-position small {
        position: absolute;
        top: -30px;
        left: 4px;
        width: 15px;
        text-align: center;
        display: block;
    }

.mrp-enter-event-wrap .mrp-lineup-position {
    display: none;
}

.mrp-enter-event-wrap .mrp-hover-tools {
    display: none !important;
}

.mrp-lineup-item .mrp-hover-tools {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

.mrp-lineup-item:not(.disabled):hover .mrp-hover-tools {
    display: block;
}

.ui-sortable {
    min-height: 20px;
}

.mrp-lineup-item.ui-sortable-placeholder {
    height: 50px;
    overflow: hidden;
}

.mrp-lineup-item {
    cursor: grab;
}

    .mrp-lineup-item.ui-sortable-helper {
        cursor: grabbing;
    }

.mrp-lineup-row-number {
    height: 60px;
    padding: 20px 0px;
}

    .mrp-lineup-row-number span {
        font-size: .8em;
        padding: 0;
        line-height: .8em;
        padding: 5px;
        background: #F5F5F5;
        border: #d9dee4 solid 1px;
        border-width: 1px 1px 1px 0px;
        display: block;
        position: relative;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        font-weight: bold;
    }

.mrp-row-wrap {
    position: absolute;
    top: 17px;
    left: -17px;
}

.mrp-lineup-name {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.mrp-redrawnIcon {
    position: absolute;
    top: 1px;
    right: 2px;
    z-index: 5;
    color: #000;
    background: #EEEEEE;
    font-size: 9px;
    padding: 0px 4px;
    border-radius: 8px;
    border: solid 1px #d9dee4;
}

.mrp-panel-primary .mrp-redrawnIcon {
    background: #3498db;
    color: #FFF;
    border: 1px solid #3498db;
}

.mrp-startAtBackIcon {
    position: absolute;
    top: 1px;
    left: 2px;
    z-index: 5;
    color: #222;
    background: #F5F5F5;
    font-size: 9px;
    padding: 0px 2px;
    border-radius: 8px;
    border: solid 1px #888;
}
/*End Lineup Grid*/

/*Drag Lineups*/

.mrp-drag-lineup-driver {
    padding: 5px 15px;
    border: solid 2px #888;
    border-radius: 4px;
}

    .mrp-drag-lineup-driver.mrp-drag-lineup-placeholder {
        background-color: #f5f5f5;
        border: 2px solid #ddd;
        cursor: pointer;
    }

.mrp-panel-primary .mrp-drag-lineup-driver {
    background-color: #f5f5f5;
    border: 2px solid #3498db;
    cursor: default;
}

    .mrp-panel-primary .mrp-drag-lineup-driver .mrp-selected {
        display: block;
    }

    .mrp-panel-primary .mrp-drag-lineup-driver .mrp-not-selected {
        display: none;
    }

.mrp-drag-lineup-driver .mrp-not-selected {
    display: block;
}

.mrp-drag-lineup-driver .mrp-selected {
    display: none;
}


/*End Drag Lineups*/

/*Sorting/Dragging*/
.ui-sortable-handle {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.ui-sortable-helper .ui-sortable-handle {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

tr.ui-sortable-helper {
    background: #FFFFFF;
}

.mrp-sort-handle {
    white-space: nowrap;
}

    .mrp-sort-handle i {
        display: inline-block;
        margin-right: 1px;
    }

.connectDraggable {
    min-height: 25px;
    padding-bottom: 5px;
}

/*End Sorting/Dragging*/

/* MRP Bodies */
.mrp-body {
    padding: 15px;
}

/* End MRP Bodies*/

.mrp-loading {
    background: #e6e6e6;
    border: dashed 4px #D2D2D2;
    text-align: center;
    position: relative;
}

    .mrp-loading i {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 70px;
        margin-top: -35px;
        margin-left: -35px;
        color: #999;
    }

/* btn extensions */
.btn.no-bg {
    background: none;
}

.btn-link.text-danger {
    color: #a94442;
}

.save-button-wrap .btn[disabled] {
    cursor: default;
    opacity: 100;
}

.save-button-wrap .modal-link:focus {
    outline: 0;
    border: none;
}

#ajax-load {
    display: block;
    top: 200px;
    left: 50%;
    position: fixed;
    z-index: 10000000000;
}

    #ajax-load > #loading-icon {
        font-size: 5em;
        color: #FFF;
    }
/* end btn extensions */

/* Spin Button */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    right: -10px;
    position: relative;
}
/* End Spin Button */

/* Radio button list */
.mrp-select-list .mrp-select-list-item {
    padding: 5px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.mrp-select-list.disabled .mrp-select-list-item {
    pointer-events: none;
    cursor: not-allowed;
}

.mrp-select-list {
    list-style: none;
    padding: 0px;
}

.mrp-select-list-item.active {
    background-color: #D9EDF7;
}

.mrp-select-list-item.disabled {
    background-color: #EEE;
    color: #777;
}

.mrp-select-list .mrp-select-list-item blockquote {
    border: none;
    font-size: 1em;
    padding-top: 2px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #777;
}

.mrp-select-list .mrp-select-list-item strong {
    font-size: 1.1em;
    padding-left: 5px;
}

.mrp-select-list input[type=radio], .mrp-select-list input[type=checkbox] {
    display: none;
}

.mrp-select-list .mrp-select-list-item {
    cursor: pointer;
}

.mrp-select-list:not(.disabled) .mrp-select-list-item:hover {
    background: rgb(234,234,234) !important;
}


.mrp-button-list li {
    width: 150px;
    border-radius: 5px;
    text-align: left;
    background: rgb(255,255,255);
    border: rgb(200,200,200) 1px solid;
}

.mrp-select-list .label {
    position: absolute;
    right: 8px;
    top: -4px;
    font-size: 12px;
}

/* End Radio button List */

/* Button Checkbox */
.mrp-button-checkbox input[type=checkbox] {
    display: none;
}
/* End Button Checkbox */


/*Driver Name Block*/
td h4.mrp-driver-name {
    margin-top: 0px;
}

td span.mrp-driver-name {
    font-size: 1em;
}
/*END Driver Name Block*/

/*Modal Error*/
.modalError {
    margin: 0 10px;
}

/* End Modal Error */

/* Modal Subtitle */
.modal-subtitle {
    margin-top: 3px;
    margin-bottom: 0px;
    color: #444;
}
/* End Modal Subtitle*/

/* Validation Error */
.input-validation-error {
    border-color: rgba(255, 0, 0, 0.8) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6) !important;
    outline: 0 none !important;
}

/* Useful setting for validation summaries that want to exclude list item markers. */
.validation-summary-errors.list-style-none ul {
    list-style: none
}


.mrp-icon-alert {
    text-align: left;
    position: relative;
    padding-left: 52px;
}

    .mrp-icon-alert .mrp-icon {
        font-size: 30px;
        position: absolute;
        top: 10px;
        left: 15px;
    }

    .mrp-icon-alert ul {
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .mrp-icon-alert li {
        margin-bottom: 10px;
    }

        .mrp-icon-alert li:last-child {
            margin-bottom: 0px;
        }

    .mrp-icon-alert h4 {
        margin-bottom: 3px;
        font-size: 1em;
        font-weight: bold;
    }

/* End Validation Error */

#pill-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 123px;
    left: 0px;
    z-index: 10000;
    background: rgba(76,74,73,.7);
}

    #pill-overlay span {
        display: block;
        margin: 0px 20px;
        background: #FFFFFF;
        color: #000;
        font-size: 18px;
        text-align: center;
        border-radius: 10px;
        border: solid 1px #D2D2D2;
        padding: 20px;
        position: relative;
        top: 50%;
        margin-top: -140px;
    }

/* Autocomplete */
.ui-autocomplete.dropdown-menu li {
    border-bottom: solid 1px #e5e5e5;
}

    .ui-autocomplete.dropdown-menu li:last-child {
        border: none;
    }

    .ui-autocomplete.dropdown-menu li:hover {
        cursor: pointer;
    }

.ui-autocomplete.dropdown-menu {
    max-height: 400px;
    overflow: auto;
    position: fixed;
}
/* End Autocomplete */

/* Vertical separator */
.mrp-vertical-separator .mrp-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    z-index: 1;
}

.mrp-vertical-separator .mrp-wordWrap {
    text-align: center;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}

    .mrp-vertical-separator .mrp-wordWrap .mrp-word {
        color: #ccc;
        text-transform: uppercase;
        letter-spacing: 1px;
        font: bold 12px arial,sans-serif;
        background: #fff;
        width: 30px;
        margin: auto;
        font-size: 1.3em;
    }

/* End Vertical Separator*/

/* Offsets */

/* Top Nav Offsets */
.mrp-nav-offset-1 {
    margin-top: 51px;
}

.mrp-nav-offset-2 {
    margin-top: 118px;
}

.mrp-nav-padding-offset-1 {
    padding-top: 51px;
}
/* End Top Nav Offsets */


/* Content info offsets*/
.mrp-tray-offset .mrp-content-info {
    padding-left: 300px;
}

.mrp-side-menu-offset .mrp-content-info {
    padding-left: 100px;
}

.mrp-side-menu-offset.mrp-tray-offset .mrp-content-info {
    padding-left: 400px;
}
/* End Content info offsets*/

/* Save bar offsets */
.mrp-tray-offset .mrp-save-bar {
    padding-left: 300px;
}

.mrp-side-menu-offset .mrp-save-bar {
    padding-left: 100px;
}

.mrp-side-menu-offset.mrp-tray-offset .mrp-save-bar {
    padding-left: 400px;
}

/* End Save bar offsets */

/* Save alert bar offsets*/
.mrp-side-menu-offset .mrp-save-alert-bar {
    padding-left: 100px;
}

.mrp-tray-offset .mrp-save-alert-bar {
    padding-left: 300px;
}

.mrp-side-menu-offset.mrp-tray-offset .mrp-save-alert-bar {
    padding-left: 400px;
}
/* End Save alert bar offsets */

/* Body offsets */
.mrp-tray-offset .mrp-body {
    margin-left: 300px;
}

.mrp-side-menu-offset .mrp-body {
    margin-left: 100px;
}

.mrp-side-menu-offset.mrp-tray-offset .mrp-body {
    margin-left: 400px;
}

.mrp-savebar-offset .mrp-body {
    margin-bottom: 50px;
}

/* End Body offsets */

/* End Offsets */

.mrp-button-widget a {
    display: block;
    padding: 20px;
}

    .mrp-button-widget a:hover {
        background: #F5F5F5;
        text-decoration: none;
    }


.mrp-entryClaimIcon {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #f2b01e;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
    font-size: 16px;
}

/*Sandbox colors*/
.navbar.mrp-sandbox {
    background-color: #5BC0DE !important;
    color: #FFF;
}

    .navbar.mrp-sandbox a, .navbar.mrp-sandbox .navbar-nav > li > a {
        color: #FFF;
    }

    .navbar.mrp-sandbox .navbar-nav > .open > a,
    .navbar.mrp-sandbox .dropdown-menu > li > a {
        color: #333;
    }

/*End Sandbox Colors*/
#importDropArea {
    display: none;
    text-align: center;
    color: #777;
    font-weight: bold;
    padding: 40px 0px 41px 0px;
    border: dashed 2px #CCC;
}

.drop-active #importDropArea {
    display: block;
}

.drop-active #importButtons {
    display: none;
}

/* Cursor */
.cursor-disabled {
    cursor: not-allowed !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

#top-nav .navbar-nav {
    float: left;
}


.mrp-file-upload {
    position: relative;
    overflow: hidden;
}

    .mrp-file-upload input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.mrp-file-upload-preview {
    margin-top: 3px;
    width: 100%;
}

@media (min-width: 1305px) {
    #top-nav.mrp-sandbox .nav.navbar-nav.nav-xl {
        width: 56%;
    }
}


/*Subscription Plans*/
.mrp-select-list li.mrp-plan:hover {
    cursor: pointer;
}

.mrp-select-list li.mrp-plan.disabled:hover {
    cursor: default;
}

.mrp-plan.mrp-panel {
    padding: 20px 25px;
    position: relative;
}

.mrp-plan h3 {
    margin-top: 0px;
}

.mrp-plan .btn {
    font-weight: bold;
}

.mrp-plan .table td.mrp-plan-action {
    border-left: solid 2px #e6e6e6;
    padding-left: 30px;
}

.mrp-plan .table td.mrp-plan-description {
    padding-right: 30px;
}

.mrp-plan-description img {
    width: 45px;
}

.mrp-plan.active {
    border-color: #4cae4c;
    box-shadow: #4cae4c 0px 0px 4px;
}

.mrp-plan-ribbon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 85px;
}

/*End Subscription Plans*/


#phone-mockup-wrap {
    position: relative;
    width: 450px;
    padding: 62px 40px 0px 40px;
}

#favorites-phone-wrap #phone-mockup-wrap {
    margin: 0 auto 20px;
}

#phone-mockup-wrap .mrp-hero-header .mrp-hero-image {
    max-height: 157px;
    min-height: 155px;
    margin-bottom: 35px;
    width: 470px;
    margin-left: -50px;
}

#phone-mockup-content {
    background: #FFF;
    height: 213px;
    overflow: hidden;
}

#phone-mockup {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}

#phone-mockup-wrap .mrp-hero-header {
    padding-bottom: 20px;
    border-bottom: none;
    z-index: 25;
    position: absolute;
    width: 370px;
    overflow: hidden;
}

#phone-mockup-wrap .mrp-profile-image {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    left: 12px;
    bottom: 10px;
    border-width: 2px;
}

#phone-mockup-wrap .mrp-profile-name {
    left: 90px;
    bottom: 13px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 280px;
    overflow: hidden;
}

#profile-marketing {
    padding: 0px 70px;
    width: 450px;
    margin-top: 30px;
}

    #profile-marketing .mrp-app-badge {
        max-height: 40px;
        display: inline-block;
        padding: 0px 8px;
    }

    #profile-marketing ul {
        text-indent: -10px;
        list-style: none;
        padding-left: 20px;
        font-size: 16px;
    }

        #profile-marketing ul li {
            margin-bottom: 3px;
        }

    #profile-marketing #app-banner {
        margin-bottom: 15px;
    }

        #profile-marketing #app-banner img {
            width: 65px;
            height: 65px;
            border-radius: 10px;
            float: left;
            margin-right: 10px;
        }

        #profile-marketing #app-banner h3 {
            float: left;
            margin-top: 3px;
            font-weight: bold;
            line-height: 1.2em;
            margin-bottom: 0px;
        }

    #profile-marketing a:hover {
        text-decoration: none;
    }

.mrp-highlight-border {
    box-shadow: #00A728 0px 0px 10px 3px;
}

.mrp-app-callout-section {
    display: flex;
    flex-direction: column;
    justify-self: anchor-center;
}

/*-----------------------------------------------------------------------------------------------------------------------
Smaller screen sizes
-----------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1304px) /* menu is set to collapse at this width to change you must go here http://getbootstrap.com/customize/?id=a1f4b4d378d01ce269392c44add27f12 and 
                              change @grid-float-breakpoint under Grid System. Then update this media query
                           */
{
    /* Navs */

    .mrp-topbar-nav-wrapper {
        display: block;
    }

        .mrp-topbar-nav-wrapper .mrp-topbar-nav {
            width: 90%;
        }

    .navbar-nav {
        margin: 0 15px 0 0;
    }

    .navbar-right .navbar-form {
        margin-bottom: 0px;
        margin-left: 0px;
        border: none;
    }

    #mrp-top-bar {
        padding-left: 100px;
    }

        #mrp-top-bar > ul.nav-xl, #mrp-top-bar .nav > li > a {
            height: 65px;
        }

        #mrp-top-bar > .container-fluid > .navbar-header > .navbar-toggle {
            margin-top: 13px;
            border-color: #545251;
            margin-right: 20px;
        }

        #mrp-top-bar .navbar-toggle .icon-bar {
            border: 1px solid #C4CCCC;
        }

        #mrp-top-bar > .container-fluid > .navbar-collapse {
            padding-left: 20px;
            background: #4C4A49;
            margin-left: -35px;
            border-top: 1px solid rgba(0, 0, 0, 0.4);
            box-shadow: 0 1px 0 rgba(96, 96, 96, 0.5) inset;
        }

        #mrp-top-bar .dropdown-menu {
            background: #4C4A49;
        }

            #mrp-top-bar .dropdown-menu li a {
                padding-left: 10px;
            }

    #top-nav.navbar-default .navbar-nav > .open > a,
    #top-nav.navbar-default .navbar-nav > .open > a:hover,
    #top-nav.navbar-default .navbar-nav > .open > a:focus {
        line-height: 30px;
        height: 50px;
    }

    #top-nav.navbar-default .navbar-nav > li > a,
    #top-nav.navbar-default .navbar-nav > li > a:hover,
    #top-nav.navbar-default .navbar-nav > li > a:focus {
        height: 50px;
        line-height: 30px;
    }

    #top-nav .nav.nav-xl.navbar-nav > li > .dropdown-menu {
        background: #FFF;
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    }

    #top-nav .navbar-default .navbar-nav > open > a {
        height: 50px;
    }

    .navbar .nav > li > .dropdown-menu::after {
        display: none;
    }

    #mrp-top-bar .mrp-main-drop-menu {
        max-width: 275px;
        min-width: 1px;
        float: left;
    }

    #mrp-top-bar .dropdown-menu {
        background: #FFFFFF;
        margin-left: -1px;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 0px;
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    }

    #mrp-top-bar .navbar-collapse-inner {
        padding: 0px;
        background: #4C4A49;
        width: 250px;
        right: 0px;
        position: absolute;
        top: 67px;
        border: solid 1px #1b1b1b;
        border-width: 0px 1px 1px 1px;
    }

        #mrp-top-bar .navbar-collapse-inner > .nav {
            margin: 0;
        }

    #mrp-top-bar > .container-fluid > .navbar-header {
        width: 60px;
        float: right;
    }

    #top-nav ul.mrp-nav-right {
        padding-right: 45px;
        margin-right: 0;
        float: right;
    }

    #top-nav ul li {
        display: inline-block;
    }

        #top-nav ul li .navbar-form {
            padding: 0;
        }

    #top-nav > .container-fluid {
        padding: 0;
    }

    #mrp-side-menu .collapse {
        display: block;
        padding: 0;
    }

    #mrp-side-menu > .container-fluid > .navbar-header {
        display: none;
    }

    #mrp-side-menu > .container-fluid > .navbar-collapse {
        width: 100px;
        margin: 0;
    }
    /* End Navs */

    /* Panel */
    .mrp-panel-title > ul {
        max-width: 300px;
        float: right;
        text-align: right;
    }
    /* End Panel */

    #top-nav .navbar-nav .open .dropdown-menu {
        position: absolute;
        top: 100%;
        z-index: 1000;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        left: auto;
        right: 0;
    }

    #top-nav.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
        padding: 3px 20px;
    }
}

@media (max-width: 1199px) { /* bootstrap md starts <= 1199 also the point where we are collapsing the tray and side nav */
    /* side nav*/
    #mrp-side-menu {
        height: auto;
    }

    #mrp-side-menu > .container-fluid > .nav-logo-non-button {
        display: none;
    }

    #mrp-side-menu > .container-fluid > .navbar-header {
        display: block;
        width: 100px;
        margin: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.4);
        box-shadow: 1px 0 0 rgba(96, 96, 96, 0.5) inset;
    }

    #mrp-side-menu li a {
        padding: 10px 0px;
    }

    #mrp-side-menu > .container-fluid > .navbar-header > .navbar-toggle {
        padding: 0;
        margin: 0;
    }

        #mrp-side-menu > .container-fluid > .navbar-header > .navbar-toggle > .nav-logo {
            padding: 0;
            height: 65px;
            line-height: 65px;
        }

    #mrp-side-menu > .container-fluid > .navbar-collapse.in {
        padding: 0;
        max-height: 0;
        margin: 0;
        transition: max-height 0.25s ease-out;
        -ms-transition: max-height 0.25s ease-out;
        -moz-transition: max-height 0.25s ease-out;
        -webkit-transition: max-height 0.25s ease-out;
        overflow: hidden;
    }

    #mrp-side-menu > .container-fluid > .navbar-collapse {
        height: auto !important;
        max-height: 519px;
        margin: 0;
        padding: 0;
        transition: max-height 0.25s ease-in;
        -ms-transition: max-height 0.25s ease-in;
        -moz-transition: max-height 0.25s ease-in;
        -webkit-transition: max-height 0.25s ease-in;
    }

    #mrp-side-menu > .container-fluid > .navbar-header > .navbar-toggle, #mrp-side-menu > .navbar-header .nav-logo {
        height: 65px;
        line-height: 50px;
        padding: 0;
        margin: 0;
    }

    #mrp-side-menu > .container-fluid > .navbar-header .nav-logo img {
        width: 60px;
    }

    #mrp-side-menu > .container-fluid > .navbar-collapse > .side-menu {
        width: 100px;
        margin: 0;
    }

    #mrp-portal .mrp-side-menu-offset #mrp-top-bar {
        padding-left: 160px;
    }

    #mrp-portal #mrp-side-menu {
        z-index: 201;
        background-color: #1b1b1b;
        background-image: linear-gradient(to bottom, #444, #444);
        background-repeat: repeat-x;
    }
    /* end side nav */

    /* body */

    /*Remove the margins when menu is collapsed */
    .mrp-body {
        margin-left: 0px;
    }

    #mrp-portal .mrp-side-menu-offset .mrp-body {
        margin-left: 60px;
    }

    .mrp-tray-offset .mrp-body,
    .mrp-side-menu-offset.mrp-tray-offset .mrp-body {
        margin-left: 25px;
    }

    .mrp-side-menu-offset.mrp-tray-offset .mrp-empty-view {
        padding-left: 80px;
    }

    #mrp-portal .mrp-tray-offset .mrp-body,
    #mrp-portal .mrp-side-menu-offset.mrp-tray-offset .mrp-body {
        margin-left: 85px;
    }

    #mrp-portal .mrp-tray-right-offset .mrp-body {
        margin-right: 0px;
    }

    .mrp-body.tray-open,
    .mrp-tray-offset .mrp-body.tray-open,
    .mrp-side-menu-offset.mrp-tray-offset .mrp-body.tray-open {
        margin-left: 330px;
    }

    #mrp-portal .mrp-body.tray-open,
    #mrp-portal .mrp-tray-offset .mrp-body.tray-open,
    #mrp-portal .mrp-side-menu-offset.mrp-tray-offset .mrp-body.tray-open {
        margin-left: 390px;
    }

    .mrp-body.tray-open .tray-hide {
        display: none;
    }
    /* end body */


    /* Save Bar and content info Offsets*/

    .mrp-tray-offset .mrp-save-bar,
    .mrp-side-menu-offset.mrp-tray-offset .mrp-save-bar,
    .mrp-tray-offset .mrp-content-info,
    .mrp-side-menu-offset.mrp-tray-offset .mrp-content-info {
        padding-left: 25px;
    }

    #mrp-portal .mrp-tray-offset .mrp-save-bar,
    #mrp-portal .mrp-side-menu-offset .mrp-save-bar,
    #mrp-portal .mrp-side-menu-offset.mrp-tray-offset .mrp-save-bar,
    #mrp-portal .mrp-tray-offset .mrp-content-info,
    #mrp-portal .mrp-side-menu-offset.mrp-tray-offset .mrp-content-info {
        padding-left: 60px;
    }

    /* End Save Bar and content info Offsets*/

    /* tray */
    .mrp-tray {
        left: -300px;
        z-index: 10;
    }

    #mrp-portal .mrp-tray,
    #mrp-portal .mrp-side-menu-offset .mrp-tray {
        z-index: 10;
        left: -240px;
    }

    /*For now, we are removing the right tray on smaller screen sizes.*/
    #mrp-portal .mrp-tray.mrp-tray-right {
        display: none;
    }

    .mrp-tray > .mrp-tray-bin, .mrp-tray > ul, .mrp-tray > .mrp-tray-content {
        display: none;
    }

    .mrp-tray.tray-open > .mrp-tray-bin, .mrp-tray.tray-open > ul, .mrp-tray.tray-open > .mrp-tray-content {
        display: block;
    }

    .mrp-tray > .tray-control {
        display: block;
        height: 100%;
        line-height: 80vh;
        font-size: 1.3em;
        text-align: center;
        left: 300px;
        width: 25px;
        cursor: pointer;
    }

    .mrp-tray > .tray-control:hover {
        cursor: pointer;
    }

    .mrp-tray.tray-open > .tray-control {
        left: 300px;
    }

    .mrp-tray.tray-open {
        left: 0px;
    }

    #mrp-portal .mrp-tray.tray-open {
        left: 60px;
    }
    /* end tray */

    /* Save bar */
    .mrp-side-menu-offset .mrp-save-bar {
        padding-left: 60px;
    }
    /* End save bar*/

    /* Offsets */

    /* Top Nav Offsets */
    .mrp-nav-offset-2 {
        margin-top: 112px;
    }
    /* End Top Nav Offsets */

    /* Savebar Offsets */
    .mrp-side-menu-offset.mrp-tray-offset .mrp-save-alert-bar {
        padding-left: 25px !important;
    }
    /* End Savebar offsets*/

    /* End Offsets */
}

@media (max-width: 991px) { /* bootstrap sm starts <= 991 */
    /* Modal xl */
    /* all other modals should be handled by bootstrap need to still do more to this to get it to act similar */
    .modal-xl {
        margin: 10px;
        width: auto;
        position: relative;
    }
    /* End Modal xl */

    /* Panel */
    .mrp-panel-item {
        margin-bottom: 30px;
    }
    /* End Panel */

    .mrp-hover-tools {
        display: block;
    }

    #top-nav .nav.navbar-nav.nav-xl {
        max-width: 45%;
        float: left;
        height: 50px;
    }

    #top-nav.mrp-sandbox .nav.navbar-nav.nav-xl {
        max-width: 21%;
        margin-right: 0;
    }

    .mrp-hero-header .mrp-profile-image {
        width: 100px;
        height: 100px;
        left: 15px;
    }

    .mrp-hero-header .mrp-profile-name {
        left: 125px;
        font-size: 23px;
    }
}

@media (max-width: 767px) /* Bootstrap xs starts <= 767 */
{
    #mrp-top-bar .mrp-main-drop-menu {
        max-width: 200px;
    }

    .mrp-vertical-separator {
        display: none;
    }


    .mrp-plan table td.mrp-plan-description,
    .mrp-plan table td.mrp-plan-action {
        display: block;
        padding: 0px !important;
        width: 100% !important;
    }

    .mrp-plan table td.mrp-plan-action {
        padding-top: 15px;
        border: none !important;
    }

    .mrp-empty-view .mrp-panel {
        width: 100% !important;
    }

    .mrp-body {
        padding-left: 5px;
        padding-right: 5px;
    }

    #profile-marketing {
        width: 400px;
        padding: 0 40px;
    }
}


/* REMOVE ONCE WE CREATE THE EDIT DRIVER BIO MODAL IN MVC */
.EditDriverBioIFrame {
    width: 1110px;
}

.EditDriverBioIFrameBtn {
    top: -65px;
    right: -450px;
    position: relative;
    width: 80px;
    height: 42px;
    line-height: 28px;
}

/* Sanction Edit Entry Modal */
.entrant-cs .form-group {
    display: inline-block;
    width: 254px;
    margin-top: 5px;
}

.entrant-cs label {
    margin-bottom: 10px;
}

.entrant-cs .mrp-state-block {
    margin-left: 30px;
}

.entrant-cs select {
    width: 254px;
}
/* End Sanction Edit Entry Modal */

/* Lineup Chalkboard*/
.chalkboard-table tr td:first-child {
    border-right: thin solid #e2e2e2;
}

.chalkboard-table tr td:last-child {
    border-left: thin solid #e2e2e2;
}

.chalkboard-table {
    table-layout: fixed;
}
/* End Lineup Chalkboard*/

/* Sub Modal (This is probably not exactly what we want) */
[id^=subModal] {
    margin-top: 50px;
    margin-left: 50px;
    z-index: 10001;
}
/* End Sub Modal */

/* Horizontal Line Theme*/
.alt-dashed {
    margin: 20px 0px;
    border-top: 1px dashed #cccccc;
}
/* End Horizontal Line */

/* MRP Instructions */
.mrp-instructions {
    margin: 10px 0px 0px;
    padding: 10px;
}

    .mrp-instructions h2 {
        margin: 0px;
    }

    .mrp-instructions hr {
        margin: 6px 0px;
    }

    .mrp-instructions p {
        font-size: 17px;
    }
/* End Instructions */

/* Select 2 */
.select2-container {
    font-size: 13px;
}

.select2-results__option {
    padding: 6px 10px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] i {
    color: #FFF;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 400px;
}
/* End Select 2 */

/* Google Map*/
#map {
    height: 400px;
}
/* End Google Map*/

/* Signature */
.signature-line {
    border-bottom: solid 1px #000;
    position: relative;
}

.signature-line-long {
    border-bottom: solid 1px #000;
    display: inline-block;
    height: 20px;
    width: 320px;
    position: relative;
}

.signature-line-medium {
    border-bottom: solid 1px #000;
    display: inline-block;
    height: 20px;
    width: 195px;
    position: relative;
}

.signature-line-short {
    border-bottom: solid 1px #000;
    display: inline-block;
    height: 20px;
    width: 160px;
    position: relative;
}

.signature-line-x-short {
    border-bottom: solid 1px #000;
    display: inline-block;
    height: 20px;
    width: 120px;
    position: relative;
}
/* End Signature */

.mrp-bg-dark {
    background: #444443 none repeat scroll 0 0;
    color: #FFF;
}

.mrp-bg-success {
    background: #00A728 none repeat scroll 0 0;
    color: #FFF;
}

.mrp-bg-mute {
    background: #8F8F8F none repeat scroll 0 0;
    color: #FFF;
}

.mrp-bg-danger {
    background: #EE1D25 none repeat scroll 0 0;
    color: #FFF;
}

.mrp-text-success {
    color: #00A728
}

.mrp-text-danger {
    color: #EE1D25
}

.mrp-reward-callout {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    line-height: 40px;
    padding: 0px 15px;
    margin: 0px;
    border-left: 20px solid #444443;
    border-bottom: 39px solid #8F8F8F;
}

    .mrp-reward-callout.mrp-bg-mute {
        border-left: 20px solid #444443;
        border-bottom: 39px solid #8F8F8F;
    }

    .mrp-reward-callout.mrp-bg-success {
        border-left: 20px solid #444443;
        border-bottom: 39px solid #00A728;
    }

.mrp-datepicker .ui-widget-header {
    color: #000;
    background: none;
    border: none;
}

.mrp-datepicker .ui-widget-content {
    background: none;
}

/*.mrp-datepicker .ui-widget-header .ui-icon {
    background:none;
}*/

.mrp-datepicker .ui-datepicker td a,
.mrp-datepicker .ui-widget-content .ui-state-default {
        text-align: center;
        color: #444;
        font-weight: normal;
}

.mrp-datepicker .ui-widget-content {
    border: none;
    margin: auto;
}

    .mrp-datepicker .ui-state-default,
    .mrp-datepicker .ui-widget-content .ui-state-default {
        border: none;
        background: none;
    }

.mrp-datepicker td {
    border-radius: 6px;
}

    .mrp-datepicker td.ui-datepicker-today {
        background: #e3e3e3;
    }

.mrp-datepicker .ui-widget-content td.ui-state-highlight {
    border: none;
    background-color: #337ab7;
    color: #FFF;
    background-image: none;
}

.mrp-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.mrp-datepicker .ui-datepicker .ui-datepicker-next.ui-state-hover {
    background: #f5f5f5;
    border: none;
    font-weight: normal;
    cursor: pointer;
}

.mrp-datepicker .ui-datepicker .ui-datepicker-prev.ui-state-hover,
.mrp-datepicker .ui-datepicker .ui-datepicker-prev {
    top: 2px;
    left: 2px;
}

.mrp-datepicker .ui-datepicker .ui-datepicker-next.ui-state-hover,
.mrp-datepicker .ui-datepicker .ui-datepicker-next {
    top: 2px;
    right: 2px;
}

    .mrp-datepicker .ui-datepicker .ui-datepicker-prev span,
    .mrp-datepicker .ui-datepicker .ui-datepicker-next span {
        margin-top: -10px;
    }

.mrp-datepicker .ui-widget-content .ui-state-highlight a,
.mrp-datepicker .ui-widget-content .ui-state-highlight span {
    color: #FFF;
}

.mrp-datepicker .ui-icon.ui-icon-circle-triangle-e,
.mrp-datepicker .ui-icon.ui-icon-circle-triangle-w {
    background-image: none;
    text-indent: 0px;
}

.mrp-datepicker .ui-icon-circle-triangle-e::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f054";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #000;
}

.mrp-datepicker .ui-icon-circle-triangle-w::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f053";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #000;
}

.mrp-datepicker .ui-datepicker td {
    padding: 5px;
}

.mrp-datepicker td.ui-datepicker-other-month span {
    display: none;
    border: none;
}

.mrp-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
    background-color: transparent;
    border: none;
}

.mrp-datepicker .ui-state-disabled {
    background: #e1e1e1;
}


/*Calendar Date Icon*/

.mrp-calendar-date {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 6px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

    .mrp-calendar-date .mrp-calendar-header {
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0px;
        border-radius: 6px 6px 0px 0px;
        background: #444;
        height: 20px;
        font-size: 11px;
        color: #EEE;
    }

    .mrp-calendar-date .mrp-calendar-year {
        position: absolute;
        right: 5px;
        top: 3px;
    }

    .mrp-calendar-date .mrp-calendar-month {
        position: absolute;
        left: 5px;
        top: 3px;
        text-transform: uppercase;
    }

    .mrp-calendar-date .mrp-calendar-day {
        margin-top: 18px;
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
    }

    .mrp-calendar-date .mrp-calendar-dow {
        position: absolute;
        bottom: 0px;
        width: 100%;
        left: 0px;
        border-radius: 0px 0px 8px 8px;
        height: 18px;
        text-align: center;
        font-size: 11px;
    }
/*End Calendar Date Icon*/

/*Start Shitty Tree View*/
.mrp-tree-view ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.mrp-tree-view strong {
    border-bottom: solid 2px #d9dee4;
    display: block;
    padding: 10px;
}

.mrp-tree-view ul li ul strong {
    padding-left: 20px;
}

.mrp-tree-view ul li ul li ul strong {
    padding-left: 30px;
}

.mrp-tree-view ul li ul li ul li ul strong {
    padding-left: 40px;
}

/*Start Shitty Tree View*/
