.horizontal-dropdown-toggle {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #373a3c !important;
}
.company_employee_count {
    padding: 4px 10px;
    background: #eceff4;
    margin: 3px 0px 2px 14px;
    border-radius: 5px;
}
.horizontal-dropdown-menu {
    margin-top: 10px !important;
    padding: 5px;
    width: 100% !important;
}
.horizontal-main-nav {
    height: inherit !important;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #d7272d;
}
.color-red {
    color: #d7272d !important;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.bootstrap-table .table a,
.fixed-table-body .table a,
.table a {
    border-bottom: none;
}
.simple-notification .title,
.simple-notification .content {
    color: #fff;
}
.horizontal-navigation .page-content {
    padding-top: 156px;
}
/*.site-header .user-menu.dropdown .dropdown-toggle::after {  margin-top: 13px;}*/
.header_buton,
.header_buton:hover {
    cursor: text;
    background: #00a8ff;
    float: left;
}
body {
    height: 100%;
}
admin-app {
    height: 100%;
    min-height: 100%;
}
.wrapper {
    min-height: 100%;
    position: relative;
}
admin-footer {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    padding: 8px 15px;
    position: fixed;
    width: 100%;
    z-index: 5;
}
.page-content {
    padding-bottom: 40px;
}
.horizontal-navigation .main-nav {
    height: 46px;
    padding: 0 20px;
}
.horizontal-navigation .main-nav .nav-link {
    line-height: 46px;
}
.main-nav > li {
    position: relative;
    padding: 12px 0 11px;
}
.main-nav > li.with-sub > span::before {
    border-color: #adb7be rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 4px 0;
    content: "";
    display: block;
    height: 0;
    margin-top: -2px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out 0s;
    width: 0;
}
.main-nav .nav-item + .nav-item,
.main-nav .nav-link + .nav-link {
    margin-left: 3rem;
}
.main-nav > li.opened > span::before {
    transform: rotate(180deg);
}
.main-nav ul li ul li {
    padding: 5px 0;
}
.main-nav ul li a {
    color: #373a3c;
}
/*.main-nav > li.opened > ul {
  display: block !important;
}*/
.main-nav > li.opened > ul {
    display: block !important;
    transform: scale(1, 1) !important;
    -webkit-transform: scale(1, 1) !important;
    -moz-transform: scale(1, 1) !important;
    -ms-transform: scale(1, 1) !important;
}
.main-nav > li.with-sub > span span {
    cursor: pointer;
}
/*.main-nav li.nav-item.with-sub > ul {
  background: #ffffff none repeat scroll 0 0;
  padding:5px 10px;
  position: absolute;
  top: 46px;
  width: 150px;
  border-radius: 5px;
}*/
.main-nav li.nav-item.with-sub > ul {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    /*overflow: hidden;*/
    padding: 5px 10px;
    position: absolute;
    top: 45px;
    border: 1px solid #c5d6de;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    width: 155px;
}
.main-nav ul li span.lbl {
    font-size: 17px;
}
.clerk_legend {
    float: right;
    margin-top: 37px;
}
.clerk_icon {
    float: right;
}
.clerk_icon i {
    font-style: normal;
}
.add-new {
    margin-top: 8px;
    float: right;
}
.multiselect-container .checkbox input[type="checkbox"] {
    visibility: visible !important;
}
.main-nav li.nav-item.with-sub ul.submenu2 {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 143px;
    border: 1px solid #c5d6de;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    width: 155px;
}
.main-nav > li.opened > ul li {
    position: relative;
}
.main-nav > li.opened > ul li:hover ul.submenu2 {
    display: block;
    transform: scale(1, 1);
}
.main-nav > li.opened li.sub-arrow {
    background: url(images/submenu-arrow.png) no-repeat right center;
}
/*CSS Loading - Start*/
.loader_container {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    font-family: Helvetica;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
}
.custom_container {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    font-family: Helvetica;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
}
.loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}
.loader--dot:first-child {
    background-color: #8cc759;
    animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
    background-color: #8c6daf;
    animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
    background-color: #ef5d74;
    animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
    background-color: #f9a74b;
    animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
    background-color: #60beeb;
    animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
    background-color: #fbef5a;
    animation-delay: 0s;
}
.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}
.loader--text:after {
    content: "Loading";
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.categorytextareaheight {
    min-height: 188px;
}
.product_image {
    float: left;
    width: 15%;
    text-align: center;
    padding: 9px 0px 5px 0px;
}
.company_image {
    float: left;
    text-align: center;
    padding: 9px 0px 5px 0px;
}
.company_image .comImage {
    width: 100px;
    float: left;
}
.company_image .comText {
    width: 120px;
    float: left;
    text-align: left;
    margin-left: 5px;
}
.product_main_div {
    float: left;
    width: 85%;
    padding: 5px 0px 5px 30px;
}
.product_title_div {
    float: left;
    width: 100%;
}
.category_div {
    float: left;
    width: 100%;
    font-size: 14px;
    color: green;
    font-weight: bold;
}
.flag_div {
    float: left;
    width: 100%;
}
.display_order_div {
    float: left;
    width: 100%;
}
.displaytextbox {
    display: block;
    cursor: pointer;
}
.titleAlignment {
    float: left;
}
#custom-search {
    float: right;
    margin-left: 10px;
}
.align-center {
    text-align: center;
}
.boxlink {
    color: #ffffff;
}
.boxlink:hover {
    color: #ffffff;
}
#product-list_wrapper .row:first-child {
    /*width: 79% !important;
  float: left !important;*/
}
.custom_product_from_cat {
    width: 45% !important;
    float: right !important;
}
.custom-group-value-list {
    width: 50% !important;
    float: right !important;
}
.activitySearch {
    width: 60% !important;
    float: right !important;
}
.notifications {
    position: fixed !important;
}
@keyframes loader {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(230px);
    }
    65% {
        transform: translateX(230px);
    }
    95% {
        transform: translateX(0);
    }
}
@keyframes loading-text {
    0% {
        content: "Loading";
    }
    25% {
        content: "Loading.";
    }
    50% {
        content: "Loading..";
    }
    75% {
        content: "Loading...";
    }
}
/*CSS Loading - END*/
.topbutton-right {
    text-align: right;
    padding-right: 0;
    padding-top: 10px;
}
.topbutton-right span {
    padding-right: 20px;
}
.list-status-icon {
    margin: 0 auto;
    width: 25px;
}
.checkbox-bird input + label::before {
    font-size: 1.6rem;
    height: 25px;
    width: 25px;
}
/*============ Developer CSS Start =============== */
/*============ Developer CSS End =============== */
.productab li.nav-item {
    width: 50%;
}
.custom-list-box input[type="checkbox"],
.custom-list-box input[type="radio"] {
    vertical-align: middle;
}
.scrolltable {
    max-height: 182px;
    overflow: auto;
    border-radius: 4px;
}
/*table.attribute-list tbody { display: table; width: 100%;}*/
.attribute-list.table td {
    height: 30px;
    padding: 2px 0 0 10px;
}
/*.custom-list-box {  height: auto !important; max-height: 150px; }*/
.scrolltable .tag-editor-tag {
    font-size: 14px;
}
/*============ Fronten CSS =============== */
.loginbox {
    height: 100%;
}
.widget-accordion .panel-heading a {
    background-color: #eceff4 !important;
}
.widget-accordion .panel-heading a.collapsed {
    background-color: #fbfcfd !important;
}
table.martop0 {
    margin-top: 0 !important;
}
.comsetting-menu {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 4px 0 0 4px;
    height: 100%;
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 250px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s; /*border-right:solid 1px #d8e2e7;*/
}
.insidemenu_close .comsetting-menu {
    width: 50px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}
