﻿@media (min-width: 768px) {
    .modal-dialogResult {
        width: 100%;
        margin: auto;

    }
}

.txtQuery {
    height: 200px !important;
}

.dvNotVisible {
    display: none;
}

.form-control {
    color: black;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 10px 3px 10px;
    color: #00376a;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #00376a;
    border: 1px solid #fff;
    color: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #00376a;
    cursor: default;
    background-color: #fff;
    border-color: #00376a;
}

.modal-header {
    color: #fff;
    background-color: #00376a;
}

.panel-success > .panel-heading {
    color: #fff;
    background-color: #00376a;
    border-color: #00376a;
    height: 40px;
}

.btn-success {
    color: #fff;
    background-color: #00376a;
    border-color: #00376a;
}

./*container {
    padding: .5% .5% .5% .5%;
    margin-right: auto;
    margin-left: auto;
}*/

.form-control:focus {
    border-color: #00376a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00376a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px #00376a;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    padding: 6px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.panel-body {
    padding: 5px 15px 5px 15px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 768px) {
    .container {
        max-width: 99.5%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 99.5%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 99.5%;
    }
}

/*Loading*/
.cssBodyCustom {
    margin-top: 30%;
}

.loader {
    border: 50px solid #f3f3f3;
    border-radius: 50%;
    border-top: 50px solid #00376a;
    width: 200px;
    height: 200px;
    -webkit-animation: spin 10s linear infinite;
    animation: spin 3s linear infinite;
    margin-left: 32%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type=radio]:focus {
    border-color: #00376a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00376a;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 10px #00376a
}

input[type=checkbox]:focus {
    border-color: #00376a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00376a;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 10px #00376a
}

.btn-success:hover {
    color: #fff;
    background-color: #00376a;
    border-color: #00376a;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #00376a;
    border-color: #00376a;
}
