﻿/************************** Reports ***********************/
.btn-group{
    width: 100% !important;
}

.btn-default.dropdown-toggle{
    width: 100% !important;
    font-size: 11px;
    border-radius: 4px !important;
    height: 25px !important;
}

/*.dropdown-menu{
    width: 100% !important;
}*/

.k-button {
    margin-bottom: 10px;
}

.oesummaryreport {
    color: #000;
    background-color: rgba(159,160,162,0.1);
    border-color: rgb(20,39,50);
    border-radius: 10px;
}

.divcenter {
    padding: 30px !important;
    margin-left: 15px;
}

.paddingb10 {
    padding-bottom: 10px;    
}

#reportdownload {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    z-index: 1000;
}

#reportdownload iframe, #reportdownload embed {
    height: 100%;
    width: 100%;
    position: relative;

    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

#reportPopup {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(20,39,50,0.3);
    padding: 5%;
    z-index: 1000;
    display: none;
}

#closereport {
    top: -38px;
    right: -40px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    z-index: 1000;
}

#closereport:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

#downloadFile {
    width: 100% !important;
}

.span-listitem{
    position: relative;
    top: -4px;
}

.btn-title {
    padding: 2px 0px 2px 0px !important;
    margin: 0px !important;
    width: 90% !important;
    font-size: 14px !important;
    border-radius: 4px 0px 0px 4px !important;
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.btn-caret {
    padding: 2px 0px 2px 0px !important;
    margin: 0px !important;
    width: 10% !important;
    font-size: 14px !important;
    border-radius: 0px 4px 4px 0px !important;
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
} 
.error-field {
    font-size: 12px;
    color: red;
    font-weight: bold;
}

#pdfbox {
    width: 100%;
    height: 400px;
}