/* Minification failed. Returning unminified contents.
(774,32): run-time error CSS1030: Expected identifier, found '.'
(774,41): run-time error CSS1031: Expected selector, found ')'
(774,41): run-time error CSS1025: Expected comma or open brace, found ')'
(909,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(910,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1016,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(1345,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
 */
.tooltip.error .tooltip-inner {
    background: darkred;
}

.tooltip.error.top .tooltip-arrow {
    border-top-color: darkred;
}

.tooltip.error.top-left .tooltip-arrow {
    border-top-color: darkred;
}

.tooltip.error.top-right .tooltip-arrow {
    border-top-color: darkred;
}

.tooltip.error.right .tooltip-arrow {
    border-right-color: darkred;
}

.tooltip.error.left .tooltip-arrow {
    border-left-color: darkred;
}

.tooltip.error.bottom .tooltip-arrow {
    border-bottom-color: darkred;
}

.tooltip.error.bottom-left .tooltip-arrow {
    border-bottom-color: darkred;
}

.tooltip.error.bottom-right .tooltip-arrow {
    border-bottom-color: darkred;
}



html, body .container {
    font-family: Verdana, Arial;
    font-size: 0.8em;
    height: 100%;
}

body {
    padding-bottom: 70px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.box {
    float: left;
    height: 25px;
    margin-bottom: 5px;
    width: 150px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #0099FF !important;
}

    .btn-primary:hover {
        background-color: #bebebe !important;
        color: #000000;
    }


#search button {
    width: 90px;
}

#genInfo input[type="button"] button {
    width: 90px;
}

#runway button {
    width: 100px;
}

#runway a.btn {
    width: 100px;
}

#header {
    background-color: #000;
    border-bottom: 1px solid #0099ff;
}

    #header .logo {
        padding: 20px 0 10px 10px;
    }

    #header .topMenu {
        text-align: right;
        padding-top: 15px;
        font-size: 0.9em;
    }

        #header .topMenu a {
            color: white;
            text-decoration: underline;
        }

        #header .topMenu span {
            color: white;
        }

        #header .topMenu ul li {
            display: inline;
        }

        #header .topMenu a:hover {
            color: #0099ff;
            text-decoration: none;
        }

        #header .topMenu a:active {
            color: #0099ff;
        }

        #header .topMenu span {
            border-right: 1px solid white;
            padding: 0 2px 0 5px;
        }

            #header .topMenu span:last-child {
                border-right: 0;
            }

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3000;
}

.footer {
    color: white;
    background-color: black;
    padding: 10px 0;
    font-size: 0.85em;
}

    .footer p > a {
        text-decoration: underline;
    }

#footerContact {
    padding-top: 10px;
}

#footerContact a {
    color: #fff !important;
}

#account {
    background-color: rgba(0,0,0,.6) !important;
    padding: 50px 0;
}

    #account button {
        height: 34px;
    }

    #account input {
        width: 250px;
    }

    #account a {
        color: #ccc;
    }

        #account a:hover a:active {
            color: #0099ff;
        }

