﻿* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@font-face {
    font-family: "Trebuchet MS";
    src: url("../../Content/Fonts/Trebuchet-MS.ttf") format("truetype");
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

html, body {
    font: 13px "Trebuchet MS";
    margin: 0;
    padding: 0;
    min-width: 1000px;
    width: 100%;
}

div.dxpcLite .dxpc-mainDiv {
    font: 13px "Trebuchet MS";
}

footer {
    display: block;
    font-size: 12px;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

header {
    display: block;
    font-size: 0;
    padding: 20px 20px 0 20px;
    width: 100%;
}

#HomeGrid.dxgvControl,
#HomeGrid.dxgvDisabled {
    font: 13px "Trebuchet MS";
}

#logo {
    display: inline-block;
    height: 100px;
    vertical-align: top;
}

#logo-text {
    display: inline-block;
    min-width: 500px;
    padding: 5px 0 0 20px;
    text-align: left;
    vertical-align: top;
}

#logo-text > hr {
    border: none;
    background-color: #9F9F9F;
    height: 1px;
    margin: 6px 0;
}

#client-name {
    font-size: 32px;
}

#application-name {
    font-size: 18px;
}

#main-container {
    display: block;
    margin: 0;
    padding: 20px 10px 10px 10px;
    width: 100%;
}

.button-export {
    background: none;
    border: 1px solid white;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: 0 0 1px 0;
    padding: 0;
    width: 23px;
    vertical-align: top;
}

.button-export:hover {
    border: 1px solid #9F9F9F;
}

.button-export-csv {
    background: url("../../Content/Images/button-csv.jpg") no-repeat;
}

.button-export-pdf {
    background: url("../../Content/Images/button-pdf.jpg") no-repeat;
}

.button-export-rtf {
    background: url("../../Content/Images/button-rtf.jpg") no-repeat;
}

.button-export-xls {
    background: url("../../Content/Images/button-xls.jpg") no-repeat;
}

.button-container {
    display: inline-block;
    font-size: 0;
    padding: 0 5px; 
    vertical-align: top;
}

.button {
    background-color: #e3e3e3;
    border: 1px solid #9F9F9F;
    color: #454545;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 4px 8px;
    vertical-align: top;
}

.button:hover {
    background-color: #EDEDED;
}

.button:active {
    -webkit-box-shadow: inset 0 0 2px 0 #9F9F9F;
    -ms-box-shadow: inset 0 0 2px 0 #9F9F9F;
    box-shadow: inset 0 0 2px 0 #9F9F9F;
}

.button + .button {
    margin-left: 4px;
}

.section {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.section + .section {
    margin-top: 20px;
}

.section.section-bar {
    background-color: #f7f7f7;
    border: 1px solid #9F9F9F;
    padding: 7px;
}