﻿body {
}

.IM-quoteManager {
    font-family: "HelveticaNeue", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
 .IM-quoteManager h1 {
        font: 2.7em "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        margin: 20px 0px 0px 10px;
    }

.IM-quoteManager .searchText i {
    padding-left: 25px;
}

.minMaxtextBox{
    padding:3px !important;
}

.IM-quoteManager .subheader-info {
    background-color: #eee;
}

.colorBlue {
    color: #2778b9
}

.colorPurple {
    color: #4c0c74
}

.checkmark-container {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 4px;
    margin-bottom: 14px;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkmark-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 4px;
}



/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
    left: 5px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #048E29;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.no-focus {
    outline: none
}
.colorgreen {
    color: #048E29;
}

.colorRed {
    color: #e62e00;
}

.colorYellow {
    color: #ffbb33;
}
.colorDarkYellow {
    color: #c4a114;
}

.bglightGreen {
    background-color: #e7f2ea;
}

.col-xs-half{
    width:0.333%;
}

.col-xs-1half {
    width: 10.333333%;
}
.fontwhite {
    color: white;
}

.QuoteStatusLabel {
    padding-right: 10px ;
    border-radius: 20px;
    font-weight: bold;
}

.bgGreenColor {
    background-color: #e7f2ea;
}
.bgBlueColor {
    background-color: #deecf9;
}
.bgYellowColor {
    background-color: #fff8dd;
}

.quoteheaderLinks {
    padding-top:10px;
    font-weight:bold;
    font-size:12px;
}

.headerIcons{
    padding-right:8px;
}

.buttonIcon{
    padding-top:5px;
    padding-bottom:5px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 3px 0;
    border-radius: 4px;
}

#QuoteManager_QuoteList .btn-secondary-3 {
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 2.5px 6px;
    border: 0px solid transparent;
}

#QuoteManager_QuoteList .btn-secondary-3:link,
#QuoteManager_QuoteList .btn-secondary-3:visited {
    background: #FFFFFF;
    border: 1px solid #ccc;
    color: #999;
    padding-right: 0px;
    padding-left: 2px;
}       

#QuoteManager_QuoteList .btn-secondary-3:hover,
#QuoteManager_QuoteList .btn-secondary-3:active {
    border: 1px solid #005394;
    color: #005394;
    text-decoration: none;
}
.padding-top-lg {
    padding-top: 15px;
}
/*.padding-sm {
    padding: 8px;
}*/
.Quotemanager_Quotelist_pager_body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 3.428571;
    color: #333;
}

.IM-quoteManager .textWight {
    font-weight: bold !important;
}
.IM-quoteManager .btn-primary-2:link, .btn-primary-2:visited, .btn-primary-2:hover {
    background: #E1500B !important;
    color: #FFFFFF !important;
    border: 1px solid #E1500B !important;
}

.IM-quoteManager .btn {
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 7.5px 12px;
    border: 0px solid transparent;
}

.border-full{
    border:1px solid #ccc !important;
}

#tblQuoteManager .fa-15xs {
    font-size: 1.5em;
}

.padding-left-xxlg {
    padding-left: 50px;
}
.padding-left-lg-print {
    padding-left: 15px;
}