﻿/* Bootstrap override to force full width...*/
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

.vgk-header {
    color: #32363B;
    font-size: 30px;
    line-height: 60%;
    min-height: 60px;
    padding: 9px 0px 0px 90px;
    background-image: url('../_common/img/ihsm-icon.png');
    background-color: white;
    background-position-x: 15px;
    background-position-y: center;
    background-repeat: no-repeat;
}

.vgk-tab-body {
    min-height: 400px;
}

.vgk-textarea {
    font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}

.statusfield {
    font-size: larger;
    margin: 0;
    padding: 10px 15px 0px 25px;
}
    .statusfield .pending {
        background-color: #fcf8e3;
        color: black;
    }
    .statusfield .success {
        background-color: #DFF0D8;
        color: black;
    }
    .statusfield .warning {
        background-color: #f0ad4e;
        color: white;
    }
    .statusfield .danger {
        background-color: #f2dede;
        color: #a94442;
    }

.shockcell {
    background-color: silver;
    border-top: 1px solid silver !important;
    border-bottom: 1px solid silver !important;
}

