﻿/*General*/
.vertical-align {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

body {
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #f3f3f3;
    color: #6c757d;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.screen-heading {
    color: #565e66;
}

.form-control {
    color: #565e66;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;    
    height: 80px; /* Set the fixed height of the footer here */
    line-height: 40px; /* Vertically center the text there */
    background-color: #1fa7af;
}

a {
    color: #6c757d;    
}

    a:hover {
        color: #404040;
        cursor: pointer;
    }

.DETDatePicker {
    width: 100%;
    color: #565e66;
   
}

.DETDatePicker input[type="text"] {
    line-height: 1.9;
}
/*General End*/

/*Cards*/
.card {
    border: none;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}

.card-header {
    font-weight: 600 !important;
    border: 1px solid rgba(0,0,0,0.125) !important;
}
/*Cards End*/

/*Sweetalert*/
.btn-sweet {
    margin: 0 0.5rem;
}
/*Sweetalert End*/

/*Icons*/
.deCatalog-icons {
    color: #6c757d;
}

.menu-icons {
    margin-right: 10px;
}
/*Icons End*/

/*Navigation*/
.bg-dark {
    background-color: #1fa7af !important;
}

.nav-dropdown {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 1);
}

.nav-link-bold {
    font-weight:500;
}
/*Navigation End*/

/*Toolbar*/
.toolbar {
    position: static;
    right: 0px;
    left: 0px;
    z-index: 100;
    min-height: 30px;
    margin-bottom: 20px;
}

.nav-pills > li > .nav-pill-item {
    color: rgba(255, 255, 255, 1);
}

    .nav-pills > li > .nav-pill-item:hover {
        color: rgba(255, 255, 255, 1);
    }

.nav-btn-link {
    display: block;
    border: none;
    padding: 8px 16px;
}

.nav-pills > li > .nav-btn-link:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1);
}
/*Toolbar End*/

/* Checkbox */
.custom-checkbox {
    padding-top: 8px;
    height: 16px;
    width: 16px;
}
/* Checkbox End*/

/*Validation*/
.field-validation-error {
    color: #dc3545;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #dc3545;
}

select.input-validation-error {
    border: 1px solid #dc3545;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #dc3545;
}

.validation-summary-valid {
    display: none;
}

.errorField {
    border: 1px solid #dc3545;
}
/*Validation End*/

/*Modal Loading*/
.loader {
    position: relative;
    text-align: center;
    margin: 25px auto 35px auto;
    z-index: 10000;
    display: block;
    color: #fff;
}

.inline-loading {
    position: absolute;
    top: 250px;
    left: 50%;
    margin-top: -35px;
    margin-left: -30px;
    z-index: 10000;
    color: #fff;
}

.loading-backdrop {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    background-color: #000;
    opacity: 0.5 !important;
}
/*Modal Loading End*/

/*Buttons*/
.btn-primary {
    color: #fff;
    background-color: #1fa7af;
    border-color: #1fa7af;
}

.btn-primary:hover {
    color: #fff;
    background-color: #257A80;
    border-color: #2A7276;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #257A80;
    border-color: #2A7276;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #64B3B7;
        border-color: #64B3B7;
    }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #342b3b;
    border-color: #27202c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(78, 65, 88, 0.5);
}

.btn-link {
    color: #6c757d;
}

.btn-link:hover {
    color: #404040;
}
/*Buttons End*/

/*MVC Grid Pager*/
.mvc-grid-pager .active,
.mvc-grid-pager .active:focus,
.mvc-grid-pager .active:hover {
    background-color: #1fa7af !important;
    border-color: #1fa7af !important;
    color: #ffffff !important;
}

.mvc-grid-filter {
    color: #6c757d;
}

    .mvc-grid-filter:focus,
    .mvc-grid-filter:hover {
        color: #000;
    }

.mvc-grid-pager-rows {
    color: #565e66;
}
    /*MVC Grid Pager End*/