body, html {
    background: #e5e5e5;
    height: 100%;
}

    body.modal-open {
        overflow-y: hidden !important;
    }


.headerImage {
    display: block;
}

.headerIcon {
    display: none;
    color: white !important;
}

.filter-label {
    color: #6DA8B9;
}

/*LOGIN*/
.loginLogo {
    padding: 48px 0px 48px 0px;
}

/**********************
    USER BUTTON
*********************/
.userLogout {
    text-decoration: none !important;
    line-height: 48px !important;
    font-size: 12px !important;
    margin-right: 31px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/**********************
    HEADER
*********************/
#header {
    background: #1d1d5b;
    color: white;
    border: 0px;
    margin-bottom: 0;
    height: 60px;
    min-width: 1200px !important;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

    #header .navbar-brand {
        padding: 0;
        width: 235px;
    }

    #header .nav > li > a {
        line-height: 30px;
        color: white;
    }

        #header .nav > li > a:hover {
            background: #fff;
            color: black;
        }

    #header .nav > li > button {
        height: 60px;
        color: white;
        background-color: transparent;
        border: none;
    }

        #header .nav > li > button:hover {
            background: #292982;
        }

    #header .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #2f2f95;
    }

#topNav {
    min-width: 938px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    visibility: visible;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: black;
    border-bottom-color: black;
}

/**********************
    HOME PAGE CONTROLS
*********************/
.relativeBody {
    position: relative;
}

    .relativeBody .nav-tabs > li > a {
        border: 1px solid #ddd;
        margin-right: 5px;
    }

    .relativeBody .nav > li > a {
        padding: 3px 10px;
        background-color: white;
    }

    .relativeBody .nav-tabs > li.active > a, .relativeBody .nav-tabs > li.active > a:hover, .relativeBody .nav-tabs > li.active > a:focus {
        background-color: #f0f0f0;
    }

    .relativeBody .nav > li > a:hover {
        color: #ff9933;
    }

.footerBottom {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0px;
}

.controlBody {
    height: 343px;
    /*overflow: auto;*/
}

i.titleicon {
    float: right;
    cursor: pointer;
    padding-top: 3px;
}

.home-page-control {
    position: inherit !important;
}

#homepageControls {
    margin-top: 10px;
}

.hpcExpand {
    margin-top: -3px;
}

#dtxExpand .panel {
    margin-bottom: 0px !important;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

body.cbox-open {
    overflow-y: hidden;
}


/**********************
    MENU
*********************/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

#topNav > ul.navbar-nav > li > a {
    color: white !important;
    font-weight: normal;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    #topNav > ul.navbar-nav > li > a:hover {
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        background: #6d6dc1;
    }

/*li.dropdown:hover, li.dropdown.open > a {
    background-color: #6d6dc1 !important;
}*/

li.dropdown:hover > .dropdown-menu {
    display: block !important;
}

ul.nav.navbar-nav > li > a:hover {
    background-color: #6d6dc1
}

.navbar .divider-vertical {
    height: 25px;
    margin: 0 9px;
    border-right: 4px solid #6d6dc1;
    margin-bottom: 12px;
    /*border-left: 1px solid #f2f2f2;*/
}

.searchBg {
    background-color: #ff9933;
    border: 1px solid #FF8900;
}

    .searchBg > a {
        color: white !important;
    }

.button-footer {
    width: 823px !important;
    right: 11px !important;
}

/**********************
    BREADCRUMBS
*********************/
.dtx-breadcrumb-main {
    padding-left: 250px;
}

.outofbounds .dtx-breadcrumb-main {
    padding-left: 62px !important;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.dtx-breadcrumb-main li a {
    color: #d9d9ef;
    text-decoration: underline;
}

    .dtx-breadcrumb-main li a:hover {
        color: #7eb0db;
    }

.panel-toolbar .breadcrumb {
    padding: 0px !important;
    list-style: none;
    background-color: transparent !important;
    margin-bottom: 6px;
    margin-top: -10px;
}

    .panel-toolbar .breadcrumb > li {
        display: inline-block;
    }

        .panel-toolbar .breadcrumb > li.active {
            text-decoration: none;
            cursor: initial;
        }

        .panel-toolbar .breadcrumb > li + li:before {
            text-decoration: none !important;
            content: "/\00a0" !important;
        }

    .panel-toolbar .breadcrumb > .active {
        color: #333 !important;
    }


/**********************
    SUBHEADER
*********************/
#subheader, #title {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    background: #25358f !important;
    height: 50px;
    width: 100%;
}

#subheader {
    z-index: 9;
    margin: 0;
    border: 0;
}

    #subheader #search {
        width: 300px;
    }