.insidemenu_close .com_setting_rightcon {
    padding-left: 50px;
}
.comsetting-menu li {
    border-bottom: solid 1px #d7d7d7;
}
.com_setting_rightcon {
    padding-left: 250px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}
.menu_show_hide {
    background: #dcdcdc none repeat scroll 0 0;
    margin: 0;
    padding: 7px 13px 5px;
}
.menu_show_hide .font-icon {
    font-size: 19px;
    cursor: pointer;
    color: #4f4f4f;
}
.side-menu-list-inside > li {
    line-height: 16px;
}
.side-menu-list-inside a,
.side-menu-list-inside > li > span {
    border-left: 4px solid transparent;
    cursor: pointer;
    display: block;
    padding: 11px 10px 11px 46px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
/*.side-menu-list-inside > li.green .fa, .side-menu-list-inside > li.green .font-icon, .side-menu-list-inside > li.green .glyphicon { color: #46c35f;}
.side-menu-list-inside > li.red .fa, .side-menu-list-inside > li.red .font-icon, .side-menu-list-inside > li.red .glyphicon { color: #fa424a;}*/
.side-menu-list-inside .fa,
.side-menu-list-inside .font-icon,
.side-menu-list-inside .glyphicon,
.side-menu-list-inside .tag-color {
    font-size: 1.0625rem;
    left: 12px;
    line-height: 16px;
    position: absolute;
    top: 13px;
}
.side-menu-list-inside .lbl {
    color: #818181;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
}
.side-menu-list-inside li a:hover,
.side-menu-list-inside > li.opened {
    background-color: #fff;
}
/* popup css - start */
.modal {
    display: none;
    position: fixed;
    z-index: 50;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}
/* Modal Content */
.modal-content {
    z-index: 50;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    width: 80%;
    max-width: 400px;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
/* The Close Button */
.close {
    color: black;
    float: right;
    margin-right: -5px;
    margin-top: 8px;
    opacity: 1;
    background: none;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 2px 16px;
    background-color: #fefefe;
    color: white;
}
.modal-body {
    padding: 2px 16px;
}
.modal-footer {
    padding: 2px 16px;
    background-color: #fefefe;
    color: white;
}
/* popup css - end */
.btn.product-edit,
.btn.product-delete,
.btn.product-clone {
    padding: 3px 8px;
}
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    z-index: 55555;
    border-radius: 50%;
    background-color: #333;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.spinner-overlay {
    background-color: white;
    cursor: wait;
}
.spinner-message-container {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    height: 0;
    text-align: center;
    z-index: 10001;
    cursor: wait;
}
.spinner-message {
    display: inline-block;
    text-align: left;
    background-color: #333;
    color: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    filter: alpha(opacity=100);
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: -1;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.more-alert-email {
    margin: 10px 0 0 -20px;
}
/*.min-drd-height{min-height:300px;}*/
.selected_user {
    margin-top: 3%;
}
.img_display,
.remove_image {
    margin: 3% 0 0 2%;
    cursor: pointer;
}
ul.multiselect-container {
    min-height: 250px;
}
.attr-options {
    font-weight: bold;
    text-decoration: underline;
}
.inline-block {
    display: inline-block;
}
.access-height.table td {
    height: 40px;
}
.small-input-error {
    position: absolute;
    left: 0;
    bottom: -25px;
}
.cursor_pointer {
    cursor: pointer;
}
.activity_url {
    font-size: 12px;
    font-style: italic;
    color: gray;
}
.checkboxspan {
    margin-left: 0px !important;
}
/* Symbol for device row background */
.deviceSymbol {
    float: left;
    margin-right: 4px;
}
.deviceSymbol span {
    padding: 0px 10px;
    margin: 0 5px;
}
.serverDateRed {
    background-color: #ffeded;
}
.serverDateYellow {
    background-color: #f0febd;
}
.serverDateBlue {
    background-color: #ededff;
}
.serverDateGray {
    background-color: #dddddd;
}
.serverDateGreen {
    background-color: #dff0d8;
}
.alert_email_checkbox {
    top: 10px;
}
.massattr-li {
    padding-top: 8px !important;
    margin: 0;
    padding-bottom: 8px !important;
}
.massattr-ul {
    background: #d8e2e7;
    border-radius: 3px;
    text-align: left;
}
.reorderclass {
    cursor: pointer;
}
.reorderBackground:hover {
    background-color: #eceff4;
}
.dt-rowReorder-moving {
    color: transparent;
    text-indent: -9999px;
    background-color: #fff2be;
    background-clip: initial;
}
.dt-rowReorder-moving:hover {
    background-color: #fff2be;
}
.dt-rowReorder-moving td {
    border-top: 1px dashed #ad8507 !important;
    border-bottom: 1px dashed #ad8507 !important;
}
.dt-rowReorder-moving td:first-child {
    border-left: dashed 1px #ad8507 !important;
}
.dt-rowReorder-moving td:last-child {
    border-right: dashed 1px #ad8507 !important;
}
@media (max-width: 990px) {
    .horizontal-navigation .page-content {
        padding-top: 106px;
    }
    .horizontal-navigation .main-nav .nav-item {
        margin-left: 0;
        padding: 8px 20px;
        border-bottom: solid 1px #ccc;
    }
    .horizontal-navigation .main-nav .nav-item > span {
        padding: 0 !important;
    }
    .horizontal-navigation .main-nav .with-sub.opened {
        background: #f6f8fa;
    }
    .horizontal-navigation .main-nav {
        height: calc(100% - 80px);
        padding: 0;
        overflow: auto;
    }
    .main-nav > li.with-sub > span::before {
        right: 20px;
        top: 18px;
    }
    .main-nav li.nav-item.with-sub > ul {
        position: relative;
        background: none;
        top: 0;
        width: auto;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        border: none;
        padding-left: 20px;
    }
    .main-nav > li.with-sub > span::before {
        border: none;
    }
    .dataTable .manager-edit,
    .dataTable .department-edit,
    .dataTable .employee-edit,
    .dataTable .csvgroupvalue-edit,
    .dataTable .category-edit,
    .dataTable .product-edit,
    .dataTable .product-clone {
        padding: 0 5px;
    }
    .dataTable .manager-delete,
    .dataTable .department-delete,
    .dataTable .employee-delete,
    .dataTable .csvgroupvalue-delete,
    .dataTable .category-delete,
    .dataTable .product-delete {
        padding: 0 5px;
    }
    .page-content {
        padding-left: 0;
        padding-right: 0;
    }
    .product_image > img {
        height: auto;
        width: 100%;
    }
    .horizontal-navigation.menu-left-opened .main-nav.horizontal-main-nav {
        height: 100% !important;
    }
}
@media (max-width: 767px) {
    .site-header .site-logo img {
        top: 2px;
    }
    .site-header-shown .header_buton {
        display: none;
    }
    .clerk_legend {
        margin-top: -28px;
    }
    .topbutton-right {
        padding-top: 10px;
    }
    .topbutton-right span {
        padding-right: 10px;
    }
    .section-header .col-md-7 {
        width: 58.3333%;
        float: left;
    }
    .section-header .col-md-5 {
        width: 41.6667%;
        float: left;
    }
}
@media (max-width: 567px) {
    .section-header .col-md-7 {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }
    .section-header .col-md-5 {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
    .dataTables_length {
        padding-bottom: 10px;
    }
    .page-content {
        padding-bottom: 60px;
    }
}
/* For safari issue on ordering textbox icon */
input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}
/* for report edi organization datatable */
#report-edi-organization-list tbody td {
    word-break: break-word;
}
.datepicker.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}
@media (min-width: 768px) {
    .datepicker.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
@media (min-width: 992px) {
    .datepicker.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
@media (min-width: 1200px) {
    .datepicker.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
.datepicker.dropdown-menu:after,
.datepicker.dropdown-menu:before {
    content: "";
    position: absolute;
}
.datepicker.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}
.datepicker.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px;
}
.datepicker.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}
.datepicker.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px;
}
.datepicker.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}
.datepicker.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}
.datepicker .list-unstyled {
    margin: 0;
}
.datepicker a[data-action] {
    padding: 6px 0;
}
.datepicker a[data-action]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.datepicker .timepicker-hour,
.datepicker .timepicker-minute,
.datepicker .timepicker-second {
    width: 54px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
}
.datepicker button[data-action] {
    padding: 6px;
}
.datepicker .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}
.datepicker .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}
.datepicker .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}
.datepicker .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}
.datepicker .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}
.datepicker .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}
.datepicker .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}
.datepicker .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}
.datepicker .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}
.datepicker .picker-switch {
    text-align: center;
}
.datepicker .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens";
}
.datepicker .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: auto;
    line-height: inherit;
}
.datepicker .picker-switch td span {
    line-height: 1.5;
    height: 1.5em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}
