

.desrp-block {
    text-align: center;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 
{
	font-family: 'Open Sans','Helvetica Neue';    
	color: #333333;
}

.material-icons {
        color: #E84E20;
}

.name-link {
    color: #2A3148;
}




h3.card-category {
    color: #2A3148 !important;
    text-transform: uppercase;
}

h4.card-title {
    color: #2A3148 !important;
}
.select-op h2 {
    color:#fff !important
}.select-op .desrp-block p {
    color:#fff !important
}
#home .nav-link:hover {
    color: #33b8cb !important;
}
.sidebar li.nav-item.active     {
    background: #fea500; /* Old browsers */
	background: -moz-linear-gradient(45deg, #fea500 1%, #ff5f0f 39%, #e94929 83%, #c42728 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #fea500 1%,#ff5f0f 39%,#e94929 83%,#c42728 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #fea500 1%,#ff5f0f 39%,#e94929 83%,#c42728 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea500', endColorstr='#c42728',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
    box-shadow: 0 4px 20px 0px rgba(254,166,0,0.39), 0 7px 10px -5px rgb(254,166,0,0.39);
    color: white !important;
    }
.sidebar .nav li.active > a p {
    color: #fff !important;
}
.sidebar .nav li.active > a g {
    fill: #fff !important;
}
li.nav-item:hover {
   /* background: #c52727; /* Old browsers */
	/*background: -moz-linear-gradient(45deg, #c52727 0%, #e94929 13%, #ff5f0f 62%, #fea500 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(45deg, #c52727 0%,#e94929 13%,#ff5f0f 62%,#fea500 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(45deg, #c52727 0%,#e94929 13%,#ff5f0f 62%,#fea500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c52727', endColorstr='#fea500',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
    color:#fff !important;
}
li.nav-item:hover a p {
    color: #E84E20 !important;
}
li:hover > a, .sidebar .nav li .dropdown-menu a:hover, .sidebar .nav li .dropdown-menu a:focus, .sidebar .nav li.active > [data-toggle="collapse"] {
   /* background: #c52727; /* Old browsers */
	/*background: -moz-linear-gradient(45deg, #c52727 0%, #e94929 13%, #ff5f0f 62%, #fea500 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(45deg, #c52727 0%,#e94929 13%,#ff5f0f 62%,#fea500 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(45deg, #c52727 0%,#e94929 13%,#ff5f0f 62%,#fea500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c52727', endColorstr='#fea500',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}
.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.bg-primary, .card.card-rotate.bg-primary .front, .card.card-rotate.bg-primary .back {
background: rgb(31,48,61); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(31,48,61,1) 1%, rgba(31,48,61,1) 45%, rgba(76,56,35,1) 65%, rgba(31,48,61,1) 85%, rgba(31,48,61,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(31,48,61,1) 1%,rgba(31,48,61,1) 45%,rgba(76,56,35,1) 65%,rgba(31,48,61,1) 85%,rgba(31,48,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(31,48,61,1) 1%,rgba(31,48,61,1) 45%,rgba(76,56,35,1) 65%,rgba(31,48,61,1) 85%,rgba(31,48,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2A3148', endColorstr='#2A3148',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
   }
   
.card-section-link:hover {
    box-shadow: none;
    background-color: #33b8cb;
}
.card-section-link:hover .btn-view-link {
        background-color: #fff;
    border: 1px solid #33b8cb;
    color: #33b8cb;
}
.card-section-link:hover .btn-view-link a {
      color: #33b8cb;

}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #2A3148;
}

.card-section-link:hover .material-icons{
    color: #fff;
}
.card-section-link:hover .name-link {
    color: #fff;
}
.card-section-link:hover svg g {
    fill: #fff;
}
#home li.nav-item:hover {
    background-color: #ffffff !important;
}

.btn .material-icons {
    color:#fff
}

i.material-icons.disabled-i {
    color: #c6e0e4;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid rgb(165, 220, 134);
}

