﻿


/*help popup*/

.popover-content {
color:black !important ;
}
  #myPopoverContent {
            display: none;
            float: left;
        }

        .popover {
            width: 500px;
            min-width: 500px;
        }

        .popover-title {
            color: White;
            background-color: #8B6F4E;
            font-weight: bold;
        }

        .HelpInfo {
            font-weight: 700;
        }

/*button styles*/
.btn-msi {
    color: #fff;
    background-color: #8b6f4E;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

    .btn-msi.focus, .btn-msi:focus {
        color: #fff;
        background-color: #7A6246;
        border-color: #7A6246;
    }

    .btn-msi:hover {
        color: #fff;
        background-color: #7A6246;
        border-color: #7A6246;
    }


.btn-link {
    color: #8b6f4E;
    background-color: #fff;
    border: 1px solid #b29d83;
    display: inline-block;
    border-radius: 10px;
    width: 320px;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    margin-top: 20px;
}

    .btn-link.focus, .btn-link:focus {
        color: #fff;
        background-color: #8b6f4E;
        text-decoration: none;
    }

    .btn-link:hover {
        color: #fff;
        background-color: #8b6f4E;
        border-color: #8b6f4E;
        text-decoration: none;
    }


.focus.btn, .btn:focus, .btn:hover {
    color: #eee;
}

.rbtnSpace label {
    margin-right: 60px;
}

.leftmargin {
    margin-left: -40px;
}

.marginleft label {
    font-weight: normal;
    margin-right: 5px;
}



#cpuDateInstalled_calendar {
    left: -10px !important;
    top: 25px !important;
}

#cpuDateInstalled {
    margin-left: -80px;
}

/*for fabricator warranty creation*/
.topMargin {
    margin-top: 7px !important;
}

.container {
    width: 1750px !important;
}

/*main headline in pages*/
.master-header {
    background-color: #8b6f4E !important;
    color: white !important;
    font-size: x-large;
}

/* header text in pages */
.text-color {
    color: #8b6f4E;
    font-weight: 700;
    font-size: large;
}

/*fonts style for texts*/
.fontStyle {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    color: #7A6246;
    font-size: 14px;
}

/*anchor tag color*/

.link {
    color: #8b6f4E !important;
    text-decoration: underline;
}

th {
    text-align: center !important;
}

.rblist td, th {
    padding: 5px;
}



/*-------------calendar--------------*/
.datepicker .datepicker-switch {
    color: #8b6f4E !important;
}
.datepicker table tr td.active.active {
background-color:#8b6f4E !important;}

/*--------------------------pagination--------------------*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

    .pagination-ys table > tbody > tr > td > a,
    .pagination-ys table > tbody > tr > td > span {
        position: relative;
        float: left;
        padding: 8px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #8b6f4E;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        margin-left: -1px;
    }

    .pagination-ys table > tbody > tr > td > span {
        position: relative;
        float: left;
        padding: 8px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        margin-left: -1px;
        z-index: 2;
        color: #aea79f;
        background-color: #f5f5f5;
        border-color: #dddddd;
        cursor: default;
    }

    .pagination-ys table > tbody > tr > td:first-child > a,
    .pagination-ys table > tbody > tr > td:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .pagination-ys table > tbody > tr > td:last-child > a,
    .pagination-ys table > tbody > tr > td:last-child > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .pagination-ys table > tbody > tr > td > a:hover,
    .pagination-ys table > tbody > tr > td > span:hover,
    .pagination-ys table > tbody > tr > td > a:focus,
    .pagination-ys table > tbody > tr > td > span:focus {
        color: #97310e;
        background-color: #eeeeee;
        border-color: #dddddd;
    }