.datepicker table {
    width: 100%;
    margin: 0;
}
.datepicker table td,
.datepicker table th {
    text-align: center;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 4px;
}
.datepicker table th.disabled,
.datepicker table th.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}
.datepicker table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
}
.datepicker table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month";
}
.datepicker table thead tr:first-child th {
    cursor: pointer;
}
.datepicker table td {
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 54px;
}
.datepicker table td.cw {
    font-size: 0.8em;
    height: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 20px;
    color: #777;
}
.datepicker table td.day:hover,
.datepicker table td.hour:hover,
.datepicker table td.minute:hover,
.datepicker table td.second:hover {
    background: #eee;
    cursor: pointer;
}
.datepicker table td.new,
.datepicker table td.old {
    color: #777;
}
.datepicker table td.today {
    position: relative;
}
.datepicker table td.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.datepicker table td.active,
.datepicker table td.active:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table td.active.today:before {
    border-bottom-color: #fff;
}
.datepicker table td.disabled,
.datepicker table td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}
.datepicker table td span {
    display: inline-block;
    width: 54px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    margin: 2px 1.5px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.datepicker table td span:hover {
    background: #eee;
}
.datepicker table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table td span.old {
    color: #777;
}
.datepicker table td span.disabled,
.datepicker table td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}
.datepicker.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}
.datepicker.wider {
    width: 21em;
}
.datepicker .datepicker-decades .decade {
    line-height: 1.8em !important;
}