.full-height {
    height: 100%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.d-none{
    display:none !important;
}

.sub-title {
    margin-bottom: 15px;
}

    .sub-title span {
        font-weight: bold;
    }

.icon-remark {
    color: #0099FF;
    background-color: transparent;
    border: 0 transparent;
}

.a-plane {
    padding-left: 5px;
}

.flex-list {
    position: relative;
    margin: 1em;
    overflow: hidden;
}

    .flex-list ul {
        display: flex;
        flex-direction: row;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-left: -1px;
    }

    .flex-list li {
        -o-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-basis: auto;
        -o-flex-basis: auto;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin: 0;
        padding: 0 1em;
        text-align: center;
        border-right: 1px solid #ccc;
    }

        .flex-list li:last-child {
            border-right: 0;
        }

.color-blue {
    color: #0099FF;
}

.color-bg-blue {
    background-color: #0099FF;
}

/******************************************************
* Navigation Rules
*******************************************************/

.top-navigation {
    background-color: black;
    border-bottom: solid 2px #0099FF;
    padding-bottom: 20px;
  
}

    .top-navigation .navbar {
        margin-bottom: 10px;
     
    }

    .top-navigation .nav > li > a {
        color: #CCC;
        padding: 15px 0;
        padding-bottom: 10px;
        text-decoration: none;
        font-weight: 600;
    }

    .top-navigation .nav > li > label {
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
      
    }

    .top-navigation .nav > li {
        color: #fff;
        font-size: 12px;
       
    }

        .top-navigation .nav > li a:hover,
        .top-navigation .nav > li a:focus {
            color: #0099FF;
            font-weight: 600;
            text-decoration: underline;
           
        }

    .top-navigation .navbar .nav > li.active {
        font-weight: 600;
     
    }

    .top-navigation .nav > li.active > a {
        background-color: #0099FF;
        color: #000;
     
    }


.main-menu {
    background-color: black;
    border-bottom: solid 2px #0099FF;
    
}

    .main-menu .navbar {
        margin-bottom: 10px;
        background-color: #000;
    }

    .main-menu .nav > li > a {
        background-color: #000000;
        border: none;
        color: #cccccc;
        padding-bottom: 10px;
        font-weight: 600;
      /*  border-top: solid 1px gray;
        color: #CCCCCC;
        padding: 15px 20px;
        padding-bottom: 10px;
        font-weight: 600;*/
    }

    .main-menu .nav > li a:hover,
    .main-menu .nav > li a:focus {
        background-color: black;
        color: #0099FF;
        font-weight: 600;
       
    }

    .main-menu .navbar .nav > li.active {
        background: #0099FF;
        border: none;
        
    }

        .main-menu .navbar .nav > li.active:hover {
            background-color: #000;
            color: #0099FF;
            font-weight: bold;
            
        }

    .main-menu .nav > li.active > a {
        background: #00CCFF;
        background: -webkit-linear-gradient(#00CCFF, #0099FF);
        background: -o-linear-gradient(#00CCFF, #0099FF);
        background: -moz-linear-gradient(#00CCFF, #0099FF);
        background: linear-gradient(#00CCFF, #0099FF);
        color: #000 ;
     
    }

        .main-menu .nav > li.active > a:hover {
            background: -webkit-linear-gradient(#000, #000);
            background: -o-linear-gradient(#000, #000);
            background: -moz-linear-gradient(#000, #000);
            background: linear-gradient(#000, #000);
            background-color: #000;
            color: #0099FF;
          
        }

.side-menu {
    background: #000;
    background: -webkit-linear-gradient(left, #000, #000);
    background: -o-linear-gradient(left, #000, #000);
    background: -moz-linear-gradient(left, #000, #000);
    background: linear-gradient(left, #000, #000);
    border-bottom: solid 2px #0099FF;
  
}

    .side-menu .navbar {
        margin-bottom: 10px;
    }

    .side-menu .nav .panel {
        background-color: transparent;
        border: none;
        color: gray;
        display: block;
        text-decoration: none;
    
    }

    .side-menu .nav > li > a {
        background-color: transparent;
        border-top: solid 1px gray;
        color: #CCCCCC;
        padding: 15px 20px;
        padding-bottom: 10px;
        font-weight: 600;
      
    }

    .side-menu .nav .panel-collapse > li > a {
        background-color: transparent;
        color: gray;
        display: block;
        font-weight: 600;
        list-style: none;
        text-decoration: none;
     
    }

    .side-menu .nav ul {
        list-style: none
    }
    .side-menu  .nav-second-level ul {
        list-style: none
    }
    .side-menu .nav > li a:hover,
    .side-menu .nav > li a:focus {
        color: #0099FF;
        font-weight: 600;
    }

    .side-menu .nav > li.active > a {
        color: #0099FF;
        font-weight: 600;
    }

    .side-menu .nav .nav-second-level > li > a {
   
        background-color: transparent;
        color: #CCCCCC !important;
       
        padding-bottom: 10px;
        font-weight: 600;
    }
    .side-menu .nav .nav-second-level > li a:hover,
    .side-menu .nav .nav-second-level > li a:focus {
        color: #0099FF !important;
        font-weight: 600;
        text-decoration-line: none;
    }

    .side-menu .nav .nav-second-level > li.active > a {
        color: #0099FF !important;
        font-weight: 600;
        text-decoration-line:none;
    }
    


/******************************************************
* Site Rules
*******************************************************/

.line-blue {
    border: solid 1px #0099FF;
    box-shadow: 0 2px 5px #BEBEBE;
    color: blue;
}
.underline-blue {
    text-decoration: underline;
    color: #337ab7;
}

.header ol {
    background-color: transparent;
}

.breadcrumb {
    margin-bottom: 0;
}

    .breadcrumb > li + li:before {
        content: ">";
        padding: 0 5px;
    }

.marginRow {
    margin-bottom: -20px !important;
}

.btn {
    font-size: 12px;
}

.panel-default .panel-heading {
    border-bottom: solid 1px #0099FF;
    padding-bottom: 0;
}

.text-blue {
    color: #0099FF;
}

.min-sm {
    min-width: 70px;
}

.min-md {
    min-width: 100px;
}

.min-lg {
    min-width: 150px;
}

.bg-red {
    background-color: red;
}

.bg-silver {
    background-color: silver;
}

.bg-purple {
    background-color: purple;
}

.bg-orange {
    background-color: orange;
}

.bg-beige {
    background-color: beige;
}

.bg-gold {
    background-color: darkgoldenrod;
}

/******************************************************
* Bootstrap Overrides
*******************************************************/

.panel-container .nav-pills > li > a {
    background-color: #F5F5F5;
    color: #000;
    font-weight: 600;
}

    .panel-container .nav-pills > li > a:hover {
        background-color: #FFF;
        color: #000;
        font-weight: 600;
    }

.panel-container .nav-pills > li.active > a {
    background-color: #0099FF;
    color: #fff;
    font-weight: 600;
}

    .panel-container .nav-pills > li.active > a:hover {
        background-color: #FFF;
        color: #000;
        font-weight: 600;
    }

.form-group {
    margin-bottom: 5px;
}

.form-control {
    font-size: 12px;
}

.dl-horizontal dt {
    white-space: normal;
}

hr {
    margin-top: 0;
}

.h3 {
    margin-top: 5px;
}

.k-with-icon, .k-header {
    font-weight: bold !important;
}

.k-tooltip.k-popup {
    border-color: #000;
    background-color: gray;
    color: #000;
    font-size: 13px;
}

a#remarkicon , #remarkiconbase, #remarkiconrear{
    cursor: pointer;
}

.k-edit-form-container {
    width: 530px;
}

a.k-link, .k-link {
    color: #0099FF !important;
}


.k-grid table .k-selected a {
	color: #fff !important;
	font:bold;
	text-decoration:underline
}
input[readonly] {
	background-color: #F0F0F0;
	color: #303030
}
.k-pdf-export .k-grid tr {
	background-color: #fff !important;
	color: #000;
}
.k-pdf-export .k-grid .k-selected a {
    background-color: #fff !important;
    color: #0D38A8 !important;
    text-decoration: none !important;
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/*-------------------------------------------------------tree view styling---------------------------------------------------------*/

.fileContainer {
    overflow: hidden;
    position: relative;
}
.fileContainer:active{
   background-color:red;
   color:yellow;

}
fileContainer btn btn-default {
background-color:red
}

.fileContainer [type=file] {
    /*cursor: inherit;*/
    display: none;
    /*font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;*/
}
    .fileContainer [type=file] :active {
    display:block !important;
    }

/*-------------------------------------------------------Kendo grid button styling---------------------------------------------------------*/

.k-grid .k-button.k-grid-Edit, .k-button.k-grid-Update, .k-button.k-grid-deleteAdjustment,
.k-grid-delete, .k-grid-Delete, .k-grid-upload, .k-grid-download, .k-grid-Download, .k-grid-edit, .k-grid-RemoveDoc, .k-grid-update, .k-grid-cancel, .k-grid-copy, .k-grid-envelope, .k-grid-up, .k-grid-down, .k-grid-users,
.k-grid-Open, .k-grid-Email, .k-grid-filereplace {
    width: 20px;
    height: 30px;
    border: none;
    min-width: 0 !important;
    border-radius: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: -10000px;
    position: relative;
    background-color: transparent;
}

.k-command-cell {
    text-align: center;
}

.k-grid .k-button:not(.k-pager .k-button)::before {
    text-indent: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 1 !important;
    background-color: transparent;
    display: inline-block;
}

.k-grid .k-button span {
    display: none;
}

.k-grid .k-button.k-grid-delete::before {
    content: "\f2ed";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-Delete::before {
    content: "\f2ed";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-Edit::before {
    content: "\f044";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-edit::before {
    content: "\f044";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-Update::before {
    content: "\f044";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-update::before {
    content: "\f0c7";
    font-size: 1.4em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-cancel::before {
    content: "\f410";
    font-size: 1.3em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-deleteAdjustment::before {
    content: "\f2ed";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-upload::before {
    content: "\f382";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.k-grid .k-button.k-grid-download:before {
    content: "\f019";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.k-grid .k-button.k-grid-Download:before {
    content: "\f019";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.k-grid .k-button.k-grid-RemoveDoc::before {
    content: "\f057";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-copy::before {
    content: "\f0c5";
    font-size: 1.2em;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-envelope::before {
    content: "\f2b6";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.k-grid .k-button.k-grid-up::before {
    content: "\f062";
    font-size: 1.2em;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-down::before {
    content: "\f063";
    font-size: 1.2em;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-Confidentiality:before {
    content: "\f024";
    font-weight: 300;
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

.k-grid .k-button.k-grid-Email::before {
    content: "\f0e0";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
}

/*-------------------------------------------------------Kendo UI 2025.1.227 overwrite---------------------------------------------------------*/
:root {
    --kendo-font-size: 14px;
    --kendo-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.k-grid .k-button span {
    display: inline-block !important;
}

.k-grid .k-command-cell {
    text-align: center;
}

.k-grid .k-grid-edit-command, .k-grid-save-command, .k-grid-remove-command, .k-grid-cancel-command {
    width: 20px;
    height: 30px;
    border: none;
    min-width: 0 !important;
    border-radius: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: -10000px;
    position: relative;
    background-color: transparent;
}

.k-grid a {
    color: #337ab7;
    text-decoration: none;
}

.k-grid .k-button.k-grid-edit-command::before {
    content: "\f044";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-save-command::before {
    content: "\f0c7";
    font-size: 1.4em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-remove-command::before {
    content: "\f2ed";
    font-size: 1.2em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-grid .k-button.k-grid-cancel-command::before {
    content: "\f410";
    font-size: 1.3em;
    font-family: 'Font Awesome 5 Free';
    color: #3f3d42;
}

.k-multiselect .k-chip {
    color: #fff;
    border-color: #357ebd;
    background-color: #428bca;
}

/***Some views has multi-select with inline style, which is overwriting auto height **/
.k-multiselect {
    height: auto !important;
}

/** kendo apply inline style display:none unexpectedly if gird is not visible when page first load **/
.k-pager .k-pager-info {
    display: flex !important;
}

.k-pager .k-pager-sizes span {
    display: flex !important;
}

.k-invalid-selection {
    font-weight: bold;
    color: #a30000;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.45
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
@bs-datetimepicker-timepicker-font-size: 1.2em;
@bs-datetimepicker-active-bg: @btn-primary-bg;
@bs-datetimepicker-active-color: @btn-primary-color;
@bs-datetimepicker-border-radius: @border-radius-base;
@bs-datetimepicker-btn-hover-bg: @gray-lighter;
@bs-datetimepicker-disabled-color: @gray-light;
@bs-datetimepicker-alternate-color: @gray-light;
@bs-datetimepicker-secondary-border-color: #ccc;
@bs-datetimepicker-secondary-border-color-rgba: rgba(0, 0, 0, 0.2);
@bs-datetimepicker-primary-border-color: white;
@bs-datetimepicker-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

.bootstrap-datetimepicker-widget {
    list-style: none;

    &.dropdown-menu {
        display: block;
        margin: 2px 0;
        padding: 4px;
        width: 19em;

        &.timepicker-sbs {
            @media (min-width: @screen-sm-min) {
                width: 38em;
            }

            @media (min-width: @screen-md-min) {
                width: 38em;
            }

            @media (min-width: @screen-lg-min) {
                width: 38em;
            }
        }

        &:before, &:after {
            content: '';
            display: inline-block;
            position: absolute;
        }

        &.bottom {
            &:before {
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-bottom: 7px solid @bs-datetimepicker-secondary-border-color;
                border-bottom-color: @bs-datetimepicker-secondary-border-color-rgba;
                top: -7px;
                left: 7px;
            }

            &:after {
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid @bs-datetimepicker-primary-border-color;
                top: -6px;
                left: 8px;
            }
        }

        &.top {
            &:before {
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-top: 7px solid @bs-datetimepicker-secondary-border-color;
                border-top-color: @bs-datetimepicker-secondary-border-color-rgba;
                bottom: -7px;
                left: 6px;
            }

            &:after {
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 6px solid @bs-datetimepicker-primary-border-color;
                bottom: -6px;
                left: 7px;
            }
        }

        &.pull-right {
            &:before {
                left: auto;
                right: 6px;
            }

            &:after {
                left: auto;
                right: 7px;
            }
        }
    }

    .list-unstyled {
        margin: 0;
    }

    a[data-action] {
        padding: 6px 0;
    }

    a[data-action]:active {
        box-shadow: none;
    }

    .timepicker-hour, .timepicker-minute, .timepicker-second {
        width: 54px;
        font-weight: bold;
        font-size: @bs-datetimepicker-timepicker-font-size;
        margin: 0;
    }

    button[data-action] {
        padding: 6px;
    }

    .btn[data-action="incrementHours"]::after {
        .sr-only();
        content: "Increment Hours";
    }

    .btn[data-action="incrementMinutes"]::after {
        .sr-only();
        content: "Increment Minutes";
    }

    .btn[data-action="decrementHours"]::after {
        .sr-only();
        content: "Decrement Hours";
    }

    .btn[data-action="decrementMinutes"]::after {
        .sr-only();
        content: "Decrement Minutes";
    }

    .btn[data-action="showHours"]::after {
        .sr-only();
        content: "Show Hours";
    }

    .btn[data-action="showMinutes"]::after {
        .sr-only();
        content: "Show Minutes";
    }

    .btn[data-action="togglePeriod"]::after {
        .sr-only();
        content: "Toggle AM/PM";
    }

    .btn[data-action="clear"]::after {
        .sr-only();
        content: "Clear the picker";
    }

    .btn[data-action="today"]::after {
        .sr-only();
        content: "Set the date to today";
    }

    .picker-switch {
        text-align: center;

        &::after {
            .sr-only();
            content: "Toggle Date and Time Screens";
        }

        td {
            padding: 0;
            margin: 0;
            height: auto;
            width: auto;
            line-height: inherit;

            span {
                line-height: 2.5;
                height: 2.5em;
                width: 100%;
            }
        }
    }

    table {
        width: 100%;
        margin: 0;


        & td,
        & th {
            text-align: center;
            border-radius: @bs-datetimepicker-border-radius;
        }

        & th {
            height: 20px;
            line-height: 20px;
            width: 20px;

            &.picker-switch {
                width: 145px;
            }

            &.disabled,
            &.disabled:hover {
                background: none;
                color: @bs-datetimepicker-disabled-color;
                cursor: not-allowed;
            }

            &.prev::after {
                .sr-only();
                content: "Previous Month";
            }

            &.next::after {
                .sr-only();
                content: "Next Month";
            }
        }

        & thead tr:first-child th {
            cursor: pointer;

            &:hover {
                background: @bs-datetimepicker-btn-hover-bg;
            }
        }

        & td {
            height: 54px;
            line-height: 54px;
            width: 54px;

            &.cw {
                font-size: .8em;
                height: 20px;
                line-height: 20px;
                color: @bs-datetimepicker-alternate-color;
            }

            &.day {
                height: 20px;
                line-height: 20px;
                width: 20px;
            }

            &.day:hover,
            &.hour:hover,
            &.minute:hover,
            &.second:hover {
                background: @bs-datetimepicker-btn-hover-bg;
                cursor: pointer;
            }

            &.old,
            &.new {
                color: @bs-datetimepicker-alternate-color;
            }

            &.today {
                position: relative;

                &:before {
                    content: '';
                    display: inline-block;
                    border: solid transparent;
                    border-width: 0 0 7px 7px;
                    border-bottom-color: @bs-datetimepicker-active-bg;
                    border-top-color: @bs-datetimepicker-secondary-border-color-rgba;
                    position: absolute;
                    bottom: 4px;
                    right: 4px;
                }
            }

            &.active,
            &.active:hover {
                background-color: @bs-datetimepicker-active-bg;
                color: @bs-datetimepicker-active-color;
                text-shadow: @bs-datetimepicker-text-shadow;
            }

            &.active.today:before {
                border-bottom-color: #fff;
            }

            &.disabled,
            &.disabled:hover {
                background: none;
                color: @bs-datetimepicker-disabled-color;
                cursor: not-allowed;
            }

            span {
                display: inline-block;
                width: 54px;
                height: 54px;
                line-height: 54px;
                margin: 2px 1.5px;
                cursor: pointer;
                border-radius: @bs-datetimepicker-border-radius;

                &:hover {
                    background: @bs-datetimepicker-btn-hover-bg;
                }

                &.active {
                    background-color: @bs-datetimepicker-active-bg;
                    color: @bs-datetimepicker-active-color;
                    text-shadow: @bs-datetimepicker-text-shadow;
                }

                &.old {
                    color: @bs-datetimepicker-alternate-color;
                }

                &.disabled,
                &.disabled:hover {
                    background: none;
                    color: @bs-datetimepicker-disabled-color;
                    cursor: not-allowed;
                }
            }
        }
    }

    &.usetwentyfour {
        td.hour {
            height: 27px;
            line-height: 27px;
        }
    }
	
	&.wider {
		width: 21em;
	}

	& .datepicker-decades .decade {
        line-height: 1.8em !important;
    }
}

.input-group.date {
    & .input-group-addon {
        cursor: pointer;
    }
}

