﻿body 
{
    padding-top: 10px;
    background-color: rgba(198, 239, 247, 1);
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.mw-100 {
    margin: auto;
    min-width: 99%;
    margin: 5px;
}

.logo {
    width: 100%;
    min-height: 60px;
}

.relative {
    /*position: relative;*/
}

.absolute {
    /*position: absolute;*/
}

.d-none {
    display: none;
}

.m-r-5 {
    margin-right: 5px;
}


.btn-secondary {
    background-color: rgba(0,0,0,.4);
    color: white;
}

.btn-secondary:hover {
    background-color: rgba(0,0,0,.3);
    color: white;
}

.btn-dark {
    background-color: rgba(0,0,0,1);
    color: white;
}

.btn-dark:hover {
    background-color: rgba(0,0,0,.8);
    color: white;
}

.grid-container {
    /*overflow-x: scroll;*/
    overflow-x: auto !important;
    height: auto;
    width: auto;
    border: 2px;
    border-color: Black;
    background-color: rgba(255,255,255,1);
    position: relative;
}

.btn-outline, .mvc-grid-boolean-filter {
    padding-bottom: 2px !important;
}
/* ================          MVC GRID corrections =============== */
.mvc-grid {
    background-color: rgba(255,255,255,.8);
}

.mvc-grid td {
    padding: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    line-height: 34px !important;
}

.mvc-grid .table tfoot tr td {
    padding: 8px !important;
}

.mvc-grid .table thead {
    background: rgba(255,255,255,.5);
    border: 0 none;
}

.mvc-grid-popup .popup-group {
    display: inline-block !important;
}

.mvc-grid-popup {
    width: 297px !important;
}

.mvc-grid-popup .mvc-grid-type, .mvc-grid-popup .mvc-grid-input, .mvc-grid-popup .mvc-grid-operator {
    padding: 0px !important;
    height: 35px !important;
}

.mvc-grid-input {
    width: 174px !important;
}

.eca-certGrid {
    background-color: aqua;
}

.mvc-grid-type {
    width: 94px !important;
}

.mvc-grid-boolean-filter, .popup-boolean, .popup-content {
    width: 100%;
}

.mvc-grid-boolean-filter > li {
    width: 40px !important;
    padding: 10px !important;
    margin: 10px !important;
    display: inline !important;
}

.popup-group-operator {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
}

.pagination {
    display: inline-block;
    width: 290px;
    padding: 6px 12px !important;
}


.pagination * {
    margin-left: -2px !important;
}

.mvc-grid-button
{
    width: 70px;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
}

/* ================          MVC GRID corrections =============== */
.m10rl {
    margin-left: 5px;
    margin-right: 5px;
}

.w-33 {
    width: 33%;
}
.pagerSize {
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 !important;
}
.mvc-grid-pager {
    position: relative;
}
.loadingModal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .2 ) url('//i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

.pagerSizeRowGrid {
    width: 50px;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 !important;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
*.loading .loadingModal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
*.loading .loadingModal {
    display: block;
}

.highlightRow {
    background-color: #EEE;
}


@media (min-width: 1024px) {
    .createUserImportDialog .modal-dialog, .changePasswordDialog .modal-dialog, .customersImportDialog .modal-dialog {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .createUserImportDialog .modal-dialog, .changePasswordDialog .modal-dialog, .customersImportDialog .modal-dialog {
        width: 90%;
    }
}

.rowNoMargin {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.paddingb2 {
    padding-bottom: 2px;
    line-height: 40px;
}
.padding2 {
    padding: 2px;
}

.margin10 {
    margin: 10px;
}

.shadow {
    box-shadow: 0px 0px 5px rgba(255,255,255,.9);
}
.elementWidthTextArea {
    margin: 0px;
    min-width: 174px !important;
    min-height: 100px !important;
}

.btn-primaryChange {
    width: 174px !important;
}

.btn-nav {
    padding: 2px !important;
    margin: 2px !important;
    width: 100%;
    height: 32px !important;
    line-height: 32px !important;
    background-color: #31b0d5 !important;
}

.btn-nav:hover {
    background-color: #269abc !important;
}

.navbar-nav li {
    width: 100%;
}

.eca-client-info {
    display: block;
    width:100%;
    padding: 2px;
    margin: 2px;
}

.datepicker {
    z-index: 10000 !important;
}

.menuPos {
    width: 50px;
    float: right;
    position: relative;
    right: 35%;
}


.paginate_button {
    border: 1px solid #ddd;
    padding: 8px 14px;
}

.mvc-grid-pager12 span {
    background-color: rgba(255, 255, 255, 0.55);
    box-sizing: content-box;
    display: inline-block;
    text-align: center;
    min-width: 0.9em;
    cursor: pointer;
}

.mvc-grid-pager12 {
    text-align: center;
}

.current {
    background-color: #82A1D2;
    border-color: #83AED3;
    color: #FFFFFF;
}

.disabled {
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.07);
    cursor: not-allowed;
}