﻿@charset "utf-8";
/* CSS Document */


::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-thumb {
    background: rgb(179, 187, 199);
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    background: rgba(206, 200, 200, 0.57);
    border-radius: 0px;
}   

html, body {
    height: 100%;
}

body {
    font: 12px/1 'proxima-nova', sans-serif;
    color: #555;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul {
    list-style: none;
}

.cf:before, .cf:after {
    content: ' ';
    display: table;
}

.cf:after {
    clear: both;
}

.title {
    padding: 50px 0;
    font: 24px 'Open Sans', sans-serif;
    text-align: center;
}

.inner {
    max-width: 1270px;
    margin: 0;
}

.breadcrumbs {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fdfdfd;
}

    .breadcrumbs ul {
        border-left: none;
        border-right: none;
    }

    .breadcrumbs li {
        float: left;
        width: 20%;
    }

    .breadcrumbs a {
        position: relative;
        display: block;
        padding: 3px;
        padding-right: 0 !important;
        /* important overrides media queries */
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        color: #717171;
        cursor: pointer;
    }

        .breadcrumbs a:hover {
            background: #cee0f5;
            text-decoration: none;
        }

        .breadcrumbs a.active {
            color: #584e3b;
            background-color: #cee0f5;
        }

        .breadcrumbs a span:first-child {
            display: inline-block;
            width: 22px;
            height: 22px;
            padding: 2px;
            margin-right: 5px;
            border: none;
            border-radius: 50%;
            background-color: none;
            font-size: 15px;
        }

        .breadcrumbs a.active span:first-child {
            color: #614614;
            border-color: none;
            background-color: none;
        }

        .breadcrumbs a.active:before {
            margin-left: 1px;
            border-left-color: #afafaf;
        }

        .breadcrumbs a.active:after {
            border-left-color: #cee0f5;
        }


        .breadcrumbs a:before,
        .breadcrumbs a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 1;
            display: block;
            width: 0;
            height: 0;
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
            border-left: 12px solid transparent;
        }

        .breadcrumbs a:before {
            margin-left: 1px;
            border-left-color: #bed8e4;
        }

        .breadcrumbs a:hover {
            background: #ddf0f9;
        }

        .breadcrumbs a:after {
            border-left-color: #fdfdfd;
        }

        .breadcrumbs a:hover:after {
            border-left-color: #ddf0f9;
        }

        .breadcrumbs a:hover:before {
            margin-left: 1px;
            border-left-color: #a8cdde;
        }



    .breadcrumbs li:last-child a:before,
    .breadcrumbs li:last-child a:after {
        display: none;
    }

a.prgrs-done {
    background: #39509e;
    color: #ffffff;
    box-shadow: inset 3px 4px 5px #273a7a;
}


.breadcrumbs a.prgrs-done:before {
    margin-left: 1px;
    border-left-color: #98aec7;
}



.breadcrumbs a.prgrs-done:after {
    border-left-color: #39509e;
}

.breadcrumbs a.prgrs-done span:first-child {
    border: 2px solid #bd5713;
    background-color: #e46e0d;
    color: #fff;
    display: none;
}



.breadcrumbs a.active span.done-img {
    display: none;
}

.breadcrumbs a span.done-img {
    display: none;
}

.breadcrumbs a.prgrs-done span.done-img {
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 2px;
    margin-right: 5px;
    border: 2px solid #5e70a9;
    border-radius: 50%;
    background-color: #2f4284;
}

.breadcrumbs a.prgrs-done:hover {
    background: #39509e;
    color: #fff;
    text-decoration: none;
}



.main-div {
    max-width: 1270px;
    margin: 0 auto;
    background: #fdfeff;
    border-top: 0px;
}

.incident_scroll {
    /*max-height: 700px;*/
    /* max-height: 70vh; */
    overflow-y: auto;
    border: solid 1px #e0e8f2;
    border-radius: 0 0 3px 3px;
    padding-top: 3px;
    /* position: relative; */
    /* top: 50px; */
}

.incident_topleft {
    float: left;
    box-sizing: border-box;
}

    .incident_topleft img {
        border: none;
    }

.incident_toprgtbtns {
    float: right;
    padding: 10px;
    box-sizing: border-box;
}

.incident_header {
    padding: 5px 10px;
}

.incident_head {
    font-size: 20px;
    color: #414f6a;
    font-weight: 500;
}

.incident_line {
    color: #35456d;
    font-size: 20px;
    margin: 0 10px;
}

.incident_template a {
    color: #35456d;
    font-weight: 600;
    font-size: 13px;
}