@media (max-width: 767px) {
    #subheader {
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

        #subheader #search {
            width: 100%;
        }

    #topNav {
        display: block;
    }

    #header .nav > li > a {
        position: relative;
        display: block !important;
        padding: 15px 9px;
    }
}

.bread-link {
    text-decoration: none;
    color: #fff;
}

    .bread-link:hover {
        text-decoration: none;
        color: #dcd9ef;
    }

.home-crumb {
    line-height: 36px;
    font-size: x-large;
    color: #fff;
    padding-left: 5px;
}

    .home-crumb:hover {
        color: #dcd9ef;
    }

.menu-toggler {
    line-height: 36px;
    font-size: x-large;
    color: #fff;
    padding-left: 5px;
    cursor: pointer;
    transition: background-color .6s ease;
}

    .menu-toggler:hover {
        color: #dcd9ef;
    }

.goback {
    line-height: 36px;
    font-size: x-large;
    color: #fff;
    padding-left: 5px;
    cursor: pointer;
    transition: background-color .6s ease;
}

    .goback:hover {
        color: #dcd9ef;
    }

.search-button {
    font-size: x-large;
    color: #fff;
}

#btnSearch:hover, .relativeBody .fa-expand:hover {
    color: #ff9933 !important;
}

.fa-expand:hover {
    color: #ff9933;
}


.fa-file-excel-o:hover {
    color: #ff9933 !important;
}

.dtx-expand {
    padding-top: 8px;
}

.search-button:hover {
    color: #dcd9ef;
}

.active-menu-item {
    background-color: #a3a3d8;
    transition: background-color .6s ease;
}

li.active-menu-item > a {
    font-weight: bold;
    border-left: 5px solid #43439f !important;
    transition: background-color .6s ease;
}

.modal-body > .ng-binding > .panel {
    margin-bottom: 0px !important;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}


/**********************
    MENU TITLE
*********************/
#title {
    background-color: #292982;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    /*position: fixed;*/
}

/**********************
    SIDE MENU
*********************/
#sidenav {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background: #f5f5f5;
    background: rgba(245,245,245,0.95);
    float: left;
    position: fixed;
    left: 0;
    top: 60px;
    width: 185px;
    z-index: 984;
    background: rgba(245, 245, 245, 0.952941);
    color: rgb(85, 85, 85);
    -webkit-transition: left .3s ease;
    -moz-transition: left .4s ease;
    -o-transition: left .4s ease;
    -ms-transition: left .4s ease;
    transition: left .4s ease;
}

    #sidenav::-webkit-scrollbar {
        display: none;
    }

    #sidenav ul.nav.nav-stacked {
        overflow-y: auto;
        min-height: 720px;
    }

@media (max-width: 767px) {
    #sidenav {
        left: -200px;
    }
}

@media (min-height: 0px) and (max-height: 240px) {
    #sidenav {
        height: 180px !important;
    }
}

@media (min-height: 240px) and (max-height: 320px) {
    #sidenav {
        height: 240px !important;
    }
}

@media (min-height: 320px) and (max-height: 400px) {
    #sidenav {
        height: 320px !important;
    }
}

@media (min-height: 400px) and (max-height: 480px) {
    #sidenav {
        height: 400px !important;
    }
}

@media (min-height: 480px) and (max-height: 600px) {
    #sidenav {
        height: 480px !important;
    }
}

@media (min-height: 600px) and (max-height: 720px) {
    #sidenav {
        height: 600px !important;
    }
}

@media (min-height: 720px) and (max-height: 900px) {
    #sidenav {
        height: 720px !important;
    }
}

@media (min-height: 900px) and (max-height: 1080px) {
    #sidenav {
        height: 900px !important;
    }
}

#sidenav.closed {
    left: -200px;
}

#sidenav.outofbounds {
    left: -250px;
}

#sidenav .control {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

#sidenav .fa-th {
    margin-right: -14px;
}

#sidenav.closed .fa-chevron-left, #sidenav .fa-th {
    display: none;
}

#sidenav .fa-chevron-left, #sidenav.closed .fa-th {
    display: inline-block;
}

#sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*border-right: 1px solid #eee;*/
}

#sidenav li > a {
    display: block;
    padding: 0.7em 1em 0.7em 1.8em;
    color: #33455a;
    border-bottom: 1px solid #eee;
}

    #sidenav li > a.active {
        background: #fff;
    }

#sidenav ul > li > a {
    border-left: 5px solid #dae1e8;
    border-top: 0px;
    border-bottom: 0px !important;
    padding-left: 15px !important;
}

    #sidenav ul > li > a > i {
        padding-left: 10px;
        font-size: 12px;
    }

#sidenav li > ul {
    display: none;
}

    #sidenav li > ul > li > ul {
        display: none;
    }

