@charset "UTF-8";
#impersonatee {
    height: 30px;
    margin: 0px;
    border-radius: 3px;
}

/* Overrides LiveAxle style sheet for modals in Dashboard only */
.video-wrap {
    width: 570px;
}

.productkit-requests-empty {
    font-size: 18px;
    line-height: 3;
}

.portal .select2-drop {
    height: 340px;
}

#register input {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

.control-group .custom-select{
    border: 1px solid #ccc;
}



#content > #pk-container {
    padding: 0 !important;
}

textarea {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #8a8a8a;
}

.toc-table tr:nth-child(even) {
    background: #f6f6f6;
}
#product-kit-toc-table.ul {
    text-align: left;
}

.toc-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

form#register .selection .span6:first-child:after {
    content: '';
}

.product-kit-brief{
    border: 1px;
    border-style: groove;
    padding: 4px 4px 4px 4px;
}

.change-FileVisibility {
    float: left;
    font-size: 11px;
    background: #3253dc;
    color: #fff;
    padding: 5px 15px 5px 27px !important;
    border: 1px solid transparent;
    margin-left: 10px;
}
.change-FileVisibility:hover {
    color: #fff;
    text-decoration: underline;
    background: #3253dc ;
}
.change-FileVisibility.disabled {
    background: #3253dc ;
    background-color: #fff;
    border: 1px solid #d9dadb;
    color: #808080;
}
.change-FileVisibility.disabled:hover {
    text-decoration: none;
    cursor: default;
    background: #fff ;
    color: #808080;
}

div#files-help .invalid {
    color: #f00;
}

.kit-level .chevrons{
    cursor: pointer;
}
input.common-date{
    float: left;
    width: 110px;
    padding-left: 25px;
    text-align: right;
    background: #fff url("images/icons/calendar.png") no-repeat 5px center;
}
.review-files .expirationDate {
    text-align: left;
    font-weight: bold;
    line-height: 0px;
    margin-left: 5px;

}

.review-files .eccnWarning{
    font-weight: bold;
    font-size: small;
}

.review-files .firstTimeNote{
    font-weight: bold;
    font-size: medium;
}

.search-type-head .twitter-typeahead{
    width:100% !important;
    display: block !important;
}
.mktoFieldWrap .mktoLabel {
    margin: 0px !important;
    width: 248px !important;
}

.mktoForm .mktoButtonWrap .mktoButton {
    color: #fff;
    border: 1px solid #3253dc !important;
    padding: 0.4em 1em;
    font-size: 1em;
    background-color: #3253dc !important;
    background-image: none !important;
    /* background-image: -webkit-linear-gradient(top, #99c47c, #75ae4c); */
    background-image: -moz-linear-gradient(top, #99c47c, #75ae4c);
    /* background-image: linear-gradient(to bottom, #99c47c, #75ae4c); */
    width: 150px;
}
span.mktoButtonWrap {
    margin-left: 270px !important;
}
.mktoForm {

    border: 1px solid #e9e9e9;
    width: auto !important;
    padding-bottom:20px;
    background:#fff;
    color:#424242 !important;
}
.mktoFormCol legend{
    border-bottom: 0px;
}
#mktoForm_220 input{
    border : 1px solid #8a8a8a;
}
#mktoForm_220 select{
    border : 1px solid #8a8a8a;
}
.mktoFormRow .mktoError{
    margin-left: 246.5px !important;
    margin-top: 20px !important;
    right: auto !important;
    bottom: auto !important;
}
.mktoForm fieldset legend{
    margin-left: 7px !important;
    padding: 0px !important;
    font-weight:bold;
}
.mktoForm label.mktoLabel{
    font-weight: bold;
}
#mktoForm_220 textarea{
    border : 1px solid #8a8a8a;
}

.table.product-kits i.warning-icon-blue {
    display: block;
    width: 15px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: -2px;
    background: url("images/icons/warning-icon-blue.png") no-repeat 50% 50%;
}
a label { cursor: pointer; }