.incident_toprgtbtns .incident_cancel {
    border: solid 1px #798698;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    color: #07244b;
    outline: none;
    background-image: -ms-linear-gradient(top, #ACB7C6 0%, #C7D4E6 50%, #C0CCDE 51%, #ACB7C6 100%);
    background-image: -moz-linear-gradient(top, #ACB7C6 0%, #C7D4E6 50%, #C0CCDE 51%, #ACB7C6 100%);
    background-image: -o-linear-gradient(top, #ACB7C6 0%, #C7D4E6 50%, #C0CCDE 51%, #ACB7C6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ACB7C6), color-stop(50, #C7D4E6), color-stop(51, #C0CCDE), color-stop(100, #ACB7C6));
    background-image: -webkit-linear-gradient(top, #ACB7C6 0%, #C7D4E6 50%, #C0CCDE 51%, #ACB7C6 100%);
    background-image: linear-gradient(to bottom, #ACB7C6 0%, #C7D4E6 50%, #C0CCDE 51%, #ACB7C6 100%);
}

.incident_toprgtbtns .incident_submit {
    padding: 3px 8px;
    border-radius: 3px;
    color: #fff;
    border: solid 2px #3468af;
    font-size: 13px;
    font-weight: bold;
    background-image: -ms-linear-gradient(top, #0D3872 0%, #1351A6 50%, #124C9C 51%, #0D3872 100%);
    background-image: -moz-linear-gradient(top, #0D3872 0%, #1351A6 50%, #124C9C 51%, #0D3872 100%);
    background-image: -o-linear-gradient(top, #0D3872 0%, #1351A6 50%, #124C9C 51%, #0D3872 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0D3872), color-stop(50, #1351A6), color-stop(51, #124C9C), color-stop(100, #0D3872));
    background-image: -webkit-linear-gradient(top, #0D3872 0%, #1351A6 50%, #124C9C 51%, #0D3872 100%);
    background-image: linear-gradient(to bottom, #0D3872 0%, #1351A6 50%, #124C9C 51%, #0D3872 100%);
    outline: none;
}

.incident_toprgtbtns input[type=submit].incident_submit:hover, input[type=button].incident_submit:hover {
    background: #0D3872;
}

.incident_toprgtbtns input[type=submit].incident_cancel:hover, input[type=button].incident_cancel:hover {
    background: #a1b0c5;
}


.incident_slog {
    margin-left: 10px;
    margin-top: 3px;
    color: #b9c1d4;
    font-weight: 500;
}

.incident_Maincont {
    width: 100%;
    box-sizing: border-box; /* padding:5px; */
    margin-top: 0%;
}

.incident_ActivityMaincont {
    width: 60%;
    margin: 0% auto 0 auto;
}

.incident_summaryMaincont {
    width: 100%;
    margin: 0% auto 0 auto;
}

.incident_cont {
    width: 100%;
    box-sizing: border-box; /* display: flex; */
    height: 100%;
    margin-top:10px;
}

.incident_cont_4 {
    width: 33.33333333%;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    display: table-cell;
}

.incident_cont_6 {
    width: 50%;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    display: table-cell;
}

.incident_cont_8 {
    width: 100%;
    margin: 0 auto;
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    box-sizing: border-box;
    height: 100%;
}

.incident_cont_5 {
    width: 40%;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    display: table-cell;
}

.incident_cont_full {
    width: 100%;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    display: table-cell;
    margin: 0 auto;
}

.incident_cont_3 {
    width: 30%;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    display: table-cell;
}

.incident_cont_4_Inner, .incident_cont_5_Inner, .incident_cont_3_Inner, .incident_cont_6_Inner, .incident_cont_full_Inner {
    border: solid 1px #d7dee6;
    padding: 5px 5px;
    border-radius: 0 0 3px 3px;
    float: left; /* height: 100vh; */
    position: relative;
    top: 50px;
    box-sizing:border-box;
}
.incident_cont_6_Inner {
    width:100%;
    float:inherit;
    margin:0 auto;
    max-width:1380px;
}
/*solid 1px #dedede*/
.incident_cont_4_padding {
    padding-top: 5%;
}

.incident_top {
    width: 1380px;/*1266px*/
    background: #ecf3fc;
    min-height: 50px;
    border: solid 1px #dedede;
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
    height: auto;
    display: table;
    box-sizing: border-box;
    position: fixed;
    margin:0 auto;
    z-index: 1;
}

.incident_top.incident_topHeader {  
    position: relative !important;   
}

.form-group {
    margin: 0px 0;
    line-height:28px;
}

.incident_cont_4_padding .form-group {
    margin-top: 10px;
}

.incident_scroll_left {
    width: 49.8%;
    float: left;
}

    .incident_scroll_left .form-input {
        min-width: 54%;
        max-width: 54%;
    }

.Location_group .form-input {
    min-width: 100%;
    max-width: 100%;
}

.Location_group input.form-control.inner-width {
    max-width: 61px;
}

.Location_group input.form-control.city-inner-width {
    max-width: 102px;
}

.Location_group input.form-control.state-inner-width {
    max-width: 29px;
}

.Location_group input.form-control.zip-inner-width {
    max-width: 55px;
}


.incident_scroll_left .form-input .form-select, .incident_scroll_left .form-control.mdwidth-input {
    width: 100%;
}

.incident_scroll_left .form-control.serial_input {
    width: 50%;
}

.incident_scroll_left .form-control.mdwidth-input.mdwidth-dateinput {
    width: 94%;
}

.incident_scroll_left .lbl_div {
    width: 42% !important;
}

.incident_scroll_left span.lbl_div.lbl_divinner {
    width: auto !important;
}

.lbl_div {
    display: inline-block;
    min-width: 25%;
    text-align: right;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    padding-right: 5px;
    line-height: 20px;
}

.Parts_lbl {
    min-width: 40%;
}

.viking_filedset {
    border: solid 1px #d7eff0;
    margin-top: 2px;
}

.viking_btns {
    background: #f00;
}

input[type="submit"].viking_btns {
    background: #2c3b72 !important;
    border: solid 1px #142256;
    color: #fff;
    font-family: proxima-nova;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 3px;
    border-radius: 2px;
}

fieldset.product_reg.viking_reg {
    background: #fff; /*#f9feff*/
}

    fieldset.product_reg.viking_reg legend {
        font-size: 13px;
        width: auto;
        border: none;
        background: #2c3b72;
        color: #fff !important;
        padding: 5px;
        border-radius: 3px;
    }

.form-input {
    display: inline-block;
    vertical-align: middle;
    min-width: 73%;
    max-width: 73%;
}

.part-input {
    min-width: 57%;
    max-width: 57%;
}

.form-input .form-control {
    width: 100%;
    padding:0px;
}

    .form-input .form-control.date-control {
        width: 95%;
    }

.form-input .form-date {
    width: 40%;
}

.form-input .form-select {
    width: 35%;
}

.part-input .form-select {
    width: 23%;
}

.form-control.city-input {
    width: 25%;
}

.checkbox_lbl {
    width: 100%;
    float: left;
    clear: both;
    margin: 4px 0;
}

    .checkbox_lbl label {
        font-size: 12px;
        font-weight: 600;
        color: #262626;
        vertical-align: inherit;
    }

.mandatoryfld {
    color: #f00 !important;
    font-size: 16px;
    font-weight: bold;
}

.form-control.mdwidth-input {
    width: 35%;
}

.form-control.ph-input {
    width: 44%;
}

.form-city .lbl_div {
    width: 10%;
    min-width: 10%;
    text-align: center;
}

.part-input .lbl_div.Parts_lbl {
    width: 50%;
}

.form-input .form-hours {
    width: 49.3%;
}

.form-head {
    display: inline-block;
    height: 24px;
    padding: 3px 2px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

.form-textarea {
    height: auto;
}

.form-control {
    display: inline-block;
    float: left;
    height: 21px;
    padding: 0px 5px;
    margin-top: 2px;
    font-size: 12px;
    text-indent:3px;
    line-height: 1.42857143;
    color: #474747;
    background-color: #fff;
    /*background-image: none;*/
    border: 1px solid #a0bcce;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow:none !important;
}

.form-textarea {
    height: auto;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}


.actions {
    width: auto;
    float: right;
    border: solid 1px #a0bcce;
    height: auto;
    max-height: 50px;
    border-radius: 3px;
    margin-top: 2%;
    padding: 10px
}

input[type=submit].incident_btn {
    width: 58px;
    min-height: 25px;
    float: right;
    border: none;
    outline: none;
    margin-left: 2px;
}

input[type=submit].incident_nxtbtn {
    background: url(../img/incident-next.png) no-repeat !important;
}

input[type=submit].incident_skipbtn {
    background: url(../img/incident-skip.png) no-repeat !important;
}

input[type=submit].incident_prevbtn {
    background: url(../img/incident-prev.png) no-repeat !important;
}

input[type=submit].incident_addlobor {
    background: url(../img/incident-laborline.png) no-repeat !important;
    width: 102px;
}

input[type=submit].incident_addparts {
    background: url(../img/incident-partsline.png) no-repeat !important;
    width: 102px;
}

input[type=submit].incident_addactivity {
    background: url(../img/incident-activity.png) no-repeat !important;
    width: 102px;
}

input[type=submit].incident_addsummary {
    background: url(../img/incident-summary.png) no-repeat !important;
    width: 102px;
}



::-webkit-input-placeholder { /* Chrome */
    color: #dedede;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #dedede;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #dedede;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: #dedede;
    opacity: 1;
}

.incident_fieldset {
    border: solid 1px #efefef;
    height: 140px;
    border-bottom: 0px;
}

.incident_legend {
    min-width: 90px;
    height: 24px;
    color: #fff;
    margin-left: 10px;
    padding: 0px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-family: proxima-nova;
    line-height: 23px;
    background-image: -ms-linear-gradient(top, #8698D0 0%, #314A94 100%);
    background-image: -moz-linear-gradient(top, #8698D0 0%, #314A94 100%);
    background-image: -o-linear-gradient(top, #8698D0 0%, #314A94 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8698D0), color-stop(100, #314A94));
    background-image: -webkit-linear-gradient(top, #8698D0 0%, #314A94 100%);
    background-image: linear-gradient(to bottom, #8698D0 0%, #314A94 100%);
}

.incident_summary {
    width: 100%;
    box-sizing: border-box;
    display: flex;
}

.incident-col-4 {
    width: 25%;
    display: inline-block;
}

.incident-lbl {
    display: inline-block;
    min-width: 48%;
    text-align: right;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    padding-right: 5px;
}

.incident-input {
    display: inline-block;
    vertical-align: middle;
    min-width: 50%;
    max-width: 50%;
}

    .incident-input .form-control {
        width: 100%;
    }

.incident_btns {
    float: right;
    margin-right: 10px;
}

input[type=submit].incident_active.incident_disable {
    color: #a1a5ac;
}

    input[type=submit].incident_active.incident_disable.incident-refresh {
        background: url(../img/incident-refresh.png) no-repeat;
        border: none;
        width: 22px;
    }

input[type=submit].incident_active {
    height: 19px;
    color: #3b424d;
    border-radius: 2px;
    padding: 2px 6px;
    font-size: 11px;
    background-image: -ms-linear-gradient(bottom, #B9C0CD 0%, #FFFFFF 70%, #E6E9ED 100%);
    background-image: -moz-linear-gradient(bottom, #B9C0CD 0%, #FFFFFF 70%, #E6E9ED 100%);
    background-image: -o-linear-gradient(bottom, #B9C0CD 0%, #FFFFFF 70%, #E6E9ED 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #B9C0CD), color-stop(70, #FFFFFF), color-stop(100, #E6E9ED));
    background-image: -webkit-linear-gradient(bottom, #B9C0CD 0%, #FFFFFF 70%, #E6E9ED 100%);
    background-image: linear-gradient(to top, #B9C0CD 0%, #FFFFFF 70%, #E6E9ED 100%);
}

    input[type=submit].incident_active:hover {
        background-image: -ms-linear-gradient(top, #C9CFD9 0%, #FFFFFF 50%, #ebedf1 100%);
        background-image: -moz-linear-gradient(top, #C9CFD9 0%, #FFFFFF 50%, #ebedf1 100%);
        background-image: -o-linear-gradient(top, #C9CFD9 0%, #FFFFFF 50%, #ebedf1 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C9CFD9), color-stop(50, #FFFFFF), color-stop(100, #ebedf1));
        background-image: -webkit-linear-gradient(top, #C9CFD9 0%, #FFFFFF 50%, #ebedf1 100%);
        background-image: linear-gradient(to bottom, #C9CFD9 0%, #FFFFFF 50%, #ebedf1 100%);
    }

@media (max-width: 1270px) {
    .form-input .form-select {
        width: 31%;
    }

    .incident-input {
        min-width: 40%;
        max-width: 40%;
    }

    .form-control.ph-input {
        width: 38%;
    }

    .incident-labor .form-input {
        min-width: 68%;
        max-width: 68%;
    }

        .incident-labor .form-input .form-hours {
            width: 46.3%;
        }


    .incident-parts .part-input {
        min-width: 53%;
        max-width: 53%;
    }

    .incident-parts .form-input .form-select {
        width: 23%;
    }
}

@media (max-width: 1170px) {
    .incident_fieldset {
        height: auto;
    }

    .incident_summary {
        display: inline;
    }

    .incident-col-4 {
        width: 48%;
    }

    .incident_cont {
        display: block;
    }

    .incident_cont_4 {
        width: 50%;
    }

    .labor_incident_last {
        float: right;
    }

    .actions {
        clear: both;
    }

    .incident_cont_5, .incident_cont_3 {
        width: 50%;
    }

    .parts_incident_last {
        float: right;
    }
}

@media (max-width: 1040px) {
    .lbl_div {
        min-width: 30%;
    }

    .form-input {
        min-width: 66%;
        max-width: 66%;
    }

    .form-control.city-input {
        width: 21%;
    }

    .Parts_lbl {
        width: 30%;
    }
}

@media (max-width: 830px) {
    .form-input {
        min-width: 60%;
        max-width: 60%;
    }
}

@media (max-width: 768px) {
    .incident_cont {
        display: block;
    }

    .incident_cont_6 {
        width: 98%;
    }

    .main-div {
        min-height: auto;
        width: 100%;
        display: block;
        float: left;
    }

    .incident_cont_6_Inner {
    }

    .incident_cont_5, .incident_cont_3 {
        width: 98%;
    }

    .parts_incident_last {
        float: left;
    }


    .breadcrumbs a {
        padding: 15px;
    }

        .breadcrumbs a:before,
        .breadcrumbs a:after {
            border-top-width: 26px;
            border-bottom-width: 26px;
            border-left-width: 13px;
        }

    .incident-labor .form-input .form-select {
        width: 25%;
    }

    .form-input {
        width: 100%;
    }

    .lbl_div {
        min-width: 100%;
        float: left;
        text-align: left;
    }

    .form-input {
        min-width: 90%;
        max-width: 90%;
    }

        .form-control.mdwidth-input, .form-input .form-select {
            width: 100%;
        }

            .form-control.mdwidth-input.mdwidth-dateinput {
                width: 95%;
            }
}

@media (max-width: 620px) {

    .incident-col-4 {
        width: 98%;
    }

    .incident_cont_4 {
        width: 98%;
    }

    .labor_incident_last {
        float: left;
    }

    .incident_ActivityMaincont {
        width: 95%;
    }

    .breadcrumbs a {
        padding: 10px;
        font-size: 12px;
    }

        .breadcrumbs a:before,
        .breadcrumbs a:after {
            border-top-width: 22px;
            border-bottom-width: 22px;
            border-left-width: 11px;
        }
}

@media (max-width: 520px) {
    .breadcrumbs a {
        padding: 5px;
    }

        .breadcrumbs a:before,
        .breadcrumbs a:after {
            border-top-width: 16px;
            border-bottom-width: 16px;
            border-left-width: 8px;
        }

    .breadcrumbs li a span:first-child {
        display: block;
        margin: 0 auto;
    }

    .breadcrumbs li a span:last-child {
        display: none;
    }
}


.incident_scroll fieldset {
    border-color: #d9ebfd;
}

    .incident_scroll fieldset legend {
        font-size: 11px !important;
        background: #407aca;
        padding: 5px;
        color: #fff;
        border-radius: 3px;
        line-height:10px;
    }

label.form-control {
    height: 18px !important;
    width: 98% !important;
    box-shadow: none !important;
    background-color: #fbfdff !important;
    border: 1px solid #eef4f7 !important;
}

fieldset.seriltop_fieldset .lbl_div {
    min-width: 40%;
}

fieldset.seriltop_fieldset .form-input {
    min-width: 55%;
}

.action_fieldset .form-group {
    width: 33%;
    float: left;
}

.action_fieldset .lbl_div {
    width: 25%;
    line-height: 35px;
}

.action_fieldset .form-input {
    min-width: 60%;
}

.action_fieldset .form-group .form-control.mdwidth-input {
    width: 100% !important;
    height: 50px;
    border-color: #cee0f7;
    box-shadow: none !important;
}

span.lbl_div.lbl_divinner {
    min-width: auto;
    float: left;
    line-height: 22px;
}

input.form-control.inner-width {
    width: auto;
}

.action-activity {
    background: #1783b9 !important;
    padding: 5px !important;
    border-radius: 3px !important;
    border: solid 1px #1d8cc3 !important;
    color: #fff;
    max-width: 103px;
    float: left;
    margin-top: 2px;
    margin-left: 2px;
    font-size: 12px;
}
.aspNetDisabled.action-activity {
    background: #e8e8e8 !important;
    color: #b5b5b5;
    border: solid 1px #bdc9d0 !important;
}


.ajax__calendar_container,.ajax__calendar{
    line-height:20px !important;
}

.form-input {
    position: relative;
}

    .form-input font {
        position: absolute;
        top: -8px;
    }