/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.form-check-input{
    border:2px black solid!important;
    width:25px;
    height:25px;
}

@media only screen and (max-width: 600px) {
    .mobile-10 {height:10vh}
    .mobile-15 {height:15vh}
    .mobile-20 {height:20vh}
    .mobile-25 {height:25vh}
}

.text-plt-success        { color: #0E7BBE !important; }


.text-plt-success-200    { color: #2d747d !important; }
.text-plt-success-400    { color: #559299 !important; }
.text-plt-success-600    { color: #84b1b5 !important; }
.text-plt-success-800    { color: #b9d2d4 !important; }

.text-plt-bg-success     {background-color: #0E7BBE !important; color:white!important; }
.btn-plt-success         {background-color: #0E7BBE !important; color:white!important; }

.text-plt-warning        { color: #f29f05 !important; }
.text-plt-warning-200    { color: #eba01f !important; }
.text-plt-warning-400    { color: #edb34d !important; }
.text-plt-warning-600    { color: #efc980 !important; }

.text-plt-bg-warning     {background-color: #f29f05 !important; }
.btn-plt-warning         {background-color: #f29f05 !important; color:white!important; }


.text-plt-danger         { color: #F96868 !important; }
.text-plt-danger-200     { color: #771e75 !important; }
.text-plt-danger-400     { color: #934c93 !important; }
.text-plt-danger-600     { color: #b17eb2 !important; }
.text-plt-danger-800     { color: #d2b6d2 !important; }

.text-plt-bg-danger      {background-color: #F96868 !important; }
.btn-plt-danger          {background-color: #F96868 !important; color:white!important; }

.text-plt-green         { color: #609B37 !important; }
.text-plt-green-400    { color: #acd57c !important; }
.text-plt-bg-green      {background-color: #609B37 !important; }
.btn-plt-green          {background-color: #609B37 !important; color:white!important; }

.text-plt-lightblue         { color: #e3eef6 !important; }
.text-plt-bg-lightblue      {background-color: #e3eef6 !important; }
.btn-plt-lightblue          {background-color: #e3eef6 !important; color:black!important; }




/*
*       Dashboard
*/


.nav-link.active.show{ background-color: #0E7BBE !important;}
.custom-verti-nav-pills .nav-link.active::before {
    border-left-color: #0E7BBE;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{ background-color: #0E7BBE !important;  color: white !important;}

.nav-link:focus, .nav-link:hover {color: #559299 !important;}



input[readonly] {
    background-color: #EFF2F7;
}


/*
*       General Row Spacing and small bits
*/

@media only screen and (max-width: 576px) {
    .mobileOnlyRowHeight {
        min-height: 100px;
    }
    .hideOnMobile {
        display: none;
    }
}

@media only screen and (min-width: 576px) {
    .desktopOnlyRowHeight {
        height: 60px;
        margin-top:10px;
    }
    .hideOnDesktop {
        display: none;
    }
}

