﻿.btn-custom-primary {
    color: #fff;
    background-color: #ee4562;
    border-color: #ee4562;
}

.btn-custom-secoundry {
    color: #fff;
    background-color: #f38e3d;
    border-color: #f38e3d;
}

.navbar-glass, .navbar-vertical .navbar-collapse {
    background-color: #f3ede8;
}

body {
    background-color: #f3ede8;
}

.error {
    color: red;
    border-color: red;
}

.valid {
    border-color: green;
}

span.required-tag {
    color: red;
}

.heading-one {
}

.input-validation-error {
    color: red;
    border-color: red;
}

span.label-active {
    background: green;
    color: #fff;
    padding: 6px;
    border-radius: 10px;
}

span.label-inactive {
    background: red;
    color: #fff;
    padding: 6px;
    border-radius: 10px;
}

span.text-span-green {
    background: lightgreen;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

span.text-span-red {
    background: lightcoral;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

span.text-span-blue {
    background: lightblue;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.navbar-vertical.navbar-inverted .navbar-nav .nav-item.active .nav-link {
    color: yellow !important;
}

/*Start - Loading Css*/
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url(../assets/img/loader.gif) center no-repeat;
}

.overlay-popup {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url(../assets/img/loader.gif) center no-repeat;
}

main.loading {
    overflow: hidden;
}
/*End - Loading Css*/

/*Start - DatePicker Css*/
.custom-datepicker-css {
    input [type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button{
    color: #fff;
    position: relative;
}


input[type="date"]::-webkit-datetime-edit-year-field {
    position: absolute !important;
    padding: 2px;
    color: #000;
    left: 62px;
}

input[type="date"]::-webkit-datetime-edit-month-field {
    position: absolute !important;
    padding: 2px;
    color: #000;
    left: 30px;
}


input[type="date"]::-webkit-datetime-edit-day-field {
    position: absolute !important;
    color: #000;
    padding: 2px;
    left: 4px;
}
/*End - DatePicker Css*/

/*Start - Left Navigation Menu Active Class Css*/
.active {
    color: yellow !important;
}
/*End - Left Navigation Menu Active Class Css*/


tr.sub-header td {
    background: #ebd2d6;
}

div {
    font-weight: bolder;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

