﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

html, body, button, div, span, iframe, h1, h2, h3, h4, h5, h6, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ul, li, img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Verdana, Arial,Liberation Sans,DejaVu Sans,sans-serif;
    text-align: left;
    overflow-y: scroll;
    font-size: 11px;
    line-height: 1.4;
    /*color: rgba(0, 0, 0, 0);
    background-color: GrayText;*/
}

.menu {
    display: inline-block;
    font-size: 0;
}

    .menu li {
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        vertical-align: middle;
        line-height: 20px;
    }

    .menu a {
        padding: 10px 5px;
        text-decoration: none;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        outline: none;
    }

legend {
    /*color: whitesmoke;*/
    font-weight: bold;
    text-align: center;
}

label {
    /*color: white;*/
}

input[type="text"], input[type="password"], textarea {
    margin: 0;
    padding: 5px 8px 6px;
    /*color: white;
    background-color: #212A33;
    border-color: #212A33;*/
}

fieldset {
    border-radius: 3px;
    border: 1px solid gainsboro;
    padding: 10px;
}


#header {
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 0.5em;
    /*background-color: #212a33;
    color: white;*/
}

#footer {
    border-top: 1px solid rgba(0, 0, 0, 0);
    padding: .4px;
    text-align: center;
    /*color: whitesmoke;*/
    font-weight: bold;
}

.ViewHeader {
    text-align: center;
    color: white;
    padding: 0.3em;
    font-size: 12px;
    font-weight: bold;
}

.ra-well-title {
    font-size: 1.2857em;
    line-height: 1.2857em;
    border-bottom: 1px solid #e7e7e7;
    margin: -5px -19px 0.8333em;
    padding: 0 19px 0.7222em;
    font-weight: bold;
    /*color: white;*/
}

@media (max-width: 767px) {
}

.highlighted-row {
    color: red;
    font-weight: bold;
}

.card {
    padding: 20px 25px 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 3px 8px 8px #212A33;
    -webkit-box-shadow: 3px 8px 8px #212A33;
    box-shadow: 3px 8px 8px #212A33;
    position: absolute;
    z-index: 15;
    top: 40%;
    left: 35%;
    margin-left: -50px;
    margin-top: -30px;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    font-size: large;
}

.k-grid {
    font-size: 13px;
}

    .k-grid td {
        line-height: 2em;
    }

.errorMsg {
    color: red;
    font-size: 14px;
}

.userTable {
    color: white;
}

/*@media (min-width: 992px) and (max-width: 1366px) {
    #pbFilter, 
    #pbReset {
        width: 95%;
    }
    #reportsearchtop {
    padding-left:2%;
    }
}

@media (min-width: 600px) {
    #reportsearchtop {
        padding-left: 5%;
    }
}*/




.k-command-cell .k-button {
    padding: 0px 12px 0px 12px !important;
    /*margin: 0px 0px 1px 19px !important
    margin: 0px 13px 1px 0px !important;;*/
    margin: -8px 14px -5px 0px !important;
}

/*.k-grid tr td {
    border-width: 0 0 1px 1px !important;
    border-style: solid !important;
}*/

.k-grid td {
    padding: .3em .6em .3em .6em !important;
}

.k-grid-toolbar {
    padding: 0.2em 0.9em 0.2em 0em !important;
}


.k-grid-toolbar, .k-grouping-header {
    padding: 0.1em 1em 0.1em !important;
}


/*#opticomenu > li > ul > div > ul > li {
    padding: .28em .8em .38em .9em !important;
}

#opticomenu li:nth-child(1) ul li a {
    padding: .28em 6.0em .38em .9em !important;
}

#opticomenu li:nth-child(2) ul li a {
    padding: .28em 4.2em .38em .9em !important;
}

#opticomenu li:nth-child(3) ul li a {
    padding: .28em 1em .38em .9em !important;
}


#opticomenu li:nth-child(4) div {
    margin-left: -76% !important;
}
*/
#ddlaction {
    padding: .0em 0 !important;
}

.popup-overflow {
    overflow-y: hidden;
}
