﻿/*Copyright © 2016-2017 Agilent Technologies, Inc. All rights reserved.*/

/*---------------------------------------------------------------------
 * AccessProduct.cshtml
 */
#MainContainer {
    float: none;
    margin: 40px auto;
}

#MainContainer .widget {
    -webkit-box-shadow: 0 0 15px 1px rgba(10,10,10,0.5);
    box-shadow: 0 0 15px 1px rgba(10,10,10,0.15);
}

.row {
    margin-left: auto;
}

.OkMessage {
    color: #01c70b;
}

.FailMessage {
    color: #f00;
}

.OkMessage, .FailMessage {
    font-size: 15px;
}

#instruction {
    padding-right: 120px;
    color: blue;
    background-image: url("../Images/coc_serial_key.png");
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: right;
    background-position-x: right;
}

#requestNewAccountBtn, #requestNewAccountBtn:hover, #crosslabcsManualLink, #crosslabcsManualLink:hover {
    font-weight: bold;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

/*---------------------------------------------------------------------
 * AccessProductFeature.cshtml
 */
.COCTable {
    border-collapse: initial !important;
    border: 1px solid;
    margin-bottom: 20px;
    border-color: gray;
}

.innerTable {
    border-collapse: initial !important;
}

.COCColumnLabel {
    padding: 10px;
    font-weight: 700;
    background: #e2e2e4 none repeat scroll 0 0;
}

.COCColumnData {
    width: 200px;
    padding: 10px;
    padding-right: 5% !important;
}

.bottomBorder {
    border-bottom: 1px inset;
    border-color: gray;
}

.rightBorder {
    border-right: 1px inset;
    border-color: gray;
}

.padding-25 {
    padding-left: 25px;
    padding-right: 25px;
}