﻿
input, textarea, select {
    margin: 0px !important;
}



/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

/*.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}*/

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    /*color: #ff0000;*/
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    /*border: 1px solid #ff0000;*/
    border: 1px solid #a94442;
}

div.input-validation-error {
    /*border: 1px solid #ff0000;*/
    border: 1px solid #a94442;
}

select.input-validation-error {
    /*border: 1px solid #ff0000;*/
    border: 1px solid #a94442;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    /*color: #ff0000;*/
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.input-group .Amttext-control {
    margin: 0px !important;
    height: 29px;
}

.input-group .Calendar-Control {
    margin: 0px !important;
    height: 30px;
}

.input-group .input-group-addon {
}

.input-group .textValue {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ddd;
    width: 100%;
}

    .input-group .textValue .form-control {
        padding: 0;
        border: 0;
        box-shadow: none;
        width: 100%;
    }

.total-value {
    padding-left: none !important;
    padding-right: 10px;
    border: 1px solid #ddd;
    width: 100%;
    background-color: #eee;
}

.account-heading{
    display: inline;
    font-weight: 700;
}

/* ************************************ */
/* BEGIN: Submit Message Display Styles */
/* ************************************ */
.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
}

.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    z-index: 1;
    /* The following properties are the ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: black;
    color: white;
}
/* ********************************** */
/* END: Submit Message Display Styles */
/* ********************************** */

::-ms-clear {
    display: none;
}

span.tab{
    padding: 0 10px; /* Or desired space*/
}

@media print {

 
    .no-print, .no-print *
    {
        display: none !important;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left !important;
        white-space: normal;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 55%;
    }

    .col-sm-5 {
        width: 45.66666666666667%;
    }

    .col-sm-4 {
        width: 40.33333333333333%;
    }

    .col-sm-3 {
        width: 35%;
    }

    .col-sm-2 {
        width: 25.666666666666664%;
    }

    .col-sm-1 {
        width: 20.333333333333332%;
    }
       .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left !important;
        white-space: normal;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width:55%;
    }

    .col-md-5 {
        width: 45.66666666666667%;
    }

    .col-md-4 {
        width: 40.33333333333333%;
    }

    .col-md-3 {
        width: 35%;
    }

    .col-md-2 {
        width: 25.666666666666664%;
    }

    .col-md-1 {
        width: 20.333333333333332%;
    }
    a[href]:after {
        content: none !important;
  }
}