﻿* {
    padding: 0;
    margin: 0;
}

html,body {
    background-color:#eee;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height:100%;
    overflow-x:hidden;
    width: 100.01%;
}

form{
    height:100%;
}

input, select, textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    padding: 5px 8px;
}


input[type=button],input[type=submit] {
   cursor:pointer;
}
input[type=submit]:hover {
   background-color: #efefef;
}


footer {
  color:#ababab;
  font-size:12px;
  padding: 5px;
  text-align: center;
  width:100%;
  display:flex;
  align-self: flex-end;
  justify-content:center;
  margin-top:25px;    flex-direction: column;
}

.cingw-fatable td{
    padding:10px;
}

.cingw-fatable input{
    margin-right:10px;
}
.center {
    margin: 0 auto;
}

.container{
    width:100%;
}

#login-page-content {
    width:400px;
}

.left{
    float:left;
}
.right{
    float:right;
}

.cingw-tos{
    padding: 10px;
    background-color: #fff;
    display: block;
    max-width: 80%;
    text-align: center;
    font-size: .95em;
    color: #444;
}

.cingw-error{
    color:red;
    font-size:12px;
}

.cingw-title-bar{
    color: #777;
    font-size: 24px;
    line-height: 2em;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    width: 400px;
}

.cingw-login {
    color: white;
    background-color:white;
    border-radius:4px;
    width: 400px;
}

.cingw-login-content input
{
    display:block;
}
.cingw-login-content input[type="text"], .cingw-login-content input[type="password"] {
    margin: 0 auto 7px auto;
}

.cingw-login-content input[type="submit"]
{
    margin: 18px auto 0 auto;
}

.cingw-login-title {
    color: #2bc02a;
    border-bottom: .8px solid #ddd;
    margin: 3px;
    padding: 5px 7px;
    text-transform:uppercase;
}

.cingw-login-button {
    background-color: #3e8e41; /* #586f9b */
    border: none;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    margin-top:18px;
    padding: 6px 22px;
    text-decoration: none;
}

.cingw-login-button:hover {
    background-color:#777;
    transition-duration: 0.1s;
}

.cingw-login-content {
    padding: 15px 7px;
}

#cingw-db-page-content {
    width: 90%;
}

.cingw-db-topbar{
    background-color:#242424;
    height:55px;
    width:100%;
    min-width:700px;
}
.cingw-db-topbar-user-controls {
    color: white;
    float: right;
    position: relative;
    height: 100%;
}

    .cingw-db-topbar-user-controls .dropdown-button {
        border: none;
        cursor: pointer;
        color: white;
        font-size: 14px;
        padding: 4px 10px;
        min-width: 225px;
        width: 100%;
        height: 100%;
        border-left: 1px #838383 solid;
        background-color: inherit;
    }

.dropdown-button > div {
    display: grid;
    text-align: left;
    padding-left: 15px;
}

.dropdown-button > i {
    font-size: 30px;
    padding: 0 5px;
    color: #666;
}

.dropdown-content .dropdown-header {
    color: #aaa;
    font-size: .8em;
    padding: 10px;
    display: block;
    margin-left: 5px;
}

.dropdown-menu-divider
{
    height:1px;
    width:100%;
    background-color: #666;
}

.cingw-db-topbar-user-controls .dropdown-content {
    display: block;
    color: #ddd;
    position: absolute;
    right: 0;
    background-color: #303438;
    transition: width 2s;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    max-height: 0px;
    transition: max-height 0.15s ease-out;
    overflow:hidden;
}
.dropdown-content a {
    font-size:.85em;
    color:#ddd;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
    .dropdown-content a:hover {
        background-color: #666;
        padding-left: 11px;
        border-left: 5px solid #3a8f43;
        color: white;
    }

.cingw-db-topbar-content{
    max-width:100%;
    height:55px;
}

.cingw-db-topbar-title img{
    height: 51px;
    width: 55px;
    margin: 2px 10px;
}

.dropdown-button:hover + .dropdown-content {
    display: block;
    max-height: 500px;
    transition: max-height 0.15s ease-in;
}

.dropdown-content:hover {
    display: block;
    max-height: 500px;
    transition: max-height 0.15s ease-in;
}

.dropdown-content+.dropdown-content:hover{
    background-color: #3e8e41;    
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
}

.dropdown-button:hover {
    background-color: #303438;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.cingw-db-topbar-title{
    color: #f3f3f3;
    font-size: 20px;
    display: flex;
    align-items: center;
    float: left;
}

.cingw-db-application-box {
    font-size: 14px;
    width: 60%;
    min-width: 900px;
    margin: 10px auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    /*background-color: #C0C0C0;
    box-shadow: 0px 5px 10px #222;*/
    text-align: center;
}

.cingw-db-application-box div {
    display: inline-block;
    margin: 7px;
    align-content: center;
}
.cingw-db-application-table {
    display: inline-block;
    border-collapse: separate;
    border-spacing: 10px;
}

.cingw-db-application-table tr {
   height: 75px;
}

.cingw-db-application-item {
    font-size: 12pt;
    width: 109px;
    height: 100%;
    padding: 10px;
    padding-top: 15px;
    margin: 10px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    word-wrap: normal;
    color: #FFF;
    background-color: #fff;
    vertical-align: middle;
    align-content: center;
}

.cingw-db-application-item img{
    width:80px;
}

.cingw-db-application-item:hover {
    
    border: 1px solid #8BC34A;
    cursor: pointer;
}

.cingw-db-application-item:hover a{
    color:#434343;
}

.cingw-db-application-item a {
    display: inline;
    color: #8e8e8e;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-decoration: none;
}

.cingw-db-code-box{
    padding: 12px;
    letter-spacing: .25em;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}

.cingw-db-pw-error
{
    color: #ff0000;
    font-size: 14px;
    padding: 8px;
    background-color: #fff;
    border-radius: 5px;
    width: 20em;
    margin: 0 auto;
    display: block;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom:5px;
}

.active, .accordion:hover {
    background-color: #ccc; 
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.reset-link {
    color: #808080; /*#ababab*/
    font-size: 12px;
    padding: 3px;
}