﻿body {
    /*font-size: .85em;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Styles for Nav and Footer */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 51px;
    padding-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #f5f5f5;
}

.container .text-muted {
    margin: 15px 0;
}
.logocopy {
    width:40%;
}


.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}


/* Login page */
body {
    /*padding-top: 90px;*/
}

.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .panel-login > .panel-heading {
        color: #00415d;
        background-color: #fff;
        border-color: #fff;
        text-align: center;
    }

        .panel-login > .panel-heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .panel-login > .panel-heading a.active {
                color: #337ab7;
                font-size: 18px;
            }

        .panel-login > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #53A3CD;
        border-color: #53A3CD;
    }

.forgot-password {
    text-decoration: underline;
    color: #888;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #666;
    }

.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}

    .btn-register:hover,
    .btn-register:focus {
        color: #fff;
        background-color: #1CA347;
        border-color: #1CA347;
    }


.newline-br {
    white-space: pre-line;
}


/*Trick form ui-bootstrap*/
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
}

/* column widths defined */
table {
    table-layout: fixed;
}

.col {
    width: 50px !important;
}

.col-seq {
    width: 50px;
}

.col-id {
    width: 150px;
}

.col-filename {
    width: 280px;
}

.col-sender {
    width: 100px;
}

.col-datecreated {
    width: 158px;
}

.col-status {
    width: 83px;
}

.col-status2 {
    width: 100px;
}

.col-errmsg {
    width: 280px;
}

/* Added by Krishna.  For .icsrReports-tbl in Index1 */

.dashbord {
    width: 100%;
    height: calc(100vh - 100px);
}

.col-filename1 {
    width: 70%;
    padding: 2px;
}

.col-align {
    text-align: center;
}

.col-sender1 {
    width: 50%;
    padding: 2px;
}

.col-sender3 {
    width: 50%;
    padding: 2px;
}

.col-sender2 {
    width: 130px;
}

.col-datecreated1 {
    width: 48%;
}

.col-status1 {
    width: 33%;
}

.col-Safety {
    width: 65%;
    padding: 2px;
}

.col-suspectproduct {
    width: 70%;
    padding: 2px;
}

.col-IRD {
    width: 43%;
    padding: 1px;
}

.col-CoO {
    width: 55%;
    padding: 2px;
}

.col-index {
    width: 25%;
}

.col-Serious {
    width: 47%;
    padding: 1px;
}

.col-errmsg1 {
    width: 100%;
    padding: 3px;
}

.col-size-80 {
    width: 80px;
}

.col-size-90 {
    width: 90px;
}

.col-scroll {
    overflow-y: auto;
    max-height: 45px;
}

.col-scroll1 {
    overflow-y: auto;
    max-height: 150px;
}

.col-errmsg2 {
    width: 45%;
}

.col-size-110 {
    width: 110px;
}

.col-size-150 {
    width: 150px;
}

.col-size-180 {
    width: 180px;
}

.col-size-200 {
    width: 200px;
}

.col-size-250 {
    width: 250px;
}

.col-size-180 {
    width: 180px;
}

.errmsg {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
    min-width: 200px;
}

.col-errmsg .glyphicon {
    color: rgb(102, 154, 204);
    font-size: 16px;
}

/* Progrees indicator */
.ui-drop {
    /*display:none;*/
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100110;
    background-color: rgba(0, 0, 0, 0.18823529411764706);
}

.ui-drop-message {
    position: fixed;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 40px;
    border: 1px solid black;
    background-color: white;
    color: black;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
}

/* Added  by Maibu. filtered by Pavan*/
.navbar-brand.logo {
    text-decoration: none;
    color: #ff1919;
    margin-left: 0px !important;
}

    .navbar-brand.logo:hover, .navbar-brand.logo:focus {
        text-decoration: none;
        color: #ff1919;
    }

.e2bimportform select, .e2bimportform input {
    margin-bottom: 20px;
    width: 100%;
    color: #000;
}

.casesearchcrete {
    padding-left: 5px;
    background: #669acc;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    /*margin-left: -15px;
    margin-right: -15px;*/
    margin: 0px -15px;
}

.inmportutilitytable {
    width: 100%;
    max-height: 400px;
    overflow: auto;
}

.e2bimportform select {
    width: 100%;
    padding-left: 10px;
    color: #555;
    height: 34px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .e2bimportform select:focus {
        outline: none;
    }

.form-control:focus {
    border-color: inherit;
    border: 1px solid #ccc;
    box-shadow: none;
}

.e2bimportform .btn {
    padding: 6px 25px;
    transition: all 0.5s ease;
}

.e2bimportform .btn-info:hover {
    background: #4bacca;
}

.table > thead > tr > th {
    background: #b3c7e2;
    color: #333;
    /*border:none;*/
}

.pagination {
    float: right;
    margin: 0 0px 10px 0;
}

    .pagination > li > a:hover {
        transition: all 0.3s ease;
        background: #669acc;
        color: #fff;
    }

    .pagination > li > a {
        padding: 4px 10px;
    }

.btn1 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sort_header {
    cursor: pointer;
}

.sort_icon {
    float: right;
}

.tblhead {
    background: #669acc;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    text-align:center;
}

.panel-pwdrest {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .panel-pwdrest > .panel-heading {
        color: #00415d;
        background-color: #fff;
        border-color: #fff;
        text-align: center;
    }

        .panel-pwdrest > .panel-heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .panel-pwdrest > .panel-heading a.active {
                color: #337ab7;
                font-size: 18px;
            }

        .panel-pwdrest > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .panel-pwdrest input[type="text"], .panel-pwdrest input[type="email"], .panel-pwdrest input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-pwdrest input:hover,
    .panel-pwdrest input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }