/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px);
    }

/*******************
/*Top bar
*******************/
.topbar {
    /*background: #1e88e5;*/
    /*background: #0074bd !important;*/
        background-color: #E6E7E7;
    background: url(images/linear_bg_2.png);
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
    background: -webkit-linear-gradient(top, #ffffff, #e7e7e7);
    background: -moz-linear-gradient(top, #2F2727, #1a82f7);
    background: -ms-linear-gradient(top, #2F2727, #1a82f7);
    background: -o-linear-gradient(top, #2F2727, #1a82f7);
}

    .topbar .navbar-header {
        /*background: rgba(0, 0, 0, 0.05);*/
    }

    .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
        display: none;
    }

    .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
        display: inline-block;
        color: rgba(255, 255, 255, 0.8);
    }

    .topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
        color: #455a64!important;
        white-space: nowrap;
        text-decoration:none;
        float:right;
        font-weight: bold;
            margin-top: 20px;
    }

        .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
            /*color: rgba(255, 255, 255, 0.8) !important; 5e5e5e*/
            color:#455a64 !important;
        }

/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
    color: #1e88e5 !important;
}

.bg-theme {
    background-color: #1e88e5 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #1e88e5;
    border-color: #1e88e5;
}

.right-sidebar .rpanel-title {
    background: #1e88e5;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
    border-left: 4px solid #1e88e5;
}

.text-themecolor {
    color: #1e88e5 !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
    border-bottom: 2px solid #1e88e5;
    color: #1e88e5;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
    color: #1e88e5;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
    background: #1e88e5;
    color: #ffffff;
    border: 1px solid #1e88e5;
}

    .btn-themecolor:hover,
    .btn-themecolor.disabled:hover {
        background: #1e88e5;
        opacity: 0.7;
        border: 1px solid #1e88e5;
    }

    .btn-themecolor.active, .btn-themecolor:focus,
    .btn-themecolor.disabled.active,
    .btn-themecolor.disabled:focus {
        background: #028ee1;
    }

/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
    background: #fff;
}

    .sidebar-nav ul li a {
        color: #607d8b;
    }

        .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
            color: #26c6da;
        }

        .sidebar-nav ul li a.active {
            color: #263238;
        }

    .sidebar-nav ul li.nav-small-cap {
        color: #99abb4;
    }

    .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
        color: #26c6da;
    }

    .sidebar-nav > ul > li > a i {
        color: #99abb4;
    }

    .sidebar-nav > ul > li > a.active {
        font-weight: 400;
        background: #ffffff;
        color: #1e88e5;
    }

    .sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
        color: #ffffff;
        background: #26c6da !important;
    }

        .sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li.active:hover > a i {
            color: #ffffff;
        }

        .sidebar-nav > ul > li.active > a:after, .sidebar-nav > ul > li.active:hover > a:after {
            border-color: #ffffff;
        }

.check {
    border-top: 1px dashed #a09e9e;
    padding-top: 3px;
}

.imageheading {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
/*.h4Header:hover {
   
    color:#ed3123 !important;
}*/

.imageheadingspace {
    padding-top: 60px;
}
.li_left{
        background-color: #e5e9ec;
    /*padding: 20px 20px 20px 30px;*/
    padding: 20px 20px 20px 30px !important;
}
.li_leftspace{
        background-color: #e5e9ec;
    padding: 20px 20px 20px 20px;
}
.li_right{
      padding: 20px 20px 20px 30px !important;
}
.li_right:hover{
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 5px 5px 12px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(120, 130, 140, 0.13);
    border: 1px solid #d5d5d5;
    border-bottom: 3px solid #0074bd;
     /*padding: 20px 20px 20px 30px;*/
     padding: 20px 20px 20px 20px;
}
.li_left:hover{
           
     box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(120, 130, 140, 0.13);
    border: 1px solid #d6d7d7;
    border-bottom: 3px solid #0074bd;
     padding: 20px 20px 20px 30px;

}
.li_leftspace:hover{
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(120, 130, 140, 0.13);
    border: 1px solid #d6d7d7;
    border-bottom: 3px solid #0074bd;
     padding: 20px 20px 20px 20px !important;
}

.card1 {
       
        position: relative;
        display: inline-block;
    }
    .card1 .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
            width: 40px;
    height: 40px;

    }
       .card1 .img-back {
        display: inline;
            width: 40px;
    height: 40px;
     margin-right: 10px;
    }
    .card1:hover .img-top {
        display: inline;
            width: 40px;
    height: 40px;
     margin-right: 10px;
    }
    .card1:hover{
        color: #ed3123 !important;
    }



.card1 a img:first-child {
    display: inline-block; 
}


.card1 a:hover img:first-child {
    display: none; 
}
