﻿

body {
    padding-top: 30px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*
    p02 20141212 we don't need this setting

input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}
/*
input[type="checkbox"].input-validation-error {
    border: 0 none;
}
    */
.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* NGP */
.tdTit {
    background-color : #ddd;
    font-weight: bold;
}
th {
    width:5%;
    font-weight: bold;
}
.tdTit5 {
    width:5%;
    background-color : #ddd;
    font-weight: bold;
}
.td5 {
    width:5%;
    white-space:normal;
}
.td10 {
    width:10%;
    white-space:normal;
}
.td15 {
    width:15%;
    white-space:normal;
}
.td20 {
    width:20%;
    white-space:normal;
}
input.likeTB{
    border:solid 1px lightgrey;
    background-color:#EAEAEA;
    font-size:9pt;
}

.tdnW{white-space:nowrap;}

    .nowrap5{width:5%;white-space:nowrap;padding:3px 3px 3px 3px;}
    .nowrap25{width:25%;white-space:nowrap;padding:3px 3px 3px 3px;}
    .nowrap50{width:50%;white-space:nowrap;padding:3px 3px 3px 3px;}
    .img {  
        border:0px;
        vertical-align:middle;
        margin-bottom: .25em;
    }

.t8 {
    font-size:8pt; 
}
.t9 {
    font-size:9pt; 
}
.t10 {
    font-size:10pt; 
}
.t11 {
    font-size:11pt; 
}
.t14 {
    font-size:14pt; 
}
.t18 {
    font-size:18pt; 
}
.bold {
    font-weight:bold;
}

.nowrap {
    white-space:nowrap;
}

.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center {
    text-align: center;
}

table.border {
    border:solid 1px grey;
}

img.washmark-list {
height:40px; max-height:100px; max-width:100px;
}

img.pdf-list {
    width:80%;
    max-height:300px; max-width:300px;
}
img.pdf-list-small {
    width:100%;
    max-height:100px; max-width:100px;
}
.pdf-text-t10 {
    font-size:10pt;
}
.pdf-text {
    font-size:9pt;
}
.pdf-text-t8 {
    font-size:8pt;
}
.pdf-text-t6 {
    font-size:6pt;
}

.red {
    color:red;
}

textarea
{
    font-size:10pt;
    overflow: hidden;
}

.w100 {
    width:100px;
}
.w200 {
    width:200px;
}

div.radius {
    padding:7px;
    border: 1px solid transparent;
    border-radius:10px;  
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.white-back {
    background-color:white;
}
.green-back {
  color: #ffffff;
  background-color: #47a447;
}


/* Animated icon */
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.form-control {
    height:auto;
}
.btn {
    height:auto;
}

.hide {
    display:none;
}


* {
    box-sizing: border-box;
}


/* ---- grid ---- */

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item {
    float: left;
    padding: 10px;
}

    .grid-item:hover {
        -webkit-box-shadow: 0 1px 20px rgb(128, 128, 128);
        -moz-box-shadow: 0 1px 20px rgb(128, 128, 128);
        -ms-box-shadow: 0 1px 20px rgb(128, 128, 128);
        -o-box-shadow: 0 1px 20px rgb(128, 128, 128);
        box-shadow: 0 1px 20px rgb(128, 128, 128);
    }

    .grid-item img {
        display: block;
        max-width: 100%;
        border: 0px;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }




.grt-cookie {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: #FFF;
    color: #333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.grt-cookie-active {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.grt-cookie p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 1.35;
    color: #222;
    font-weight: normal;
}

    .grt-cookie p a {
        color: #333;
        text-decoration: underline;
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

.grt-cookie-button {
    /*display: inline-block;*/
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    /*padding: 6px 16px;
    margin-left: 12px;*/
    background: #333;
    color: #FFF;
    white-space: nowrap;
}

@media (max-width:767px) {

    .grt-cookie {
        flex-direction: column;
        padding: 15px;
    }

        .grt-cookie p, .grt-cookie p a {
            font-size: 13px;
        }

    .grt-cookie-button {
        font-size: 13px;
        /*padding: 3px 14px;
        margin: 8px 0 0 0;*/
    }
}