#sidenav li > ul {
    padding-left: 15px;
}

#sidenav a.active {
    background-color: #eee;
}

/**********************
    TOOLBAR
*********************/
.toolbar {
    height: 50px;
    left: 185px;
    top: 110px;
    padding-left: 26px;
    padding-right: 2px;
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    background-color: #eee;
    z-index: 90;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    /*background-color: #d9d9ef;*/
}

#toolbar > li > a {
    font-size: x-large;
    color: #fff;
}

    #toolbar > li > a:hover {
        text-decoration: none;
        color: #eee;
    }

@media (max-width: 991px) {
    .toolbar {
        left: 50px;
    }
}

.toolbar.filters {
    top: 110px;
    background-color: #f8f8f8;
    height: 50px;
}

    .toolbar.filters .form-group {
        /*padding-right: 10px;*/
    }

/**********************
    MAIN
*********************/
#main {
    padding: 10px;
}

.dtx-main-content {
    top: 120px;
}


/**********************
    CONTENT
*********************/
#content {
    position: relative;
    background-color: #e5e5e5;
    -webkit-transition: margin-left .3s ease;
    -moz-transition: margin-left .4s ease;
    -o-transition: margin-left .4s ease;
    -ms-transition: margin-left .4s ease;
    transition: margin-left .4s ease;
    min-width: 772px !important;
}

.content-margin-left {
    margin-left: 192px !important;
}

.default-width {
    width: 100% !important;
}

#primary-content {
    z-index: 100;
}

#wcontent {
    margin-left: 0px !important;
    position: relative;
    background-color: #e5e5e5;
    -webkit-transition: margin-left .3s ease;
    -moz-transition: margin-left .4s ease;
    -o-transition: margin-left .4s ease;
    -ms-transition: margin-left .4s ease;
    transition: margin-left .4s ease;
}

#content.closed {
    margin-left: 50px;
}



#content.outofbounds {
    left: -192px;
}

/**********************
    STYLES
*********************/
.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.top {
    vertical-align: top;
}



.small-label {
    font-size: 10px;
    color: #A3A3A3;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.large {
    font-size: large;
}

.anchor {
    cursor: pointer;
    /*text-decoration: underline;*/
    color: #428bca;
}

.red {
    color: red;
}

.no-border-top {
    border-top: 0px !important;
}

.table-form {
    border-collapse: separate;
    border-spacing: 17px 8px !important;
    width: 82%;
}

/**********************
    PANELS
*********************/
.panel-subheading {
    padding: 10px 10px;
    margin-top: -1px;
    border-bottom: 1px solid transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 13.5px;
    height: 30px;
    line-height: 6px;
    font-weight: bold;
}

.panel-expand {
    margin-top: -25px;
    margin-right: -10px;
}

.BILink {
    color: #428BCA !important;
}

    .BILink:hover {
        color: #ff9933 !important;
        text-decoration: none;
    }

#lblLinkOpenBox .fa-external-link:hover {
    color: #ff9933 !important;
}

.relativeBody .nav-tabs > li > a {
    background: white;
}

/**********************
    TABLES
*********************/
.TableHeader {
    border-top: 0px;
    border-bottom: 2px solid #ddd;
    font-weight: bold;
}


.dataTables_info {
    position: relative;
    top: 3px;
}

.dataTables_paginate {
    position: relative;
    right: 4px;
    top: 2px;
}

/*SORTABLE HEADERS*/
.sort {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

    .sort:hover {
        color: black;
        text-decoration: none;
    }

/**********************
    DASHBOARD STATS
*********************/
.dtx-building-statpanel {
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}

.dtx-building-statbox {
    min-height: 121px;
    min-width: 375px;
    padding: 20px;
}

.dtx-building-staticon {
    border-radius: 50%;
    display: block;
    float: left;
    font-size: 65px;
    height: 100px;
    line-height: 65px;
    margin: 0 10px 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.dtx-building-statnumber {
    color: #32a0ee;
    font-size: 25px;
}

.dtx-building-stattext {
    color: black;
    font-size: 16px;
}

.dtx-building-statpsf {
    color: #a3a3a3;
    font-size: 11px;
}

.dtx-stat-title {
    position: absolute;
    top: 55px;
    left: 153px;
}

@media (max-width: 1665px) {
    .dtx-stat-title {
        position: absolute;
        top: 68px;
        left: 151px;
    }

    .dtx-building-statnumber {
        color: #32a0ee;
        font-size: 25px;
        line-height: 1;
    }
}

/**********************
    DATAGRIDS
*********************/

.DGHeader {
    color: black;
    font-weight: bold;
    border-top: 0px !important;
    border-bottom: 2px solid #ddd;
}


/**********************
    D3
*********************/

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}

.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

/********************************
    Angular Financial Reports
*********************************/

.currency {
    text-align: right;
}

.dtx-report-title {
    background-color: #78909c;
    color: white;
    border-top: 1px solid #455A64 !important;
    border-bottom: 1px solid #455A64 !important;
}

.dtx-report-header-category {
    border: 1px solid #455A64;
    text-align: center;
    background-color: #546e7a;
    color: white;
    border-top: 1px solid #455A64 !important;
    border-bottom: 1px solid #455A64 !important;
}

.dtx-report-header {
    background-color: #546e7a;
    color: white;
    border-top: 1px solid #455A64 !important;
    border-bottom: 1px solid #455A64 !important;
}

#dtx-report-table.table > thead > tr > th {
    border-bottom: 0px;
}

.dtx-report-subtotal {
    background-color: #b0bec5;
    border-top: 1px solid #455A64 !important;
    border-bottom: 1px solid #455A64 !important;
}

.dtx-report-total {
    background-color: #c5d1d6;
    border-top: 1px solid #455A64 !important;
    border-bottom: 1px solid #455A64 !important;
}

.dtx-report-range {
    background-color: #eceff1;
}

.dtx-report-grand-total {
    background-color: #cfd8dc;
    border-top: 1px solid #455A64 !important;
    border-bottom: 1px solid #455A64 !important;
}

.dtx-report-loading {
    text-align: center;
    font-size: 16px;
}

    .dtx-report-loading i {
        margin-left: 15px;
    }

#drillDown.modal-dialog {
    width: 60% !important;
}

#drilldown.modal-body {
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
}

.alert {
    width: 600px !important;
}

.form-checkbox {
    padding-top: 8px;
}

.option-label {
    text-align: right;
}

ul.legal-cost {
    display: inline;
    list-style-type: none;
}

.legal-cost-filter {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.drilldown-footer {
    margin-top: -20px !important;
}

.fc-scroller {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}


/********************************
    MISC
*********************************/

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.panel-toolbar > .navbar-form {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.blackLink {
    color: black !important;
    text-decoration: none;
}

    .blackLink:hover {
        text-decoration: none !important;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

#filterBtn .dtx-active {
    color: white;
    background-color: #428bca !important;
}

/*Tools in a Panel*/
.navbar-tool {
    margin-right: -18px !important;
}

.error {
    color: #b94a48;
    border-color: #ee5f5b;
}

.noError {
    color: #555;
    border-color: #ccc;
}

.font-size-11 {
    font-size: 11px;
}

.newmaster-window-bg {
    background-color: #1d1d5b !important;
}

.newmaster-window-title {
    color: #fff !important;
}


/*TABS*/

.relativeBody .nav-tabs > li.active > a, .relativeBody .nav-tabs > li.active > a:hover, .relativeBody .nav-tabs > li.active > a:focus {
    background-color: #428BCA;
    border-color: #428BCA;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: white;
    cursor: default;
}

/*------------
    Avatar
-------------*/
.dtx-avatar {
    display: inline-block;
}

.dtx-avatar-sm {
    height: 28px;
    width: 28px;
}

.dtx-avatar-md {
    height: 50px;
    width: 50px;
}

.dtx-avatar-lg {
    height: 128px;
    width: 128px;
}

.dtx-avatar-xs {
    height: 12px;
    width: 12px;
}

/* Forms */
.required:after {
    content: " *";
    color: red;
}


/* Cleaner Home Page Controls Refactor */
.relative-body {
    position: relative;
}

    /* Neutral defaults; clients can style tabs explicitly */
    .relative-body ul.nav {
        border-bottom: 0;
    }

    .relative-body .nav-tabs > li > a {
        /* keep spacing but remove ornamental styling */
        margin-right: 5px;
        padding: 3px 10px;
        background-color: transparent;
        border: 0;
    }

    .relative-body .nav-tabs > li:not(.active) > a:hover {
        color: inherit;
    }

    .relative-body .nav-tabs > li.active > a,
    .relative-body .nav-tabs > li.active > a:hover,
    .relative-body .nav-tabs > li.active > a:focus {
        background-color: transparent;
        border: 0;
    }

.home-page-control-panel {
    padding-bottom: 70px;
    height: 455px;
}

    .home-page-control-panel .panel-title {
        font-size: 18px;
    }

    .home-page-control-panel .panel-body {
        height: 343px;
    }

.zero-padding {
    padding: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.lateral-panel-body-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-bottom {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.home-page-control-panel .tab-content {
    margin-top: -20px;
}


.home-page-control-panel .expanded {
    height: 90%;
}

.rwControlButtons {
    width: 160px;
}
