﻿td{vertical-align:top;text-align:left;padding: 2px !important;}input{padding: 3px;}select{padding: 3px;}input[type='checkbox']{/*margin: 10px;*/}
input[disabled='disabled']{border: 1px solid grey;background-color: #ddd;}select[disabled]{border: 1px solid grey;background-color: #ddd;}
span.header{font-weight:bold ;border-bottom: 1px solid Grey;display:block;margin:  0px  0px  10px 0px;font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size:110%;letter-spacing: 1px;white-space: nowrap;}
input[type='button'], button{margin: 2px;}
/*Nep Touches*/
.log-bg{
    display: flex;
    flex-direction: column;  /* By default, children stack vertically */
    align-items: center;     /* Centers children horizontally */
    justify-content: center; /* Centers children vertically */
    flex-wrap: wrap;
    background-color:#2DA3F0;text-align:center; border:2px solid #0D589B; width:100%;height:100vh;margin:auto;padding-bottom:25px;/* position:absolute;*/}
@media (min-width: 768px) {
    .log-bg {
        flex-direction: row; /* Children are now laid out horizontally */
    }

    .logo {
        margin-right: 20px; /* Spacing between logo and the login div */
    }
}

.logo {
    background: url(../../app/images/jimsgroup-logo.png) no-repeat;
    width: 258px;
    height: 225px;
    background-size: contain;
}
#log_in_div h2{font-weight:bold;margin:0px;padding:0px;}
button#log_in{border:none;cursor:pointer;
background: rgb(255,116,0);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjc0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,116,0,1) 0%, rgba(255,116,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,116,0,1)), color-stop(100%,rgba(255,116,0,1)));
background: -webkit-linear-gradient(top,  rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%);
background: -o-linear-gradient(top,  rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%);
background: linear-gradient(to bottom,  rgba(255,116,0,1) 0%,rgba(255,116,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=0 );
-webkit-border-radius: 5px; border-radius: 5px;
text-shadow:none;
}
.footer {text-align:center;margin:auto;padding-top:10px;font-size:12px;color:#333;}

/**/
.jo-input
{
    margin-top:5px;
}
.jo-title
{
    font-weight:bold;
    text-align:center;
    font-size:150%;
    margin-bottom:10px;
}

/*.tableHeader td{
    background-color: gainsboro;
}*/
