/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 3.1
	Author: GeeksLabs
	Author URL: http://www.themeforest.net/user/geekslabs
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.gradient-white{
background: rgba(254,254,254,0.6);
background: -moz-linear-gradient(top, rgba(254,254,254,0.6) 0%, rgba(255,255,255,0.71) 63%, rgba(255,255,255,0.77) 98%, rgba(255,255,255,0.77) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,0.6)), color-stop(63%, rgba(255,255,255,0.71)), color-stop(98%, rgba(255,255,255,0.77)), color-stop(100%, rgba(255,255,255,0.77)));
background: -webkit-linear-gradient(top, rgba(254,254,254,0.6) 0%, rgba(255,255,255,0.71) 63%, rgba(255,255,255,0.77) 98%, rgba(255,255,255,0.77) 100%);
background: -o-linear-gradient(top, rgba(254,254,254,0.6) 0%, rgba(255,255,255,0.71) 63%, rgba(255,255,255,0.77) 98%, rgba(255,255,255,0.77) 100%);
background: -ms-linear-gradient(top, rgba(254,254,254,0.6) 0%, rgba(255,255,255,0.71) 63%, rgba(255,255,255,0.77) 98%, rgba(255,255,255,0.77) 100%);
background: linear-gradient(to bottom, rgba(254,254,254,0.6) 0%, rgba(255,255,255,0.71) 63%, rgba(255,255,255,0.77) 98%, rgba(255,255,255,0.77) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ffffff', GradientType=0 );
width: 100%;
}

.dse{
	background-color:rgb(76, 166, 43) !important;
}
.dse-text{
	 color:rgb(76, 166, 43) !important
}
.dse-mq{
	background-color: #343434;
    color: #bffb00;
}
header .brand-logo img {
    width: 172px !important;
}

.welcome{
    width: 40%  !important; 
}
.input-field .prefix.active {
    color:rgb(76, 166, 43) !important
}
input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solidrgb(76, 166, 43) !important
    box-shadow: 0 1px 0 0rgb(76, 166, 43) !important}
    input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color:rgb(76, 166, 43) !important
    }
   .input-field label {
	font-size: 12px !important;
   }
[type="radio"].with-gap:checked + label:before {
    border-radius: 50%;
    border: 2px solidrgb(76, 166, 43) !important
}
type="radio"].with-gap:checked + label:after {
     border-radius: 50%;
   	border: 2px solidrgb(76, 166, 43) !important
    background-color:rgb(76, 166, 43) !important
    z-index: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
[type="radio"]:checked + label:after {
    border-radius: 50%; 
     border: 2px solidrgb(76, 166, 43) !important
    background-color:rgb(76, 166, 43) !important
    z-index: 0;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
     background-color: #4ca62b !important; 
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100 !important;
}
.btn:hover, .btn-large:hover {
    background-color: #4ca62b !important;
}
.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #4ca62b !important;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
}