﻿
input[type="text"], select, textarea, input[type="password"] {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 4px;
    transition:.2s linear;
    -webkit-transition:.2s linear;
    -moz-transition:.2s linear;
}

.reportTypeSelect {
    width: 98%;
}

input[type="text"]:focus, select:focus, textarea:focus, input[type="password"]:focus {
    box-shadow: 0 0 7px #61C5FA;
    outline: none;
    border-color: #61C5FA;
}

.no-data-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
}

.pending {
    color: #ffa500;
    background-color: #fff8dc;
    border-color: #ffe4c4;
}

.button:hover {
    transition: background-position .1s linear;
    background-color: #e6e6e6;
    text-decoration: none;
    color: #333333;
    background-position: 0 -15px;
}

.button {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333333;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    padding: 4px 10px 4px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    vertical-align: middle;
    text-decoration: none;
}

.buttonShiftUp {
    margin-bottom: 2px;
}

.detailed-data {
    font-size: 12px;
}

.detailed-data table tr {
    border: 0;
}

.recent-reports {
    font-size: 16px;
}

.recent-reports td {
    /*padding: 3px 5px 3px 5px;*/
}

.recent-reports th {
    text-align: left;
    border-bottom: 2px solid #666666;
    padding: 3px 5px 3px 5px;
}

.recent-reports .date {
    text-align: center;
}

.gridpager {
    font-size: 12px;
    font-weight: bold;
}

.reportData{border-collapse:collapse;width:100%;margin-bottom:10px;}
.reportData tr{vertical-align:top;}
.reportData td{padding:5px 0;/*border:1px solid #000;*/}
.reportCol{}
td.rCol-1{width:295px;padding:8px 0px 8px 15px;}
td.rCol-2{width:225px;padding:8px 0px 8px 5px;;}
td.rCol-3{padding:8px 0px 8px 5px;;}
.reportList{padding:0;margin:0;}
.reportList li{list-style:none;display:inline-block;width:110px;}
.reportStart,.reportEnd{display:block;margin-left:5px;}
.reportEnd{margin-top:3px;}
.reportStart span,.reportEnd span{display:inline-block;width:45px;}

#reportKey td {
    padding: 5px;
}

.margin-bottom {
    margin-bottom: 7px;
}
