.under-content {
    background: #7f7f7f none repeat scroll 0 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: table !important;
    height: 90px;
    margin: auto;
    position: relative;
    width: 239px;
}

.under-content p {
    color: #fff;
    display: table-cell;
    font-size: 13px;
    line-height: 15px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
}

.position-content {
    display: block !important;
    left: 239px;
    position: absolute;
    top: 174px;
    width: 360px;
    z-index: -1;
}

.first-position-content {
    height: 130px;
    margin-bottom: 10px;
    -webkit-transform: translate(-16.1em, 0px);
    -moz-transform: translate(-16.1em, 0px);
    -o-transform: translate(-16.1em, 0px);
    transform: translate(-16.1em, 0px);
}

.first-position-content:hover {
    -webkit-transform: translate(0em, 0px);
    -moz-transform: translate(0em, 0px);
    -o-transform: translate(0em, 0px);
    transform: translate(0em, 0px);

}

.first-position-content .text-content {
    background-color: #5c5a5a;
    color: #fff;
    float: left;
    font-size: 13px;
    height: 130px;
    padding: 5px;
    width: 230px;
    display: table;
}

.first-position-content .head-content {
    background-color: #169db9;
    color: #fff;
    float: right;
    height: 130px;
    text-align: center;
    width: 130px;
    cursor: pointer;
}

.first-position-content .text-content p {
    font-size: 13px;
    line-height: 15px;
    display: table-cell;
    vertical-align: middle;
}

.first-position-content .head-content h4 {
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 20px;
}

.first-position-content .head-content p {
    font-size: 13px;
}

.second-position-content {
    height: 90px;
    -webkit-transform: translate(-16.1em, 0px);
    -moz-transform: translate(-16.1em, 0px);
    -o-transform: translate(-16.1em, 0px);
    transform: translate(-16.1em, 0px);

}

.second-position-content:hover {
    -webkit-transform: translate(0em, 0px);
    -moz-transform: translate(0em, 0px);
    -o-transform: translate(0em, 0px);
    transform: translate(0em, 0px);

}

.second-position-content .text-content {
    background-color: #5c5a5a;
    color: #fff;
    float: left;
    font-size: 13px;
    height: 90px;
    padding: 5px;
    width: 230px;
    display: table;
}

.second-position-content .head-content {
    background-color: #e41b1b;
    color: #fff;
    float: right;
    height: 90px;
    text-align: center;
    width: 130px;
    cursor: pointer;
}

.second-position-content .head-content h4 {
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 10px;
}

.second-position-content .head-content p {
    font-size: 13px;
}

.second-position-content .text-content p {
    font-size: 13px;
    line-height: 15px;
    display: table-cell;
    vertical-align: middle;
}

.datepicker-dropdown.datepicker-orient-bottom::after {
    border-top: 6px solid #7f7f7f;
}

.showbox {
    transition: all 1s ease-in-out 0s;
}

.datepicker-days, .datepicker-months, .datepicker-years {
    background-color: #3caae0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 4px;
    height: auto !important;
}

.datepicker-dropdown {
    background-color: transparent;
    padding: 0px !important;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 7px;
}

.table-condensed {
    color: #000;
}

.day, .prev, .next {
    color: #fff;
}

.new, .old {
    /*color: #555 !important;*/
}

.new:not(.disabled), .old:not(.disabled) {
    color: white !important;
}

.disabled {
    color: #3391bf !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.invalid {
    color: #ff0000 !important;
    background-color: transparent !important;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background-color: #006dcc;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover {
    background-color: #006dcc !important;
    background-image: none !important;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: #006dcc none repeat scroll 0 0;
}

@media (max-width: 767px) {
    .under-content {
        display: none !important;
    }

    .position-content {
        display: none !important;
    }

    .datepicker-dropdown.datepicker-orient-bottom::after {
        border-top: 6px solid #3caae0;
    }
}